.news-banner{
	min-width: 1200px;
	height: 350px;
	margin: 0 auto;
	background: url(../images/news_banner.png) no-repeat center top;
	background-color: #fff;
}
.news{
	margin-top:50px;
}
.news-list{
	width:1200px;
	margin: 0 auto;
}
.list-box{
	float:left;
	margin-right:30px;
	width:380px;
	height:480px;
}
.list-box-3{
	margin-right:0px;
}
.top-box{
	width:100%;
	border-bottom:1px solid #e7e7e7;
}
.img-box{
	width:380px;
	height:254px;
	overflow: hidden;
}
.top-box img{
	width:100%;
	height:100%;
	transition: all 0.5s;
}
.top-box img:hover{
	transform: scale(1.1);
}
.top-box h3{
	font-size: 16px;
	line-height: 40px;
	padding:10px 10px 0px;
	color:#555555;
}
.top-box .p1{
	font-size:14px;
	line-height:24px;
	padding:5px 10px 25px;
	color:#888888;
}
.bottom-box{
	font-size:16px;
	line-height: 30px;
	padding:10px;
	color:#888888;
}
.time-box{
	float:left;
}
.more-box{
	float:right;
}

.list-across{
	width:1200px;
	height:186px;
	padding:40px 5px ;
	border-bottom:1px solid #e7e7e7;
	float:left;
}
.left-box{
	float:left;
	width:100px;
	height:100px;
	color:#999999;
}
.left-box .data{
	font-size:36px;
	text-align: center;
}
.left-box .ym{
	font-size:16px;
	text-align: center;
}
.center-box{
	float:left;
	width:936px;
	height:100px;
	margin-left:20px;
	padding-right:50px;
	border-right:1px solid #e7e7e7;
}
.center-box h2{
	font-size:16px;
	line-height: 32px;
	color:#222222;
}
.center-box p{
	font-size:14px;
	line-height: 30px;
	color:#555555;
}
.right-box{
	float:left;
	width:134px;
	height:100px;
}
.right-box div{
	margin:40px;
	font-size:13px;
	color:#999999;
}
.list-last{
	margin-bottom:50px;
}
.page{
	width:100%;
	font-size:14px;
	float:left;
	color:#6a6969;
	text-align: center;
}
.page a{
	width:30px;
	height:30px;
	border-radius: 3px;
	display: inline-block;
	line-height: 30px;
	background-color: #e9e9e9;
}
.page .prev-page,.page .next-page{
	width:60px;
}
.page span{
	width:80px;
	margin:0 3px;
	height:30px;
	display: inline-block;
	line-height: 30px;
	border-radius: 3px;
	background-color: #e9e9e9;
}
.page .cur{
	color:#fff;
	background-color: #007ad6;
}

/*新闻内容*/
.news-container{
	background-color:#f5f5f5;
}
.news-content{
	width:1200px;
	min-height:800px;
	background-color:#fff;
	margin:auto;
	padding:40px 65px 50px;
}
.news-content h2{
	font-size:28px;
	line-height: 50px;
	text-align: center;
	color:#333333;
}
.news-note{
	margin:30px 0;
	text-align: center;
	font-size:14px;
	line-height:30px;
	color:#999999;
}
.news-note a{
	color:#999999;
}
.news-note span{
	margin:0 20px;
}
.content img{
	margin:10px auto;
	display: block;
}
.content p{
	font-size:15px;
	line-height: 30px;
	color:#666666;
	text-indent:2em;
}
