.zzc {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}

.html_content_box {
	max-width: 1160px;
	padding: 0 20px;
	margin: 0 auto;
	margin: 30px auto;

}

.ql-align-center {
	width: 100%;
	/* text-align: center; */
}

.ql-align-center>img {
	width: 41.7%;
	margin: 30px calc((100% - 41.7%) / 2) !important;
}

.banner {
	width: 100%;
	margin-top: 131px;
	display: block;
}

.banner_pc {
	display: none;
}

.tab_content {
	width: 100%;
	background: #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab_list {
	max-width: 1300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tab_box {
	width: 100%;
	text-align: center;
	padding: 30px 25px;
	font-weight: 400;
	font-size: 20px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	transition: .3s linear;
	/* transition: .5s linear; */
}

.tab_box>a {
	color: #484848;
	text-decoration: none;
}

.bottom_line {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #E71A1E;
	box-shadow: 0 0 5px #E71A1E;
	bottom: 0;
	left: -100%;
	/* display: none; */
	transition: .3s linear;
	text-decoration: none;
}

.bottom_lines {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #E71A1E;
	box-shadow: 0 0 5px #E71A1E;
	bottom: 0;
	left: 0;
}

.tab_box:hover {
	text-shadow: 0 0 15px #a1a1a1;
}

.tab_box:hover>.bottom_line {
	left: 0;
}


.page_content {
	width: 100%;
	padding-top: 100px;
}

.page_content>img {
	width: 100%;
	margin-bottom: 100px;
}

.news_content {
	width: 100%;

}

.list {
	max-width: 1300px;
	margin: 0 auto;
	padding: 50px 0;
}

.list_items {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	border-bottom: 1px solid #DBD5D5;
	padding: 50px 0 40px 0;
	position: relative;
	margin-bottom: 20px;
}

.list_items>img {
	margin-right: 20px;
	z-index: 9;
}

.list_items>.back_hover {
	width: 0%;
	height: 100%;
	background-color: #F6F2F2;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 1;
	transition: all .3s linear;
}

.list_items:hover {
	box-shadow: 0px 20px 20px -20px #a1a1a1;
	transition: all .3s linear;
}

.list_items:hover>.back_hover {
	width: 100%;
}

.list_items:hover>.list_items_left_infs>.news_title {
	color: #E71A1E;
	transition: all .3s linear;
}

.list_items_left_infs {
	width: 95%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

/* media moble */
@media screen and (max-width: 768px) {
	.list_items_left_infs {
		/* 垂直 */
		flex-direction: column;
		align-items: flex-start;
	}

	.news_title {
		padding-left: 20px;
		/* 多行 */
		white-space: normal !important;
		padding-top: 10px;
	}

	.list_items {
		padding: 10px 0 20px 0;
	}
}

.news_time {
	min-width: calc(12% - 40px);
	width: calc(12% - 40px);
	font-weight: 500;
	font-size: 18px;
	color: #949494;
	padding-right: 20px;
	padding-left: 20px;
	z-index: 9;
}

.news_title {
	width: 88%;
	font-weight: 400;
	font-size: 20px;
	color: #121212;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 9;
}


.pagination {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination>a {
	margin: 0 10px;
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-weight: 400;
	font-size: 14px;
	color: #121212;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #949494;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s linear;
}

.pagination>a:hover {
	color: #fff;
	border: 1px solid rgba(231, 26, 30, 1);
	background-color: rgba(231, 26, 30, 1);
	box-shadow: 0 0 3px rgba(231, 26, 30, 1);
}

.pagination .page_prev {
	font-size: 18px;
}

.pagination .page_next {
	font-size: 18px;
}

.pagination .active {
	margin: 0 10px;
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid rgba(231, 26, 30, 1);
	background-color: rgba(231, 26, 30, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 3px rgba(231, 26, 30, 1);
}




@media only screen and (max-width: 1520px) {}

@media only screen and (max-width: 1360px) {

	.tab_box {
		padding: 25px 20px;
	}

}

@media only screen and (max-width: 1100px) {
	.news_time {
		min-width: unset;
		width: unset;
	}

	.tab_list {
		width: 100% !important;
	}

	.tab_box>a {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.tab_box>a {
		font-size: 16px;
	}


	.tab_content {
		overflow-x: auto;
		display: flow-root;
		scrollbar-width: none;
	}

	.tab_list {
		max-width: unset;
		width: 150%;
	}

	.tab_box {
		padding: 25px 45px;
		font-size: 28px;
		text-align: center;
	}

}

@media only screen and (max-width: 900px) {


	.tab_box {
		padding: 25px 25px;
		font-size: 28px;
		text-align: center;
	}
}



@media only screen and (max-width: 768px) {
	.banner {
		display: none;
	}

	.banner_pc {
		display: block;
		margin-top: 0;
		max-width: 100% !important;
		font-size: 0;
	}

	.banner_pc>img {
		max-width: 100% !important;
	}




}

@media only screen and (max-width: 680px) {
	.tab_box {
		min-width: 10%;
		padding: 15px 25px;
		font-size: 28px;
		/* text-align: center; */
		text-wrap: nowrap;
	}


}

@media only screen and (max-width: 567px) {

	.tab_box {
		min-width: 15%;
	}

}

@media only screen and (max-width: 510px) {}

@media only screen and (max-width: 465px) {}

@media only screen and (max-width: 430px) {}

@media only screen and (max-width: 375px) {}