body {
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	overflow-x: hidden;
}
* {
	box-sizing: border-box;
}
a {
	display: inline-block;
	text-decoration: none;
}
a:active,
a:hover,
a:focus {
	text-decoration: none;
}
a,
span {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
i {
	display: inline-block;
}
a,
button,
select,
option {
	cursor: pointer;
}
button,
input {
	outline: none;
	border: none;
}
img {
	vertical-align: middle;
}
.inner {
	position: relative;
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1200px) {
	.inner {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
}
.w-row {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 992px) {
	.w-row {
		flex-wrap: wrap;
	}
	.w-row > .w-col {
		width: 100% !important;
	}
	.w-row > .w-col + .w-col {
		margin-top: 0.3rem;
	}
}
.wrap {
	position: relative;
}

@media (max-width: 768px) {
	.show_pc {
		display: none !important;
	}
}
@media (min-width: 769px) {
	.show_mobile {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.show_mobile {
		display: block !important;
	}
}

.header {
	position: relative;
}
@media (max-width: 768px) {
	.header {
		background-image: none;
	}
}
.header .header_info {
	padding: 15px 0;
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	color: #3385e4;
}
.header .header_info a {
	font-size: 16px;
	font-weight: normal;
	color: #3385e4;
	margin: 0 10px;
}
.header .header_info a:first-child {
	margin-left: 0;
}
.header .header_info a:last-child {
	margin-right: 0;
}
.header .header_info a:hover {
	color: #0052b6;
}
.header .header_info .wza_btn,
.header .header_info .slh_btn {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}
.header .header_info .wza_btn.wza_btn,
.header .header_info .slh_btn.wza_btn {
	background-image: url(../images/icon_wza.png);
}
.header .header_info .wza_btn.slh_btn,
.header .header_info .slh_btn.slh_btn {
	background-image: url(../images/icon_slh.png);
}
.header .header_info_pc {
	display: block;
}
@media (max-width: 992px) {
	.header .header_info_pc {
		display: none;
	}
}
.header .header_info_mobile {
	display: none;
}
@media (max-width: 992px) {
	.header .header_info_mobile {
		display: block;
	}
}
.header .header_main {
	padding: 50px 0;
}
@media (max-width: 992px) {
	.header .header_main {
		padding: 15px 0;
	}
}
.header .header_logo {
	height: 193px;
	background: url(../images/logo.png) center no-repeat;
	background-size: auto 100%;
}
.header .header_logo a {
	display: inline-block;
	height: 100%;
}
@media (max-width: 992px) {
	.header .header_logo {
		height: 89px;
		background: url(../images/logo_m.png) center no-repeat;
		background-size: contain;
	}
}
.header .search_box {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 761px;
	background-color: #ffffff;
	border-radius: 30px;
	position: relative;
	z-index: 99;
}
.header .search_box .search_input {
	outline: none;
	border: none;
	padding: 0 20px;
	width: calc(100% - 112px);
	height: 50px;
	background-color: #ffffff;
	border-radius: 30px 0 0 30px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.header .search_box .search_input::placeholder {
	color: #999;
}
.header .search_box .search_btn {
	outline: none;
	border: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	width: 104px;
	height: 50px;
	background-color: #0052b6;
	
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	transition: opacity 0.3s;
}
.header .search_box .search_btn img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.header .search_box .search_btn:hover {
	opacity: 0.7;
}
.header .search_box .search_btn_mobile {
	display: none;
	width: 44px;
	background-color: transparent;
}
@media (max-width: 992px) {
	.header .search_box {
		background-color: #ffffff;
		box-shadow: 0px 4px 7px 0px rgba(75, 147, 200, 0.4);
		opacity: 0.85;
		width: 90%;
	}
}
.nav_box {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.nav_box .nav_fir {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_box .nav_fir > li {
	position: relative;
}
.nav_box .nav_fir > li > a,
.nav_box .nav_fir > li > div {
	height: 65px;
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 22px;
	font-weight: normal;
	color: #0052b6;
	position: relative;
}
.nav_box .nav_fir > li > a::after,
.nav_box .nav_fir > li > div::after {
	transition: all 0.3s;
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -3px;
	width: 0%;
	height: 5px;
	background-color: transparent;
	border-radius: 2px;
}
.nav_box .nav_fir > li.cur > a,
.nav_box .nav_fir > li:hover > a,
.nav_box .nav_fir > li.cur > div,
.nav_box .nav_fir > li:hover > div {
	font-weight: bold;
}
.nav_box .nav_fir > li.cur > a::after,
.nav_box .nav_fir > li:hover > a::after,
.nav_box .nav_fir > li.cur > div::after,
.nav_box .nav_fir > li:hover > div::after {
	width: 100%;
	background-color: #0052b6;
}
.nav_box .nav_fir > li.cur {
	position: relative;
}
.nav_box .nav_fir > li.cur::after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 16px;
	width: 56px;
	height: 55px;
	background: url(../images/nav_cur.png) no-repeat center;
	background-size: contain;
}
.nav_box .nav_fir .leader {
	margin-left: 10px;
}
.nav_box .nav_fir .leader .job,
.nav_box .nav_fir .leader .name {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	line-height: 29px;
	color: #0052b6;
	text-align: justify;
	text-align-last: justify;
}
.nav_box .nav_fir .leader .job.job,
.nav_box .nav_fir .leader .name.job {
	width: 74px;
	margin-right: 8px;
}
.nav_box .nav_fir .leader .job.name,
.nav_box .nav_fir .leader .name.name {
	width: 55px;
}
.nav_box .lmxg a {
	font-size: 0 !important;
	width: 101px;
	background: url(../images/icon_mlxg.png) no-repeat center 10px;
	background-size: contain;
}
@media (max-width: 992px) {
	.nav_box {
		display: none;
	}
}
.header_white .header_info {
	color: #fff;
}
.header_white .header_info a {
	opacity: 0.7;
	color: #fff;
}
.header_white .header_info a:hover {
	color: #fff;
	opacity: 1;
}
.header_white .header_info .wza_btn.wza_btn,
.header_white .header_info .slh_btn.wza_btn {
	background-image: url(../images/icon_wza_w.png);
}
.header_white .header_info .wza_btn.slh_btn,
.header_white .header_info .slh_btn.slh_btn {
	background-image: url(../images/icon_slh_w.png);
}
.header_white .header_main {
	padding-top: 150px;
}
.header_white .search_box {
	background-color: rgba(255, 255, 255, 0.5);
}
.header_white .search_box .search_input {
	background-color: transparent;
	color: #0052b6;
}
.header_white .search_box .search_input::placeholder {
	color: #0052b6;
}
.header_white .nav_box .nav_fir > li > a,
.header_white .nav_box .nav_fir > li > div,
.header_white .nav_box .nav_fir .leader .job,
.header_white .nav_box .nav_fir .leader .name {
	color: #fff;
}
.header_white .nav_box .nav_fir > li.cur::after {
	opacity: 0.4;
}
.header_white .nav_box .nav_fir > li.cur > a::after,
.header_white .nav_box .nav_fir > li:hover > a::after,
.header_white .nav_box .nav_fir > li.cur > div::after,
.header_white .nav_box .nav_fir > li:hover > div::after {
	background-color: #fff;
}
.header_white .nav_box .lmxg a {
	background-image: url(../images/icon_mlxg_w.png);
}

.menu-btn {
	display: none;
	position: absolute;
	top: 6px;
	right: 0;
	z-index: 599;
	width: 50px;
	height: 50px;
}
.menu-btn > span {
	position: absolute;
	left: 0;
	right: 0;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	background: #3385e4;
	border-radius: 2px;
	transition: 0.25s;
}
.menu-btn > span:nth-child(1) {
	top: 18px;
}
.menu-btn > span:nth-child(2) {
	top: 24px;
}
.menu-btn > span:nth-child(3) {
	top: 30px;
}
.menu {
	display: none;
	position: fixed;
	z-index: 598;
	top: 0;
	right: 0;
	bottom: 0;
	width: 65%;
	background-color: #f5f5f5;
}
.menu i {
	display: none;
}
.menu > ul {
	margin-top: 100px;
}
.menu > ul > li a {
	position: relative;
	display: block;
	margin: 0 15px;
	padding: 0 15px;
	line-height: 50px;
	font-size: 16px;
	color: #3385e4;
}
.menu > ul > li a::after {
	content: ' ';
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #ccc;
	border-style: solid;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
}
.menu > ul > li > a {
	font-weight: bold;
}
.menu > ul > li:nth-child(1) {
	animation-delay: 0.1s;
}
.menu > ul > li:nth-child(2) {
	animation-delay: 0.2s;
}
.menu > ul > li:nth-child(3) {
	animation-delay: 0.3s;
}
.menu > ul > li:nth-child(4) {
	animation-delay: 0.4s;
}
.menu > ul > li:nth-child(5) {
	animation-delay: 0.5s;
}
.menu > ul > li:nth-child(6) {
	animation-delay: 0.6s;
}
.menu > ul > li:nth-child(7) {
	animation-delay: 0.7s;
}
.menu > ul > li:nth-child(8) {
	animation-delay: 0.8s;
}
.menu .menu_list_more ul {
	display: none;
}
.menu .menu_list_more ul a {
	padding-left: 50px;
}
.mask {
	display: none;
	position: fixed;
	z-index: 597;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
}
.menu-btn.on {
	position: fixed;
	top: 6px;
}
.menu-btn.on > span {
	background: #3385e4;
}
.menu-btn.on > span:nth-child(1) {
	top: 21px;
	transform: rotate(45deg);
}
.menu-btn.on > span:nth-child(2) {
	opacity: 0;
	transform: rotate(90deg);
}
.menu-btn.on > span:nth-child(3) {
	top: 21px;
	transform: rotate(135deg);
}
.menu.on {
	display: block;
}
.mask.on {
	display: block;
}
@media (max-width: 992px) {
	.menu-btn {
		display: block;
	}
}

.links_box {
	padding-top: 25px;
	background-color: #f2f8fc;
}
.links_box .links_list > li {
	position: relative;
	width: 32%;
}
.links_box .links_list > li a {
	position: relative;
	display: inline-block;
	width: 100%;
	background-color: #e8eff4;
	line-height: 40px;
	text-align: left;
	padding-left: 1em;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.links_box .links_list > li a:hover {
	color: #0052b6;
}
.links_box .links_list > li ul {
	display: none;
	z-index: 9;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 40px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ddd;
	background-color: #fff;
}
.links_box .links_list > li ul li {
	border-top: 1px solid #ddd;
}
.links_box .links_list > li:hover ul {
	display: block;
}
@media (max-width: 992px) {
	.links_box .links_list > li + li {
		margin-top: 0.1rem;
	}
}
.links_box .more_links > a::after {
	content: '';
	position: absolute;
	right: 24px;
	bottom: 16px;
	width: 0;
	border-style: solid;
	border-width: 7px 6px 1px 6px;
	border-color: #666 transparent transparent transparent;
	transition: all 0.3s;
}
.links_box .more_links > a:hover::after {
	transform: rotate(90deg);
}

.footer {
	background-color: #f2f8fc;
}
.footer .copyright {
	padding: 25px 0;
	position: relative;
	text-align: center;
}
.footer .copyright .inner {
	width: 1200px;
	max-width: 100%;
}
@media (max-width: 1200px) {
	.footer .copyright .inner {
		width: 100%;
	}
}
.footer .copyright p span,
.footer .copyright p a {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin: 0 10px;
	word-break: keep-all;
}
.footer .copyright p span:nth-child(1),
.footer .copyright p a:nth-child(1) {
	margin-left: 0px;
}
.footer .copyright p a {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.footer .copyright p a:hover {
	color: #0052b6;
}
.footer .copyright p img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
@media (max-width: 992px) {
	.footer .copyright span {
		display: block;
		margin: 5px 0 !important;
	}
}
.footer .wxb,
.footer .jc,
.footer .gov {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.footer .wxb.wxb,
.footer .jc.wxb,
.footer .gov.wxb {
	left: 0;
}
.footer .wxb.jc,
.footer .jc.jc,
.footer .gov.jc {
	right: 80px;
}
.footer .wxb.gov,
.footer .jc.gov,
.footer .gov.gov {
	right: 0;
}
@media (max-width: 1200px) {
	.footer .wxb,
	.footer .jc,
	.footer .gov {
		position: static;
		transform: none;
		display: inline-block;
		max-width: 33%;
		vertical-align: middle;
		margin-top: 10px;
		margin-right: 5px;
	}
	.footer .wxb a,
	.footer .jc a,
	.footer .gov a,
	.footer .wxb img,
	.footer .jc img,
	.footer .gov img {
		width: 100%;
	}
}

.sidenav_box {
	z-index: 999;
	position: fixed;
	right: 2%;
	display: none;
	text-align: center;
}
.sidenav_box.fixed {
	display: block;
	bottom: 20%;
}
@media (max-width: 1200px) {
	.sidenav_box {
		display: none !important;
	}
}
.sidenav_box .znwd {
	position: relative;
}
.sidenav_box .znwd .znwd_qipao {
	display: none;
	position: absolute;
	top: -45px;
	left: -68px;
}
.sidenav_box .znwd:hover .znwd_qipao {
	display: block;
}
.sidenav_box ul {
	width: 95px;
}
.sidenav_box ul li {
	position: relative;
	margin: 10px 0;
}
.sidenav_box ul li a {
	display: block;
	width: 100%;
	text-align: center;
}
.sidenav_box ul li a i {
	display: block;
	margin: 0 auto;
	width: 61px;
	height: 61px;
	background-color: #c8e6ff;
	border-radius: 50%;
	background-image: url(../images/side_icons.png);
	background-repeat: no-repeat;
}
.sidenav_box ul li a i.s1 {
	background-position: 14px 17px;
}
.sidenav_box ul li a i.s2 {
	background-position: 14px -52px;
}
.sidenav_box ul li a i.s3 {
	background-position: 12px -119px;
}
.sidenav_box ul li a i.s4 {
	background-position: 12px -189px;
}
.sidenav_box ul li a i.s5 {
	background-position: 13px -255px;
}
.sidenav_box ul li:not(.sidenav_btn):hover i {
	background-color: #0052b6;
	background-image: url(../images/side_icons_cur.png);
}
.sidenav_box ul li div {
	z-index: inherit;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(64, 141, 230, 0.19);
	position: absolute;
	right: 90px;
	top: -15px;
	display: none;
	padding: 13px;
}
.sidenav_box ul li div img {
	width: 105px;
}
.sidenav_box ul li div p {
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	color: #3a3a3a;
	text-align: center;
	margin-top: 5px;
}
.sidenav_box ul li:hover div {
	display: block;
}
.sidenav_box.sidenav_sq .sq_hide {
	display: none;
}
.sidenav_box.sidenav_sq .sidenav_btn i {
	background-image: url(../images/side_icons_cur.png);
}

::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-thumb {
	background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
	background-color: #ddd;
}

.shadow_box {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(64, 141, 230, 0.19);
	border-radius: 16px;
	padding: 0.4rem;
}
@media (max-width: 768px) {
	.shadow_box {
		padding: 0.2rem;
	}
}
.where {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 25px;
	background: url(../images/icon_where.png) no-repeat left 4px;
	background-size: 15px 17px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: #666666;
}
@media (max-width: 768px) { .where { font-size: 16px; background-position: left 4px; } }
.where a {
	padding: 0 5px;
	color: inherit;
}
.where a:hover {
	color: #0052b6;
}
.where .cur {
	color: #0052b6;
}
.tab_pane {
	overflow: hidden;
}
.tab_pane .pane > ul,
.tab_pane .pane > div {
	animation-duration: 0.3s;
}
@media (max-width: 992px) {
	.tab_pane_mobile .pane ul {
		margin-bottom: 0;
	}
	.tab_pane_mobile a.more {
		display: none !important;
	}
}
.tab_pane_mobile .panel-more {
	display: none;
	margin: 10px 0;
	background: none;
}
.tab_pane_mobile .panel-more a {
	box-sizing: border-box;
	position: relative;
	display: block;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border: 0.5px solid #e9e9e9;
	background-color: #fff;
	color: #666;
	border-radius: 4px;
	width: 100% !important;
}
.tab_pane_mobile .panel-more a::before,
.tab_pane_mobile .panel-more a::after {
	position: absolute;
	top: 0;
	content: '\2022';
	font-weight: normal;
	font-size: 12px;
	color: #ddd;
	text-shadow: 8px 0 #ddd, -8px 0 #ddd;
	pointer-events: none;
}
.tab_pane_mobile .panel-more a::before {
	left: 30%;
}
.tab_pane_mobile .panel-more a::after {
	right: 30%;
}
@media (max-width: 992px) {
	.tab_pane_mobile .panel-more {
		display: block;
	}
}
.tab_style1 {
	position: relative;
	display: flex;
	justify-content: start;
	align-items: center;
}
.tab_style1 li a:not(.more) {
	display: inline-block;
	font-size: 22px;
	font-weight: normal;
	color: #999999;
}
.tab_style1 li.cur a:not(.more) {
	color: #0052b6;
	font-weight: bold;
}
.tab_style1 li + li:not(.nohover) {
	position: relative;
	margin-left: 40px;
}
.tab_style1 li + li:not(.nohover)::after {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -20px;
	width: 1px;
	background-color: #b5d2e5;
}
.tab_style1 a.more {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.tab_style1 a.more:hover {
	opacity: 0.7;
}
.main_title {
	position: relative;
}
.main_title span {
	display: inline-block;
	padding: 10px 10px 10px 0px;
	font-size: 32px;
	font-weight: bold;
	color: #0052b6;
	position: relative;
}
.main_title span em {
	color: #d2221d;
}
.main_title span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 140px;
	height: 64px;
	background: url(../images/main_title_bg1.png) no-repeat center;
	background-size: contain;
}
.main_title::after {
	content: '';
	position: absolute;
	bottom: 27px;
	right: 0px;
	width: 156px;
	height: 7px;
	background: url(../images/main_title_bg2.png) no-repeat center;
	background-size: contain;
}
.blue_2line {
	width: 100%;
	height: 6px;
	position: relative;
}
.blue_2line::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #dbebfa;
}
.blue_2line::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: #dbebfa;
}
.list_title {
	height: 56px;
	background-color: #f3f7fe;
	border-radius: 4px;
	margin-bottom: 40px;
}
.list_title span {
	display: inline-block;
	line-height: 56px;
	background-color: #0a67d8;
	border-radius: 4px;
	padding: 0 18px;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
}
.list_title span::after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -12px;
	height: 6px;
	background: url(../images/deco_bg.png) repeat-x left center;
	background-size: auto 100%;
}
.list_t {
	margin-top: -20px;
	margin-bottom: -20px;
}
.list_t li:not(.panel-more) {
	line-height: 1.1;
	position: relative;
	padding: 20px 0px 20px 20px;
	display: flex;
	align-items: center;
}
.list_t li:not(.panel-more):not(:last-child) {
	border-bottom: 1px dashed #dfdfdf;
}
.list_t li:not(.panel-more)::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0px;
	width: 11px;
	height: 12px;
	background: url(../images/icon_li.png) no-repeat center;
	background-size: contain;
}
.list_t li:not(.panel-more) .list_text {
	transition: all 0.3s;
	flex: 1;
	flex-shrink: 0;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.list_t li:not(.panel-more) .list_text:hover {
	color: #0052b6;
}
.list_t li:not(.panel-more) .date {
	font-size: 18px;
	font-weight: normal;
	color: #999;
}
.list_t li:not(.panel-more) > a:not(:first-child),
.list_t li:not(.panel-more) > span:not(:first-child) {
	margin-left: 30px;
}
.list_pic {
	box-sizing: border-box;
	margin-left: -13px;
	margin-right: -13px;
}
.list_pic::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.list_pic > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	padding-left: 13px;
	padding-right: 13px;
	float: left;
}
.list_pic > li:nth-child(n) {
	margin-top: 0;
}
.list_pic > li:nth-child(n + 4) {
	margin-top: 26px;
}
.list_pic > li:nth-child(4) {
	margin-top: 0;
}
.list_pic a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 992px) {
	.list_pic {
		margin-left: -13px;
		margin-right: -13px;
	}
	.list_pic::after {
		content: '';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.list_pic > li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 33.333%;
		padding-left: 13px;
		padding-right: 13px;
		float: left;
	}
	.list_pic > li:nth-child(n) {
		margin-top: 0;
	}
	.list_pic > li:nth-child(n + 3) {
		margin-top: 26px;
	}
	.list_pic > li:nth-child(3) {
		margin-top: 0;
	}
	.list_pic a {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media (max-width: 768px) {
	.list_pic {
		margin-left: -13px;
		margin-right: -13px;
	}
	.list_pic::after {
		content: '';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.list_pic > li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding-left: 13px;
		padding-right: 13px;
		float: left;
	}
	.list_pic > li:nth-child(n) {
		margin-top: 0;
	}
	.list_pic > li:nth-child(n + 1) {
		margin-top: 26px;
	}
	.list_pic > li:nth-child(1) {
		margin-top: 0;
	}
	.list_pic a {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.list_pic li a {
	display: block;
	box-sizing: border-box;
}
.list_pic li a .img {
	box-sizing: border-box;
	width: 100%;
	height: 189px;
	background-color: #ffffff;
	outline: solid 1px #d6d6d6;
	border: solid 5px #fff;
	overflow: hidden;
}
@media (max-width: 1200px) {
	.list_pic li a .img {
		height: 160px;
	}
}
@media (max-width: 992px) {
	.list_pic li a .img {
		height: 140px;
	}
}
@media (max-width: 768px) {
	.list_pic li a .img {
		height: auto;
	}
}
.list_pic li a img {
	transition: all 0.3s;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.list_pic li a h6 {
	margin-top: 18px;
	transition: all 0.3s;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-align: center;
}
.list_pic li:hover img {
	transform: scale(1.05);
}
.list_pic li:hover h6 {
	font-weight: bold;
	color: #0052b6;
}
.list_zhengji .list_text_box {
	width: calc(100% - 150px);
	display: flex;
	align-items: center;
	flex: 1;
}
.list_zhengji .list_text_box .list_text {
	max-width: calc(100% - (75px + 10px));
	flex: none !important;
}
.list_zhengji .zhengji_tag {
	display: inline-block;
	width: 75px;
	margin-left: 10px;
	height: 28px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
}
.list_zhengji .zhengji_tag.tag_pending {
	background-color: #fef5e1;
	color: #f37016;
}
.list_zhengji .zhengji_tag.tag_end {
	background-color: #ecf6ff;
	color: #0052b6;
}
.pages {
	margin-top: 40px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.pages a,
.pages span,
.pages input {
	transition: all 0.3s;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	border: solid 1px #d6d8da;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 15px;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
.pages a:hover,
.pages a.current,
.pages span.current,
.pages span.layui-laypage-curr {
	border: solid 1px #1361cb;
	background-color: #1361cb;
	color: #fff !important;
}
.pages input {
	width: 68px;
}
@media (max-width: 992px) {
    .pages span,.pages .bai12_22h{
        display: none;
    }
}
@media (max-width: 768px) {
	.pages a,
	.pages span,
	.pages input {
		font-size: 22px;
		height: 55px;
		line-height: 55px;
		padding: 0 20px;
		margin-right: 5px;
	}
}
.link_box a,
.link_box img {
	display: block;
	width: 100%;
}

:root {
  --yx-blue: #2c66a5;
  --yx-blue-deep: #1b67b1;
  --yx-blue-mid: #1b74c6;
  --yx-blue-light: #5cb1e6;
  --yx-blue-soft: #e9f6fe;
  --yx-orange: #efab3e;
  --yx-text: #333;
  --yx-muted: #666;
  --yx-line: #e7e7e7;
  --yx-inner: 1200px;
}

html { min-width: 320px; }

.header {
  position: relative;
  
  overflow: visible;
  
  background-image: none;
}

.banner_carousel.swiper-container {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #6a9cc8;
}
.banner_carousel .swiper-wrapper {
  height: 100%;
}
.banner_carousel .swiper-slide.banner_slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #6a9cc8;
}
.banner_carousel .banner_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border: 0;
  max-width: none;
  pointer-events: none;
}
.banner_carousel.swiper-container-fade .swiper-slide {
  height: 100%;
}
.banner_carousel.swiper-container-fade .swiper-slide-active,
.banner_carousel.swiper-container-fade .swiper-slide-duplicate-active {
  opacity: 1 !important;
  z-index: 1;
}
.banner_mask {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(40,90,150,.15) 0%, rgba(30,80,140,.28) 55%, rgba(20,70,130,.4) 100%);
  pointer-events: none;
}
.banner_carousel .banner_arrow.swiper-button-prev,
.banner_carousel .banner_arrow.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 36px;
  height: 50px;
  margin-top: -25px;
  margin-left: 0;
  margin-right: 0;
  border: 0;
  background: rgba(0,0,0,.25);
  color: #fff;
  font-size: 0;
  line-height: 50px;
  cursor: pointer;
  display: none;
  padding: 0;
}
.banner_carousel .banner_arrow::after {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.banner_carousel:hover .banner_arrow { display: block; }
.banner_carousel .banner_arrow:hover { background: rgba(44,102,165,.9); }
.banner_carousel .banner_prev { left: 10px; right: auto; }
.banner_carousel .banner_next { right: 10px; left: auto; }
.banner_carousel .banner_indicators.swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 52px;
  z-index: 6;
  text-align: center;
  font-size: 0;
  width: 100%;
}
.banner_carousel .swiper-pagination-bullet {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  opacity: 1;
  vertical-align: middle;
  transition: transform .25s, background .25s;
}
.banner_carousel .swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.2);
}

.header_top {
  position: relative;
  z-index: 7;
  height: 40px;
  line-height: 40px;
  background: transparent;
}
.header_top_left a,
.header_top_right a {
  color: #fff;
  font-size: 16px;
  transition: opacity .2s;
}
.header_top_left a {
  margin-right: 16px;
}
.header_top_left a:last-child { margin-right: 0; }
.header_top_left .icon_gh {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: -2px;
}
.header_top_left a:hover,
.header_top_right a:hover {
  opacity: .85;
  text-decoration: underline;
}
.header_top_right span {
  color: rgba(255,255,255,.55);
  margin: 0 6px;
  font-size: 16px;
}
.header_top_right .header_top_btns {
  display: inline-flex;
  align-items: stretch;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 0;
  line-height: 0;
}
.header_top_right .btn_a11y,
.header_top_right .btn_old {
  display: block;
  height: 28px;
  line-height: 28px;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  margin: 0;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  opacity: 1 !important;
}
.header_top_right .btn_a11y {
  background: #e8f2fb;
  color: #2c66a5 !important;
}
.header_top_right .btn_old {
  background: #efab3e;
  color: #fff !important;
}
.header_top_right .btn_a11y:hover,
.header_top_right .btn_old:hover {
  opacity: 1 !important;
  text-decoration: none !important;
}
.header_top_right .btn_a11y:hover { background: #dceaf8; }
.header_top_right .btn_old:hover { background: #e09a2e; }

.header_logo_area {
  position: relative;
  z-index: 7;
  padding: 28px 0 36px;
}
.header_logo_inner {
  display: flex;
  flex-direction: column;
}
.logo_box {
  margin-bottom: 22px;
}
.logo_img {
  margin-bottom: 10px;
}
.logo_text h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 6px;
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0,40,90,.35);
}
.logo_text p {
  margin: 8px 0 0;
  font-size: 16px;
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 0 1px 6px rgba(0,40,90,.3);
}
.search_box_area {
  width: 600px;
  max-width: 94%;
}
.header .search_box,
.header_logo_area .search_box {
  position: relative;
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(20,60,120,.16);
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.header .search_input,
.header_logo_area .search_input {
  width: calc(100% - 118px);
  height: 48px;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  background: transparent;
  box-sizing: border-box;
  line-height: 48px;
}
.header .search_input::placeholder { color: #a0a0a0; }
.header .search_btn,
.header_logo_area .search_btn {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 110px;
  height: 50px;
  border: 0;
  background: #3a78c8;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, opacity .2s;
  margin: 0;
  padding: 0;
}
.header .search_btn:hover { opacity: .92; }
.header .search_btn img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.header .nav_box {
  position: relative;
  z-index: 7;
  background: url(../images/nav_bg.png) no-repeat center top;
  height: 70px;
  padding: 10px 0;
}
.header .nav_box .nav_fir {
  display: flex;
  justify-content: center;
  height: auto;
}
.header .nav_box .nav_fir > li {
  flex: 1;
  max-width: 180px;
  text-align: center;
  float: none;
  width: auto;
}
.header .nav_box .nav_fir > li > a {
  display: inline-block;
  position: relative;
  height: auto;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 0 0 8px;
}
.header .nav_box .nav_fir > li > a::after {
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 50%;
  height: 4px;
  margin-left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  border-radius: 2px;
}
.header .nav_box .nav_fir > li.cur > a,
.header .nav_box .nav_fir > li:hover > a {
  background: none;
  font-weight: 700;
  color: #fff;
}
.header .nav_box .nav_fir > li.cur > a::after,
.header .nav_box .nav_fir > li:hover > a::after {
  display: block;
}
.header .nav_box .nav_fir > li.cur::after {
  display: none;
}

.left_side_box {
  position: absolute;
  left: 305px;
  top: 83px;
  z-index: 200;
  width: 52px;
  overflow: visible;
  transform: none;
}
.left_side_box.is_fixed {
  position: fixed;
}
.left_side_item {
  position: relative;
}
.left_side_item:first-child { z-index: 2; }
.left_side_item:last-child {
  z-index: 1;
  margin-top: -20px;
}
.left_side_title {
  position: relative;
  padding: 24px 4px 14px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.left_side_item:first-child .left_side_title {
  background: #1b569e;
  border-radius: 10px 0 0 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20px));
}
.left_side_title .title_cols {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 4px;
  margin: 0 auto;
}
.left_side_title .title_col {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.15;
}
.left_side_title .title_main {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 6px;
  text-shadow: 0 1px 2px rgba(0,0,0,.18);
}
.left_side_title .title_sub {
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 4px;
  padding-top: 2px;
}
.arrow_icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 10px auto 0;
  background: url(../images/icon_more.png) no-repeat center center;
  background-size: 14px 14px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  box-sizing: border-box;
}
.left_side_item:hover .arrow_icon {
  transform: rotate(180deg);
  background-color: rgba(255,255,255,.12);
}
.left_side_content {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 192px;
  background: #E8F5FF;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 16px rgba(0,0,0,.14);
  padding: 12px;
  z-index: 201;
}
.left_side_item:first-child .left_side_content { top: 0; }
.left_side_item:hover .left_side_content { display: block; }
.left_side_content li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  color: #333;
  font-size: 16px;
  border-radius: 4px;
  transition: background .2s, color .2s;
}
.left_side_content li a:hover {
  background: #fff;
  color: var(--yx-blue);
  font-weight: bold;
}
.left_side_content li a img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.right_side_box {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}
.right_side_box.collapsed .right_side_list {
  display: none;
}
.right_side_list {
  width: 86px;
  background: #fff;
  border: 1px solid #e3eef8;
  border-radius: 6px;
  box-shadow: 0 3px 14px rgba(0,0,0,.12);
  overflow: visible;
}
.right_side_list > li {
  position: relative;
  border-bottom: 1px solid #f0f4f8;
}
.right_side_list > li:last-child { border-bottom: 0; }
.right_side_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 6px;
  transition: background .2s;
}
.right_side_link:hover { background: #1559a3; }
.right_side_link img {
  display: block;
  margin-bottom: 4px;
}
.right_side_link .icon_h { display: none; }
.right_side_link:hover .icon_n { display: none; }
.right_side_link:hover .icon_h { display: block; }
.right_side_link span {
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1.3;
}
.right_side_link:hover span { color: #fff; }

.wx_qrcode {
  display: none;
  position: absolute;
  right: calc(100% + 8px);
  top: 0;
  width: 160px;
  padding: 12px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
  text-align: center;
  z-index: 202;
}
.wx_item:hover .wx_qrcode { display: block; }
.wx_qrcode img {
  width: 140px;
  height: 140px;
}
.wx_qrcode p {
  margin: 6px 0 0;
  font-size: 16px;
  color: #666;
}

.right_side_list > li.collapse_item { border-bottom: 0; }
.right_side_link.collapse_btn {
  flex-direction: row;
  justify-content: center;
  gap: 6px;
  padding: 12px 8px;
  background: var(--yx-blue);
  border-radius: 0 0 6px 6px;
}
.right_side_link.collapse_btn:hover { background: #245890; }
.right_side_link.collapse_btn span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.right_side_link.collapse_btn img {
  width: 18px;
  height: 18px;
  margin: 0;
}

.right_side_expand {
  display: none;
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: auto;
  line-height: 1.25;
  padding: 14px 0 12px;
  box-sizing: border-box;
  text-align: center;
  background: var(--yx-blue);
  color: #fff;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  font-size: 14px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.right_side_box.collapsed .right_side_expand {
  display: flex;
  position: static;
  top: auto;
  margin-top: 0;
  -webkit-transform: none;
  transform: none;
}
.right_side_expand span {
  display: block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  letter-spacing: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.right_side_expand img {
  display: block;
  width: 18px;
  height: 18px;
  margin: 10px auto 0;
}

.content_list_area {
  display: flex;
  gap: 36px;
}
.list_col {
  flex: 1;
  min-width: 0;
}
.list_col_header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}
.list_col_header h3 {
  margin: 0;
  font-size: 18px;
  color: #1c67b3;
  padding-bottom: 8px;
  border-bottom: 3px solid #1c67b3;
}
.more_link {
  font-size: 16px;
  color: #888;
  padding-bottom: 8px;
}
.more_link:hover { color: var(--yx-blue); }
.list_items li {
  border-bottom: 1px dotted #e5e5e5;
}
.list_items li a {
  display: block;
  position: relative;
  padding: 12px 100px 12px 0;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  transition: color .2s, padding .2s;
  box-sizing: border-box;
}
.list_items li a:hover {
  padding-left: 4px;
  color: var(--yx-blue);
}
.list_date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #999;
  white-space: nowrap;
  line-height: 1.4;
}

.footer {
  background: var(--yx-blue);
  padding: 0;
  margin-top: 20px;
}
.footer .copyright {
  padding: 30px 0;
  position: relative;
  text-align: center;
}
.footer .copyright .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.footer_red { flex-shrink: 0; }
.footer_red img { height: 80px; }
.footer_info {
  flex: 1;
  text-align: left;
  min-width: 0;
}
.footer_info p {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,.82);
  line-height: 1.85;
}
.footer_info p a,
.footer .copyright .footer_info p a {
  color: rgba(255,255,255,.82);
  margin: 0;
}
.footer_info p a:hover,
.footer .copyright .footer_info p a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer_info .handle a,
.footer .copyright .footer_info .handle a {
  color: rgba(255,255,255,.9);
  font-size: 14px;
  margin: 0 5px;
}
.footer .copyright .footer_info .handle a:first-child { margin-left: 0; }
.footer .copyright .footer_info .handle a:last-child { margin-right: 0; }
.footer_info .handle a:hover,
.footer .copyright .footer_info .handle a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer_info .handle span,
.footer .copyright .footer_info .handle span {
  color: rgba(255,255,255,.35);
  margin: 0 4px;
  display: inline;
}
.footer_gh {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 2px;
}
.footer_marks {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.footer_marks img { height: 36px; }

.header .menu-btn,
.menu-btn {
  display: none;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 1100;
  width: 46px;
  height: 44px;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
}
.header .menu-btn.on,
.menu-btn.on {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}
.header .menu-btn > span,
.menu-btn > span {
  position: absolute;
  left: 12px;
  right: 12px;
  width: auto;
  height: 2px;
  margin: 0;
  border-radius: 0;
  transition: .25s;
}
.header .menu-btn > span:nth-child(1),
.menu-btn > span:nth-child(1) { top: 13px; }
.header .menu-btn > span:nth-child(2),
.menu-btn > span:nth-child(2) { top: 21px; }
.header .menu-btn > span:nth-child(3),
.menu-btn > span:nth-child(3) { top: 29px; }
.header .menu-btn.on > span:nth-child(1),
.menu-btn.on > span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}
.header .menu-btn.on > span:nth-child(2),
.menu-btn.on > span:nth-child(2) { opacity: 0; }
.header .menu-btn.on > span:nth-child(3),
.menu-btn.on > span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}
.mobile_menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  background: #fff;
  z-index: 1098;
  overflow-y: auto;
  box-shadow: -4px 0 20px rgba(0,0,0,.18);
}
.mobile_menu.on { display: block; }
.mobile_menu_hd {
  margin-top: 44px;
  padding: 16px 22px;
  font-size: 16px;
  font-weight: 700;
  color: var(--yx-blue);
  border-bottom: 1px solid #eef3f8;
}
.mobile_menu li a {
  display: block;
  padding: 14px 22px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #f3f3f3;
}
.mobile_menu li a:hover {
  background: #f3f9ff;
  color: var(--yx-blue);
}
.mobile_mask {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1097;
  background: rgba(0,0,0,.45);
}
.mobile_mask.on { display: block; }

@media (max-width: 1200px) {
  .search_box_area { width: 520px; }
  .content_list_area { gap: 20px; }
}

@media (max-width: 768px) {
  .header {
    overflow: visible;
    position: relative;
  }
  .banner_carousel { overflow: hidden; }
  .banner_carousel .banner_arrow,
  .banner_carousel .banner_indicators { display: none !important; }
  .banner_carousel.is-static .swiper-wrapper {
    transform: none !important;
  }
  .header_top { display: none; }
  .header .nav_box { display: none; }
  .header .menu-btn,
  .menu-btn,
  .menu-btn.on {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0;
    z-index: 1100;
  }
  .left_side_box,
  .right_side_box { display: none !important; }
  .header_logo_area { padding: 40px 0 24px; }
  .logo_img { width: 150px; }
  .logo_text h1 {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .logo_text p {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .search_box_area { width: 100%; }
  .header .search_box,
  .header_logo_area .search_box {
    height: 44px;
    border-radius: 6px;
  }
  .header .search_input,
  .header_logo_area .search_input {
    height: 44px;
    line-height: 44px;
    width: calc(100% - 100px);
  }
  .header .search_btn,
  .header_logo_area .search_btn {
    width: 92px;
    height: 38px;
    top: 3px;
    right: 3px;
    font-size: 16px;
  }
  .content_list_area {
    flex-direction: column;
    gap: 22px;
  }
  .list_items li a {
    padding: 12px 100px 12px 0;
    font-size: 16px;
  }
  .list_date {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    font-size: 16px;
  }
  .footer .copyright .inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .footer_red,
  .footer_marks,
  .footer_info .handle { display: none !important; }
}

@media (max-width: 480px) {
  .logo_text h1 { font-size: 18px; }
  .list_items li a {
    padding: 12px 100px 12px 0;
    font-size: 16px;
  }
  .list_date {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    font-size: 16px;
  }
}
