.banner{
	width: 100%;
	height: 430px;
	overflow: hidden;
	position: relative;
}
.banner img{
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.news-nav-wrap{
	width: 1200px;
	height: 56px;
	margin: 0 auto;
	padding-top: 66px;
	padding-bottom: 37px;
}
.news-nav{
	width: 520px;
	height: 56px;
	margin: 0 auto;
}
.news-nav-item{
	display: block;
	height: 56px;
	width: 212px;
	background: url(../img/news-nav-bg.png) no-repeat;
	background-position:0 -56px ;
	font-size: 24px;
	color: #787878;
	text-align: center;
	line-height: 56px;
	float: left;
	margin: 0 24px;
	cursor: pointer;
}
.news-nav-item.act{
	background-position:0 0;
	color: #ffffff;
}
.news-nav-item:hover{
	background-position:0 0;
	color: #ffffff;
}
.news-list{
	padding-bottom: 60px;
}
.news-list .news-item{
	display: block;
	padding: 28px 0;
	width: 1200px;
	height: 161px;
	border-bottom: 1px solid #efefef;
}
.news-list .news-item .news-item-left{
	float: left;
}
.news-list .news-item .news-item-left img{
	display: block;
	width: 268px;
	height: 160px;
	object-fit: contain;
}
.news-list .news-item .news-item-right{
	width: 904px;
	height: 161px;
	float: left;
	margin-left: 28px;
}
.news-list .news-item .news-item-right .news-title{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 50px;
}
.news-list .news-item .news-item-right .news-abs{
	font-size: 14px;
	color: #212121;
	line-height: 24px;
}
.news-list .news-item .news-item-right .news-time{
	font-size: 14px;
	color: #9d9d9d;
	line-height: 24px;
	margin-top: 30px;
}
.industry-news{
	display: none;
}
.industry-news p{
	font-size: 18px;
	text-align: center;
	line-height: 24px;
}
.pagination{
	text-align: center;
	padding-bottom: 70px;
	display: none;
}
.pagination span{
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #cccccc;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	color: #333333;
}
.pagination span.act{
	border-color: #4c4c4c;
}
