html {
	font-size: 100px;
}

@font-face {
	font-family: 'sy';
	src: url(font/SourceHanSansCN-Regular.otf)
}

body {
	font-family: 'sy';
	font-size: .16rem;
	background-color: #fff;
	color: #333;
	overflow-x: hidden
}

.qsmzq-header-warp {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #FFFFFF;
	z-index: 1000;
}

.qsmzq-header-warp.fixed {
	box-shadow: 0px 5px 11px 0px rgba(171, 171, 171, 0.25);
}

.qsmzq-header-warp .qsmzq-contain-box,
.qsmzq-nav-box .qsmzq-contain-box {
	padding: 0;
	z-index: 5
}

.qsmzq-header-warp>.qsmzq-contain-box>.qsmzq-contain-padding>.clearfix {
	display: flex;
	justify-items: center;
	/* position: relative; */
}

.qsmzq-contain-box {
	max-width: 14.4rem;
	margin: 0 auto;
	padding: .6rem 0;
	position: relative;
	z-index: 2
}

/* .qsmzq-bg-box {
	background: #FCFEFF url(../images/bg6.png) no-repeat;
	background-size: cover;
} */


.qsmzq-footer-img .qsmzq-contain-box {
	padding: .3rem 0
}

.qsmzq-logo {
	width: 34%;
	transition: .3s
}

.qsmzq-logo a {
	display: flex;
	height: 100%;
	align-items: center;
}

.qsmzq-logo img {
	max-width: 100%;
}

.qsmzq-header-right-box {
	width: 46%;
	margin-left: 20%;
}

.qsmzq-nav-box {
	margin-right: .3rem;
}

.qsmzq-nav li {
	float: left;
	width: 25%;
	position: relative;
	z-index: 999
}

.qsmzq-nav>li>a {
	display: block;
	height: .98rem;
	line-height: .98rem;
	font-size: .2rem;
	color: #333;
	text-align: center;
	transition: .3s
}

.qsmzq-nav>li>a::after {
	content: "";
	position: relative;
	width: 0;
	height: 4px;
	display: block;
	z-index: 100;
	background-color: #fff;
	transition: .3s ease-out all;
	left: 50%;
	top: .3rem;
	transform: translateX(-50%)
}

.qsmzq-suNnav {
	position: absolute;
	left: 50%;
	top: 160%;
	min-width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, top .45s ease;
	transform: translateX(-50%);
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(19, 52, 143, 0.08);
}

.qsmzq-nav li.li4 .qsmzq-suNnav {
	min-width: 150%
}

.qsmzq-nav-box li:hover .qsmzq-suNnav {
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.qsmzq-nav-box li .qsmzq-suNnav li {
	width: 100%;
}

.qsmzq-nav-box li .qsmzq-suNnav li a {
	display: block;
	color: #333;
	font-size: .16rem;
	padding: .15rem;
	text-align: center
}

.qsmzq-nav-box li .qsmzq-suNnav li a:hover {
	color: #fff !important;
	background: #29489A;
}

.qsmzq-search-icon {
	width: .21rem;
	height: .21rem;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/search.png) no-repeat;
	transition: .3s;
	background-size: contain;
}

.qsmzq-banner {
	position: relative;
	overflow: hidden;
	margin: .94rem 0 auto;
}

.qsmzq-banner .swiper-slide {
	height: 6.2rem;
}

.qsmzq-banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.qsmzq-banner .swiper-pagination {
	width: 100%;
	bottom: .2rem !important
}

.qsmzq-banner .swiper-pagination-bullet {
	width: .16rem;
	height: .16rem;
	opacity: 1;
	background: rgba(255, 255, 255, 0.6);
	margin: 0 .12rem !important;
}

.qsmzq-banner .swiper-pagination-bullet-active {
	width: .16rem;
	height: .16rem;
	background: #FFFFFF;
	opacity: 1;
}

.qsmzq-xxxw-img-list:hover .txt {
	color: #29489A;
}

.qsmzq-xxxw-txt .txt {
	width: 100%;
	height: .25rem;
	line-height: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: .22rem;
	position: relative;
	text-indent: .15rem;
	margin: .24rem 0 .11rem 0;
}

.qsmzq-xxxw-txt .txt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .04rem;
	height: .18rem;
	background: #29489A;
}

.qsmzq-xxxw-txt .des {
	height: .5rem;
	line-height: .25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #777;
	font-size: .18rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* margin-top:.05rem; */
	padding-left: .15rem;
}

.qsmzq-xxxw-txt .more {
	margin-top: .1rem;
	font-size: .14rem
}

.qsmzq-xxxw-img-list .img {
	height: 3.8rem;
	overflow: hidden;
	position: relative;
}

.qsmzq-xxxw-img-list .img .time {
	position: absolute;
	left: .4rem;
	top: .0;
	background: #29489A;
	color: #fff;
	padding: .16rem;
	text-align: right;
}

.qsmzq-xxxw-img-list .img .time .day {
	font-size: .26rem;
}

.qsmzq-xxxw-img-list .img .time .year {
	font-size: .18rem;
	margin-top: .08rem;
}

.qsmzq-xxxw-img-list .img img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.qsmzq-xxxw-img-list:hover .img img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.qsmzq-left {
	float: left;
	width: 41%;
}

.qsmzq-right {
	float: right;
	width: 57%;
	/* margin-top: -.4rem; */
}

.qsmzq-xxxw-box {
	margin-bottom: .6rem;
}

.qsmzq-title-box {
	margin-bottom: .48rem;
	position: relative;
}

.qsmzq-title {
	font-size: .3rem;
	color: #333333;
}

.qsmzq-title img {
	max-width: 100%;
	height: .22rem;
	object-fit: contain;
	margin-right: .1rem;
}

.qsmzq-title .en {
	font-size: .16rem;
	color: #777777;
	margin-left: .1rem;
	position: relative;
	padding-left: .1rem;
}

.qsmzq-title .en::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .01rem;
	height: .2rem;
	background: #AAAAAA;
	margin-right: .1rem;
	display: block;
}

.qsmzq-more {
	font-size: .18rem;
	color: #29489A;
	position: absolute;
	right: 0;
	bottom: 0;
}

.qsmzq-more:hover {
	/* color: #369FE7; */
}

.qsmzq-more img {
	width: .12rem;
	height: .12rem;
	margin-left: .2rem;
	margin-left: .06rem;
}

.qsmzq-xxxw-list li {
	margin-bottom: .2rem;
}

.qsmzq-xxxw-list li a .img {
	width: 3.44rem;
	height: 2.3rem;
	overflow: hidden;
	float: left;
}

.qsmzq-xxxw-list li a .img img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.qsmzq-xxxw-list li:hover a .img img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.qsmzq-xxxw-list li a .box {
	margin-left: 3.7rem;
}

.qsmzq-xxxw-list li a .box .tit {
	font-size: .2rem;
	color: #333333;
	height: .5rem;
	line-height: .25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.qsmzq-xxxw-list li a .box .des {
	font-size: .18rem;
	color: #777777;
	margin: .15rem 0 .3rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.qsmzq-xxxw-list li a .box .time {
	text-align: right;
	font-size: .26rem;
	color: #29489A;
	position: relative;
}

.qsmzq-xxxw-list li a .box .time::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3.11rem;
	height: .01rem;
	background-color: #F1F1F1;
}

.qsmzq-xxxw-list li:hover a .box .tit {
	color: #29489A;
}

.listPage .qsmzq-list li {
	position: relative;
	border-bottom: solid 1px #eee;
}

.listPage .qsmzq-list li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: .04rem;
	background-color: #29489A;
	transition: .3s all;
}

.listPage .qsmzq-list li:hover::after {
	width: 100%;

}

.listPage .qsmzq-list li a {
	display: flex;
	align-items: center;
	/* border-radius: .16rem; */
	padding: .27rem 0;

}

.listPage .qsmzq-list li a {
	padding: .36rem 0 .3rem 0;
}

.listPage .qsmzq-list li .time {
	width: .7rem;
	text-align: right;
	position: relative;
}

.listPage .qsmzq-list li .time::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -.27rem;
	width: .7rem;
	height: .04rem;
	background: #29489A;
}

.listPage .qsmzq-list li .time::after {
	bottom: -.3rem;
}

.listPage .qsmzq-list li .time .day {
	font-size: .26rem;
	color: #29489A;
	/* margin-top: -.05rem; */
}

.listPage .qsmzq-list li .time .year {
	font-size: .18rem;
	color: #29489A;
}

.listPage .qsmzq-list li .box {
	width: calc(100% - .7rem - 8%);
	margin-left: 4%;
	margin-right: 4%;
}

.listPage .qsmzq-list li .box {
	/* width: 78%; */
}

.listPage .qsmzq-list li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .28rem;
	height: .28rem;
	background: url(../images/jt.png) no-repeat;
	display: none;
	background-size: contain;
}

.listPage .qsmzq-list li:hover::before {
	display: block;
}

.listPage .qsmzq-list li .box .tit {
	width: 100%;
	line-height: .25rem;
	font-size: .2rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: .1rem;
}

.listPage .qsmzq-list li .box .des {
	height: .25rem;
	line-height: .25rem;
	font-size: .16rem;
	color: #777777;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listPage .qsmzq-list li a:hover .tit,
.listPage .qsmzq-list li a:hover .time {
	color: #29489A;
}

.qsmzq-footer-box {
	background: url(../images/footer-bg.png) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: .16rem
}

.qsmzq-footer-box .qsmzq-contain-box {
	padding: .7rem 0;
}

.qsmzq-footer-box .qsmzq-contain-box .qsmzq-contain-padding {
	display: flex;
	align-items: center;
	/* padding: 0 0 .3rem 0; */
}

.qsmzq-footer-left {
	width: 35%;
}

.qsmzq-footer-left img {
	max-width: 100%;
}

.qsmzq-footer-center {
	width: 20%;
	padding: 0 7.5%;
	font-size: .16rem;
	color: rgba(255, 255, 255, 0.8);
}

.qsmzq-footer-center1 {
	width: 20%;
	color: rgba(255, 255, 255, 0.8);
}

.qsmzq-footer-center1 li {
	margin: .12rem 0;
}

.qsmzq-footer-center1 li a {
	color: rgba(255, 255, 255, 0.8);
}

.qsmzq-footer-center1 li a:hover {
	color: rgba(255, 255, 255, 1);
}

.qsmzq-footer-center p {
	margin: .12rem 0;
}

.qsmzq-footer-right {
	width: 10%;
	text-align: right;
}

.qsmzq-footer-right img {
	max-width: 100%;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #a3a3a3
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a3a3a3
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a3a3a3
}

.qsmzq-ny-banner {
	height: 4.5rem;
	background-size: cover !important;
	background-position: top center !important;
	margin-top: .98rem;
}

.qsmzq-ny-banner>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.qsmzq-ny-banner .qsmzq-contain-box>.qsmzq-contain-padding>.title {
	position: absolute;
	bottom: 1rem;
	left: 0
}

.qsmzq-ny-banner .qsmzq-contain-box>.qsmzq-contain-padding>.title>.name {
	color: #fff;
	font-size: .48rem
}

.qsmzq-ny-banner .qsmzq-contain-box>.qsmzq-contain-padding>.title>.en {
	color: #fff;
	font-size: .3rem;
	margin-left: .35rem
}

.outbox:before,
.outbox1:before {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.outbox,
.nav-outbox,
.nav-outbox1 {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	z-index: 100
}

.nav-outbox-close,
.nav-outbox-close:hover,
.nav-outbox-close1,
.nav-outbox-close1:hover {
	background: url(../images/close.png) no-repeat
}

.nav-outbox-close,
.nav-outbox-close1 {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: .1rem;
	cursor: pointer;
	z-index: 20;
	background-position: 0 0
}

.nav-outbox-close:hover,
.nav-outbox-close1:hover {
	background-position: 0 -16px
}

.qsmzq-show-search-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: transparent;
	width: 8rem
}

.qsmzq-show-search {
	width: 8rem;
	margin: 0 auto;
	padding: .2rem 0
}

.qsmzq-input-text {
	float: left;
	width: 80%;
	height: .25rem;
	line-height: .25rem;
	padding: .14rem .3rem;
	font-family: "sy";
	font-size: .16rem;
	color: #333;
	outline: none;
	border-radius: 30px
}

.qsmzq-input-button {
	float: left;
	padding: 0px .32rem;
	margin-left: -0.22rem;
	height: .53rem;
	line-height: 0.53rem;
	font-family: "sy";
	font-size: .16rem;
	color: #fff;
	outline: none;
	cursor: pointer;
	border-radius: 0 .3rem .3rem 0;
	background-color: #29489A;
}

.qsmzq-input-button:hover {
	background-color: #29489A;
}

.listPageBar {
	margin: .4rem auto
}

.listPageBar table tr td:first-child {
	display: none
}

.listPageBar table tr td+td {
	width: 100%;
	text-align: center
}

.listPageBar table tr td+td+td {
	display: none
}

.listPageBar a,
.listPage span {
	font-family: "sy" !important;
}

.pb_sys_style1 .p_no_d {
	border: 1px solid #29489A !important;
	color: #fff;
	background: #29489A !important;
}

.navbar-toggle {
	display: none;
	position: fixed;
	width: 20px;
	padding: 0;
	border: none;
	z-index: 20000;
	background-color: transparent;
	background-image: none;
	right: .15rem;
	top: .25rem;
	cursor: pointer
}

.navbar-toggle.on {
	top: .3rem;
}

.navbar-toggle .icon-bar {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #fff;
	width: 100%;
	height: 2px;
	border-radius: 0;
	margin-top: 0.1rem;
	display: block
}

.navbar-toggle.on .icon-bar {
	background: #000;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

.navbar-toggle.on .icon-bar.icon-bar1 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -12px;
}

.navbar-toggle.on .icon-bar.icon-bar2 {
	background: transparent
}

.navbar-toggle.on .icon-bar.icon-bar3 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.qsmzq-layer-box.on {
	height: 100%;
}

.navbar-toggle.active .icon-bar {
	background-color: #29489A
}

.qsmzq-layer-box {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	background-color: #29489A
}

.qsmzq-layer-box .qsmzq-nav {
	margin-top: .25rem;
}

.qsmzq-layer-box.on .qsmzq-layer-nav {
	display: block;
}

.qsmzq-layer-nav .qsmzq-layer-suNnav.on {
	display: block
}

.qsmzq-layer-nav {
	display: none;
	margin-top: 1.2rem;
}

.qsmzq-layer-nav li {
	margin: 0 .1rem;
	position: relative;
}

.qsmzq-layer-nav li strong {
	color: #fff;
	position: absolute;
	right: .2rem;
	top: 0;
	font-size: .25rem;
	cursor: pointer;
	width: .4rem;
	height: .45rem;
	text-align: center;
	line-height: .4rem;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.qsmzq-layer-nav li.li1 strong,
.qsmzq-layer-nav li.li2 strong,
.qsmzq-layer-nav li.li6 strong,
.qsmzq-layer-nav li.li7 strong,
.qsmzq-layer-nav li.li8 strong,
.qsmzq-layer-nav li.li9 strong {
	display: none;
}

.qsmzq-layer-nav li strong.on {
	transform: rotate(45deg)
}

.qsmzq-layer-nav li a {
	display: block;
	padding: .1rem;
	color: #fff;
	font-size: .18rem;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
}

.qsmzq-layer-nav .qsmzq-layer-suNnav {
	display: none;
}

.qsmzq-layer-nav .qsmzq-layer-suNnav li a {
	font-size: .16rem;
	color: #fff;
	text-indent: .05rem;
}

.qsmzq-layer-nav .qsmzq-layer-suNnav li a:hover {
	color: #fff
}

.qsmzq-layer-box.on .qsmzq-layer-search {
	display: block;
}

.qsmzq-layer-search {
	display: none;
	position: relative;
	padding: .1rem;
	margin-top: .2rem;
	transition: .6s;
}

.qsmzq-layer-txt {
	width: 98%;
	height: .3rem;
	line-height: .3rem;
	padding: .05rem 1%;
	font-family: 'sy';
	font-size: .16rem;
	color: #333;
	outline: none;
	background-color: #fff;
	border-radius: 5px;
}

.qsmzq-layer-btn {
	width: .26rem;
	height: .26rem;
	display: block;
	background: url(../images/search-b.png) no-repeat center center;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 50%;
	right: .2rem;
	transform: translateY(-50%);
	background-size: contain;
}

.qsmzq-ny-box {
	display: flex;
}

.qsmzq-ny-left {
	width: 2.48rem;
}

.qsmzq-ny-left-fixed {
	/* background: #F5FBFF; */
	/* margin-top: -.8rem; */
	position: relative;
	padding-bottom: .6rem;
	background: linear-gradient(180deg, #E7EDFF 0%, rgba(231, 237, 255, 0.5) 10%, rgba(255, 255, 255, 0) 100%);
	box-shadow: 0px 1px 1px 1px rgba(238, 238, 238, .9);
	border-radius: .16rem;
}

.qsmzq-nav-name {
	/* padding: .29rem 0; */
	height: .59rem;
	line-height: .59rem;
	font-size: .24rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	/* text-indent: .5rem; */
	background: url(../images/nav-bg.png) no-repeat top center;
	position: relative;
	top: -.2rem;
	background-size: contain;
}

.qsmzq-nav-list {
	margin-top: -.1rem;
}

.qsmzq-nav-list>ul>li>a {
	position: relative;
	display: block;
	color: #333;
	padding: .12rem 0;
	/* background-color: rgba(255, 255, 255, .18); */
	font-size: .2rem;
	/* border-bottom: solid 1px #EDEDED; */
	text-align: center;
}

.zh .qsmzq-nav-list>ul>li>a {
	font-size: .16rem;
}

.qsmzq-nav-list>ul>li:last-child>a {
	border-bottom: none;
}

.qsmzq-nav-list>ul>li>a:hover {
	color: #29489A;
}

.qsmzq-nav-list>ul>li.on>a {
	color: #29489A;
}

.qsmzq-ny-right {
	position: relative;
	width: calc(100% - 2.48rem - 4%);
	margin-left: 4%;
	margin-top: -.2rem;
}

.qsmzq-column-box {
	padding-bottom: .16rem;
	position: relative;
	border-bottom: solid 1px #eee;
	display: flex;
	align-items: center;
	/* margin-bottom: .1rem; */
	justify-content: space-between;
}

.qsmzq-column-h3 {
	/* float: left; */
	font-size: .3rem;
	/* font-weight: bold; */
	color: #333;
	text-align: center;
	/* background: url(../images/column-bg.png) no-repeat center -15px; */
	/* background-size: contain; */
	position: relative;
	text-indent: .4rem;
}

.qsmzq-column-h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .33rem;
	height: .22rem;
	background: url(../images/title-icon.png) no-repeat;
	background-size: contain;
}

.qsmzq-column-h3 span {
	font-size: .18rem;
	color: #888;
}

.qsmzq-place {
	font-size: .14rem;
	color: #777777;
	/* float: right; */
	/* position: absolute; */
	/* right: 0; */
	/* top: 55%; */
	/* transform: translateY(-50%); */
}

.qsmzq-place .icon {
	width: .15rem;
	height: .15rem;
	display: inline-block;
	margin-right: 0.05rem;
	background: url(../images/home.png) no-repeat top center;
	background-size: contain;
	vertical-align: -.02rem;
}

.qsmzq-place a {
	color: #777777;
	font-size: .14rem;
}

.qsmzq-place a:hover {
	color: #29489A;
}

.qsmzq-place img {
	vertical-align: -0.02rem;
}

.qsmzq-about-cont,
.qsmzq-list,
.qsmzq-pic-list {
	/* padding: .3rem .4rem; */
	/* background: #FFFFFF; */
	/* box-shadow: 0px 5px 11px 0px rgba(171, 171, 171, 0.25); */
}

.qsmzq-ny-box .title h1 {
	font-size: 0.22rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: .2rem;
	margin-top: .4rem;
}

.qsmzq-ny-box .arc-info {
	padding-bottom: .12rem;
	border-bottom: solid 1px #eee;
	position: relative;
}

.qsmzq-ny-box .inf-left {
	text-align: center;
}

.qsmzq-ny-box .inf-left span {
	font-size: .16rem;
	color: #777777;
}

.qsmzq-ny-box .inf-right {
	position: absolute;
	right: 0;
	top: -.05rem;
}

.qsmzq-ny-box .inf span {
	font-size: 14px !important
}

.arc-con {
	/* margin-top: .25rem; */
}

.qsmzq-ny-cont {
	margin: .3rem 0;
}

.arc-con span,
.arc-con p,
.arc-con p span,
.qsmzq-ny-cont span,
.qsmzq-ny-cont p,
.qsmzq-ny-cont p span {
	font-family: 'sy' !important;
	color: #333;
	font-size: 16px !important;
	line-height: 2em !important;
}

.arc-con.small-size span,
.arc-con.small-size p,
.arc-con.small-size p span,
.arc-con h1 {
	font-size: 14px !important;
}

.arc-con.normal-size span,
.arc-con.normal-size p,
.arc-con.normal-size p span,
.arc-con h1 {
	font-size: 16px !important;
}

.arc-con.large-size span,
.arc-con.large-size p,
.arc-con.large-size p span,
.arc-con h1 {
	font-size: 18px !important;
}

.qsmzq-ny-cont .vsbcontent_img {
	text-align: center;
}

.qsmzq-ny-cont img {
	max-width: 100%;
	height: auto
}

.qsmzq-ny-box .left {
	width: calc(85% - .6rem);
	margin-right: .24rem;
}

.qsmzq-ny-box .left .bg {
	padding: .4rem .4rem 1rem .4rem;
	background: #FFFFFF;
	box-shadow: 0px 5px 11px 0px rgba(171, 171, 171, 0.25);
}

#share {
	/* margin-top: .2rem; */
	text-align: right;
	position: absolute;
	top: -.05rem;
	right: 10%;
	color: #777;
}

#share .icon-tencent,
#share .icon-douban,
#share .icon-linkedin,
#share .icon-diandian,
#share .icon-facebook,
#share .icon-twitter,
#share .icon-google {
	display: none;
}

.social-share a {
	margin-left: 5px !important;
}

.arc-page {
	position: relative;
	margin: .3rem 0 0 0;
	padding: .3rem 0 0 0;
	border-top: solid 1px #D9D9D9;
}

.arc-page p {
	font-size: .14rem !important;
	color: #333333;
	font-family: 'sy' !important;
}

.arc-page .pre {
	margin-bottom: .12rem;
}

.arc-page p a:hover {
	color: #29489A;
}

.arc-page .return {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .8rem;
	height: .31rem;
	line-height: .31rem;
	background: #29489A;
	border-radius: .04rem;
	font-size: .14rem;
	color: #FFFFFF;
	text-align: center;
}

.arc-page .return:hover {
	background: #29489A;
}


.arc-info .resize a {
	position: relative;
	vertical-align: bottom;
}

.arc-info a.large-size {
	font-size: 19px;
	margin: 0 5px
}

.arc-info a.large-size:after {
	content: '+';
	font-size: 12px;
	position: absolute;
	top: 0;
	right: -7px
}

.arc-info a.normal-size {
	font-size: 16px;
	margin: 0 5px
}

.arc-info a.small-size {
	font-size: 14px;
	margin: 0 5px
}

.arc-info a.small-size:after {
	content: '-';
	font-size: 12px;
	position: absolute;
	top: -3px;
	right: -5px
}

.qsmzq-ny-cont .vsbcontent_img,
.vsbcontent_video {
	text-align: center;
}

.qsmzq-ny-cont img,
.qsmzq-ny-cont video {
	max-width: 100%;
	height: auto;
}

.qsmzq-ny-cont .preNews {
	margin: .4rem 0 .15rem 0;
}

.qsmzq-ny-cont .preNews a,
.qsmzq-ny-cont .nextNews a {
	color: #666;
}

.qsmzq-ny-cont .preNews a,
.qsmzq-ny-cont .nextNews a:hover {
	color: #0e419c;
}

.qsmzq-sz-table {
	margin: .3rem 0;
}

.qsmzq-sz-table table {
	width: 100%;
	border: solid 1px #F2F2F2;
}

.qsmzq-sz-table table .title {
	font-size: .2rem;
	color: #333333;
	background: #F2F6FF;
}

.qsmzq-sz-table table tr td {
	padding: .2rem;
	text-align: center;
	border: solid 1px #F2F2F2;
	font-size: .18rem;
}

.qsmzq-sz-table table tr td a:hover {
	color: #29489A;
}

.qsmzq-xsyj-list {
	margin: .4rem 0;
}

.qsmzq-xsyj-list ul {
	margin-left: -2%;
}

.qsmzq-xsyj-list li {
	float: left;
	width: 23%;
	text-align: center;
	margin-bottom: .4rem;
	margin-left: 2%;
	padding: .64rem 0 .9rem 0;
	box-shadow: 0px 4px 24px 0px rgba(211, 211, 211, 0.25);
	border-radius: .16rem;
	transition: .2s;
}

.qsmzq-xsyj-list li:hover {
	box-shadow: 0px 4px 24px 0px rgba(211, 211, 211, 0.45);
}

.qsmzq-xsyj-list li .title {
	margin-top: .24rem;
	font-size: .18rem;
	color: #333333;
}

.qsmzq-xsyj-list li:hover .title {
	color: #29489A;
}