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

.industry_box_title {
	font-size: 22px;
	font-weight: bold;
	color: #eb3d00;
	line-height: 60px;
}

.industry_box_tab {
	border-bottom: 2px solid #dddddc;
}

.industry_box_tab_a {
	color: #24211D;
	font-size: 18px;
	line-height: 38px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	box-sizing: border-box;
	cursor: pointer;
}

.industry_box_tab_a:hover {
	color: #eb3d00;
}

.industry_box_tab_a_active {
	color: #eb3d00;
}

.industry_box_bottom {
	padding: 15px 0px;
	box-sizing: border-box;
}

.industry_box_bottom_list {
	padding-top: 10px;
	padding-bottom: 35px;
	box-sizing: border-box;
}

.industry_box_bottom_list a {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	color: #24211D;
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 3%;
	box-sizing: border-box;
}

.industry_box_bottom_list a:hover {
	color: #eb3d00;
}
