/*样式抽离*/
.hide{display:none!important;}
.one_text_hide{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.two_text_hide{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.thr_text_hide{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.flex{display:-webkit-flex;display:flex;}
.flex_wrap{display:-webkit-flex;display:flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.flex_just{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;}
.flex_align{display:-webkit-flex!important;display:flex!important;-webkit-align-items:center;align-items:center;}
.flex_align_end{display:-webkit-flex!important;display:flex!important;-webkit-align-items: end;align-items:end;}
.flex_between{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}
.flex_end_align{display:-webkit-flex;display:flex;-webkit-justify-content:end;justify-content:end;-webkit-align-items:center;align-items:center;}
.flex_just_align{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}
.flex_between_align{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;}
.flex_col{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;}
.flex_col_just{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;}
.flex_col_just_end{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:end;justify-content:end;}
.flex_col_align{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;}
.flex_col_just_align{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}
.flex_1{-webkit-flex:1;flex:1;}
.w_full {width: 100% !important;}
.h_full {height: 100% !important;}
.img_cover {object-fit: cover;}
.container {padding: 0;min-width: 1200px;}
.center_box {width: 100%;margin: 0 auto;}
.btn {font-size: 14px;padding: 0;margin: 0;}
.mt_0 {margin-top: 0px;}
.mt_5 {margin-top: 5px;}
.ml_5 {margin-left: 5px;}
.mt_10 {margin-top: 10px;}
.mt_40 {margin-top: 40px;}
.mt_90 {margin-top: 90px;}
.mr_10 {margin-right: 10px;}
.mr_20 {margin-right: 20px;}
.mr_50 {margin-right: 50px;}
.mx_10 {margin-left: 10px;margin-right: 10px;}
.t_idx {text-indent: 34px;}
.main_bg {min-width: 1200px;}
.bg_main_img {width: 1920px;margin: 0 auto;}
/*底部*/
.banner_footer {
	position: relative;
	height: 126px;
	background: rgba(212, 48, 48, 1);
}
.footer_box {
	min-width: 1200px;
	width: 1200px;
	padding: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.footer_box_t div {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}
.footer_box_t .link-item {
	margin: 0 15px;
}
.footer_box_t .line {
	margin: 0 15px;
}
.footer_box_b {
	margin-top: 20px;
	text-align: center;
}
.footer_box_b .t1{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #EAF0F3;
}
/* 公共三级页面 */
.content_search_time {
	margin-bottom: 30px !important;
	-webkit-justify-content:center;
	justify-content:center;
}
.content_search_time .time_item:not(:first-child) {
	margin-left: 55px;
}
.bread_box .text {
	font-weight: inherit !important;
}

/* 分页 */
.page-link {
	background-color: transparent !important;
	border: 0 !important;
	font-size: 16px;
	color: #666666;
	border-radius: 5px;
}
.pagination {
	margin-bottom: 0;
}
.page-item.active .page-link,
.page-item:hover .page-link {
	color: rgba(255, 87, 51, 1);
	font-weight: 900;
	background-color: transparent !important;
}
.page-link:focus {
	box-shadow: none;
}