/*焦点图*/
.focus_map{
	width: 100%;
	min-width: 1200px;
}

/*tab选项*/
.tab_box{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.tab_box a{
	padding: 22px 0;
	border-bottom: 2px solid #fff;
	margin: 0 70px;
	font-size: 18px;
	color: #999;
}
.tab_style{
	color: #333 !important;
	border-bottom: 2px solid #333 !important;
}

/*新闻列表*/
.news_box{
	width: 100%;
	min-width: 1200px;
	border-top: 16px solid #f5f5f5;
}
.news_centent{
	width: 1200px;
	margin: 0 auto 100px;
}
.news_return{
	font-size: 14px;
	color: #999;
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.news_return div{
	width: 6px;
	margin-right: 10px;
}
.news_up{
	text-align: center;
	font-size: 26px;
	color: #33;
}
.news_up span{
	font-size: 14px;
	color: #999;
}
.news_text{
	font-size: 18px;
	color: #666;
	line-height: 25px;
	margin: 50px 0;
}
.news_img{
	width: 900px;
	margin: 0 auto 30px;
}