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

.img>img {
	width: 100%;
}

.new {
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 55px;
}
.news_bg{
	width: 100%;
	height: 94px;
	position: absolute;
	z-index: -22;
	background: #f5f6f9;
}
.news {
	width: 1200px;
	margin: 0 auto;
}

.news_left{
	width: 600px;
	height: 398px;
	float: left;
}
.news_left>img{
	width: 600px;
	height: 398px;
}
.news_right{
	float: left;
	margin-left: 80px;
	width: calc(1200px - 680px);
	height: 398px;
}
.news_right>span{
	display: inline-block;
	width: 100%;
	color: #1e1e1e;
	margin-top: 20px;
	font-size: 18px;
}
.news_right>span:nth-child(1){
	font-size: 30px;
	color: #000000;
	margin-top: 55px;
	margin-bottom: 10px;
}