/*焦点图*/
.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_list{
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #f5f5f5;
}
.news_img{
	width: 168px;
	border: 1px solid #f1f1f1;
}
.news_img img{
	max-height: 120px;
	object-fit: cover;
}
.news_div{
	width: 1009px;
}
.news_title{
	font-size: 20px;
	color: #000;
	display: inline-block;
}
.news_border{
	width: 54px;
	height: 3px;
	background-color: #ef3400;
	margin: 12px 0;
}
.news_text{
	width: 838px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.news_date{
	font-size: 16px;
	color: #999;
	display: block;
	text-align: right
}
.news_list:hover .news_title{
	color: #ef3400;
	text-decoration: underline;
}
