@import url("../../../common/css/init.css");

*{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
}

.banner {
	width: 100%;
	height: 3.75rem !important;
}

.banner img {
	width: 100%;
	height: 100%;
}

.tab {
	width: 100%;
	background: #cccccc;
}

.tab_comt {
	width: 75%;
	margin: 0 auto;
}

.tab_comt ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;

}

.tab_comt ul li {
	font-size: 16px;
	flex: 1;
	text-align: center;
	padding: 20px 5px;
	color: #c68e00;
	height: 100%;
}

.tab_class {
	background: #ab0017 !important;
	color: #FFFFFF !important;
}



.news-category {
	height: 0.75rem;
	background-color: #f4f4f4;
}

.news-category .category-list {
	height: 0.75rem;
	display: flex;
}

.news-category .category-list .category-active {
	background-color: #b21e23;
	color: #fff;
}

.category-list .category-item {
	/*width: 20%;*/
	flex: 1;
	font-size: 0.225rem;
	color: #be912f;
	font-weight: bold;
	text-align: center;
	line-height: 0.75rem;
}
