/*新闻列表*/

ul.data-list li {
	height: 173px;
	padding-left: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #e1e1e1;
}
ul.data-list li:hover {
	background-color: #eee;
}
ul.data-list li h6 {
	line-height: 14px;
	font-size: 16px; font-weight:bold;
	
	color: #0193de;
}
ul.data-list li h6 a{ color:#333;}
ul.data-list li div.note {
	margin-top: 20px;
	line-height: 22px;
	font-size: 14px;
	
	color: #999;
}
ul.data-list li p.btn-detail {
	width: 80px;
	height: 27px;
	margin-top: 20px;
	background-color:#24b047;
}
ul.data-list li p.btn-detail a {
	width: 80px;
	height: 27px;
	display: block;
	line-height: 27px;
	font-size: 14px;
	
	text-align: center;
	color: #fff;
	text-decoration: none;
}

/*分页*/
.contents-right div.main .page {
	width:840px;
	height:42px;
	margin-top:25px;
	margin-bottom:25px;
	border:1px solid #e1e1e1;
	clear:both;
}
.page p.total{
	height:42px;
	line-height:42px;
	padding-left:8px;
	float:left;
}
.page ul.page-list{
	margin-top:7px;
	margin-right:8px;
	float:right;
}
.page ul.page-list li {
	width:30px;
	margin-left:5px;
	height:28px;
	float:left;
}
.page ul.page-list li a {
	width:30px;
	height:26px;
	padding-top:2px;
	display:block;
	border:1px solid #eee;
	text-align:center;
	color:#999;
	text-decoration:none;
}
.page ul.page-list li a:hover {
	background-color:#0193de;
	color:#fff;
}

@media screen and (max-width: 640px) {
ul.data-list li{ padding-left:0;}
ul.data-list li div.note{ font-size:12px;}
ul.data-list li p.btn-detail{ margin-top:10px;}
}