#tuwen1 {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	background_radio: 2;
	display-radio: 1;
	max-width: 1600px;
	margin-top: 30px;
	margin-bottom: 70px
}
#tuwen1 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}
#tuwen1 > div > .p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}
#tuwen1 > div > .p_gridCell {
	float: left;
	position: static
}
#tuwen1 > .p_gridbox.signal {
	min-height: inherit
}
#tuwen1 > .p_gridbox.signal > .p_gridCell {
	min-height: inherit !important
}
#tuwen1 .p_gridCell {
	display-radio: 1
}
#tuwen1 .p_gridbox {
	display-radio: 1
}
@media screen and (max-width:768px) {
#tuwen1 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left
}
#tuwen1 {
	background_radio: 2;
	display-radio: 1;
	margin-top: 15px;
	margin-bottom: 30px
}
}
@media screen and (min-width: 769px) {
#tuwen1 > .p_gridbox > .p_gridCell:nth-child(2n + 1) {
	width: 19.13%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left
}
#tuwen1 > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
	width: 77.83%;
	margin-left: 3%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: inherit
}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
#tuwen1 > .p_gridbox > .p_gridCell:nth-child(2n + 1) {
	width: 19.13%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: left
}
#tuwen1 > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
	width: 77.83%;
	margin-left: 3%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
	clear: inherit
}
}
.page_a.current {
	background: #043675!important;
	color: #fff
}
#tuwenlist {
	padding-bottom: 30px;
	display-radio: 1;
	background_radio: 2
}
#tuwenlist .e_loop-6 .p_list {
	display: flex;
	flex-wrap: wrap
}
#tuwenlist .e_loop-6 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}
#tuwenlist .e_loop-6 .p_page {
	text-align: center;
	display-radio: 1;
	margin-top: 20px
}
#tuwenlist .e_loop-6 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}
#tuwenlist .e_loop-6 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 24px;
	margin: 15px 0
}
#tuwenlist .e_loop-6 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}
#tuwenlist .e_loop-6 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}
#tuwenlist .e_loop-6 .p_active {
	color: #fff;
	background-color: #409EFF;
	border-radius: 2px
}
#tuwenlist .e_loop-6 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}
#tuwenlist .e_loop-6 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}
#tuwenlist .e_loop-6 .multSelect {
	font-size: 13px;
	position: relative
}
#tuwenlist .e_loop-6 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}
#tuwenlist .e_loop-6 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}
#tuwenlist .e_loop-6 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}
#tuwenlist .e_loop-6 .multSelect ul, li {
	list-style: none
}
#tuwenlist .e_loop-6 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}
#tuwenlist .e_loop-6 .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
}
#tuwenlist .e_loop-6 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}
#tuwenlist .e_loop-6 .multSelect .multSelect-option>div.selected {
	color: #409eff
}
#tuwenlist .e_loop-6 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}
#tuwenlist .e_loop-6 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}
#tuwenlist .e_loop-6 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}
#tuwenlist .e_loop-6 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}
#tuwenlist .e_loop-6 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}
#tuwenlist .e_loop-6 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}
#tuwenlist .e_loop-6 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6
}
#tuwenlist .e_loop-6 .p_normal_start {
	display: inline;
	width: 60px;
	height: 22px
}
#tuwenlist .e_loop-6 .p_date_start {
	display: inline;
	width: 105px;
	height: 22px
}
#tuwenlist .e_loop-6 .p_normal_end {
	display: inline;
	width: 60px;
	height: 22px;
	margin-right: 5px
}
#tuwenlist .e_loop-6 .p_date_end {
	display: inline;
	width: 105px;
	height: 22px;
	margin-right: 5px
}
#tuwenlist .e_loop-6 .p_split {
	margin: 0 5px
}
#tuwenlist .e_loop-6 .p_normal {
	margin-right: 16px
}
#tuwenlist .e_loop-6 {
	display-radio: 1
}
#tuwenlist .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
	display-radio: flex;
	background-color: rgba(245,245,245,1);
	background_radio: 2
}
#tuwenlist .e_container-7:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0%;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #E7A028;
	transition: all .5s ease
}
#tuwenlist .e_container-7:hover:after {
	height: 100%
}
#tuwenlist .e_container-7:hover .e_text-8 {
	color: #fff
}
#tuwenlist .e_container-7:hover .e_image-11 img {
	transform: scale(1.1);
	transition: all .5s ease
}
#tuwenlist .e_container-7 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	z-index: 2
}
#tuwenlist .e_text-8 {
	font_radio: 2;
	font-size: 16px;
	color: rgba(0,0,0,0.8);
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	transition: all .5s ease;
	display-radio: -webkit-box;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: Microsoft YaHei, 微软雅黑
}
#tuwenlist .e_image-11 {
	overflow: hidden;
	display-radio: 1;
	height: 224px
}
#tuwenlist .e_image-11 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease
}
#tuwenlist .e_container-12 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-top: 18px;
	padding-left: 5px;
	padding-bottom: 14px;
	padding-right: 5px;
	display-radio: flex;
	background_radio: 2
}
#tuwenlist .e_container-12 > .p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
@media screen and (max-width:768px) {
#tuwenlist .e_loop-6 .p_loopitem {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% / 2)
}
#tuwenlist {
	padding-top: 30px;
	padding-bottom: 20px;
	display-radio: 1;
	background_radio: 2
}
#tuwenlist .e_container-7 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	background_radio: 1;
	display-radio: 1
}
#tuwenlist .e_text-8 {
	font_radio: 2;
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}
#tuwenlist .e_container-12 {
	padding-top: 10px;
	padding-bottom: 10px
}
#tuwenlist .e_image-11 {
	display-radio: 1;
	height: 100px
}
}
@media screen and (min-width: 769px) {
#tuwenlist .e_loop-6 .p_loopitem {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc(100% / 3)
}
}
.p_breadcrumbItem * {
	color: #000 !important
}