/* 新闻列表 */
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}


.News-Lists{
	width: 1200px;
	margin: 75px auto;
}
.newsBanner{
	width: 100%;
}
.newsBanner img{
	width: 100%;
	height: 100%;
}
.newsBanner .img-tit{
	width: 100%;
	margin-top: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}
.newsBanner .img-tit p{
	font-size: 32px;
	color: #292b2d;
	text-align: center;
}

.newsBanner .img-box{
	width: 100%;
	height: 705px;
}
.newsBanner .img-box a{
	width: 100%;
	height: 100%;
	display: block;	
}
.newsBanner .img-box a img{
	width: 100%;
	height: 100%;
	display: block;
}
.News-Lists .news-box{
	width: 100%;
	margin-top: 20px;
}
.News-Lists .news-box>.news-lists li{
	width: 355px;
	/* border: 1px dashed #b2b2b2; */
	margin-right: 67px;
	overflow: hidden;
	margin-top: 55px;
}
.News-Lists .news-box>.news-lists li:nth-child(3n){
	margin-right: 0;
}
.News-Lists .news-box>.news-lists li a{
	width: 100%;
	height: 100%;
	display: block;
}
.News-Lists .news-box>.news-lists li i{
	display: block;
	width: 355px;
	height: 250px;
	overflow: hidden;
}
.News-Lists .news-box>.news-lists li img{
	width: 100%;
	max-height: 250px;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	display: block;
	
}
.News-Lists .news-box>.news-lists li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.News-Lists .news-box>.news-lists li p{
	font-size: 21px;
	color: #000;
	text-align: center;
	line-height: 45px;
	margin-top: 10px;
	border-bottom: 1px solid #000;
}
/* 新闻列表 end*/

















/* 新闻详情 */
.ViewBanner{
	width: 100%;
}
.ViewBanner img{
	width: 100%;
}

.News{
	width: 1200px;
	margin: 60px auto;
}

.newsTit{
	font-size: 32px;
	line-height: 70px;
	color: #292b2d;
	text-indent: 60px;
}
.News .content{
	margin-top: 35px;
}
.News .content p{
	font-size: 21px;
	line-height: 32px;
	margin-top: 20px;
}
.News .content p img{
	max-width: 100%;
}

/* 新闻详情 end*/