.banner{
	background: url(../img/ab_banner.jpg) no-repeat center center;
	background-size: cover;
	height: 240px;
}
.banner h3{
	text-align: center;
	line-height: 240px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
.news{
	padding: 50px 0 100px 0;
}
.new-list{
	list-style: none;
}
.new-list li{
	margin-bottom: 35px;
	padding-top: 35px;
	border-top: 1px solid #EEEEEE;
	display: flex;
	justify-content: space-between;
}
.new-list li:first-child{
	border-top: 0;
}
.left-img img{
	width: 280px;
	height: 160px;
}
.right-title{
	width: 880px;
}
.right-title a{
	font-weight: bold;
	padding: 10px 0;
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #333333;
}
.fontstyle{
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	color: #333333;
}
.right-title p{
	padding-bottom: 10px;
}
.right-title span{
	font-size: 12px;
	color: #666666;
}
.right-title span em{
	font-style: normal;
}
.pagenav{
	text-align: center;
	margin-top: 40px;
}
.pagenav a, .pagenav span{
	line-height: 26px;
	display: inline-block;
	font-size: 14px;
	border: 1px solid #999999;
	color: #666666;
	margin: 0 4px;
	padding: 2px 4px;
}
.pagenav a{
	text-decoration: none;
}
.pagenav a:hover{
	background-color: #3595CC;
	color: #FFFFFF;
	border: 1px solid #3595CC;
}
.pagenav .red{
	color: red;
}
