.pagebanenr{
	width:100%;
	height: 500px;
	background: url(../../images/honor-banner.jpg) no-repeat center;
	position: relative;
	margin-top: 90px;
}
.pagenext{
	width: 500px;
	margin: 0 336px;
}
.pagenext ul li{
	float: left;
	margin-right: 10px;
	
}
.pagenext ul li a{
	display: block;
	font-size: 13px;
}
.pagenext ul li a.num{
	padding: 3px 6px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
}
.pagenext ul li a.prev,.pagenext ul li a.next{
	padding: 2px 10px;
	border: 1px solid #e2e2e2;
	text-align: center;
	line-height: 22px;
}
.pagenext ul li a.active{
	background-color: #188ce9;
	color: #fff;
}

.newscontent{
	margin-top: 38px;
}
.newscontent{
	width: 930px;
}


.pagenext{
	margin-top: 50px;
}
.newscontent ul li{
	margin-bottom: 32px;
}
.newscontent ul li:hover .left-news-img img{
	transform: scale(1.2);
}
.newscontent ul li:hover .more{
	border: 1px solid #188CE9;
	color: #188CE9;
}
.newscontent ul li{
	height: 216px;
	border-bottom: 1px solid #ccc;
}
.right-news-txt{
	width: 629px;
}
.left-news-img{
	width: 268px;
	height: 182px;
	overflow: hidden;
}
.left-news-img img{
	width: 268px;
	height: 182px;
}
.right-news-txt{
	margin-left: 30px;
}
.news-titles h2{
	font-size: 18px;
	color: #444444;
	margin-bottom: 27px;
}
.news-descs p{
	font-size: 13px;
	color: #999999;
	line-height: 22px;
}
.news-times {
	font-size: 13px;
	margin-top: 60px;
	color: #999;
}
.more span{
	font-family: simsun;
	margin-left: 10px;
}
.more{
	transition: all .3s;
	padding: 8px 11px;
	border: 1px solid #dbdada;
}
.more p{
	font-size: 12px;
}