
#c_static_001-1670205448815 {
	min-height: 300px;
	padding: 80px 0;
	background: #f5f5f5;
	display-radio: 1;
	background-color: #f5f5f5
}

#c_static_001-1670205448815 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	align-items: center
}

#c_static_001-1670205448815 .e_container-1>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	padding: 15px
}

#c_static_001-1670205448815 .e_image-2 {
	overflow: hidden
}

#c_static_001-1670205448815 .e_image-2 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001-1670205448815 .e_h1-3 {}

#c_static_001-1670205448815 .e_text-4 {
	line-height: 1.6;
	text-transform: uppercase;
	padding-bottom: 15px
}

#c_static_001-1670205448815 .e_richText-5 {
	text-align: justify;
	font-size: 16px;
	line-height: 1.6
}

#c_static_001-1670205448815 .e_richText-5 p {
	padding: 5px 0
}

@media screen and (max-width:768px) {
	#c_static_001-1670205448815 {
		padding: 50px 0
	}

	#c_static_001-1670205448815 .e_container-1>.p_item {
		flex: 0 0 100%
	}

	#c_static_001-1670205448815 .e_h1-3 {
		font-size: 24px
	}

	#c_static_001-1670205448815 .e_text-4 {
		font-size: 12px
	}
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 1024px) and (min-width: 769px) {}

@media screen and (max-width: 1200px) and (min-width: 768px) {}

#c_static_001-1670206680167 {
	min-height: 300px;
	padding: 80px 0;
	background: #fff
}

#c_static_001-1670206680167 .pubTitle {
	text-align: center
}

#c_static_001-1670206680167 .e_loop-1 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	/*解决无缝滚动在循环体多列展示问题  */
	max-width: 1600px;
	/* 解决无缝滚动在循环体多列展示问题 */
	margin: 0 auto;
	padding: 5px
}

#c_static_001-1670206680167 .e_loop-1 .p_loopitem {
	flex: 0 0 25%;
	position: relative;
	padding: 10px
}

#c_static_001-1670206680167 .e_loop-1 .p_page {
	text-align: center
}

#c_static_001-1670206680167 .e_loop-1 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-1670206680167 .e_loop-1 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-1670206680167 .e_loop-1 .p_filter_key {
	/* min-width: 80px; */
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-1670206680167 .e_loop-1 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001-1670206680167 .e_loop-1 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
		/* border-radius: 2px; */
}

#c_static_001-1670206680167 .e_loop-1 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001-1670206680167 .e_loop-1 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_static_001-1670206680167 .e_loop-1 .p_s_option {}

#c_static_001-1670206680167 .e_loop-1 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-1670206680167 .e_loop-1 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_static_001-1670206680167 .e_loop-1 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-1670206680167 .e_loop-1 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-1670206680167 .e_loop-1 .multSelect ul,
li {
	list-style: none
}

#c_static_001-1670206680167 .e_loop-1 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_static_001-1670206680167 .e_loop-1 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

#c_static_001-1670206680167 .e_loop-1 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-1670206680167 .e_loop-1 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-1670206680167 .e_loop-1 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-1670206680167 .e_loop-1 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-1670206680167 .e_loop-1 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-1670206680167 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-1670206680167 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-1670206680167 .e_loop-1 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

/* #c_static_001-1670206680167 .e_loop-1 .p_filter_close::before{
    content: "\2716";
    
} */
/* #c_static_001-1670206680167 .e_loop-1 .p_filter_select{
		width: 110px;
		height: 24px;
		padding: 0;
		border: 1px solid #DCDFE6;

} */
#c_static_001-1670206680167 .e_loop-1 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-1670206680167 .e_loop-1 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-1670206680167 .e_loop-1 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1670206680167 .e_loop-1 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1670206680167 .e_loop-1 .p_split {
	margin: 0 5px
}

#c_static_001-1670206680167 .e_loop-1 .p_normal {
	margin-right: 16px
}

#c_static_001-1670206680167 .e_loop-1 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001-1670206680167 .e_loop-1 .input-check,
#c_static_001-1670206680167 .e_loop-1 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-1670206680167 .e_loop-1 .position-left {
	display: flex
}

#c_static_001-1670206680167 .e_loop-1 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-1670206680167 .e_loop-1 .position-top {
	/* display: flex; */
}

#c_static_001-1670206680167 .e_loop-1 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-1670206680167 .e_loop-1 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001-1670206680167 .e_loop-1 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(-45deg);
	transform: skewY(360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

#c_static_001-1670206680167 .e_loop-1 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

#c_static_001-1670206680167 .e_loop-1 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-1670206680167 .e_loop-1 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-1670206680167 .e_loop-1 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-1670206680167 .e_loop-1 .p_filter_result {
	display: inline-block
}

#c_static_001-1670206680167 .e_loop-1 .p_contclear {
	cursor: pointer
}

#c_static_001-1670206680167 .e_loop-1 .swiper-container {
	padding-bottom: 30px
}

#c_static_001-1670206680167 .e_loop-1 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

#c_static_001-1670206680167 .e_loop-1 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

#c_static_001-1670206680167 .e_loop-1 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

#c_static_001-1670206680167 .e_loop-1 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

#c_static_001-1670206680167 .e_loop-1 .p_filter_result {
	display: none
}

#c_static_001-1670206680167 .e_loop-1 .p_contclear {
	display: none
}

#c_static_001-1670206680167 .e_loop-1 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal
}

#c_static_001-1670206680167 .e_loop-1 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px
}

#c_static_001-1670206680167 .e_image-2 {
	overflow: hidden
}

#c_static_001-1670206680167 .e_image-2 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001-1670206680167 .e_text-3 {
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width:768px) {
	#c_static_001-1670206680167 .e_loop-1 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
}

@media screen and (min-width: 769px) {
	#c_static_001-1670206680167 .e_loop-1 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 3)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {}

@media screen and (max-width: 1200px) and (min-width: 768px) {}