.img {
	width: 100%;
	float: left;
}

.img>img {
	width: 100%;
}

.new {
	width: 100%;
	float: left;
	margin-top: -5px;
	margin-bottom: 30px;
}

.news_bg {
	width: 100%;
	height: 94px;
	position: absolute;
	z-index: -22;
	background: #f5f6f9;
}

.news {
	width: 1200px;
	margin: 0 auto;
}

#tab {
	width: 1200px;
	height: auto;
}

.list {
	width: 900px;
	margin-left: calc((1200px - 900px)/2);
	height: 94px;
	float: left;
}

.list_nav {
	float: left;
	width: 108px;
	height: 94px;
	text-align: center;
	line-height: 94px;
	margin-left: 36px;
	margin-right: 36px;
	color: #000;
}

.active {
	float: left;
	width: 108px;
	height: 94px;
	text-align: center;
	line-height: 94px;
	color: #ff9000 !important;
	margin-left: 36px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
	margin-right: 36px;
	border-bottom: 2px solid #ff9000;
}

.tab_nav {
	display: none;
	width: 100%;
	height: auto;
	float: left;
}

.on {
	display: block;
}

.tab {
	width: 100%;
	float: left;
	height: auto;
	margin-top: 65px;
}

.tab_title {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #000;
}

.tab_time{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #525252;
	margin-top: 16px;
}

.tab_text{
	width: 100%;
	font-size: 16px;
	color: #525252;
	margin-top: 24px;
}

.tab_last{
	width: 100%;
	margin-top: 90px;
}

.tab_last_left{
	width: 45%;
	float: left;
	font-size: 16px;
	color: #525252;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tab_last_left>span{
	color: #000000;
}

.tab_last_right{
	width: 45%;
	float: right;
	font-size: 16px;
	color: #525252;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: right;
}
.tab_last_right>span{
	color: #000000;
}