@charset "utf-8";

/* 受理部门弹框  */
.slbm_body {
	padding: 8px 0;
}

#ysqdept .tnm {
	display: inline-block;
	padding: 5px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #345dc3;
	color: #fff;
	font-size: 16px;
}

#slbm_name {
	height: 34px;
	line-height: 34px;
	border: 1px solid #e5e5e5;
	float: left
}

#slbm_btn {
	border: none;
	background: #20528f;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	padding: 8px;
	font-weight: bold;
}

.slbm-box {
	position: fixed;
	z-index: 999;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.slbm-bd {
	width: 50%;
	height: 80%;
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	padding: 30px;
	overflow: auto;
}

.slbm-bd .modal-title {
	line-height: 3;
	font-weight: bold;
}

#ysqdept .dp-bd li {
	padding: 0;
	border-radius: 5px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	list-style: none;
	overflow: hidden;
}

#ysqdept .dp-bd li a {
	display: block;
	margin: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #e1e1e1;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#ysqdept .dp-bd {
	overflow: hidden;
	height: auto;
	padding: 20px 0;
}

#deptName {
	padding: .2em .6em;
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	line-height: 30px;
}

.modal .hide {
    display: none;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.modal .modal-dialog-hover {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    top: 10%;
}

.ysq_tnm {
	font-weight: 700;
	background: #20528f;
	text-align: center;
	padding: 4px 16px;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin: 10px 0;
}

#btnOK {
	display: inline-block;
	width: 120px;
	height: 38px;
	margin: 0 5px;
	border: none;
	border-radius: 6px;
	background: #20528f;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-indent: 0;
}

.ysq-dept {
	height: auto;
	overflow: hidden
}

.ysq-dept ul {
	padding: 8px 16px
}

.ysq-dept ul li {
	line-height: 36px
}

.ysq-dept ul li a {
	font-size: 16px;
	text-align: left
}

.ysq-tt {
	font-weight: 700;
	font-size: 20px;
	color: #0b4bac;
	text-align: center !important;
	padding: 16px 0;
	width: 100%
}

.ysq-txt {
	line-height: 30px;
	text-indent: 2em
}

.ysq-bd {
	height: auto;
	overflow: hidden;
	padding: 8px
}

.ysq-bd .tips {
	font-size: 16px;
	line-height: 32px;
	color: red
}

.ysq-bd .mark {
	color: red
}

.ysq-bd .hidden {
	display: none !important
}

.ysq-bd .fileup-btn {
	position: relative;
	line-height: 40px;
	height: 40px;
	background: #20528f;
	color: #fff;
	cursor: pointer;
	text-align: center;
	border-radius: 4px;
	margin: 0 8px
}

.ysq-bd .putFile {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%
}

.ysq-bd .title {
	font-size: 16px;
	font-weight: 700;
	border-bottom: solid 1px #d1d1d1;
	line-height: 48px
}

.ysq-bd .promised {
	line-height: 32px;
	padding: 8px 0
}

.ysq-bd .promised span {
	line-height: 32px;
	padding: 0 8px
}

.ysq-bd #sqimg {
	height: 40px;
	width: 100px
}

.ysq-bd .tl {
	color: #0b4bac;
	font-size: 14px
}

.ysq-btn-bd {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	text-align: center
}

.ysq-list {
	display: none;
	padding: 20px 0
}

.ysq-btn {
	background: #20528f;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	border: none;
	border-radius: 4px;
	line-height: 36px;
	height: 36px;
	width: 120px;
	cursor: pointer;
	display: inline-block;
	text-align: center
}

.ysq-search {
	width: 100%;
	overflow: hidden;
	padding: 20px 0
}

.ysq-search li {
	float: left;
	padding: 0 10px;
	line-height: 30px
}

.ysq-search li input {
	height: 30px;
	border: 1px solid #ddd;
	padding: 0 14px
}

.ysq-search li button {
	background-color: #0b4bac;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	padding: 0 20px;
	border: 0;
	cursor: pointer
}

.query-code {
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	width: 320px
}

.query-code th,
tr,
td {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

label strong {
	display: block;
	font-weight: 700;
	background: #20528f;
	text-align: center;
	padding: 4px 16px;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin: 10px 0 0;
}

.ysq-check {
	height: auto;
	overflow: hidden;
	border: solid 1px #d1d1d1;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
}

.ysq-check .txt {
	float: left;
	border: solid 1px #d1d1d1;
	padding: 4px 8px;
	border-top: none;
	border-right: none
}

.ysq-check .bd-ln {
	border-left: none
}

.ysq-check .bd-bn {
	border-bottom: none
}

.ysq-check .p15 {
	width: 15%
}

.ysq-check .p30 {
	width: 30%
}

.ysq-check .p35 {
	width: 35%
}

.ysq-check .p40 {
	width: 40%
}

.ysq-check .p50 {
	width: 50%
}

.ysq-check .p85 {
	width: 85%
}

.ysq-check .p100 {
	width: 100%
}

@media all and (max-width: 750px) {
	.hidden-lg {
		display: block !important
	}

	.hidden-md {
		display: block !important
	}

	.pd-24 {
		padding: 12px
	}

	.pdl-10,
	.pdl-12,
	.pdl-14,
	.pdl-16,
	.pdl-18,
	.pdl-20,
	.pdl-22,
	.pdl-24,
	.pdl-8 {
		padding-left: 0
	}

	.pdr-10,
	.pdr-12,
	.pdr-14,
	.pdr-16,
	.pdr-18,
	.pdr-8 {
		padding-right: 0
	}

	.mg-010,
	.mg-011,
	.mg-012,
	.mg-013,
	.mg-014,
	.mg-015,
	.mg-016,
	.mg-017,
	.mg-018,
	.mg-019,
	.mg-020,
	.mg-021,
	.mg-022,
	.mg-023,
	.mg-024,
	.mg-05,
	.mg-06,
	.mg-07,
	.mg-08,
	.mg-09 {
		margin: 0
	}

	.mg-100,
	.mg-110,
	.mg-120,
	.mg-130,
	.mg-140,
	.mg-150,
	.mg-160,
	.mg-170,
	.mg-180,
	.mg-190,
	.mg-200,
	.mg-210,
	.mg-220,
	.mg-230,
	.mg-240,
	.mg-50,
	.mg-60,
	.mg-70,
	.mg-80,
	.mg-90 {
		margin: 0
	}

	.mgl-10,
	.mgl-11,
	.mgl-12,
	.mgl-13,
	.mgl-14,
	.mgl-15,
	.mgl-16,
	.mgl-17,
	.mgl-18,
	.mgl-19,
	.mgl-20,
	.mgl-21,
	.mgl-22,
	.mgl-23,
	.mgl-24,
	.mgl-5,
	.mgl-6,
	.mgl-7,
	.mgl-8,
	.mgl-9 {
		margin-left: 0
	}

	.mgt-10,
	.mgt-11,
	.mgt-12,
	.mgt-13,
	.mgt-14,
	.mgt-15,
	.mgt-16,
	.mgt-17,
	.mgt-18,
	.mgt-19,
	.mgt-20,
	.mgt-21,
	.mgt-22,
	.mgt-23,
	.mgt-24,
	.mgt-5,
	.mgt-6,
	.mgt-7,
	.mgt-8,
	.mgt-9 {
		margin-top: 0
	}

	.mgr-10,
	.mgr-11,
	.mgr-12,
	.mgr-13,
	.mgr-14,
	.mgr-15,
	.mgr-16,
	.mgr-17,
	.mgr-18,
	.mgr-19,
	.mgr-20,
	.mgr-21,
	.mgr-22,
	.mgr-23,
	.mgr-24,
	.mgr-5,
	.mgr-6,
	.mgr-7,
	.mgr-8,
	.mgr-9 {
		margin-right: 0
	}

	.mgb-10,
	.mgb-11,
	.mgb-12,
	.mgb-13,
	.mgb-14,
	.mgb-15,
	.mgb-16,
	.mgb-17,
	.mgb-18,
	.mgb-19,
	.mgb-20,
	.mgb-21,
	.mgb-22,
	.mgb-23,
	.mgb-24,
	.mgb-5,
	.mgb-6,
	.mgb-7,
	.mgb-8,
	.mgb-9 {
		margin-bottom: 0
	}

	.btn-primary {
		background: #0b4bac;
		border-radius: 4px;
		color: #fff !important;
		padding: 0 8px;
		line-height: 32px !important;
		margin-top: 7px
	}

	.wap-list-file .file {
		color: #999;
		line-height: 30px;
		font-size: 1rem
	}

	.m-lst-img img {
		height: 421.88px;
		border-radius: 8px;
		overflow: hidden
	}

	.wap-list-img {
		height: auto;
		overflow: hidden;
		margin: 0 4px 8px 4px;
		position: relative
	}

	.wap-list-img img {
		height: 210.94px;
		border-radius: 8px;
		padding: 0 4px;
		overflow: hidden;
		width: 100%;
		object-fit: cover
	}

	.wap-list-img p {
		line-height: 22px;
		font-size: 14px
	}

	.wap-list-img i {
		position: absolute;
		top: 36%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 32px;
		height: 32px;
		background: url(../../images/common/video.png) no-repeat 50%;
		background-size: contain
	}

	.listend {
		text-align: center;
		margin: 0 auto;
		line-height: 30px;
		color: #999;
		display: none
	}

	.m-lst-nav {
		margin: 0 auto;
		clear: both
	}

	.m-lst-nav .tnm {
		display: none
	}

	.m-lst-nav ul {
		background: 0 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap
	}

	.m-lst-nav ul li {
		margin: 1%;
		float: left;
		border: none;
		flex: 0 0 31%
	}

	.m-lst-nav ul li a {
		padding: 10px 4px;
		line-height: 1.4;
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 100%
	}

	.m-lst-nav ul li a:after {
		display: none
	}

	.lst-rt {
		padding-left: 0
	}

	.sec-content {
		height: auto;
		overflow: hidden;
		width: 100%
	}

	.wap-section {
		margin: 0;
		padding: 0;
		background: #fff
	}

	.section {
		padding: 10px 0;
		background: #fff
	}

	.section .name {
		border-bottom: 1px solid #e1e1e1;
		height: auto;
		overflow: hidden
	}

	.section .name a {
		border-bottom: 2px solid #0b4bac;
		color: #0b4bac;
		font-weight: 700;
		font-size: 18px;
		line-height: 2;
		display: inline-block
	}

	.news-card {
		padding: .5rem;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #efefef
	}

	.news-card a {
		display: block
	}

	.news-card .title {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
		color: #333
	}

	.news-card .title h3 {
		color: #333
	}

	.news-card .detail {
		margin-top: .2rem;
		color: #3a3232;
		letter-spacing: 0
	}

	.news-card .detail span {
		margin-right: .5rem;
		font-size: .8rem;
		color: #999;
		line-height: 1
	}

	.news-card .detail .news-tag {
		color: #454545
	}

	.news-card:last-child {
		border-bottom: none
	}

	.card-type-news .news-info {
		color: #333;
		flex: 2 2 auto;
		padding: 0 8px 0 0
	}

	.card-type-news .news-source {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .pubtime {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .news-pic {
		overflow: hidden;
		flex: 0 0 auto
	}

	.card-type-news .news-pic img {
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto;
		object-fit: cover;
		border-radius: 8px
	}

	.card-type-news .detail .unlike,
	.card-type-news .unlike {
		margin-right: .12rem
	}

	.card-type-three .three-pic {
		overflow: hidden;
		padding-top: 8px;
		width: 33%;
		height: auto;
		flex: 0 0 33.1%;
		float: left
	}

	.card-type-three .three-pic img {
		display: block;
		margin: 0 auto;
		object-fit: cover;
		border-right: solid 2px #fff;
		width: 100%;
		height: 80px;
		border-radius: 8px
	}

	.goBack {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 48px;
		height: 48px;
		padding: 8px;
		background: url(../../images/common/goback.png) no-repeat;
		border: solid 1px #e1e1e1;
		border-radius: 50%
	}

	.m-txt-dtt {
		font-size: 20px
	}

	.m-txt-tt {
		font-size: 20px;
		text-align: center;
		line-height: 30px
	}

	.m-txt-crm {
		padding: 0;
		height: auto;
		overflow: hidden
	}

	.m-txt-crm span.font,
	.m-txt-print span.font {
		float: left;
		margin: 0 8px 0 0
	}

	.m-txt .pdl-16 {
		padding: 0
	}

	.m-txt-article-txt {
		border: none;
		padding: 0
	}

	.hygq {
		padding: 10px
	}

	.hygq .txt {
		padding: 10px
	}

	.leader .photo {
		padding: 20px 0;
		width: 50%;
		display: block;
		margin: 0 auto
	}

	.wp10 {
		width: 10%
	}

	.wp20 {
		width: 20%
	}

	.wp30 {
		width: 30%
	}

	.wp40 {
		width: 40%
	}

	.wp50 {
		width: 50%
	}

	.wp60 {
		width: 60%
	}

	.wp70 {
		width: 70%
	}

	.wp80 {
		width: 80%
	}

	.wp90 {
		width: 90%
	}

	.wp100 {
		width: 100%
	}

	.m-txt {
		padding: 0 12px
	}

	.table-tr {
		margin: 4px 0;
		border-bottom: dashed 1px #d1d1d1
	}

	.table-tr:nth-child(even) {
		background: #f1f1f1
	}

	.table-td {
		display: block;
		padding: 0;
		margin: 0;
		float: left;
		border: none;
		text-align: left
	}

	.m-survey ul li {
		white-space: normal;
		border-bottom: solid 1px #e1e1e1;
		margin-bottom: 8px
	}

	.m-survey .row-txt a {
		overflow: hidden;
		font-size: 18px;
		color: #333;
		text-overflow: ellipsis;
		white-space: normal;
		line-height: 1.75
	}

	.m-survey .img {
		height: auto;
		overflow: hidden;
		padding: 0;
		float: left
	}

	.m-survey .img img {
		height: 160px
	}

	.m-survey .time {
		float: left;
		padding: 0;
		font-size: 16px
	}

	.m-survey .desc {
		padding-top: 8px
	}

	.m-interview .d-video {
		padding-right: 0
	}

	.m-interview .d-xgwj {
		padding-left: 0
	}

	.m-interview .d-xgwj p {
		width: 100%;
		margin: 0 0 1rem 0
	}

	.ysq-bd .tr {
		text-align: left
	}

	.ysq-check .p15,
	.ysq-check .p30,
	.ysq-check .p35,
	.ysq-check .p40,
	.ysq-check .p50,
	.ysq-check .p85 {
		width: 100%
	}

	.search-qiehuan {
		position: relative
	}

	.search-qiehuan img {
		position: absolute;
		right: 0;
		top: 0;
		left: 40%;
		bottom: 0;
		width: 21px;
		margin: auto
	}

	.search-qiehuan .img2 {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		display: none
	}

	@keyframes laihui {
		0% {
			right: 0
		}

		50% {
			right: 10px
		}

		100% {
			right: 0
		}
	}

	.g-nav {
		position: relative
	}

	.g-nav:after {
		content: '';
		background: url(../../images/common/rightArrow.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20%;
		background-size: contain;
		animation: laihui 2s linear infinite
	}

	.g-nav .m-nav {
		height: 3rem;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		flex-flow: nowrap;
		line-height: 3rem
	}

	.g-nav .m-nav a {
		width: auto;
		white-space: nowrap;
		display: inline-block;
		padding: 0 .5rem
	}

	.g-nav .m-nav::-webkit-scrollbar {
		display: none
	}
}

@media all and (max-width: 720px) {
	.hidden-lg {
		display: block !important
	}

	.hidden-md {
		display: block !important
	}

	.hidden-sm {
		display: none !important
	}

	.pd-24 {
		padding: 12px
	}

	.pdl-10,
	.pdl-12,
	.pdl-14,
	.pdl-16,
	.pdl-18,
	.pdl-20,
	.pdl-22,
	.pdl-24,
	.pdl-8 {
		padding-left: 0
	}

	.pdr-10,
	.pdr-12,
	.pdr-14,
	.pdr-16,
	.pdr-18,
	.pdr-8 {
		padding-right: 0
	}

	.mg-010,
	.mg-011,
	.mg-012,
	.mg-013,
	.mg-014,
	.mg-015,
	.mg-016,
	.mg-017,
	.mg-018,
	.mg-019,
	.mg-020,
	.mg-021,
	.mg-022,
	.mg-023,
	.mg-024,
	.mg-05,
	.mg-06,
	.mg-07,
	.mg-08,
	.mg-09 {
		margin: 0
	}

	.mg-100,
	.mg-110,
	.mg-120,
	.mg-130,
	.mg-140,
	.mg-150,
	.mg-160,
	.mg-170,
	.mg-180,
	.mg-190,
	.mg-200,
	.mg-210,
	.mg-220,
	.mg-230,
	.mg-240,
	.mg-50,
	.mg-60,
	.mg-70,
	.mg-80,
	.mg-90 {
		margin: 0
	}

	.mgl-10,
	.mgl-11,
	.mgl-12,
	.mgl-13,
	.mgl-14,
	.mgl-15,
	.mgl-16,
	.mgl-17,
	.mgl-18,
	.mgl-19,
	.mgl-20,
	.mgl-21,
	.mgl-22,
	.mgl-23,
	.mgl-24,
	.mgl-5,
	.mgl-6,
	.mgl-7,
	.mgl-8,
	.mgl-9 {
		margin-left: 0
	}

	.mgt-10,
	.mgt-11,
	.mgt-12,
	.mgt-13,
	.mgt-14,
	.mgt-15,
	.mgt-16,
	.mgt-17,
	.mgt-18,
	.mgt-19,
	.mgt-20,
	.mgt-21,
	.mgt-22,
	.mgt-23,
	.mgt-24,
	.mgt-5,
	.mgt-6,
	.mgt-7,
	.mgt-8,
	.mgt-9 {
		margin-top: 0
	}

	.mgr-10,
	.mgr-11,
	.mgr-12,
	.mgr-13,
	.mgr-14,
	.mgr-15,
	.mgr-16,
	.mgr-17,
	.mgr-18,
	.mgr-19,
	.mgr-20,
	.mgr-21,
	.mgr-22,
	.mgr-23,
	.mgr-24,
	.mgr-5,
	.mgr-6,
	.mgr-7,
	.mgr-8,
	.mgr-9 {
		margin-right: 0
	}

	.mgb-10,
	.mgb-11,
	.mgb-12,
	.mgb-13,
	.mgb-14,
	.mgb-15,
	.mgb-16,
	.mgb-17,
	.mgb-18,
	.mgb-19,
	.mgb-20,
	.mgb-21,
	.mgb-22,
	.mgb-23,
	.mgb-24,
	.mgb-5,
	.mgb-6,
	.mgb-7,
	.mgb-8,
	.mgb-9 {
		margin-bottom: 0
	}

	.btn-primary {
		background: #0b4bac;
		border-radius: 4px;
		color: #fff !important;
		padding: 0 8px;
		line-height: 32px !important;
		margin-top: 7px
	}

	.wap-list-file .file {
		color: #999;
		line-height: 30px;
		font-size: 1rem
	}

	.m-lst-img img {
		height: 405px;
		border-radius: 8px;
		overflow: hidden
	}

	.wap-list-img {
		height: auto;
		overflow: hidden;
		margin: 0 4px 8px 4px;
		position: relative
	}

	.wap-list-img img {
		height: 202.5px;
		border-radius: 8px;
		padding: 0 4px;
		overflow: hidden;
		width: 100%;
		object-fit: cover
	}

	.wap-list-img p {
		line-height: 22px;
		font-size: 14px
	}

	.wap-list-img i {
		position: absolute;
		top: 36%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 32px;
		height: 32px;
		background: url(../../images/common/video.png) no-repeat 50%;
		background-size: contain
	}

	.listend {
		text-align: center;
		margin: 0 auto;
		line-height: 30px;
		color: #999;
		display: none
	}

	.m-lst-nav {
		margin: 0 auto;
		clear: both
	}

	.m-lst-nav .tnm {
		display: none
	}

	.m-lst-nav ul {
		background: 0 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap
	}

	.m-lst-nav ul li {
		margin: 1%;
		float: left;
		border: none;
		flex: 0 0 31%
	}

	.m-lst-nav ul li a {
		padding: 10px 4px;
		line-height: 1.4;
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 100%
	}

	.m-lst-nav ul li a:after {
		display: none
	}

	.lst-rt {
		padding-left: 0
	}

	.sec-content {
		height: auto;
		overflow: hidden;
		width: 100%
	}

	.wap-section {
		margin: 0;
		padding: 0;
		background: #fff
	}

	.section {
		padding: 10px 0;
		background: #fff
	}

	.section .name {
		border-bottom: 1px solid #e1e1e1;
		height: auto;
		overflow: hidden
	}

	.section .name a {
		border-bottom: 2px solid #0b4bac;
		color: #0b4bac;
		font-weight: 700;
		font-size: 18px;
		line-height: 2;
		display: inline-block
	}

	.news-card {
		padding: .5rem;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #efefef
	}

	.news-card a {
		display: block
	}

	.news-card .title {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
		color: #333
	}

	.news-card .title h3 {
		color: #333
	}

	.news-card .detail {
		margin-top: .2rem;
		color: #3a3232;
		letter-spacing: 0
	}

	.news-card .detail span {
		margin-right: .5rem;
		font-size: .8rem;
		color: #999;
		line-height: 1
	}

	.news-card .detail .news-tag {
		color: #454545
	}

	.news-card:last-child {
		border-bottom: none
	}

	.card-type-news .news-info {
		color: #333;
		flex: 2 2 auto;
		padding: 0 8px 0 0
	}

	.card-type-news .news-source {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .pubtime {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .news-pic {
		overflow: hidden;
		flex: 0 0 auto
	}

	.card-type-news .news-pic img {
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto;
		object-fit: cover;
		border-radius: 8px
	}

	.card-type-news .detail .unlike,
	.card-type-news .unlike {
		margin-right: .12rem
	}

	.card-type-three .three-pic {
		overflow: hidden;
		padding-top: 8px;
		width: 33%;
		height: auto;
		flex: 0 0 33.1%;
		float: left
	}

	.card-type-three .three-pic img {
		display: block;
		margin: 0 auto;
		object-fit: cover;
		border-right: solid 2px #fff;
		width: 100%;
		height: 80px;
		border-radius: 8px
	}

	.goBack {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 48px;
		height: 48px;
		padding: 8px;
		background: url(../../images/common/goback.png) no-repeat;
		border: solid 1px #e1e1e1;
		border-radius: 50%
	}

	.m-txt-dtt {
		font-size: 20px
	}

	.m-txt-tt {
		font-size: 20px;
		text-align: center;
		line-height: 30px
	}

	.m-txt-crm {
		padding: 0;
		height: auto;
		overflow: hidden
	}

	.m-txt-crm span.font,
	.m-txt-print span.font {
		float: left;
		margin: 0 8px 0 0
	}

	.m-txt .pdl-16 {
		padding: 0
	}

	.m-txt-article-txt {
		border: none;
		padding: 0
	}

	.hygq {
		padding: 10px
	}

	.hygq .txt {
		padding: 10px
	}

	.leader .photo {
		padding: 20px 0;
		width: 50%;
		display: block;
		margin: 0 auto
	}

	.wp10 {
		width: 10%
	}

	.wp20 {
		width: 20%
	}

	.wp30 {
		width: 30%
	}

	.wp40 {
		width: 40%
	}

	.wp50 {
		width: 50%
	}

	.wp60 {
		width: 60%
	}

	.wp70 {
		width: 70%
	}

	.wp80 {
		width: 80%
	}

	.wp90 {
		width: 90%
	}

	.wp100 {
		width: 100%
	}

	.m-txt {
		padding: 0 12px
	}

	.table-tr {
		margin: 4px 0;
		border-bottom: dashed 1px #d1d1d1
	}

	.table-tr:nth-child(even) {
		background: #f1f1f1
	}

	.table-td {
		display: block;
		padding: 0;
		margin: 0;
		float: left;
		border: none;
		text-align: left
	}

	.m-survey ul li {
		white-space: normal;
		border-bottom: solid 1px #e1e1e1;
		margin-bottom: 8px
	}

	.m-survey .row-txt a {
		overflow: hidden;
		font-size: 18px;
		color: #333;
		text-overflow: ellipsis;
		white-space: normal;
		line-height: 1.75
	}

	.m-survey .img {
		height: auto;
		overflow: hidden;
		padding: 0;
		float: left
	}

	.m-survey .img img {
		height: 160px
	}

	.m-survey .time {
		float: left;
		padding: 0;
		font-size: 16px
	}

	.m-survey .desc {
		padding-top: 8px
	}

	.m-interview .d-video {
		padding-right: 0
	}

	.m-interview .d-xgwj {
		padding-left: 0
	}

	.m-interview .d-xgwj p {
		width: 100%;
		margin: 0 0 1rem 0
	}

	.ysq-bd .tr {
		text-align: left
	}

	.ysq-check .p15,
	.ysq-check .p30,
	.ysq-check .p35,
	.ysq-check .p40,
	.ysq-check .p50,
	.ysq-check .p85 {
		width: 100%
	}

	.search-qiehuan {
		position: relative
	}

	.search-qiehuan img {
		position: absolute;
		right: 0;
		top: 0;
		left: 40%;
		bottom: 0;
		width: 21px;
		margin: auto
	}

	.search-qiehuan .img2 {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		display: none
	}

	@keyframes laihui {
		0% {
			right: 0
		}

		50% {
			right: 10px
		}

		100% {
			right: 0
		}
	}

	.g-nav {
		position: relative
	}

	.g-nav:after {
		content: '';
		background: url(../../images/common/rightArrow.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20%;
		background-size: contain;
		animation: laihui 2s linear infinite
	}

	.g-nav .m-nav {
		height: 3rem;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		flex-flow: nowrap;
		line-height: 3rem
	}

	.g-nav .m-nav a {
		width: auto;
		white-space: nowrap;
		display: inline-block;
		padding: 0 .5rem
	}

	.g-nav .m-nav::-webkit-scrollbar {
		display: none
	}
}

@media all and (max-width: 640px) {
	.hidden-lg {
		display: block !important
	}

	.hidden-md {
		display: block !important
	}

	.hidden-sm {
		display: none !important
	}

	.pd-24 {
		padding: 12px
	}

	.pdl-10,
	.pdl-12,
	.pdl-14,
	.pdl-16,
	.pdl-18,
	.pdl-20,
	.pdl-22,
	.pdl-24,
	.pdl-8 {
		padding-left: 0
	}

	.pdr-10,
	.pdr-12,
	.pdr-14,
	.pdr-16,
	.pdr-18,
	.pdr-8 {
		padding-right: 0
	}

	.mg-010,
	.mg-011,
	.mg-012,
	.mg-013,
	.mg-014,
	.mg-015,
	.mg-016,
	.mg-017,
	.mg-018,
	.mg-019,
	.mg-020,
	.mg-021,
	.mg-022,
	.mg-023,
	.mg-024,
	.mg-05,
	.mg-06,
	.mg-07,
	.mg-08,
	.mg-09 {
		margin: 0
	}

	.mg-100,
	.mg-110,
	.mg-120,
	.mg-130,
	.mg-140,
	.mg-150,
	.mg-160,
	.mg-170,
	.mg-180,
	.mg-190,
	.mg-200,
	.mg-210,
	.mg-220,
	.mg-230,
	.mg-240,
	.mg-50,
	.mg-60,
	.mg-70,
	.mg-80,
	.mg-90 {
		margin: 0
	}

	.mgl-10,
	.mgl-11,
	.mgl-12,
	.mgl-13,
	.mgl-14,
	.mgl-15,
	.mgl-16,
	.mgl-17,
	.mgl-18,
	.mgl-19,
	.mgl-20,
	.mgl-21,
	.mgl-22,
	.mgl-23,
	.mgl-24,
	.mgl-5,
	.mgl-6,
	.mgl-7,
	.mgl-8,
	.mgl-9 {
		margin-left: 0
	}

	.mgt-10,
	.mgt-11,
	.mgt-12,
	.mgt-13,
	.mgt-14,
	.mgt-15,
	.mgt-16,
	.mgt-17,
	.mgt-18,
	.mgt-19,
	.mgt-20,
	.mgt-21,
	.mgt-22,
	.mgt-23,
	.mgt-24,
	.mgt-5,
	.mgt-6,
	.mgt-7,
	.mgt-8,
	.mgt-9 {
		margin-top: 0
	}

	.mgr-10,
	.mgr-11,
	.mgr-12,
	.mgr-13,
	.mgr-14,
	.mgr-15,
	.mgr-16,
	.mgr-17,
	.mgr-18,
	.mgr-19,
	.mgr-20,
	.mgr-21,
	.mgr-22,
	.mgr-23,
	.mgr-24,
	.mgr-5,
	.mgr-6,
	.mgr-7,
	.mgr-8,
	.mgr-9 {
		margin-right: 0
	}

	.mgb-10,
	.mgb-11,
	.mgb-12,
	.mgb-13,
	.mgb-14,
	.mgb-15,
	.mgb-16,
	.mgb-17,
	.mgb-18,
	.mgb-19,
	.mgb-20,
	.mgb-21,
	.mgb-22,
	.mgb-23,
	.mgb-24,
	.mgb-5,
	.mgb-6,
	.mgb-7,
	.mgb-8,
	.mgb-9 {
		margin-bottom: 0
	}

	.btn-primary {
		background: #0b4bac;
		border-radius: 4px;
		color: #fff !important;
		padding: 0 8px;
		line-height: 32px !important;
		margin-top: 7px
	}

	.wap-list-file .file {
		color: #999;
		line-height: 30px;
		font-size: 1rem
	}

	.m-lst-img img {
		height: 360px;
		border-radius: 8px;
		overflow: hidden
	}

	.wap-list-img {
		height: auto;
		overflow: hidden;
		margin: 0 4px 8px 4px;
		position: relative
	}

	.wap-list-img img {
		height: 180px;
		border-radius: 8px;
		padding: 0 4px;
		overflow: hidden;
		width: 100%;
		object-fit: cover
	}

	.wap-list-img p {
		line-height: 22px;
		font-size: 14px
	}

	.wap-list-img i {
		position: absolute;
		top: 36%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 32px;
		height: 32px;
		background: url(../../images/common/video.png) no-repeat 50%;
		background-size: contain
	}

	.listend {
		text-align: center;
		margin: 0 auto;
		line-height: 30px;
		color: #999;
		display: none
	}

	.m-lst-nav {
		margin: 0 auto;
		clear: both
	}

	.m-lst-nav .tnm {
		display: none
	}

	.m-lst-nav ul {
		background: 0 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap
	}

	.m-lst-nav ul li {
		margin: 1%;
		float: left;
		border: none;
		flex: 0 0 31%
	}

	.m-lst-nav ul li a {
		padding: 10px 4px;
		line-height: 1.4;
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 100%
	}

	.m-lst-nav ul li a:after {
		display: none
	}

	.lst-rt {
		padding-left: 0
	}

	.sec-content {
		height: auto;
		overflow: hidden;
		width: 100%
	}

	.wap-section {
		margin: 0;
		padding: 0;
		background: #fff
	}

	.section {
		padding: 10px 0;
		background: #fff
	}

	.section .name {
		border-bottom: 1px solid #e1e1e1;
		height: auto;
		overflow: hidden
	}

	.section .name a {
		border-bottom: 2px solid #0b4bac;
		color: #0b4bac;
		font-weight: 700;
		font-size: 18px;
		line-height: 2;
		display: inline-block
	}

	.news-card {
		padding: .5rem;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #efefef
	}

	.news-card a {
		display: block
	}

	.news-card .title {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
		color: #333
	}

	.news-card .title h3 {
		color: #333
	}

	.news-card .detail {
		margin-top: .2rem;
		color: #3a3232;
		letter-spacing: 0
	}

	.news-card .detail span {
		margin-right: .5rem;
		font-size: .8rem;
		color: #999;
		line-height: 1
	}

	.news-card .detail .news-tag {
		color: #454545
	}

	.news-card:last-child {
		border-bottom: none
	}

	.card-type-news .news-info {
		color: #333;
		flex: 2 2 auto;
		padding: 0 8px 0 0
	}

	.card-type-news .news-source {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .pubtime {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .news-pic {
		overflow: hidden;
		flex: 0 0 auto
	}

	.card-type-news .news-pic img {
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto;
		object-fit: cover;
		border-radius: 8px
	}

	.card-type-news .detail .unlike,
	.card-type-news .unlike {
		margin-right: .12rem
	}

	.card-type-three .three-pic {
		overflow: hidden;
		padding-top: 8px;
		width: 33%;
		height: auto;
		flex: 0 0 33.1%;
		float: left
	}

	.card-type-three .three-pic img {
		display: block;
		margin: 0 auto;
		object-fit: cover;
		border-right: solid 2px #fff;
		width: 100%;
		height: 80px;
		border-radius: 8px
	}

	.goBack {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 48px;
		height: 48px;
		padding: 8px;
		background: url(../../images/common/goback.png) no-repeat;
		border: solid 1px #e1e1e1;
		border-radius: 50%
	}

	.m-txt-dtt {
		font-size: 20px
	}

	.m-txt-tt {
		font-size: 20px;
		text-align: center;
		line-height: 30px
	}

	.m-txt-crm {
		padding: 0;
		height: auto;
		overflow: hidden
	}

	.m-txt-crm span.font,
	.m-txt-print span.font {
		float: left;
		margin: 0 8px 0 0
	}

	.m-txt .pdl-16 {
		padding: 0
	}

	.m-txt-article-txt {
		border: none;
		padding: 0
	}

	.hygq {
		padding: 10px
	}

	.hygq .txt {
		padding: 10px
	}

	.leader .photo {
		padding: 20px 0;
		width: 50%;
		display: block;
		margin: 0 auto
	}

	.wp10 {
		width: 10%
	}

	.wp20 {
		width: 20%
	}

	.wp30 {
		width: 30%
	}

	.wp40 {
		width: 40%
	}

	.wp50 {
		width: 50%
	}

	.wp60 {
		width: 60%
	}

	.wp70 {
		width: 70%
	}

	.wp80 {
		width: 80%
	}

	.wp90 {
		width: 90%
	}

	.wp100 {
		width: 100%
	}

	.m-txt {
		padding: 0 12px
	}

	.table-tr {
		margin: 4px 0;
		border-bottom: dashed 1px #d1d1d1
	}

	.table-tr:nth-child(even) {
		background: #f1f1f1
	}

	.table-td {
		display: block;
		padding: 0;
		margin: 0;
		float: left;
		border: none;
		text-align: left
	}

	.m-survey ul li {
		white-space: normal;
		border-bottom: solid 1px #e1e1e1;
		margin-bottom: 8px
	}

	.m-survey .row-txt a {
		overflow: hidden;
		font-size: 18px;
		color: #333;
		text-overflow: ellipsis;
		white-space: normal;
		line-height: 1.75
	}

	.m-survey .img {
		height: auto;
		overflow: hidden;
		padding: 0;
		float: left
	}

	.m-survey .img img {
		height: 160px
	}

	.m-survey .time {
		float: left;
		padding: 0;
		font-size: 16px
	}

	.m-survey .desc {
		padding-top: 8px
	}

	.m-interview .d-video {
		padding-right: 0
	}

	.m-interview .d-xgwj {
		padding-left: 0
	}

	.m-interview .d-xgwj p {
		width: 100%;
		margin: 0 0 1rem 0
	}

	.ysq-bd .tr {
		text-align: left
	}

	.ysq-check .p15,
	.ysq-check .p30,
	.ysq-check .p35,
	.ysq-check .p40,
	.ysq-check .p50,
	.ysq-check .p85 {
		width: 100%
	}

	.search-qiehuan {
		position: relative
	}

	.search-qiehuan img {
		position: absolute;
		right: 0;
		top: 0;
		left: 40%;
		bottom: 0;
		width: 21px;
		margin: auto
	}

	.search-qiehuan .img2 {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		display: none
	}

	@keyframes laihui {
		0% {
			right: 0
		}

		50% {
			right: 10px
		}

		100% {
			right: 0
		}
	}

	.g-nav {
		position: relative
	}

	.g-nav:after {
		content: '';
		background: url(../../images/common/rightArrow.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20%;
		background-size: contain;
		animation: laihui 2s linear infinite
	}

	.g-nav .m-nav {
		height: 3rem;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		flex-flow: nowrap;
		line-height: 3rem
	}

	.g-nav .m-nav a {
		width: auto;
		white-space: nowrap;
		display: inline-block;
		padding: 0 .5rem
	}

	.g-nav .m-nav::-webkit-scrollbar {
		display: none
	}
}

@media all and (max-width: 600px) {
	.hidden-lg {
		display: block !important
	}

	.hidden-md {
		display: block !important
	}

	.ysq_tnm{
		padding: 4px 5px;
	}
	

	.pd-24 {
		padding: 12px
	}

	.pdl-10,
	.pdl-12,
	.pdl-14,
	.pdl-16,
	.pdl-18,
	.pdl-20,
	.pdl-22,
	.pdl-24,
	.pdl-8 {
		padding-left: 0
	}

	.pdr-10,
	.pdr-12,
	.pdr-14,
	.pdr-16,
	.pdr-18,
	.pdr-8 {
		padding-right: 0
	}

	.mg-010,
	.mg-011,
	.mg-012,
	.mg-013,
	.mg-014,
	.mg-015,
	.mg-016,
	.mg-017,
	.mg-018,
	.mg-019,
	.mg-020,
	.mg-021,
	.mg-022,
	.mg-023,
	.mg-024,
	.mg-05,
	.mg-06,
	.mg-07,
	.mg-08,
	.mg-09 {
		margin: 0
	}

	.mg-100,
	.mg-110,
	.mg-120,
	.mg-130,
	.mg-140,
	.mg-150,
	.mg-160,
	.mg-170,
	.mg-180,
	.mg-190,
	.mg-200,
	.mg-210,
	.mg-220,
	.mg-230,
	.mg-240,
	.mg-50,
	.mg-60,
	.mg-70,
	.mg-80,
	.mg-90 {
		margin: 0
	}

	.mgl-10,
	.mgl-11,
	.mgl-12,
	.mgl-13,
	.mgl-14,
	.mgl-15,
	.mgl-16,
	.mgl-17,
	.mgl-18,
	.mgl-19,
	.mgl-20,
	.mgl-21,
	.mgl-22,
	.mgl-23,
	.mgl-24,
	.mgl-5,
	.mgl-6,
	.mgl-7,
	.mgl-8,
	.mgl-9 {
		margin-left: 0
	}

	.mgt-10,
	.mgt-11,
	.mgt-12,
	.mgt-13,
	.mgt-14,
	.mgt-15,
	.mgt-16,
	.mgt-17,
	.mgt-18,
	.mgt-19,
	.mgt-20,
	.mgt-21,
	.mgt-22,
	.mgt-23,
	.mgt-24,
	.mgt-5,
	.mgt-6,
	.mgt-7,
	.mgt-8,
	.mgt-9 {
		margin-top: 0
	}

	.mgr-10,
	.mgr-11,
	.mgr-12,
	.mgr-13,
	.mgr-14,
	.mgr-15,
	.mgr-16,
	.mgr-17,
	.mgr-18,
	.mgr-19,
	.mgr-20,
	.mgr-21,
	.mgr-22,
	.mgr-23,
	.mgr-24,
	.mgr-5,
	.mgr-6,
	.mgr-7,
	.mgr-8,
	.mgr-9 {
		margin-right: 0
	}

	.mgb-10,
	.mgb-11,
	.mgb-12,
	.mgb-13,
	.mgb-14,
	.mgb-15,
	.mgb-16,
	.mgb-17,
	.mgb-18,
	.mgb-19,
	.mgb-20,
	.mgb-21,
	.mgb-22,
	.mgb-23,
	.mgb-24,
	.mgb-5,
	.mgb-6,
	.mgb-7,
	.mgb-8,
	.mgb-9 {
		margin-bottom: 0
	}

	.btn-primary {
		background: #0b4bac;
		border-radius: 4px;
		color: #fff !important;
		padding: 0 8px;
		line-height: 32px !important;
		margin-top: 7px
	}

	.wap-list-file .file {
		color: #999;
		line-height: 30px;
		font-size: 1rem
	}

	.m-lst-img img {
		height: 337.5px;
		border-radius: 8px;
		overflow: hidden
	}

	.wap-list-img {
		height: auto;
		overflow: hidden;
		margin: 0 4px 8px 4px;
		position: relative
	}

	.wap-list-img img {
		height: 168.75px;
		border-radius: 8px;
		padding: 0 4px;
		overflow: hidden;
		width: 100%;
		object-fit: cover
	}

	.wap-list-img p {
		line-height: 22px;
		font-size: 14px
	}

	.wap-list-img i {
		position: absolute;
		top: 36%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 32px;
		height: 32px;
		background: url(../../images/common/video.png) no-repeat 50%;
		background-size: contain
	}

	.listend {
		text-align: center;
		margin: 0 auto;
		line-height: 30px;
		color: #999;
		display: none
	}

	.m-lst-nav {
		margin: 0 auto;
		clear: both
	}

	.m-lst-nav .tnm {
		display: none
	}

	.m-lst-nav ul {
		background: 0 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap
	}

	.m-lst-nav ul li {
		margin: 1%;
		float: left;
		border: none;
		flex: 0 0 31%
	}

	.m-lst-nav ul li a {
		padding: 10px 4px;
		line-height: 1.4;
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 100%
	}

	.m-lst-nav ul li a:after {
		display: none
	}

	.lst-rt {
		padding-left: 0
	}

	.sec-content {
		height: auto;
		overflow: hidden;
		width: 100%
	}

	.wap-section {
		margin: 0;
		padding: 0;
		background: #fff
	}

	.section {
		padding: 10px 0;
		background: #fff
	}

	.section .name {
		border-bottom: 1px solid #e1e1e1;
		height: auto;
		overflow: hidden
	}

	.section .name a {
		border-bottom: 2px solid #0b4bac;
		color: #0b4bac;
		font-weight: 700;
		font-size: 18px;
		line-height: 2;
		display: inline-block
	}

	.news-card {
		padding: .5rem;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #efefef
	}

	.news-card a {
		display: block
	}

	.news-card .title {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
		color: #333
	}

	.news-card .title h3 {
		color: #333
	}

	.news-card .detail {
		margin-top: .2rem;
		color: #3a3232;
		letter-spacing: 0
	}

	.news-card .detail span {
		margin-right: .5rem;
		font-size: .8rem;
		color: #999;
		line-height: 1
	}

	.news-card .detail .news-tag {
		color: #454545
	}

	.news-card:last-child {
		border-bottom: none
	}

	.card-type-news .news-info {
		color: #333;
		flex: 2 2 auto;
		padding: 0 8px 0 0
	}

	.card-type-news .news-source {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .pubtime {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .news-pic {
		overflow: hidden;
		flex: 0 0 auto
	}

	.card-type-news .news-pic img {
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto;
		object-fit: cover;
		border-radius: 8px
	}

	.card-type-news .detail .unlike,
	.card-type-news .unlike {
		margin-right: .12rem
	}

	.card-type-three .three-pic {
		overflow: hidden;
		padding-top: 8px;
		width: 33%;
		height: auto;
		flex: 0 0 33.1%;
		float: left
	}

	.card-type-three .three-pic img {
		display: block;
		margin: 0 auto;
		object-fit: cover;
		border-right: solid 2px #fff;
		width: 100%;
		height: 80px;
		border-radius: 8px
	}

	.goBack {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 48px;
		height: 48px;
		padding: 8px;
		background: url(../../images/common/goback.png) no-repeat;
		border: solid 1px #e1e1e1;
		border-radius: 50%
	}

	.m-txt-dtt {
		font-size: 20px
	}

	.m-txt-tt {
		font-size: 20px;
		text-align: center;
		line-height: 30px
	}

	.m-txt-crm {
		padding: 0;
		height: auto;
		overflow: hidden
	}

	.m-txt-crm span.font,
	.m-txt-print span.font {
		float: left;
		margin: 0 8px 0 0
	}

	.m-txt .pdl-16 {
		padding: 0
	}

	.m-txt-article-txt {
		border: none;
		padding: 0
	}

	.hygq {
		padding: 10px
	}

	.hygq .txt {
		padding: 10px
	}

	.leader .photo {
		padding: 20px 0;
		width: 50%;
		display: block;
		margin: 0 auto
	}

	.wp10 {
		width: 10%
	}

	.wp20 {
		width: 20%
	}

	.wp30 {
		width: 30%
	}

	.wp40 {
		width: 40%
	}

	.wp50 {
		width: 50%
	}

	.wp60 {
		width: 60%
	}

	.wp70 {
		width: 70%
	}

	.wp80 {
		width: 80%
	}

	.wp90 {
		width: 90%
	}

	.wp100 {
		width: 100%
	}

	.m-txt {
		padding: 0 12px
	}

	.table-tr {
		margin: 4px 0;
		border-bottom: dashed 1px #d1d1d1
	}

	.table-tr:nth-child(even) {
		background: #f1f1f1
	}

	.table-td {
		display: block;
		padding: 0;
		margin: 0;
		float: left;
		border: none;
		text-align: left
	}

	.m-survey ul li {
		white-space: normal;
		border-bottom: solid 1px #e1e1e1;
		margin-bottom: 8px
	}

	.m-survey .row-txt a {
		overflow: hidden;
		font-size: 18px;
		color: #333;
		text-overflow: ellipsis;
		white-space: normal;
		line-height: 1.75
	}

	.m-survey .img {
		height: auto;
		overflow: hidden;
		padding: 0;
		float: left
	}

	.m-survey .img img {
		height: 160px
	}

	.m-survey .time {
		float: left;
		padding: 0;
		font-size: 16px
	}

	.m-survey .desc {
		padding-top: 8px
	}

	.m-interview .d-video {
		padding-right: 0
	}

	.m-interview .d-xgwj {
		padding-left: 0
	}

	.m-interview .d-xgwj p {
		width: 100%;
		margin: 0 0 1rem 0
	}

	.ysq-bd .tr {
		text-align: left
	}

	.ysq-check .p15,
	.ysq-check .p30,
	.ysq-check .p35,
	.ysq-check .p40,
	.ysq-check .p50,
	.ysq-check .p85 {
		width: 100%
	}

	.search-qiehuan {
		position: relative
	}

	.search-qiehuan img {
		position: absolute;
		right: 0;
		top: 0;
		left: 40%;
		bottom: 0;
		width: 21px;
		margin: auto
	}

	.search-qiehuan .img2 {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		display: none
	}

	@keyframes laihui {
		0% {
			right: 0
		}

		50% {
			right: 10px
		}

		100% {
			right: 0
		}
	}

	.g-nav {
		position: relative
	}

	.g-nav:after {
		content: '';
		background: url(../../images/common/rightArrow.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20%;
		background-size: contain;
		animation: laihui 2s linear infinite
	}

	.g-nav .m-nav {
		height: 3rem;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		flex-flow: nowrap;
		line-height: 3rem
	}

	.g-nav .m-nav a {
		width: auto;
		white-space: nowrap;
		display: inline-block;
		padding: 0 .5rem
	}

	.g-nav .m-nav::-webkit-scrollbar {
		display: none
	}
}

@media all and (max-width: 560px) {
	.hidden-lg {
		display: block !important
	}

	.hidden-md {
		display: block !important
	}

	

	.pd-24 {
		padding: 12px
	}

	.pdl-10,
	.pdl-12,
	.pdl-14,
	.pdl-16,
	.pdl-18,
	.pdl-20,
	.pdl-22,
	.pdl-24,
	.pdl-8 {
		padding-left: 0
	}

	.pdr-10,
	.pdr-12,
	.pdr-14,
	.pdr-16,
	.pdr-18,
	.pdr-8 {
		padding-right: 0
	}

	.mg-010,
	.mg-011,
	.mg-012,
	.mg-013,
	.mg-014,
	.mg-015,
	.mg-016,
	.mg-017,
	.mg-018,
	.mg-019,
	.mg-020,
	.mg-021,
	.mg-022,
	.mg-023,
	.mg-024,
	.mg-05,
	.mg-06,
	.mg-07,
	.mg-08,
	.mg-09 {
		margin: 0
	}

	.mg-100,
	.mg-110,
	.mg-120,
	.mg-130,
	.mg-140,
	.mg-150,
	.mg-160,
	.mg-170,
	.mg-180,
	.mg-190,
	.mg-200,
	.mg-210,
	.mg-220,
	.mg-230,
	.mg-240,
	.mg-50,
	.mg-60,
	.mg-70,
	.mg-80,
	.mg-90 {
		margin: 0
	}

	.mgl-10,
	.mgl-11,
	.mgl-12,
	.mgl-13,
	.mgl-14,
	.mgl-15,
	.mgl-16,
	.mgl-17,
	.mgl-18,
	.mgl-19,
	.mgl-20,
	.mgl-21,
	.mgl-22,
	.mgl-23,
	.mgl-24,
	.mgl-5,
	.mgl-6,
	.mgl-7,
	.mgl-8,
	.mgl-9 {
		margin-left: 0
	}

	.mgt-10,
	.mgt-11,
	.mgt-12,
	.mgt-13,
	.mgt-14,
	.mgt-15,
	.mgt-16,
	.mgt-17,
	.mgt-18,
	.mgt-19,
	.mgt-20,
	.mgt-21,
	.mgt-22,
	.mgt-23,
	.mgt-24,
	.mgt-5,
	.mgt-6,
	.mgt-7,
	.mgt-8,
	.mgt-9 {
		margin-top: 0
	}

	.mgr-10,
	.mgr-11,
	.mgr-12,
	.mgr-13,
	.mgr-14,
	.mgr-15,
	.mgr-16,
	.mgr-17,
	.mgr-18,
	.mgr-19,
	.mgr-20,
	.mgr-21,
	.mgr-22,
	.mgr-23,
	.mgr-24,
	.mgr-5,
	.mgr-6,
	.mgr-7,
	.mgr-8,
	.mgr-9 {
		margin-right: 0
	}

	.mgb-10,
	.mgb-11,
	.mgb-12,
	.mgb-13,
	.mgb-14,
	.mgb-15,
	.mgb-16,
	.mgb-17,
	.mgb-18,
	.mgb-19,
	.mgb-20,
	.mgb-21,
	.mgb-22,
	.mgb-23,
	.mgb-24,
	.mgb-5,
	.mgb-6,
	.mgb-7,
	.mgb-8,
	.mgb-9 {
		margin-bottom: 0
	}

	.btn-primary {
		background: #0b4bac;
		border-radius: 4px;
		color: #fff !important;
		padding: 0 8px;
		line-height: 32px !important;
		margin-top: 7px
	}

	.wap-list-file .file {
		color: #999;
		line-height: 30px;
		font-size: 1rem
	}

	.m-lst-img img {
		height: 315px;
		border-radius: 8px;
		overflow: hidden
	}

	.wap-list-img {
		height: auto;
		overflow: hidden;
		margin: 0 4px 8px 4px;
		position: relative
	}

	.wap-list-img img {
		height: 157.5px;
		border-radius: 8px;
		padding: 0 4px;
		overflow: hidden;
		width: 100%;
		object-fit: cover
	}

	.wap-list-img p {
		line-height: 22px;
		font-size: 14px
	}

	.wap-list-img i {
		position: absolute;
		top: 36%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 32px;
		height: 32px;
		background: url(../../images/common/video.png) no-repeat 50%;
		background-size: contain
	}

	.listend {
		text-align: center;
		margin: 0 auto;
		line-height: 30px;
		color: #999;
		display: none
	}

	.m-lst-nav {
		margin: 0 auto;
		clear: both
	}

	.m-lst-nav .tnm {
		display: none
	}

	.m-lst-nav ul {
		background: 0 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap
	}

	.m-lst-nav ul li {
		margin: 1%;
		float: left;
		border: none;
		flex: 0 0 31%
	}

	.m-lst-nav ul li a {
		padding: 10px 4px;
		line-height: 1.4;
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 100%
	}

	.m-lst-nav ul li a:after {
		display: none
	}

	.lst-rt {
		padding-left: 0
	}

	.sec-content {
		height: auto;
		overflow: hidden;
		width: 100%
	}

	.wap-section {
		margin: 0;
		padding: 0;
		background: #fff
	}

	.section {
		padding: 10px 0;
		background: #fff
	}

	.section .name {
		border-bottom: 1px solid #e1e1e1;
		height: auto;
		overflow: hidden
	}

	.section .name a {
		border-bottom: 2px solid #0b4bac;
		color: #0b4bac;
		font-weight: 700;
		font-size: 18px;
		line-height: 2;
		display: inline-block
	}

	.news-card {
		padding: .5rem;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #efefef
	}

	.news-card a {
		display: block
	}

	.news-card .title {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
		color: #333
	}

	.news-card .title h3 {
		color: #333
	}

	.news-card .detail {
		margin-top: .2rem;
		color: #3a3232;
		letter-spacing: 0
	}

	.news-card .detail span {
		margin-right: .5rem;
		font-size: .8rem;
		color: #999;
		line-height: 1
	}

	.news-card .detail .news-tag {
		color: #454545
	}

	.news-card:last-child {
		border-bottom: none
	}

	.card-type-news .news-info {
		color: #333;
		flex: 2 2 auto;
		padding: 0 8px 0 0
	}

	.card-type-news .news-source {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .pubtime {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .news-pic {
		overflow: hidden;
		flex: 0 0 auto
	}

	.card-type-news .news-pic img {
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto;
		object-fit: cover;
		border-radius: 8px
	}

	.card-type-news .detail .unlike,
	.card-type-news .unlike {
		margin-right: .12rem
	}

	.card-type-three .three-pic {
		overflow: hidden;
		padding-top: 8px;
		width: 33%;
		height: auto;
		flex: 0 0 33.1%;
		float: left
	}

	.card-type-three .three-pic img {
		display: block;
		margin: 0 auto;
		object-fit: cover;
		border-right: solid 2px #fff;
		width: 100%;
		height: 80px;
		border-radius: 8px
	}

	.goBack {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 48px;
		height: 48px;
		padding: 8px;
		background: url(../../images/common/goback.png) no-repeat;
		border: solid 1px #e1e1e1;
		border-radius: 50%
	}

	.m-txt-dtt {
		font-size: 20px
	}

	.m-txt-tt {
		font-size: 20px;
		text-align: center;
		line-height: 30px
	}

	.m-txt-crm {
		padding: 0;
		height: auto;
		overflow: hidden
	}

	.m-txt-crm span.font,
	.m-txt-print span.font {
		float: left;
		margin: 0 8px 0 0
	}

	.m-txt .pdl-16 {
		padding: 0
	}

	.m-txt-article-txt {
		border: none;
		padding: 0
	}

	.hygq {
		padding: 10px
	}

	.hygq .txt {
		padding: 10px
	}

	.leader .photo {
		padding: 20px 0;
		width: 50%;
		display: block;
		margin: 0 auto
	}

	.wp10 {
		width: 10%
	}

	.wp20 {
		width: 20%
	}

	.wp30 {
		width: 30%
	}

	.wp40 {
		width: 40%
	}

	.wp50 {
		width: 50%
	}

	.wp60 {
		width: 60%
	}

	.wp70 {
		width: 70%
	}

	.wp80 {
		width: 80%
	}

	.wp90 {
		width: 90%
	}

	.wp100 {
		width: 100%
	}

	.m-txt {
		padding: 0 12px
	}

	.table-tr {
		margin: 4px 0;
		border-bottom: dashed 1px #d1d1d1
	}

	.table-tr:nth-child(even) {
		background: #f1f1f1
	}

	.table-td {
		display: block;
		padding: 0;
		margin: 0;
		float: left;
		border: none;
		text-align: left
	}

	.m-survey ul li {
		white-space: normal;
		border-bottom: solid 1px #e1e1e1;
		margin-bottom: 8px
	}

	.m-survey .row-txt a {
		overflow: hidden;
		font-size: 18px;
		color: #333;
		text-overflow: ellipsis;
		white-space: normal;
		line-height: 1.75
	}

	.m-survey .img {
		height: auto;
		overflow: hidden;
		padding: 0;
		float: left
	}

	.m-survey .img img {
		height: 160px
	}

	.m-survey .time {
		float: left;
		padding: 0;
		font-size: 16px
	}

	.m-survey .desc {
		padding-top: 8px
	}

	.m-interview .d-video {
		padding-right: 0
	}

	.m-interview .d-xgwj {
		padding-left: 0
	}

	.m-interview .d-xgwj p {
		width: 100%;
		margin: 0 0 1rem 0
	}

	.ysq-bd .tr {
		text-align: left
	}

	.ysq-check .p15,
	.ysq-check .p30,
	.ysq-check .p35,
	.ysq-check .p40,
	.ysq-check .p50,
	.ysq-check .p85 {
		width: 100%
	}

	.search-qiehuan {
		position: relative
	}

	.search-qiehuan img {
		position: absolute;
		right: 0;
		top: 0;
		left: 40%;
		bottom: 0;
		width: 21px;
		margin: auto
	}

	.search-qiehuan .img2 {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		display: none
	}

	@keyframes laihui {
		0% {
			right: 0
		}

		50% {
			right: 10px
		}

		100% {
			right: 0
		}
	}

	.g-nav {
		position: relative
	}

	.g-nav:after {
		content: '';
		background: url(../../images/common/rightArrow.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20%;
		background-size: contain;
		animation: laihui 2s linear infinite
	}

	.g-nav .m-nav {
		height: 3rem;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		flex-flow: nowrap;
		line-height: 3rem
	}

	.g-nav .m-nav a {
		width: auto;
		white-space: nowrap;
		display: inline-block;
		padding: 0 .5rem
	}

	.g-nav .m-nav::-webkit-scrollbar {
		display: none
	}
}

@media all and (max-width: 520px) {
	.hidden-lg {
		display: block !important
	}

	.hidden-md {
		display: block !important
	}


	

	.pd-24 {
		padding: 12px
	}

	.pdl-10,
	.pdl-12,
	.pdl-14,
	.pdl-16,
	.pdl-18,
	.pdl-20,
	.pdl-22,
	.pdl-24,
	.pdl-8 {
		padding-left: 0
	}

	.pdr-10,
	.pdr-12,
	.pdr-14,
	.pdr-16,
	.pdr-18,
	.pdr-8 {
		padding-right: 0
	}

	.mg-010,
	.mg-011,
	.mg-012,
	.mg-013,
	.mg-014,
	.mg-015,
	.mg-016,
	.mg-017,
	.mg-018,
	.mg-019,
	.mg-020,
	.mg-021,
	.mg-022,
	.mg-023,
	.mg-024,
	.mg-05,
	.mg-06,
	.mg-07,
	.mg-08,
	.mg-09 {
		margin: 0
	}

	.mg-100,
	.mg-110,
	.mg-120,
	.mg-130,
	.mg-140,
	.mg-150,
	.mg-160,
	.mg-170,
	.mg-180,
	.mg-190,
	.mg-200,
	.mg-210,
	.mg-220,
	.mg-230,
	.mg-240,
	.mg-50,
	.mg-60,
	.mg-70,
	.mg-80,
	.mg-90 {
		margin: 0
	}

	.mgl-10,
	.mgl-11,
	.mgl-12,
	.mgl-13,
	.mgl-14,
	.mgl-15,
	.mgl-16,
	.mgl-17,
	.mgl-18,
	.mgl-19,
	.mgl-20,
	.mgl-21,
	.mgl-22,
	.mgl-23,
	.mgl-24,
	.mgl-5,
	.mgl-6,
	.mgl-7,
	.mgl-8,
	.mgl-9 {
		margin-left: 0
	}

	.mgt-10,
	.mgt-11,
	.mgt-12,
	.mgt-13,
	.mgt-14,
	.mgt-15,
	.mgt-16,
	.mgt-17,
	.mgt-18,
	.mgt-19,
	.mgt-20,
	.mgt-21,
	.mgt-22,
	.mgt-23,
	.mgt-24,
	.mgt-5,
	.mgt-6,
	.mgt-7,
	.mgt-8,
	.mgt-9 {
		margin-top: 0
	}

	.mgr-10,
	.mgr-11,
	.mgr-12,
	.mgr-13,
	.mgr-14,
	.mgr-15,
	.mgr-16,
	.mgr-17,
	.mgr-18,
	.mgr-19,
	.mgr-20,
	.mgr-21,
	.mgr-22,
	.mgr-23,
	.mgr-24,
	.mgr-5,
	.mgr-6,
	.mgr-7,
	.mgr-8,
	.mgr-9 {
		margin-right: 0
	}

	.mgb-10,
	.mgb-11,
	.mgb-12,
	.mgb-13,
	.mgb-14,
	.mgb-15,
	.mgb-16,
	.mgb-17,
	.mgb-18,
	.mgb-19,
	.mgb-20,
	.mgb-21,
	.mgb-22,
	.mgb-23,
	.mgb-24,
	.mgb-5,
	.mgb-6,
	.mgb-7,
	.mgb-8,
	.mgb-9 {
		margin-bottom: 0
	}

	.btn-primary {
		background: #0b4bac;
		border-radius: 4px;
		color: #fff !important;
		padding: 0 8px;
		line-height: 32px !important;
		margin-top: 7px
	}

	.wap-list-file .file {
		color: #999;
		line-height: 30px;
		font-size: 1rem
	}

	.m-lst-img img {
		height: 292.5px;
		border-radius: 8px;
		overflow: hidden
	}

	.wap-list-img {
		height: auto;
		overflow: hidden;
		margin: 0 4px 8px 4px;
		position: relative
	}

	.wap-list-img img {
		height: 146.25px;
		border-radius: 8px;
		padding: 0 4px;
		overflow: hidden;
		width: 100%;
		object-fit: cover
	}

	.wap-list-img p {
		line-height: 22px;
		font-size: 14px
	}

	.wap-list-img i {
		position: absolute;
		top: 36%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 32px;
		height: 32px;
		background: url(../../images/common/video.png) no-repeat 50%;
		background-size: contain
	}

	.listend {
		text-align: center;
		margin: 0 auto;
		line-height: 30px;
		color: #999;
		display: none
	}

	.m-lst-nav {
		margin: 0 auto;
		clear: both
	}

	.m-lst-nav .tnm {
		display: none
	}

	.m-lst-nav ul {
		background: 0 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap
	}

	.m-lst-nav ul li {
		margin: 1%;
		float: left;
		border: none;
		flex: 0 0 31%
	}

	.m-lst-nav ul li a {
		padding: 10px 4px;
		line-height: 1.4;
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 100%
	}

	.m-lst-nav ul li a:after {
		display: none
	}

	.lst-rt {
		padding-left: 0
	}

	.sec-content {
		height: auto;
		overflow: hidden;
		width: 100%
	}

	.wap-section {
		margin: 0;
		padding: 0;
		background: #fff
	}

	.section {
		padding: 10px 0;
		background: #fff
	}

	.section .name {
		border-bottom: 1px solid #e1e1e1;
		height: auto;
		overflow: hidden
	}

	.section .name a {
		border-bottom: 2px solid #0b4bac;
		color: #0b4bac;
		font-weight: 700;
		font-size: 18px;
		line-height: 2;
		display: inline-block
	}

	.news-card {
		padding: .5rem;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #efefef
	}

	.news-card a {
		display: block
	}

	.news-card .title {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
		color: #333
	}

	.news-card .title h3 {
		color: #333
	}

	.news-card .detail {
		margin-top: .2rem;
		color: #3a3232;
		letter-spacing: 0
	}

	.news-card .detail span {
		margin-right: .5rem;
		font-size: .8rem;
		color: #999;
		line-height: 1
	}

	.news-card .detail .news-tag {
		color: #454545
	}

	.news-card:last-child {
		border-bottom: none
	}

	.card-type-news .news-info {
		color: #333;
		flex: 2 2 auto;
		padding: 0 8px 0 0
	}

	.card-type-news .news-source {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .pubtime {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .news-pic {
		overflow: hidden;
		flex: 0 0 auto
	}

	.card-type-news .news-pic img {
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto;
		object-fit: cover;
		border-radius: 8px
	}

	.card-type-news .detail .unlike,
	.card-type-news .unlike {
		margin-right: .12rem
	}

	.card-type-three .three-pic {
		overflow: hidden;
		padding-top: 8px;
		width: 33%;
		height: auto;
		flex: 0 0 33.1%;
		float: left
	}

	.card-type-three .three-pic img {
		display: block;
		margin: 0 auto;
		object-fit: cover;
		border-right: solid 2px #fff;
		width: 100%;
		height: 80px;
		border-radius: 8px
	}

	.goBack {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 48px;
		height: 48px;
		padding: 8px;
		background: url(../../images/common/goback.png) no-repeat;
		border: solid 1px #e1e1e1;
		border-radius: 50%
	}

	.m-txt-dtt {
		font-size: 20px
	}

	.m-txt-tt {
		font-size: 20px;
		text-align: center;
		line-height: 30px
	}

	.m-txt-crm {
		padding: 0;
		height: auto;
		overflow: hidden
	}

	.m-txt-crm span.font,
	.m-txt-print span.font {
		float: left;
		margin: 0 8px 0 0
	}

	.m-txt .pdl-16 {
		padding: 0
	}

	.m-txt-article-txt {
		border: none;
		padding: 0
	}

	.hygq {
		padding: 10px
	}

	.hygq .txt {
		padding: 10px
	}

	.leader .photo {
		padding: 20px 0;
		width: 50%;
		display: block;
		margin: 0 auto
	}

	.wp10 {
		width: 10%
	}

	.wp20 {
		width: 20%
	}

	.wp30 {
		width: 30%
	}

	.wp40 {
		width: 40%
	}

	.wp50 {
		width: 50%
	}

	.wp60 {
		width: 60%
	}

	.wp70 {
		width: 70%
	}

	.wp80 {
		width: 80%
	}

	.wp90 {
		width: 90%
	}

	.wp100 {
		width: 100%
	}

	.m-txt {
		padding: 0 12px
	}

	.table-tr {
		margin: 4px 0;
		border-bottom: dashed 1px #d1d1d1
	}

	.table-tr:nth-child(even) {
		background: #f1f1f1
	}

	.table-td {
		display: block;
		padding: 0;
		margin: 0;
		float: left;
		border: none;
		text-align: left
	}

	.m-survey ul li {
		white-space: normal;
		border-bottom: solid 1px #e1e1e1;
		margin-bottom: 8px
	}

	.m-survey .row-txt a {
		overflow: hidden;
		font-size: 18px;
		color: #333;
		text-overflow: ellipsis;
		white-space: normal;
		line-height: 1.75
	}

	.m-survey .img {
		height: auto;
		overflow: hidden;
		padding: 0;
		float: left
	}

	.m-survey .img img {
		height: 160px
	}

	.m-survey .time {
		float: left;
		padding: 0;
		font-size: 16px
	}

	.m-survey .desc {
		padding-top: 8px
	}

	.m-interview .d-video {
		padding-right: 0
	}

	.m-interview .d-xgwj {
		padding-left: 0
	}

	.m-interview .d-xgwj p {
		width: 100%;
		margin: 0 0 1rem 0
	}

	.ysq-bd .tr {
		text-align: left
	}

	.ysq-check .p15,
	.ysq-check .p30,
	.ysq-check .p35,
	.ysq-check .p40,
	.ysq-check .p50,
	.ysq-check .p85 {
		width: 100%
	}

	.search-qiehuan {
		position: relative
	}

	.search-qiehuan img {
		position: absolute;
		right: 0;
		top: 0;
		left: 40%;
		bottom: 0;
		width: 21px;
		margin: auto
	}

	.search-qiehuan .img2 {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		display: none
	}

	@keyframes laihui {
		0% {
			right: 0
		}

		50% {
			right: 10px
		}

		100% {
			right: 0
		}
	}

	.g-nav {
		position: relative
	}

	.g-nav:after {
		content: '';
		background: url(../../images/common/rightArrow.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20%;
		background-size: contain;
		animation: laihui 2s linear infinite
	}

	.g-nav .m-nav {
		height: 3rem;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		flex-flow: nowrap;
		line-height: 3rem
	}

	.g-nav .m-nav a {
		width: auto;
		white-space: nowrap;
		display: inline-block;
		padding: 0 .5rem
	}

	.g-nav .m-nav::-webkit-scrollbar {
		display: none
	}
}

@media all and (max-width: 480px) {
	.hidden-lg {
		display: block !important
	}

	.hidden-md {
		display: block !important
	}


	

	.pd-24 {
		padding: 12px
	}

	.pdl-10,
	.pdl-12,
	.pdl-14,
	.pdl-16,
	.pdl-18,
	.pdl-20,
	.pdl-22,
	.pdl-24,
	.pdl-8 {
		padding-left: 0
	}

	.pdr-10,
	.pdr-12,
	.pdr-14,
	.pdr-16,
	.pdr-18,
	.pdr-8 {
		padding-right: 0
	}

	.mg-010,
	.mg-011,
	.mg-012,
	.mg-013,
	.mg-014,
	.mg-015,
	.mg-016,
	.mg-017,
	.mg-018,
	.mg-019,
	.mg-020,
	.mg-021,
	.mg-022,
	.mg-023,
	.mg-024,
	.mg-05,
	.mg-06,
	.mg-07,
	.mg-08,
	.mg-09 {
		margin: 0
	}

	.mg-100,
	.mg-110,
	.mg-120,
	.mg-130,
	.mg-140,
	.mg-150,
	.mg-160,
	.mg-170,
	.mg-180,
	.mg-190,
	.mg-200,
	.mg-210,
	.mg-220,
	.mg-230,
	.mg-240,
	.mg-50,
	.mg-60,
	.mg-70,
	.mg-80,
	.mg-90 {
		margin: 0
	}

	.mgl-10,
	.mgl-11,
	.mgl-12,
	.mgl-13,
	.mgl-14,
	.mgl-15,
	.mgl-16,
	.mgl-17,
	.mgl-18,
	.mgl-19,
	.mgl-20,
	.mgl-21,
	.mgl-22,
	.mgl-23,
	.mgl-24,
	.mgl-5,
	.mgl-6,
	.mgl-7,
	.mgl-8,
	.mgl-9 {
		margin-left: 0
	}

	.mgt-10,
	.mgt-11,
	.mgt-12,
	.mgt-13,
	.mgt-14,
	.mgt-15,
	.mgt-16,
	.mgt-17,
	.mgt-18,
	.mgt-19,
	.mgt-20,
	.mgt-21,
	.mgt-22,
	.mgt-23,
	.mgt-24,
	.mgt-5,
	.mgt-6,
	.mgt-7,
	.mgt-8,
	.mgt-9 {
		margin-top: 0
	}

	.mgr-10,
	.mgr-11,
	.mgr-12,
	.mgr-13,
	.mgr-14,
	.mgr-15,
	.mgr-16,
	.mgr-17,
	.mgr-18,
	.mgr-19,
	.mgr-20,
	.mgr-21,
	.mgr-22,
	.mgr-23,
	.mgr-24,
	.mgr-5,
	.mgr-6,
	.mgr-7,
	.mgr-8,
	.mgr-9 {
		margin-right: 0
	}

	.mgb-10,
	.mgb-11,
	.mgb-12,
	.mgb-13,
	.mgb-14,
	.mgb-15,
	.mgb-16,
	.mgb-17,
	.mgb-18,
	.mgb-19,
	.mgb-20,
	.mgb-21,
	.mgb-22,
	.mgb-23,
	.mgb-24,
	.mgb-5,
	.mgb-6,
	.mgb-7,
	.mgb-8,
	.mgb-9 {
		margin-bottom: 0
	}

	.btn-primary {
		background: #0b4bac;
		border-radius: 4px;
		color: #fff !important;
		padding: 0 8px;
		line-height: 32px !important;
		margin-top: 7px
	}

	.wap-list-file .file {
		color: #999;
		line-height: 30px;
		font-size: 1rem
	}

	.m-lst-img img {
		height: 270px;
		border-radius: 8px;
		overflow: hidden
	}

	.wap-list-img {
		height: auto;
		overflow: hidden;
		margin: 0 4px 8px 4px;
		position: relative
	}

	.wap-list-img img {
		height: 135px;
		border-radius: 8px;
		padding: 0 4px;
		overflow: hidden;
		width: 100%;
		object-fit: cover
	}

	.wap-list-img p {
		line-height: 22px;
		font-size: 14px
	}

	.wap-list-img i {
		position: absolute;
		top: 36%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 32px;
		height: 32px;
		background: url(../../images/common/video.png) no-repeat 50%;
		background-size: contain
	}

	.listend {
		text-align: center;
		margin: 0 auto;
		line-height: 30px;
		color: #999;
		display: none
	}

	.m-lst-nav {
		margin: 0 auto;
		clear: both
	}

	.m-lst-nav .tnm {
		display: none
	}

	.m-lst-nav ul {
		background: 0 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap
	}

	.m-lst-nav ul li {
		margin: 1%;
		float: left;
		border: none;
		flex: 0 0 31%
	}

	.m-lst-nav ul li a {
		padding: 10px 4px;
		line-height: 1.4;
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 100%
	}

	.m-lst-nav ul li a:after {
		display: none
	}

	.lst-rt {
		padding-left: 0
	}

	.sec-content {
		height: auto;
		overflow: hidden;
		width: 100%
	}

	.wap-section {
		margin: 0;
		padding: 0;
		background: #fff
	}

	.section {
		padding: 10px 0;
		background: #fff
	}

	.section .name {
		border-bottom: 1px solid #e1e1e1;
		height: auto;
		overflow: hidden
	}

	.section .name a {
		border-bottom: 2px solid #0b4bac;
		color: #0b4bac;
		font-weight: 700;
		font-size: 18px;
		line-height: 2;
		display: inline-block
	}

	.news-card {
		padding: .5rem;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #efefef
	}

	.news-card a {
		display: block
	}

	.news-card .title {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
		color: #333
	}

	.news-card .title h3 {
		color: #333
	}

	.news-card .detail {
		margin-top: .2rem;
		color: #3a3232;
		letter-spacing: 0
	}

	.news-card .detail span {
		margin-right: .5rem;
		font-size: .8rem;
		color: #999;
		line-height: 1
	}

	.news-card .detail .news-tag {
		color: #454545
	}

	.news-card:last-child {
		border-bottom: none
	}

	.card-type-news .news-info {
		color: #333;
		flex: 2 2 auto;
		padding: 0 8px 0 0
	}

	.card-type-news .news-source {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .pubtime {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .news-pic {
		overflow: hidden;
		flex: 0 0 auto
	}

	.card-type-news .news-pic img {
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto;
		object-fit: cover;
		border-radius: 8px
	}

	.card-type-news .detail .unlike,
	.card-type-news .unlike {
		margin-right: .12rem
	}

	.card-type-three .three-pic {
		overflow: hidden;
		padding-top: 8px;
		width: 33%;
		height: auto;
		flex: 0 0 33.1%;
		float: left
	}

	.card-type-three .three-pic img {
		display: block;
		margin: 0 auto;
		object-fit: cover;
		border-right: solid 2px #fff;
		width: 100%;
		height: 80px;
		border-radius: 8px
	}

	.goBack {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 48px;
		height: 48px;
		padding: 8px;
		background: url(../../images/common/goback.png) no-repeat;
		border: solid 1px #e1e1e1;
		border-radius: 50%
	}

	.m-txt-dtt {
		font-size: 20px
	}

	.m-txt-tt {
		font-size: 20px;
		text-align: center;
		line-height: 30px
	}

	.m-txt-crm {
		padding: 0;
		height: auto;
		overflow: hidden
	}

	.m-txt-crm span.font,
	.m-txt-print span.font {
		float: left;
		margin: 0 8px 0 0
	}

	.m-txt .pdl-16 {
		padding: 0
	}

	.m-txt-article-txt {
		border: none;
		padding: 0
	}

	.hygq {
		padding: 10px
	}

	.hygq .txt {
		padding: 10px
	}

	.leader .photo {
		padding: 20px 0;
		width: 50%;
		display: block;
		margin: 0 auto
	}

	.wp10 {
		width: 10%
	}

	.wp20 {
		width: 20%
	}

	.wp30 {
		width: 30%
	}

	.wp40 {
		width: 40%
	}

	.wp50 {
		width: 50%
	}

	.wp60 {
		width: 60%
	}

	.wp70 {
		width: 70%
	}

	.wp80 {
		width: 80%
	}

	.wp90 {
		width: 90%
	}

	.wp100 {
		width: 100%
	}

	.m-txt {
		padding: 0 12px
	}

	.table-tr {
		margin: 4px 0;
		border-bottom: dashed 1px #d1d1d1
	}

	.table-tr:nth-child(even) {
		background: #f1f1f1
	}

	.table-td {
		display: block;
		padding: 0;
		margin: 0;
		float: left;
		border: none;
		text-align: left
	}

	.m-survey ul li {
		white-space: normal;
		border-bottom: solid 1px #e1e1e1;
		margin-bottom: 8px
	}

	.m-survey .row-txt a {
		overflow: hidden;
		font-size: 18px;
		color: #333;
		text-overflow: ellipsis;
		white-space: normal;
		line-height: 1.75
	}

	.m-survey .img {
		height: auto;
		overflow: hidden;
		padding: 0;
		float: left
	}

	.m-survey .img img {
		height: 160px
	}

	.m-survey .time {
		float: left;
		padding: 0;
		font-size: 16px
	}

	.m-survey .desc {
		padding-top: 8px
	}

	.m-interview .d-video {
		padding-right: 0
	}

	.m-interview .d-xgwj {
		padding-left: 0
	}

	.m-interview .d-xgwj p {
		width: 100%;
		margin: 0 0 1rem 0
	}

	.ysq-bd .tr {
		text-align: left
	}

	.ysq-check .p15,
	.ysq-check .p30,
	.ysq-check .p35,
	.ysq-check .p40,
	.ysq-check .p50,
	.ysq-check .p85 {
		width: 100%
	}

	.search-qiehuan {
		position: relative
	}

	.search-qiehuan img {
		position: absolute;
		right: 0;
		top: 0;
		left: 40%;
		bottom: 0;
		width: 21px;
		margin: auto
	}

	.search-qiehuan .img2 {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		display: none
	}

	@keyframes laihui {
		0% {
			right: 0
		}

		50% {
			right: 10px
		}

		100% {
			right: 0
		}
	}

	.g-nav {
		position: relative
	}

	.g-nav:after {
		content: '';
		background: url(../../images/common/rightArrow.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20%;
		background-size: contain;
		animation: laihui 2s linear infinite
	}

	.g-nav .m-nav {
		height: 3rem;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		flex-flow: nowrap;
		line-height: 3rem
	}

	.g-nav .m-nav a {
		width: auto;
		white-space: nowrap;
		display: inline-block;
		padding: 0 .5rem
	}

	.g-nav .m-nav::-webkit-scrollbar {
		display: none
	}
}

@media all and (max-width: 440px) {
	.hidden-lg {
		display: block !important
	}

	.hidden-md {
		display: block !important
	}


	

	.pd-24 {
		padding: 12px
	}

	.pdl-10,
	.pdl-12,
	.pdl-14,
	.pdl-16,
	.pdl-18,
	.pdl-20,
	.pdl-22,
	.pdl-24,
	.pdl-8 {
		padding-left: 0
	}

	.pdr-10,
	.pdr-12,
	.pdr-14,
	.pdr-16,
	.pdr-18,
	.pdr-8 {
		padding-right: 0
	}

	.mg-010,
	.mg-011,
	.mg-012,
	.mg-013,
	.mg-014,
	.mg-015,
	.mg-016,
	.mg-017,
	.mg-018,
	.mg-019,
	.mg-020,
	.mg-021,
	.mg-022,
	.mg-023,
	.mg-024,
	.mg-05,
	.mg-06,
	.mg-07,
	.mg-08,
	.mg-09 {
		margin: 0
	}

	.mg-100,
	.mg-110,
	.mg-120,
	.mg-130,
	.mg-140,
	.mg-150,
	.mg-160,
	.mg-170,
	.mg-180,
	.mg-190,
	.mg-200,
	.mg-210,
	.mg-220,
	.mg-230,
	.mg-240,
	.mg-50,
	.mg-60,
	.mg-70,
	.mg-80,
	.mg-90 {
		margin: 0
	}

	.mgl-10,
	.mgl-11,
	.mgl-12,
	.mgl-13,
	.mgl-14,
	.mgl-15,
	.mgl-16,
	.mgl-17,
	.mgl-18,
	.mgl-19,
	.mgl-20,
	.mgl-21,
	.mgl-22,
	.mgl-23,
	.mgl-24,
	.mgl-5,
	.mgl-6,
	.mgl-7,
	.mgl-8,
	.mgl-9 {
		margin-left: 0
	}

	.mgt-10,
	.mgt-11,
	.mgt-12,
	.mgt-13,
	.mgt-14,
	.mgt-15,
	.mgt-16,
	.mgt-17,
	.mgt-18,
	.mgt-19,
	.mgt-20,
	.mgt-21,
	.mgt-22,
	.mgt-23,
	.mgt-24,
	.mgt-5,
	.mgt-6,
	.mgt-7,
	.mgt-8,
	.mgt-9 {
		margin-top: 0
	}

	.mgr-10,
	.mgr-11,
	.mgr-12,
	.mgr-13,
	.mgr-14,
	.mgr-15,
	.mgr-16,
	.mgr-17,
	.mgr-18,
	.mgr-19,
	.mgr-20,
	.mgr-21,
	.mgr-22,
	.mgr-23,
	.mgr-24,
	.mgr-5,
	.mgr-6,
	.mgr-7,
	.mgr-8,
	.mgr-9 {
		margin-right: 0
	}

	.mgb-10,
	.mgb-11,
	.mgb-12,
	.mgb-13,
	.mgb-14,
	.mgb-15,
	.mgb-16,
	.mgb-17,
	.mgb-18,
	.mgb-19,
	.mgb-20,
	.mgb-21,
	.mgb-22,
	.mgb-23,
	.mgb-24,
	.mgb-5,
	.mgb-6,
	.mgb-7,
	.mgb-8,
	.mgb-9 {
		margin-bottom: 0
	}

	.btn-primary {
		background: #0b4bac;
		border-radius: 4px;
		color: #fff !important;
		padding: 0 8px;
		line-height: 32px !important;
		margin-top: 7px
	}

	.wap-list-file .file {
		color: #999;
		line-height: 30px;
		font-size: 1rem
	}

	.m-lst-img img {
		height: 247.5px;
		border-radius: 8px;
		overflow: hidden
	}

	.wap-list-img {
		height: auto;
		overflow: hidden;
		margin: 0 4px 8px 4px;
		position: relative
	}

	.wap-list-img img {
		height: 123.75px;
		border-radius: 8px;
		padding: 0 4px;
		overflow: hidden;
		width: 100%;
		object-fit: cover
	}

	.wap-list-img p {
		line-height: 22px;
		font-size: 14px
	}

	.wap-list-img i {
		position: absolute;
		top: 36%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 32px;
		height: 32px;
		background: url(../../images/common/video.png) no-repeat 50%;
		background-size: contain
	}

	.listend {
		text-align: center;
		margin: 0 auto;
		line-height: 30px;
		color: #999;
		display: none
	}

	.m-lst-nav {
		margin: 0 auto;
		clear: both
	}

	.m-lst-nav .tnm {
		display: none
	}

	.m-lst-nav ul {
		background: 0 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap
	}

	.m-lst-nav ul li {
		margin: 1%;
		float: left;
		border: none;
		flex: 0 0 31%
	}

	.m-lst-nav ul li a {
		padding: 10px 4px;
		line-height: 1.4;
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 100%
	}

	.m-lst-nav ul li a:after {
		display: none
	}

	.lst-rt {
		padding-left: 0
	}

	.sec-content {
		height: auto;
		overflow: hidden;
		width: 100%
	}

	.wap-section {
		margin: 0;
		padding: 0;
		background: #fff
	}

	.section {
		padding: 10px 0;
		background: #fff
	}

	.section .name {
		border-bottom: 1px solid #e1e1e1;
		height: auto;
		overflow: hidden
	}

	.section .name a {
		border-bottom: 2px solid #0b4bac;
		color: #0b4bac;
		font-weight: 700;
		font-size: 18px;
		line-height: 2;
		display: inline-block
	}

	.news-card {
		padding: .5rem;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #efefef
	}

	.news-card a {
		display: block
	}

	.news-card .title {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
		color: #333
	}

	.news-card .title h3 {
		color: #333
	}

	.news-card .detail {
		margin-top: .2rem;
		color: #3a3232;
		letter-spacing: 0
	}

	.news-card .detail span {
		margin-right: .5rem;
		font-size: .8rem;
		color: #999;
		line-height: 1
	}

	.news-card .detail .news-tag {
		color: #454545
	}

	.news-card:last-child {
		border-bottom: none
	}

	.card-type-news .news-info {
		color: #333;
		flex: 2 2 auto;
		padding: 0 8px 0 0
	}

	.card-type-news .news-source {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .pubtime {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .news-pic {
		overflow: hidden;
		flex: 0 0 auto
	}

	.card-type-news .news-pic img {
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto;
		object-fit: cover;
		border-radius: 8px
	}

	.card-type-news .detail .unlike,
	.card-type-news .unlike {
		margin-right: .12rem
	}

	.card-type-three .three-pic {
		overflow: hidden;
		padding-top: 8px;
		width: 33%;
		height: auto;
		flex: 0 0 33.1%;
		float: left
	}

	.card-type-three .three-pic img {
		display: block;
		margin: 0 auto;
		object-fit: cover;
		border-right: solid 2px #fff;
		width: 100%;
		height: 80px;
		border-radius: 8px
	}

	.goBack {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 48px;
		height: 48px;
		padding: 8px;
		background: url(../../images/common/goback.png) no-repeat;
		border: solid 1px #e1e1e1;
		border-radius: 50%
	}

	.m-txt-dtt {
		font-size: 20px
	}

	.m-txt-tt {
		font-size: 20px;
		text-align: center;
		line-height: 30px
	}

	.m-txt-crm {
		padding: 0;
		height: auto;
		overflow: hidden
	}

	.m-txt-crm span.font,
	.m-txt-print span.font {
		float: left;
		margin: 0 8px 0 0
	}

	.m-txt .pdl-16 {
		padding: 0
	}

	.m-txt-article-txt {
		border: none;
		padding: 0
	}

	.hygq {
		padding: 10px
	}

	.hygq .txt {
		padding: 10px
	}

	.leader .photo {
		padding: 20px 0;
		width: 50%;
		display: block;
		margin: 0 auto
	}

	.wp10 {
		width: 10%
	}

	.wp20 {
		width: 20%
	}

	.wp30 {
		width: 30%
	}

	.wp40 {
		width: 40%
	}

	.wp50 {
		width: 50%
	}

	.wp60 {
		width: 60%
	}

	.wp70 {
		width: 70%
	}

	.wp80 {
		width: 80%
	}

	.wp90 {
		width: 90%
	}

	.wp100 {
		width: 100%
	}

	.m-txt {
		padding: 0 12px
	}

	.table-tr {
		margin: 4px 0;
		border-bottom: dashed 1px #d1d1d1
	}

	.table-tr:nth-child(even) {
		background: #f1f1f1
	}

	.table-td {
		display: block;
		padding: 0;
		margin: 0;
		float: left;
		border: none;
		text-align: left
	}

	.m-survey ul li {
		white-space: normal;
		border-bottom: solid 1px #e1e1e1;
		margin-bottom: 8px
	}

	.m-survey .row-txt a {
		overflow: hidden;
		font-size: 18px;
		color: #333;
		text-overflow: ellipsis;
		white-space: normal;
		line-height: 1.75
	}

	.m-survey .img {
		height: auto;
		overflow: hidden;
		padding: 0;
		float: left
	}

	.m-survey .img img {
		height: 160px
	}

	.m-survey .time {
		float: left;
		padding: 0;
		font-size: 16px
	}

	.m-survey .desc {
		padding-top: 8px
	}

	.m-interview .d-video {
		padding-right: 0
	}

	.m-interview .d-xgwj {
		padding-left: 0
	}

	.m-interview .d-xgwj p {
		width: 100%;
		margin: 0 0 1rem 0
	}

	.ysq-bd .tr {
		text-align: left
	}

	.ysq-check .p15,
	.ysq-check .p30,
	.ysq-check .p35,
	.ysq-check .p40,
	.ysq-check .p50,
	.ysq-check .p85 {
		width: 100%
	}

	.search-qiehuan {
		position: relative
	}

	.search-qiehuan img {
		position: absolute;
		right: 0;
		top: 0;
		left: 40%;
		bottom: 0;
		width: 21px;
		margin: auto
	}

	.search-qiehuan .img2 {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		display: none
	}

	@keyframes laihui {
		0% {
			right: 0
		}

		50% {
			right: 10px
		}

		100% {
			right: 0
		}
	}

	.g-nav {
		position: relative
	}

	.g-nav:after {
		content: '';
		background: url(../../images/common/rightArrow.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20%;
		background-size: contain;
		animation: laihui 2s linear infinite
	}

	.g-nav .m-nav {
		height: 3rem;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		flex-flow: nowrap;
		line-height: 3rem
	}

	.g-nav .m-nav a {
		width: auto;
		white-space: nowrap;
		display: inline-block;
		padding: 0 .5rem
	}

	.g-nav .m-nav::-webkit-scrollbar {
		display: none
	}
}

@media all and (max-width: 414px) {
	.hidden-lg {
		display: block !important
	}

	.hidden-md {
		display: block !important
	}


	

	.pd-24 {
		padding: 12px
	}

	.pdl-10,
	.pdl-12,
	.pdl-14,
	.pdl-16,
	.pdl-18,
	.pdl-20,
	.pdl-22,
	.pdl-24,
	.pdl-8 {
		padding-left: 0
	}

	.pdr-10,
	.pdr-12,
	.pdr-14,
	.pdr-16,
	.pdr-18,
	.pdr-8 {
		padding-right: 0
	}

	.mg-010,
	.mg-011,
	.mg-012,
	.mg-013,
	.mg-014,
	.mg-015,
	.mg-016,
	.mg-017,
	.mg-018,
	.mg-019,
	.mg-020,
	.mg-021,
	.mg-022,
	.mg-023,
	.mg-024,
	.mg-05,
	.mg-06,
	.mg-07,
	.mg-08,
	.mg-09 {
		margin: 0
	}

	.mg-100,
	.mg-110,
	.mg-120,
	.mg-130,
	.mg-140,
	.mg-150,
	.mg-160,
	.mg-170,
	.mg-180,
	.mg-190,
	.mg-200,
	.mg-210,
	.mg-220,
	.mg-230,
	.mg-240,
	.mg-50,
	.mg-60,
	.mg-70,
	.mg-80,
	.mg-90 {
		margin: 0
	}

	.mgl-10,
	.mgl-11,
	.mgl-12,
	.mgl-13,
	.mgl-14,
	.mgl-15,
	.mgl-16,
	.mgl-17,
	.mgl-18,
	.mgl-19,
	.mgl-20,
	.mgl-21,
	.mgl-22,
	.mgl-23,
	.mgl-24,
	.mgl-5,
	.mgl-6,
	.mgl-7,
	.mgl-8,
	.mgl-9 {
		margin-left: 0
	}

	.mgt-10,
	.mgt-11,
	.mgt-12,
	.mgt-13,
	.mgt-14,
	.mgt-15,
	.mgt-16,
	.mgt-17,
	.mgt-18,
	.mgt-19,
	.mgt-20,
	.mgt-21,
	.mgt-22,
	.mgt-23,
	.mgt-24,
	.mgt-5,
	.mgt-6,
	.mgt-7,
	.mgt-8,
	.mgt-9 {
		margin-top: 0
	}

	.mgr-10,
	.mgr-11,
	.mgr-12,
	.mgr-13,
	.mgr-14,
	.mgr-15,
	.mgr-16,
	.mgr-17,
	.mgr-18,
	.mgr-19,
	.mgr-20,
	.mgr-21,
	.mgr-22,
	.mgr-23,
	.mgr-24,
	.mgr-5,
	.mgr-6,
	.mgr-7,
	.mgr-8,
	.mgr-9 {
		margin-right: 0
	}

	.mgb-10,
	.mgb-11,
	.mgb-12,
	.mgb-13,
	.mgb-14,
	.mgb-15,
	.mgb-16,
	.mgb-17,
	.mgb-18,
	.mgb-19,
	.mgb-20,
	.mgb-21,
	.mgb-22,
	.mgb-23,
	.mgb-24,
	.mgb-5,
	.mgb-6,
	.mgb-7,
	.mgb-8,
	.mgb-9 {
		margin-bottom: 0
	}

	.btn-primary {
		background: #0b4bac;
		border-radius: 4px;
		color: #fff !important;
		padding: 0 8px;
		line-height: 32px !important;
		margin-top: 7px
	}

	.wap-list-file .file {
		color: #999;
		line-height: 30px;
		font-size: 1rem
	}

	.m-lst-img img {
		height: 232.88px;
		border-radius: 8px;
		overflow: hidden
	}

	.wap-list-img {
		height: auto;
		overflow: hidden;
		margin: 0 4px 8px 4px;
		position: relative
	}

	.wap-list-img img {
		height: 116.44px;
		border-radius: 8px;
		padding: 0 4px;
		overflow: hidden;
		width: 100%;
		object-fit: cover
	}

	.wap-list-img p {
		line-height: 22px;
		font-size: 14px
	}

	.wap-list-img i {
		position: absolute;
		top: 36%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 32px;
		height: 32px;
		background: url(../../images/common/video.png) no-repeat 50%;
		background-size: contain
	}

	.listend {
		text-align: center;
		margin: 0 auto;
		line-height: 30px;
		color: #999;
		display: none
	}

	.m-lst-nav {
		margin: 0 auto;
		clear: both
	}

	.m-lst-nav .tnm {
		display: none
	}

	.m-lst-nav ul {
		background: 0 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap
	}

	.m-lst-nav ul li {
		margin: 1%;
		float: left;
		border: none;
		flex: 0 0 31%
	}

	.m-lst-nav ul li a {
		padding: 10px 4px;
		line-height: 1.4;
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 100%
	}

	.m-lst-nav ul li a:after {
		display: none
	}

	.lst-rt {
		padding-left: 0
	}

	.sec-content {
		height: auto;
		overflow: hidden;
		width: 100%
	}

	.wap-section {
		margin: 0;
		padding: 0;
		background: #fff
	}

	.section {
		padding: 10px 0;
		background: #fff
	}

	.section .name {
		border-bottom: 1px solid #e1e1e1;
		height: auto;
		overflow: hidden
	}

	.section .name a {
		border-bottom: 2px solid #0b4bac;
		color: #0b4bac;
		font-weight: 700;
		font-size: 18px;
		line-height: 2;
		display: inline-block
	}

	.news-card {
		padding: .5rem;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #efefef
	}

	.news-card a {
		display: block
	}

	.news-card .title {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
		color: #333
	}

	.news-card .title h3 {
		color: #333
	}

	.news-card .detail {
		margin-top: .2rem;
		color: #3a3232;
		letter-spacing: 0
	}

	.news-card .detail span {
		margin-right: .5rem;
		font-size: .8rem;
		color: #999;
		line-height: 1
	}

	.news-card .detail .news-tag {
		color: #454545
	}

	.news-card:last-child {
		border-bottom: none
	}

	.card-type-news .news-info {
		color: #333;
		flex: 2 2 auto;
		padding: 0 8px 0 0
	}

	.card-type-news .news-source {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .pubtime {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .news-pic {
		overflow: hidden;
		flex: 0 0 auto
	}

	.card-type-news .news-pic img {
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto;
		object-fit: cover;
		border-radius: 8px
	}

	.card-type-news .detail .unlike,
	.card-type-news .unlike {
		margin-right: .12rem
	}

	.card-type-three .three-pic {
		overflow: hidden;
		padding-top: 8px;
		width: 33%;
		height: auto;
		flex: 0 0 33.1%;
		float: left
	}

	.card-type-three .three-pic img {
		display: block;
		margin: 0 auto;
		object-fit: cover;
		border-right: solid 2px #fff;
		width: 100%;
		height: 80px;
		border-radius: 8px
	}

	.goBack {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 48px;
		height: 48px;
		padding: 8px;
		background: url(../../images/common/goback.png) no-repeat;
		border: solid 1px #e1e1e1;
		border-radius: 50%
	}

	.m-txt-dtt {
		font-size: 20px
	}

	.m-txt-tt {
		font-size: 20px;
		text-align: center;
		line-height: 30px
	}

	.m-txt-crm {
		padding: 0;
		height: auto;
		overflow: hidden
	}

	.m-txt-crm span.font,
	.m-txt-print span.font {
		float: left;
		margin: 0 8px 0 0
	}

	.m-txt .pdl-16 {
		padding: 0
	}

	.m-txt-article-txt {
		border: none;
		padding: 0
	}

	.hygq {
		padding: 10px
	}

	.hygq .txt {
		padding: 10px
	}

	.leader .photo {
		padding: 20px 0;
		width: 50%;
		display: block;
		margin: 0 auto
	}

	.wp10 {
		width: 10%
	}

	.wp20 {
		width: 20%
	}

	.wp30 {
		width: 30%
	}

	.wp40 {
		width: 40%
	}

	.wp50 {
		width: 50%
	}

	.wp60 {
		width: 60%
	}

	.wp70 {
		width: 70%
	}

	.wp80 {
		width: 80%
	}

	.wp90 {
		width: 90%
	}

	.wp100 {
		width: 100%
	}

	.m-txt {
		padding: 0 12px
	}

	.table-tr {
		margin: 4px 0;
		border-bottom: dashed 1px #d1d1d1
	}

	.table-tr:nth-child(even) {
		background: #f1f1f1
	}

	.table-td {
		display: block;
		padding: 0;
		margin: 0;
		float: left;
		border: none;
		text-align: left
	}

	.m-survey ul li {
		white-space: normal;
		border-bottom: solid 1px #e1e1e1;
		margin-bottom: 8px
	}

	.m-survey .row-txt a {
		overflow: hidden;
		font-size: 18px;
		color: #333;
		text-overflow: ellipsis;
		white-space: normal;
		line-height: 1.75
	}

	.m-survey .img {
		height: auto;
		overflow: hidden;
		padding: 0;
		float: left
	}

	.m-survey .img img {
		height: 160px
	}

	.m-survey .time {
		float: left;
		padding: 0;
		font-size: 16px
	}

	.m-survey .desc {
		padding-top: 8px
	}

	.m-interview .d-video {
		padding-right: 0
	}

	.m-interview .d-xgwj {
		padding-left: 0
	}

	.m-interview .d-xgwj p {
		width: 100%;
		margin: 0 0 1rem 0
	}

	.ysq-bd .tr {
		text-align: left
	}

	.ysq-check .p15,
	.ysq-check .p30,
	.ysq-check .p35,
	.ysq-check .p40,
	.ysq-check .p50,
	.ysq-check .p85 {
		width: 100%
	}

	.search-qiehuan {
		position: relative
	}

	.search-qiehuan img {
		position: absolute;
		right: 0;
		top: 0;
		left: 40%;
		bottom: 0;
		width: 21px;
		margin: auto
	}

	.search-qiehuan .img2 {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		display: none
	}

	@keyframes laihui {
		0% {
			right: 0
		}

		50% {
			right: 10px
		}

		100% {
			right: 0
		}
	}

	.g-nav {
		position: relative
	}

	.g-nav:after {
		content: '';
		background: url(../../images/common/rightArrow.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20%;
		background-size: contain;
		animation: laihui 2s linear infinite
	}

	.g-nav .m-nav {
		height: 3rem;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		flex-flow: nowrap;
		line-height: 3rem
	}

	.g-nav .m-nav a {
		width: auto;
		white-space: nowrap;
		display: inline-block;
		padding: 0 .5rem
	}

	.g-nav .m-nav::-webkit-scrollbar {
		display: none
	}
}

@media all and (max-width: 400px) {
	.hidden-lg {
		display: block !important
	}

	.hidden-md {
		display: block !important
	}

	

	.pd-24 {
		padding: 12px
	}

	.pdl-10,
	.pdl-12,
	.pdl-14,
	.pdl-16,
	.pdl-18,
	.pdl-20,
	.pdl-22,
	.pdl-24,
	.pdl-8 {
		padding-left: 0
	}

	.pdr-10,
	.pdr-12,
	.pdr-14,
	.pdr-16,
	.pdr-18,
	.pdr-8 {
		padding-right: 0
	}

	.mg-010,
	.mg-011,
	.mg-012,
	.mg-013,
	.mg-014,
	.mg-015,
	.mg-016,
	.mg-017,
	.mg-018,
	.mg-019,
	.mg-020,
	.mg-021,
	.mg-022,
	.mg-023,
	.mg-024,
	.mg-05,
	.mg-06,
	.mg-07,
	.mg-08,
	.mg-09 {
		margin: 0
	}

	.mg-100,
	.mg-110,
	.mg-120,
	.mg-130,
	.mg-140,
	.mg-150,
	.mg-160,
	.mg-170,
	.mg-180,
	.mg-190,
	.mg-200,
	.mg-210,
	.mg-220,
	.mg-230,
	.mg-240,
	.mg-50,
	.mg-60,
	.mg-70,
	.mg-80,
	.mg-90 {
		margin: 0
	}

	.mgl-10,
	.mgl-11,
	.mgl-12,
	.mgl-13,
	.mgl-14,
	.mgl-15,
	.mgl-16,
	.mgl-17,
	.mgl-18,
	.mgl-19,
	.mgl-20,
	.mgl-21,
	.mgl-22,
	.mgl-23,
	.mgl-24,
	.mgl-5,
	.mgl-6,
	.mgl-7,
	.mgl-8,
	.mgl-9 {
		margin-left: 0
	}

	.mgt-10,
	.mgt-11,
	.mgt-12,
	.mgt-13,
	.mgt-14,
	.mgt-15,
	.mgt-16,
	.mgt-17,
	.mgt-18,
	.mgt-19,
	.mgt-20,
	.mgt-21,
	.mgt-22,
	.mgt-23,
	.mgt-24,
	.mgt-5,
	.mgt-6,
	.mgt-7,
	.mgt-8,
	.mgt-9 {
		margin-top: 0
	}

	.mgr-10,
	.mgr-11,
	.mgr-12,
	.mgr-13,
	.mgr-14,
	.mgr-15,
	.mgr-16,
	.mgr-17,
	.mgr-18,
	.mgr-19,
	.mgr-20,
	.mgr-21,
	.mgr-22,
	.mgr-23,
	.mgr-24,
	.mgr-5,
	.mgr-6,
	.mgr-7,
	.mgr-8,
	.mgr-9 {
		margin-right: 0
	}

	.mgb-10,
	.mgb-11,
	.mgb-12,
	.mgb-13,
	.mgb-14,
	.mgb-15,
	.mgb-16,
	.mgb-17,
	.mgb-18,
	.mgb-19,
	.mgb-20,
	.mgb-21,
	.mgb-22,
	.mgb-23,
	.mgb-24,
	.mgb-5,
	.mgb-6,
	.mgb-7,
	.mgb-8,
	.mgb-9 {
		margin-bottom: 0
	}

	.btn-primary {
		background: #0b4bac;
		border-radius: 4px;
		color: #fff !important;
		padding: 0 8px;
		line-height: 32px !important;
		margin-top: 7px
	}

	.wap-list-file .file {
		color: #999;
		line-height: 30px;
		font-size: 1rem
	}

	.m-lst-img img {
		height: 225px;
		border-radius: 8px;
		overflow: hidden
	}

	.wap-list-img {
		height: auto;
		overflow: hidden;
		margin: 0 4px 8px 4px;
		position: relative
	}

	.wap-list-img img {
		height: 112.5px;
		border-radius: 8px;
		padding: 0 4px;
		overflow: hidden;
		width: 100%;
		object-fit: cover
	}

	.wap-list-img p {
		line-height: 22px;
		font-size: 14px
	}

	.wap-list-img i {
		position: absolute;
		top: 36%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 32px;
		height: 32px;
		background: url(../../images/common/video.png) no-repeat 50%;
		background-size: contain
	}

	.listend {
		text-align: center;
		margin: 0 auto;
		line-height: 30px;
		color: #999;
		display: none
	}

	.m-lst-nav {
		margin: 0 auto;
		clear: both
	}

	.m-lst-nav .tnm {
		display: none
	}

	.m-lst-nav ul {
		background: 0 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap
	}

	.m-lst-nav ul li {
		margin: 1%;
		float: left;
		border: none;
		flex: 0 0 31%
	}

	.m-lst-nav ul li a {
		padding: 10px 4px;
		line-height: 1.4;
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 100%
	}

	.m-lst-nav ul li a:after {
		display: none
	}

	.lst-rt {
		padding-left: 0
	}

	.sec-content {
		height: auto;
		overflow: hidden;
		width: 100%
	}

	.wap-section {
		margin: 0;
		padding: 0;
		background: #fff
	}

	.section {
		padding: 10px 0;
		background: #fff
	}

	.section .name {
		border-bottom: 1px solid #e1e1e1;
		height: auto;
		overflow: hidden
	}

	.section .name a {
		border-bottom: 2px solid #0b4bac;
		color: #0b4bac;
		font-weight: 700;
		font-size: 18px;
		line-height: 2;
		display: inline-block
	}

	.news-card {
		padding: .5rem;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #efefef
	}

	.news-card a {
		display: block
	}

	.news-card .title {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
		color: #333
	}

	.news-card .title h3 {
		color: #333
	}

	.news-card .detail {
		margin-top: .2rem;
		color: #3a3232;
		letter-spacing: 0
	}

	.news-card .detail span {
		margin-right: .5rem;
		font-size: .8rem;
		color: #999;
		line-height: 1
	}

	.news-card .detail .news-tag {
		color: #454545
	}

	.news-card:last-child {
		border-bottom: none
	}

	.card-type-news .news-info {
		color: #333;
		flex: 2 2 auto;
		padding: 0 8px 0 0
	}

	.card-type-news .news-source {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .pubtime {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .news-pic {
		overflow: hidden;
		flex: 0 0 auto
	}

	.card-type-news .news-pic img {
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto;
		object-fit: cover;
		border-radius: 8px
	}

	.card-type-news .detail .unlike,
	.card-type-news .unlike {
		margin-right: .12rem
	}

	.card-type-three .three-pic {
		overflow: hidden;
		padding-top: 8px;
		width: 33%;
		height: auto;
		flex: 0 0 33.1%;
		float: left
	}

	.card-type-three .three-pic img {
		display: block;
		margin: 0 auto;
		object-fit: cover;
		border-right: solid 2px #fff;
		width: 100%;
		height: 80px;
		border-radius: 8px
	}

	.goBack {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 48px;
		height: 48px;
		padding: 8px;
		background: url(../../images/common/goback.png) no-repeat;
		border: solid 1px #e1e1e1;
		border-radius: 50%
	}

	.m-txt-dtt {
		font-size: 20px
	}

	.m-txt-tt {
		font-size: 20px;
		text-align: center;
		line-height: 30px
	}

	.m-txt-crm {
		padding: 0;
		height: auto;
		overflow: hidden
	}

	.m-txt-crm span.font,
	.m-txt-print span.font {
		float: left;
		margin: 0 8px 0 0
	}

	.m-txt .pdl-16 {
		padding: 0
	}

	.m-txt-article-txt {
		border: none;
		padding: 0
	}

	.hygq {
		padding: 10px
	}

	.hygq .txt {
		padding: 10px
	}

	.leader .photo {
		padding: 20px 0;
		width: 50%;
		display: block;
		margin: 0 auto
	}

	.wp10 {
		width: 10%
	}

	.wp20 {
		width: 20%
	}

	.wp30 {
		width: 30%
	}

	.wp40 {
		width: 40%
	}

	.wp50 {
		width: 50%
	}

	.wp60 {
		width: 60%
	}

	.wp70 {
		width: 70%
	}

	.wp80 {
		width: 80%
	}

	.wp90 {
		width: 90%
	}

	.wp100 {
		width: 100%
	}

	.m-txt {
		padding: 0 12px
	}

	.table-tr {
		margin: 4px 0;
		border-bottom: dashed 1px #d1d1d1
	}

	.table-tr:nth-child(even) {
		background: #f1f1f1
	}

	.table-td {
		display: block;
		padding: 0;
		margin: 0;
		float: left;
		border: none;
		text-align: left
	}

	.m-survey ul li {
		white-space: normal;
		border-bottom: solid 1px #e1e1e1;
		margin-bottom: 8px
	}

	.m-survey .row-txt a {
		overflow: hidden;
		font-size: 18px;
		color: #333;
		text-overflow: ellipsis;
		white-space: normal;
		line-height: 1.75
	}

	.m-survey .img {
		height: auto;
		overflow: hidden;
		padding: 0;
		float: left
	}

	.m-survey .img img {
		height: 160px
	}

	.m-survey .time {
		float: left;
		padding: 0;
		font-size: 16px
	}

	.m-survey .desc {
		padding-top: 8px
	}

	.m-interview .d-video {
		padding-right: 0
	}

	.m-interview .d-xgwj {
		padding-left: 0
	}

	.m-interview .d-xgwj p {
		width: 100%;
		margin: 0 0 1rem 0
	}

	.ysq-bd .tr {
		text-align: left
	}

	.ysq-check .p15,
	.ysq-check .p30,
	.ysq-check .p35,
	.ysq-check .p40,
	.ysq-check .p50,
	.ysq-check .p85 {
		width: 100%
	}

	.search-qiehuan {
		position: relative
	}

	.search-qiehuan img {
		position: absolute;
		right: 0;
		top: 0;
		left: 40%;
		bottom: 0;
		width: 21px;
		margin: auto
	}

	.search-qiehuan .img2 {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		display: none
	}

	@keyframes laihui {
		0% {
			right: 0
		}

		50% {
			right: 10px
		}

		100% {
			right: 0
		}
	}

	.g-nav {
		position: relative
	}

	.g-nav:after {
		content: '';
		background: url(../../images/common/rightArrow.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20%;
		background-size: contain;
		animation: laihui 2s linear infinite
	}

	.g-nav .m-nav {
		height: 3rem;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		flex-flow: nowrap;
		line-height: 3rem
	}

	.g-nav .m-nav a {
		width: auto;
		white-space: nowrap;
		display: inline-block;
		padding: 0 .5rem
	}

	.g-nav .m-nav::-webkit-scrollbar {
		display: none
	}
}

@media all and (max-width: 375px) {
	.hidden-lg {
		display: block !important
	}

	.hidden-md {
		display: block !important
	}
	

	.pd-24 {
		padding: 12px
	}

	.pdl-10,
	.pdl-12,
	.pdl-14,
	.pdl-16,
	.pdl-18,
	.pdl-20,
	.pdl-22,
	.pdl-24,
	.pdl-8 {
		padding-left: 0
	}

	.pdr-10,
	.pdr-12,
	.pdr-14,
	.pdr-16,
	.pdr-18,
	.pdr-8 {
		padding-right: 0
	}

	.mg-010,
	.mg-011,
	.mg-012,
	.mg-013,
	.mg-014,
	.mg-015,
	.mg-016,
	.mg-017,
	.mg-018,
	.mg-019,
	.mg-020,
	.mg-021,
	.mg-022,
	.mg-023,
	.mg-024,
	.mg-05,
	.mg-06,
	.mg-07,
	.mg-08,
	.mg-09 {
		margin: 0
	}

	.mg-100,
	.mg-110,
	.mg-120,
	.mg-130,
	.mg-140,
	.mg-150,
	.mg-160,
	.mg-170,
	.mg-180,
	.mg-190,
	.mg-200,
	.mg-210,
	.mg-220,
	.mg-230,
	.mg-240,
	.mg-50,
	.mg-60,
	.mg-70,
	.mg-80,
	.mg-90 {
		margin: 0
	}

	.mgl-10,
	.mgl-11,
	.mgl-12,
	.mgl-13,
	.mgl-14,
	.mgl-15,
	.mgl-16,
	.mgl-17,
	.mgl-18,
	.mgl-19,
	.mgl-20,
	.mgl-21,
	.mgl-22,
	.mgl-23,
	.mgl-24,
	.mgl-5,
	.mgl-6,
	.mgl-7,
	.mgl-8,
	.mgl-9 {
		margin-left: 0
	}

	.mgt-10,
	.mgt-11,
	.mgt-12,
	.mgt-13,
	.mgt-14,
	.mgt-15,
	.mgt-16,
	.mgt-17,
	.mgt-18,
	.mgt-19,
	.mgt-20,
	.mgt-21,
	.mgt-22,
	.mgt-23,
	.mgt-24,
	.mgt-5,
	.mgt-6,
	.mgt-7,
	.mgt-8,
	.mgt-9 {
		margin-top: 0
	}

	.mgr-10,
	.mgr-11,
	.mgr-12,
	.mgr-13,
	.mgr-14,
	.mgr-15,
	.mgr-16,
	.mgr-17,
	.mgr-18,
	.mgr-19,
	.mgr-20,
	.mgr-21,
	.mgr-22,
	.mgr-23,
	.mgr-24,
	.mgr-5,
	.mgr-6,
	.mgr-7,
	.mgr-8,
	.mgr-9 {
		margin-right: 0
	}

	.mgb-10,
	.mgb-11,
	.mgb-12,
	.mgb-13,
	.mgb-14,
	.mgb-15,
	.mgb-16,
	.mgb-17,
	.mgb-18,
	.mgb-19,
	.mgb-20,
	.mgb-21,
	.mgb-22,
	.mgb-23,
	.mgb-24,
	.mgb-5,
	.mgb-6,
	.mgb-7,
	.mgb-8,
	.mgb-9 {
		margin-bottom: 0
	}

	.btn-primary {
		background: #0b4bac;
		border-radius: 4px;
		color: #fff !important;
		padding: 0 8px;
		line-height: 32px !important;
		margin-top: 7px
	}

	.wap-list-file .file {
		color: #999;
		line-height: 30px;
		font-size: 1rem
	}

	.m-lst-img img {
		height: 210.94px;
		border-radius: 8px;
		overflow: hidden
	}

	.wap-list-img {
		height: auto;
		overflow: hidden;
		margin: 0 4px 8px 4px;
		position: relative
	}

	.wap-list-img img {
		height: 105.47px;
		border-radius: 8px;
		padding: 0 4px;
		overflow: hidden;
		width: 100%;
		object-fit: cover
	}

	.wap-list-img p {
		line-height: 22px;
		font-size: 14px
	}

	.wap-list-img i {
		position: absolute;
		top: 36%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 32px;
		height: 32px;
		background: url(../../images/common/video.png) no-repeat 50%;
		background-size: contain
	}

	.listend {
		text-align: center;
		margin: 0 auto;
		line-height: 30px;
		color: #999;
		display: none
	}

	.m-lst-nav {
		margin: 0 auto;
		clear: both
	}

	.m-lst-nav .tnm {
		display: none
	}

	.m-lst-nav ul {
		background: 0 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap
	}

	.m-lst-nav ul li {
		margin: 1%;
		float: left;
		border: none;
		flex: 0 0 31%
	}

	.m-lst-nav ul li a {
		padding: 10px 4px;
		line-height: 1.4;
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 100%
	}

	.m-lst-nav ul li a:after {
		display: none
	}

	.lst-rt {
		padding-left: 0
	}

	.sec-content {
		height: auto;
		overflow: hidden;
		width: 100%
	}

	.wap-section {
		margin: 0;
		padding: 0;
		background: #fff
	}

	.section {
		padding: 10px 0;
		background: #fff
	}

	.section .name {
		border-bottom: 1px solid #e1e1e1;
		height: auto;
		overflow: hidden
	}

	.section .name a {
		border-bottom: 2px solid #0b4bac;
		color: #0b4bac;
		font-weight: 700;
		font-size: 18px;
		line-height: 2;
		display: inline-block
	}

	.news-card {
		padding: .5rem;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #efefef
	}

	.news-card a {
		display: block
	}

	.news-card .title {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
		color: #333
	}

	.news-card .title h3 {
		color: #333
	}

	.news-card .detail {
		margin-top: .2rem;
		color: #3a3232;
		letter-spacing: 0
	}

	.news-card .detail span {
		margin-right: .5rem;
		font-size: .8rem;
		color: #999;
		line-height: 1
	}

	.news-card .detail .news-tag {
		color: #454545
	}

	.news-card:last-child {
		border-bottom: none
	}

	.card-type-news .news-info {
		color: #333;
		flex: 2 2 auto;
		padding: 0 8px 0 0
	}

	.card-type-news .news-source {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .pubtime {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .news-pic {
		overflow: hidden;
		flex: 0 0 auto
	}

	.card-type-news .news-pic img {
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto;
		object-fit: cover;
		border-radius: 8px
	}

	.card-type-news .detail .unlike,
	.card-type-news .unlike {
		margin-right: .12rem
	}

	.card-type-three .three-pic {
		overflow: hidden;
		padding-top: 8px;
		width: 33%;
		height: auto;
		flex: 0 0 33.1%;
		float: left
	}

	.card-type-three .three-pic img {
		display: block;
		margin: 0 auto;
		object-fit: cover;
		border-right: solid 2px #fff;
		width: 100%;
		height: 80px;
		border-radius: 8px
	}

	.goBack {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 48px;
		height: 48px;
		padding: 8px;
		background: url(../../images/common/goback.png) no-repeat;
		border: solid 1px #e1e1e1;
		border-radius: 50%
	}

	.m-txt-dtt {
		font-size: 20px
	}

	.m-txt-tt {
		font-size: 20px;
		text-align: center;
		line-height: 30px
	}

	.m-txt-crm {
		padding: 0;
		height: auto;
		overflow: hidden
	}

	.m-txt-crm span.font,
	.m-txt-print span.font {
		float: left;
		margin: 0 8px 0 0
	}

	.m-txt .pdl-16 {
		padding: 0
	}

	.m-txt-article-txt {
		border: none;
		padding: 0
	}

	.hygq {
		padding: 10px
	}

	.hygq .txt {
		padding: 10px
	}

	.leader .photo {
		padding: 20px 0;
		width: 50%;
		display: block;
		margin: 0 auto
	}

	.wp10 {
		width: 10%
	}

	.wp20 {
		width: 20%
	}

	.wp30 {
		width: 30%
	}

	.wp40 {
		width: 40%
	}

	.wp50 {
		width: 50%
	}

	.wp60 {
		width: 60%
	}

	.wp70 {
		width: 70%
	}

	.wp80 {
		width: 80%
	}

	.wp90 {
		width: 90%
	}

	.wp100 {
		width: 100%
	}

	.m-txt {
		padding: 0 12px
	}

	.table-tr {
		margin: 4px 0;
		border-bottom: dashed 1px #d1d1d1
	}

	.table-tr:nth-child(even) {
		background: #f1f1f1
	}

	.table-td {
		display: block;
		padding: 0;
		margin: 0;
		float: left;
		border: none;
		text-align: left
	}

	.m-survey ul li {
		white-space: normal;
		border-bottom: solid 1px #e1e1e1;
		margin-bottom: 8px
	}

	.m-survey .row-txt a {
		overflow: hidden;
		font-size: 18px;
		color: #333;
		text-overflow: ellipsis;
		white-space: normal;
		line-height: 1.75
	}

	.m-survey .img {
		height: auto;
		overflow: hidden;
		padding: 0;
		float: left
	}

	.m-survey .img img {
		height: 160px
	}

	.m-survey .time {
		float: left;
		padding: 0;
		font-size: 16px
	}

	.m-survey .desc {
		padding-top: 8px
	}

	.m-interview .d-video {
		padding-right: 0
	}

	.m-interview .d-xgwj {
		padding-left: 0
	}

	.m-interview .d-xgwj p {
		width: 100%;
		margin: 0 0 1rem 0
	}

	.ysq-bd .tr {
		text-align: left
	}

	.ysq-check .p15,
	.ysq-check .p30,
	.ysq-check .p35,
	.ysq-check .p40,
	.ysq-check .p50,
	.ysq-check .p85 {
		width: 100%
	}

	.search-qiehuan {
		position: relative
	}

	.search-qiehuan img {
		position: absolute;
		right: 0;
		top: 0;
		left: 40%;
		bottom: 0;
		width: 21px;
		margin: auto
	}

	.search-qiehuan .img2 {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		display: none
	}

	@keyframes laihui {
		0% {
			right: 0
		}

		50% {
			right: 10px
		}

		100% {
			right: 0
		}
	}

	.g-nav {
		position: relative
	}

	.g-nav:after {
		content: '';
		background: url(../../images/common/rightArrow.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20%;
		background-size: contain;
		animation: laihui 2s linear infinite
	}

	.g-nav .m-nav {
		height: 3rem;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		flex-flow: nowrap;
		line-height: 3rem
	}

	.g-nav .m-nav a {
		width: auto;
		white-space: nowrap;
		display: inline-block;
		padding: 0 .5rem
	}

	.g-nav .m-nav::-webkit-scrollbar {
		display: none
	}
}

@media all and (max-width: 360px) {
	.hidden-lg {
		display: block !important
	}

	.hidden-md {
		display: block !important
	}

	.pd-24 {
		padding: 12px
	}

	.pdl-10,
	.pdl-12,
	.pdl-14,
	.pdl-16,
	.pdl-18,
	.pdl-20,
	.pdl-22,
	.pdl-24,
	.pdl-8 {
		padding-left: 0
	}

	.pdr-10,
	.pdr-12,
	.pdr-14,
	.pdr-16,
	.pdr-18,
	.pdr-8 {
		padding-right: 0
	}

	.mg-010,
	.mg-011,
	.mg-012,
	.mg-013,
	.mg-014,
	.mg-015,
	.mg-016,
	.mg-017,
	.mg-018,
	.mg-019,
	.mg-020,
	.mg-021,
	.mg-022,
	.mg-023,
	.mg-024,
	.mg-05,
	.mg-06,
	.mg-07,
	.mg-08,
	.mg-09 {
		margin: 0
	}

	.mg-100,
	.mg-110,
	.mg-120,
	.mg-130,
	.mg-140,
	.mg-150,
	.mg-160,
	.mg-170,
	.mg-180,
	.mg-190,
	.mg-200,
	.mg-210,
	.mg-220,
	.mg-230,
	.mg-240,
	.mg-50,
	.mg-60,
	.mg-70,
	.mg-80,
	.mg-90 {
		margin: 0
	}

	.mgl-10,
	.mgl-11,
	.mgl-12,
	.mgl-13,
	.mgl-14,
	.mgl-15,
	.mgl-16,
	.mgl-17,
	.mgl-18,
	.mgl-19,
	.mgl-20,
	.mgl-21,
	.mgl-22,
	.mgl-23,
	.mgl-24,
	.mgl-5,
	.mgl-6,
	.mgl-7,
	.mgl-8,
	.mgl-9 {
		margin-left: 0
	}

	.mgt-10,
	.mgt-11,
	.mgt-12,
	.mgt-13,
	.mgt-14,
	.mgt-15,
	.mgt-16,
	.mgt-17,
	.mgt-18,
	.mgt-19,
	.mgt-20,
	.mgt-21,
	.mgt-22,
	.mgt-23,
	.mgt-24,
	.mgt-5,
	.mgt-6,
	.mgt-7,
	.mgt-8,
	.mgt-9 {
		margin-top: 0
	}

	.mgr-10,
	.mgr-11,
	.mgr-12,
	.mgr-13,
	.mgr-14,
	.mgr-15,
	.mgr-16,
	.mgr-17,
	.mgr-18,
	.mgr-19,
	.mgr-20,
	.mgr-21,
	.mgr-22,
	.mgr-23,
	.mgr-24,
	.mgr-5,
	.mgr-6,
	.mgr-7,
	.mgr-8,
	.mgr-9 {
		margin-right: 0
	}

	.mgb-10,
	.mgb-11,
	.mgb-12,
	.mgb-13,
	.mgb-14,
	.mgb-15,
	.mgb-16,
	.mgb-17,
	.mgb-18,
	.mgb-19,
	.mgb-20,
	.mgb-21,
	.mgb-22,
	.mgb-23,
	.mgb-24,
	.mgb-5,
	.mgb-6,
	.mgb-7,
	.mgb-8,
	.mgb-9 {
		margin-bottom: 0
	}

	.btn-primary {
		background: #0b4bac;
		border-radius: 4px;
		color: #fff !important;
		padding: 0 8px;
		line-height: 32px !important;
		margin-top: 7px
	}

	.wap-list-file .file {
		color: #999;
		line-height: 30px;
		font-size: 1rem
	}

	.m-lst-img img {
		height: 202.5px;
		border-radius: 8px;
		overflow: hidden
	}

	.wap-list-img {
		height: auto;
		overflow: hidden;
		margin: 0 4px 8px 4px;
		position: relative
	}

	.wap-list-img img {
		height: 101.25px;
		border-radius: 8px;
		padding: 0 4px;
		overflow: hidden;
		width: 100%;
		object-fit: cover
	}

	.wap-list-img p {
		line-height: 22px;
		font-size: 14px
	}

	.wap-list-img i {
		position: absolute;
		top: 36%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 32px;
		height: 32px;
		background: url(../../images/common/video.png) no-repeat 50%;
		background-size: contain
	}

	.listend {
		text-align: center;
		margin: 0 auto;
		line-height: 30px;
		color: #999;
		display: none
	}

	.m-lst-nav {
		margin: 0 auto;
		clear: both
	}

	.m-lst-nav .tnm {
		display: none
	}

	.m-lst-nav ul {
		background: 0 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap
	}

	.m-lst-nav ul li {
		margin: 1%;
		float: left;
		border: none;
		flex: 0 0 31%
	}

	.m-lst-nav ul li a {
		padding: 10px 4px;
		line-height: 1.4;
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 100%
	}

	.m-lst-nav ul li a:after {
		display: none
	}

	.lst-rt {
		padding-left: 0
	}

	.sec-content {
		height: auto;
		overflow: hidden;
		width: 100%
	}

	.wap-section {
		margin: 0;
		padding: 0;
		background: #fff
	}

	.section {
		padding: 10px 0;
		background: #fff
	}

	.section .name {
		border-bottom: 1px solid #e1e1e1;
		height: auto;
		overflow: hidden
	}

	.section .name a {
		border-bottom: 2px solid #0b4bac;
		color: #0b4bac;
		font-weight: 700;
		font-size: 18px;
		line-height: 2;
		display: inline-block
	}

	.news-card {
		padding: .5rem;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #efefef
	}

	.news-card a {
		display: block
	}

	.news-card .title {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
		color: #333
	}

	.news-card .title h3 {
		color: #333
	}

	.news-card .detail {
		margin-top: .2rem;
		color: #3a3232;
		letter-spacing: 0
	}

	.news-card .detail span {
		margin-right: .5rem;
		font-size: .8rem;
		color: #999;
		line-height: 1
	}

	.news-card .detail .news-tag {
		color: #454545
	}

	.news-card:last-child {
		border-bottom: none
	}

	.card-type-news .news-info {
		color: #333;
		flex: 2 2 auto;
		padding: 0 8px 0 0
	}

	.card-type-news .news-source {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .pubtime {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .news-pic {
		overflow: hidden;
		flex: 0 0 auto
	}

	.card-type-news .news-pic img {
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto;
		object-fit: cover;
		border-radius: 8px
	}

	.card-type-news .detail .unlike,
	.card-type-news .unlike {
		margin-right: .12rem
	}

	.card-type-three .three-pic {
		overflow: hidden;
		padding-top: 8px;
		width: 33%;
		height: auto;
		flex: 0 0 33.1%;
		float: left
	}

	.card-type-three .three-pic img {
		display: block;
		margin: 0 auto;
		object-fit: cover;
		border-right: solid 2px #fff;
		width: 100%;
		height: 80px;
		border-radius: 8px
	}

	.goBack {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 48px;
		height: 48px;
		padding: 8px;
		background: url(../../images/common/goback.png) no-repeat;
		border: solid 1px #e1e1e1;
		border-radius: 50%
	}

	.m-txt-dtt {
		font-size: 20px
	}

	.m-txt-tt {
		font-size: 20px;
		text-align: center;
		line-height: 30px
	}

	.m-txt-crm {
		padding: 0;
		height: auto;
		overflow: hidden
	}

	.m-txt-crm span.font,
	.m-txt-print span.font {
		float: left;
		margin: 0 8px 0 0
	}

	.m-txt .pdl-16 {
		padding: 0
	}

	.m-txt-article-txt {
		border: none;
		padding: 0
	}

	.hygq {
		padding: 10px
	}

	.hygq .txt {
		padding: 10px
	}

	.leader .photo {
		padding: 20px 0;
		width: 50%;
		display: block;
		margin: 0 auto
	}

	.wp10 {
		width: 10%
	}

	.wp20 {
		width: 20%
	}

	.wp30 {
		width: 30%
	}

	.wp40 {
		width: 40%
	}

	.wp50 {
		width: 50%
	}

	.wp60 {
		width: 60%
	}

	.wp70 {
		width: 70%
	}

	.wp80 {
		width: 80%
	}

	.wp90 {
		width: 90%
	}

	.wp100 {
		width: 100%
	}

	.m-txt {
		padding: 0 12px
	}

	.table-tr {
		margin: 4px 0;
		border-bottom: dashed 1px #d1d1d1
	}

	.table-tr:nth-child(even) {
		background: #f1f1f1
	}

	.table-td {
		display: block;
		padding: 0;
		margin: 0;
		float: left;
		border: none;
		text-align: left
	}

	.m-survey ul li {
		white-space: normal;
		border-bottom: solid 1px #e1e1e1;
		margin-bottom: 8px
	}

	.m-survey .row-txt a {
		overflow: hidden;
		font-size: 18px;
		color: #333;
		text-overflow: ellipsis;
		white-space: normal;
		line-height: 1.75
	}

	.m-survey .img {
		height: auto;
		overflow: hidden;
		padding: 0;
		float: left
	}

	.m-survey .img img {
		height: 160px
	}

	.m-survey .time {
		float: left;
		padding: 0;
		font-size: 16px
	}

	.m-survey .desc {
		padding-top: 8px
	}

	.m-interview .d-video {
		padding-right: 0
	}

	.m-interview .d-xgwj {
		padding-left: 0
	}

	.m-interview .d-xgwj p {
		width: 100%;
		margin: 0 0 1rem 0
	}

	.ysq-bd .tr {
		text-align: left
	}

	.ysq-check .p15,
	.ysq-check .p30,
	.ysq-check .p35,
	.ysq-check .p40,
	.ysq-check .p50,
	.ysq-check .p85 {
		width: 100%
	}

	.search-qiehuan {
		position: relative
	}

	.search-qiehuan img {
		position: absolute;
		right: 0;
		top: 0;
		left: 40%;
		bottom: 0;
		width: 21px;
		margin: auto
	}

	.search-qiehuan .img2 {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		display: none
	}

	@keyframes laihui {
		0% {
			right: 0
		}

		50% {
			right: 10px
		}

		100% {
			right: 0
		}
	}

	.g-nav {
		position: relative
	}

	.g-nav:after {
		content: '';
		background: url(../../images/common/rightArrow.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20%;
		background-size: contain;
		animation: laihui 2s linear infinite
	}

	.g-nav .m-nav {
		height: 3rem;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		flex-flow: nowrap;
		line-height: 3rem
	}

	.g-nav .m-nav a {
		width: auto;
		white-space: nowrap;
		display: inline-block;
		padding: 0 .5rem
	}

	.g-nav .m-nav::-webkit-scrollbar {
		display: none
	}
}

@media all and (max-width: 320px) {
	.hidden-lg {
		display: block !important
	}

	.hidden-md {
		display: block !important
	}

	.pd-24 {
		padding: 12px
	}

	.pdl-10,
	.pdl-12,
	.pdl-14,
	.pdl-16,
	.pdl-18,
	.pdl-20,
	.pdl-22,
	.pdl-24,
	.pdl-8 {
		padding-left: 0
	}

	.pdr-10,
	.pdr-12,
	.pdr-14,
	.pdr-16,
	.pdr-18,
	.pdr-8 {
		padding-right: 0
	}

	.mg-010,
	.mg-011,
	.mg-012,
	.mg-013,
	.mg-014,
	.mg-015,
	.mg-016,
	.mg-017,
	.mg-018,
	.mg-019,
	.mg-020,
	.mg-021,
	.mg-022,
	.mg-023,
	.mg-024,
	.mg-05,
	.mg-06,
	.mg-07,
	.mg-08,
	.mg-09 {
		margin: 0
	}

	.mg-100,
	.mg-110,
	.mg-120,
	.mg-130,
	.mg-140,
	.mg-150,
	.mg-160,
	.mg-170,
	.mg-180,
	.mg-190,
	.mg-200,
	.mg-210,
	.mg-220,
	.mg-230,
	.mg-240,
	.mg-50,
	.mg-60,
	.mg-70,
	.mg-80,
	.mg-90 {
		margin: 0
	}

	.mgl-10,
	.mgl-11,
	.mgl-12,
	.mgl-13,
	.mgl-14,
	.mgl-15,
	.mgl-16,
	.mgl-17,
	.mgl-18,
	.mgl-19,
	.mgl-20,
	.mgl-21,
	.mgl-22,
	.mgl-23,
	.mgl-24,
	.mgl-5,
	.mgl-6,
	.mgl-7,
	.mgl-8,
	.mgl-9 {
		margin-left: 0
	}

	.mgt-10,
	.mgt-11,
	.mgt-12,
	.mgt-13,
	.mgt-14,
	.mgt-15,
	.mgt-16,
	.mgt-17,
	.mgt-18,
	.mgt-19,
	.mgt-20,
	.mgt-21,
	.mgt-22,
	.mgt-23,
	.mgt-24,
	.mgt-5,
	.mgt-6,
	.mgt-7,
	.mgt-8,
	.mgt-9 {
		margin-top: 0
	}

	.mgr-10,
	.mgr-11,
	.mgr-12,
	.mgr-13,
	.mgr-14,
	.mgr-15,
	.mgr-16,
	.mgr-17,
	.mgr-18,
	.mgr-19,
	.mgr-20,
	.mgr-21,
	.mgr-22,
	.mgr-23,
	.mgr-24,
	.mgr-5,
	.mgr-6,
	.mgr-7,
	.mgr-8,
	.mgr-9 {
		margin-right: 0
	}

	.mgb-10,
	.mgb-11,
	.mgb-12,
	.mgb-13,
	.mgb-14,
	.mgb-15,
	.mgb-16,
	.mgb-17,
	.mgb-18,
	.mgb-19,
	.mgb-20,
	.mgb-21,
	.mgb-22,
	.mgb-23,
	.mgb-24,
	.mgb-5,
	.mgb-6,
	.mgb-7,
	.mgb-8,
	.mgb-9 {
		margin-bottom: 0
	}

	.btn-primary {
		background: #0b4bac;
		border-radius: 4px;
		color: #fff !important;
		padding: 0 8px;
		line-height: 32px !important;
		margin-top: 7px
	}

	.wap-list-file .file {
		color: #999;
		line-height: 30px;
		font-size: 1rem
	}

	.m-lst-img img {
		height: 180px;
		border-radius: 8px;
		overflow: hidden
	}

	.wap-list-img {
		height: auto;
		overflow: hidden;
		margin: 0 4px 8px 4px;
		position: relative
	}

	.wap-list-img img {
		height: 90px;
		border-radius: 8px;
		padding: 0 4px;
		overflow: hidden;
		width: 100%;
		object-fit: cover
	}

	.wap-list-img p {
		line-height: 22px;
		font-size: 14px
	}

	.wap-list-img i {
		position: absolute;
		top: 36%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 32px;
		height: 32px;
		background: url(../../images/common/video.png) no-repeat 50%;
		background-size: contain
	}

	.listend {
		text-align: center;
		margin: 0 auto;
		line-height: 30px;
		color: #999;
		display: none
	}

	.m-lst-nav {
		margin: 0 auto;
		clear: both
	}

	.m-lst-nav .tnm {
		display: none
	}

	.m-lst-nav ul {
		background: 0 0;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap
	}

	.m-lst-nav ul li {
		margin: 1%;
		float: left;
		border: none;
		flex: 0 0 31%
	}

	.m-lst-nav ul li a {
		padding: 10px 4px;
		line-height: 1.4;
		display: inline-block;
		float: left;
		border-radius: 4px;
		width: 100%
	}

	.m-lst-nav ul li a:after {
		display: none
	}

	.lst-rt {
		padding-left: 0
	}

	.sec-content {
		height: auto;
		overflow: hidden;
		width: 100%
	}

	.wap-section {
		margin: 0;
		padding: 0;
		background: #fff
	}

	.section {
		padding: 10px 0;
		background: #fff
	}

	.section .name {
		border-bottom: 1px solid #e1e1e1;
		height: auto;
		overflow: hidden
	}

	.section .name a {
		border-bottom: 2px solid #0b4bac;
		color: #0b4bac;
		font-weight: 700;
		font-size: 18px;
		line-height: 2;
		display: inline-block
	}

	.news-card {
		padding: .5rem;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #efefef
	}

	.news-card a {
		display: block
	}

	.news-card .title {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.6;
		color: #333
	}

	.news-card .title h3 {
		color: #333
	}

	.news-card .detail {
		margin-top: .2rem;
		color: #3a3232;
		letter-spacing: 0
	}

	.news-card .detail span {
		margin-right: .5rem;
		font-size: .8rem;
		color: #999;
		line-height: 1
	}

	.news-card .detail .news-tag {
		color: #454545
	}

	.news-card:last-child {
		border-bottom: none
	}

	.card-type-news .news-info {
		color: #333;
		flex: 2 2 auto;
		padding: 0 8px 0 0
	}

	.card-type-news .news-source {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .pubtime {
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis
	}

	.card-type-news .news-pic {
		overflow: hidden;
		flex: 0 0 auto
	}

	.card-type-news .news-pic img {
		display: block;
		width: 100%;
		height: 90px;
		margin: 0 auto;
		object-fit: cover;
		border-radius: 8px
	}

	.card-type-news .detail .unlike,
	.card-type-news .unlike {
		margin-right: .12rem
	}

	.card-type-three .three-pic {
		overflow: hidden;
		padding-top: 8px;
		width: 33%;
		height: auto;
		flex: 0 0 33.1%;
		float: left
	}

	.card-type-three .three-pic img {
		display: block;
		margin: 0 auto;
		object-fit: cover;
		border-right: solid 2px #fff;
		width: 100%;
		height: 80px;
		border-radius: 8px
	}

	.goBack {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 48px;
		height: 48px;
		padding: 8px;
		background: url(../../images/common/goback.png) no-repeat;
		border: solid 1px #e1e1e1;
		border-radius: 50%
	}

	.m-txt-dtt {
		font-size: 20px
	}

	.m-txt-tt {
		font-size: 20px;
		text-align: center;
		line-height: 30px
	}

	.m-txt-crm {
		padding: 0;
		height: auto;
		overflow: hidden
	}

	.m-txt-crm span.font,
	.m-txt-print span.font {
		float: left;
		margin: 0 8px 0 0
	}

	.m-txt .pdl-16 {
		padding: 0
	}

	.m-txt-article-txt {
		border: none;
		padding: 0
	}

	.hygq {
		padding: 10px
	}

	.hygq .txt {
		padding: 10px
	}

	.leader .photo {
		padding: 20px 0;
		width: 50%;
		display: block;
		margin: 0 auto
	}

	.wp10 {
		width: 10%
	}

	.wp20 {
		width: 20%
	}

	.wp30 {
		width: 30%
	}

	.wp40 {
		width: 40%
	}

	.wp50 {
		width: 50%
	}

	.wp60 {
		width: 60%
	}

	.wp70 {
		width: 70%
	}

	.wp80 {
		width: 80%
	}

	.wp90 {
		width: 90%
	}

	.wp100 {
		width: 100%
	}

	.m-txt {
		padding: 0 12px
	}

	.table-tr {
		margin: 4px 0;
		border-bottom: dashed 1px #d1d1d1
	}

	.table-tr:nth-child(even) {
		background: #f1f1f1
	}

	.table-td {
		display: block;
		padding: 0;
		margin: 0;
		float: left;
		border: none;
		text-align: left
	}

	.m-survey ul li {
		white-space: normal;
		border-bottom: solid 1px #e1e1e1;
		margin-bottom: 8px
	}

	.m-survey .row-txt a {
		overflow: hidden;
		font-size: 18px;
		color: #333;
		text-overflow: ellipsis;
		white-space: normal;
		line-height: 1.75
	}

	.m-survey .img {
		height: auto;
		overflow: hidden;
		padding: 0;
		float: left
	}

	.m-survey .img img {
		height: 160px
	}

	.m-survey .time {
		float: left;
		padding: 0;
		font-size: 16px
	}

	.m-survey .desc {
		padding-top: 8px
	}

	.m-interview .d-video {
		padding-right: 0
	}

	.m-interview .d-xgwj {
		padding-left: 0
	}

	.m-interview .d-xgwj p {
		width: 100%;
		margin: 0 0 1rem 0
	}

	.ysq-bd .tr {
		text-align: left
	}

	.ysq-check .p15,
	.ysq-check .p30,
	.ysq-check .p35,
	.ysq-check .p40,
	.ysq-check .p50,
	.ysq-check .p85 {
		width: 100%
	}

	.search-qiehuan {
		position: relative
	}

	.search-qiehuan img {
		position: absolute;
		right: 0;
		top: 0;
		left: 40%;
		bottom: 0;
		width: 21px;
		margin: auto
	}

	.search-qiehuan .img2 {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		display: none
	}

	@keyframes laihui {
		0% {
			right: 0
		}

		50% {
			right: 10px
		}

		100% {
			right: 0
		}
	}

	.g-nav {
		position: relative
	}

	.g-nav:after {
		content: '';
		background: url(../../images/common/rightArrow.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 20%;
		background-size: contain;
		animation: laihui 2s linear infinite
	}

	.g-nav .m-nav {
		height: 3rem;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		flex-flow: nowrap;
		line-height: 3rem
	}

	.g-nav .m-nav a {
		width: auto;
		white-space: nowrap;
		display: inline-block;
		padding: 0 .5rem
	}

	.g-nav .m-nav::-webkit-scrollbar {
		display: none
	}
}

@media all and (max-width: 320px) {
	.m-lst-nav ul li a {
		font-size: 15px
	}
}
