@charset "utf-8";

@keyframes ball-scale {
	0% {
		transform: scale(0)
	}

	100% {
		opacity: 0;
		transform: scale(1)
	}
}

@font-face {
	font-family: 'asd';
	src: url('./SCRegular.ttf');
}

svg {
	overflow: visible
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	/* transition: .1s; */
}

body{
	min-width: 801px;
}

html {
	/* font-size: 100px; */
	font-size: 5.3vw;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

@media screen and (max-width: 1600px) {
	html {
		font-size: 6vw;
	}
}

@media screen and (max-width: 1400px) {
	html {
		font-size: 7vw;
	}
}

@media screen and (max-width: 1400px) {
	.mobile {
		font-size: 15vw;
	}
}

@media screen and (max-width: 750px) {
	html {
		font-size: 65px;
	}

	.footer {
		flex-direction: column;
		align-items: center;
	}

	.footer_erCode,
	.footer_address {
		margin-bottom: .35rem;
	}

	.floatk,
	.right_link ul {
		display: none;
	}

	.newsListMenu .subNav {
		flex-wrap: unset;
		width: 100%;
	}

}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0
}

:focus {
	outline: 0
}

a {
	text-decoration: none;
	color: #333333
}

a:hover {}

button {
	user-select: none
}

img:not([src]),
img[src=""] {
	opacity: 0
}

img {
	display: inline-block;
	padding: 0;
	border: none;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle
}

li,
ul,
ol {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input,
select,
button,
textarea {
	font-size: 100%;
	font: inherit
}

hr {
	height: 0;
	border: none;
	border-top: 1px solid #f4f3f2;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

body {
	overflow-x: scroll;
	color: #333;
	position: relative;
	/* overflow-x: hidden; */
	font-size: .17rem;
	background-color: #fff;
	font-display: swap;
	font-family: "asd", -apple-system, BlinkMacSystemFont, "PingFang SC", Microsoft YaHei, Arial, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif
}

select::-ms-expand {
	display: none
}

i,
em {
	font-style: normal
}

input,
textarea,
select {
	padding: 0;
	font-family: inherit;
	outline: none;
	resize: none;
	background: none;
	border: none;
	font-size: inherit;
	color: inherit
}

input::-moz-placeholder {
	color: inherit;
	opacity: .5;
	font-size: inherit
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: .5;
	font-size: inherit
}

select::-moz-placeholder {
	color: inherit;
	opacity: .5;
	font-size: inherit
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .5;
	font-size: inherit
}

::-ms-input-placeholder {
	color: inherit;
	opacity: .5;
	font-size: inherit
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px
}

::-webkit-scrollbar-track {
	background: #ddd;
	border-radius: 5px
}

::-webkit-scrollbar-thumb {
	background: #dfb77e;
	border-radius: 5px
}

.none {
	display: none
}

.overhide {
	overflow: hidden
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: "."
}

.fl {
	float: left
}

.fr {
	float: right
}

.flex {
	display: flex;
	justify-content: space-between;
}

.flex-w {
	display: flex;
	flex-wrap: wrap;
}

.flexc {
	align-items: center
}

.flex-left {
	display: flex;
	justify-content: left;
}

.flex-center {
	display: flex;
	justify-content: center
}

.flex-right {
	display: flex;
	justify-content: flex-end
}

.flex-middle {
	display: flex;
	align-items: center;
	justify-items: center;
	justify-content: center;
}

.scbox {
	overflow-y: auto
}

.scbox::-webkit-scrollbar {
	width: 4px;
	display: block
}

.scbox::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #ddd
}

.scbox::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #b7090d
}

.po_re {
	position: relative;
}

.po_ab {
	position: absolute;
}

.w13 {
	width: 13rem;
	margin: 0 auto;
}

.onImg {
	display: none;
}


/*---------------------右侧链接S-----------------------*/
.floatk {
	width: 100%;
	height: 0;
	margin: 0 auto;
	position: relative;
}

#floatk {
	position: relative;
	top: 0;
	z-index: 100;
}

.floatk .floats {
	height: 0;
	margin: 0 auto;
	position: relative;
}

.right_link {
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 15;
	width: .95rem;
	font-size: .13rem;
}

.right_link .yuyueQRCode {
	width: 100%;
	background: #fff;
	text-align: center;
	border-radius: 8px;
	margin-bottom: .2rem;
	padding: .08rem 0 .1rem;
}

.right_link .yuyueQRCode img {
	width: .78rem;
	height: .78rem;
}

.right_link .yuyueQRCode p {
	color: #000;
}

.right_link p {
	color: #009544
}

.right_link ul {
	display: flex;
	flex-direction: column;
	border-radius: 8px 8px 0 0;
	background: #fff;
	box-shadow: 1px 2px 10px #999999;
}

.right_link ul li {
	width: 100%;
	cursor: pointer;
	position: relative;
	text-align: center;
}

.right_link ul li.gfwx>div {
	position: absolute;
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
	width: 1.2rem;
	height: 1.2rem;
	opacity: 0;
	transition: .3s;
}

.right_link ul li.gfwx:hover>div {
	right: 103%;
	opacity: 1;
}

.right_link ul li.gfwx>div img {
	width: 100%;
	height: 100%;
}

.right_link ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: .1rem;
}

.right_link ul li .right_active {
	display: none;
}

.right_link ul li:hover .right_icon {
	display: none;
}

.right_link ul li img {
	width: .32rem;
	height: .32rem;
	margin-bottom: .06rem;
}

.right_link ul li:hover {
	background-color: #009544;
}

.right_link ul li:hover p {
	color: #fff;
}

.right_link ul li:hover .right_active {
	display: inline-block;
}

.right_link .toTop {
	display: none;
	color: #fff;
	width: .8rem;
	background-color: #009544;
	margin: 0 auto;
	border-radius: 0 0 8px 8px;
	text-align: center;
	padding: .08rem 0 .1rem;
	cursor: pointer;
}

.right_link .toTop>div {
	width: 0;
	height: 0;
	border-right: .08rem solid transparent;
	border-bottom: .1rem solid #fff;
	border-left: .08rem solid transparent;
	margin: 0 auto;
}

.right_link .toTop p {
	color: #fff;
}

/*---------------------右侧链接E-----------------------*/

/*-----------------------------顶部S---------------------------------*/
.headerbig {
	/* background-color: rgba(1, 79, 186, 1); */
	background-color: #009544;
	/* background-image: url(kq2024_headBg2.png); */
	background-position: center right;
	background-repeat: no-repeat;
	/* background-size: 100% 100%; */
	height: 1.6rem;
}

.headLogo {
	width: 4.6rem;
	height: .85rem;
}

.headerbig .header {
	margin: 0 auto;
	/* overflow: hidden; */
	align-items: center;
	height: 100%;
	position: relative;
	padding-top: .1rem;
}

.headerbig .header .header-right ul li {
	float: left;
	margin-left: 15px;
	color: #FFFFFF;
}

.headerbig .header .header-right ul li a {
	color: #FFFFFF;
}

.headLink {
	position: relative;
	gap: .1rem;
	color: #fff;
	font-size: .13rem;
}

.headLink a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}

.header .backYkd {
	position: absolute;
	right: 0;
	top: 0;
	color: #009544;
	display: flex;
	align-items: center;
	padding: .05rem .12rem .07rem;
	background-color: #fff;
	border: .01rem solid #60B6FA;
	border-radius: 0 0 .1rem .1rem;
	gap: .05rem;
	font-size: .15rem;
}

.header .backYkd>img {
	width: .18rem;
	height: .18rem;
}

.header .headMenu .headSearch {
	width: 2.7rem;
	height: .33rem;
	/* border: 1px solid #e0e0e0; */
	background-color: white;
	/* border-radius: 30px; */
	/* 	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%); */
	transition: .3s;
	/* z-index: -1; */
	padding-left: .15rem;
}

.header .headMenu .headSearch form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: .33rem;
}

.header .headMenu .headSearch .kq_sea {
	width: 2rem;
	height: .22rem;
	color: #333;
}

.header .headMenu .headSearch .kq_sea::placeholder {
	color: #bbb;
	opacity: 1;
}

.header .headMenu .headSearch .searchSub {
	width: .5rem;
	height: 100%;
	background-image: url(kq2024_headSearchIcon2.png);
	background-size: .16rem;
	background-repeat: no-repeat;
	background-color: #F4EC67;
	background-position: center;
}

.header .headMenu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: .15rem;
	align-items: baseline;
}

.header .quotation {
	width: 4.2rem;
	height: .45rem;
}

/* .header div .headSearch.isShowSearch {
	left: -2.4rem;
	z-index: 1;
} */

.headLink a img {
	width: .24rem;
	height: .24rem;
	margin-bottom: .08rem;
	display: none;
}

#closeSearch {
	display: none;
	margin-right: .3rem;
}

/*-----------------------------顶部E---------------------------------*/

/*-----------------------------------导航S-------------------------------------------------*/
.nav {
	width: 100%;
	background-color: #0D8343;
}

.nav .navBar>li {
	flex: 1;
	height: .65rem;
	position: relative;
	font-size: .19rem;
}

.nav .navBar>li.active {
	background-color: #009544;
}

.nav .navBar>li>a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.nav .navBar>li.active>a {
	/* color: #0281DA; */
}

.nav .navBar>li .navList {
	background-color: #009544;
	position: absolute;
	top: 100%;
	width: 400%;
	overflow: hidden;
	transition: .5s;
	display: flex;
	flex-wrap: wrap;
	padding: 0rem;
	opacity: 0;
	z-index: 0;
	left: 50%;
	/* display: none; */
	/* 	padding: .2rem;
	opacity: 1; */
	transform: translate(-50%, 0);
}

.nav .navBar>li:nth-child(n+8) .navList {
	transform: translate(0, 0);
	right: 0;
	left: unset;
}

.nav .navBar>li.active .navList {
	max-height: unset;
	padding: .2rem;
	opacity: 1;
	z-index: 999;
	background-color: #0068BF;
	/* display: flex; */
}

.nav .navBar>li .navList li {
	width: 33%;
	padding: .15rem .1rem;
	text-align: center;
}

.nav .navBar>li .navList li:hover {
	background-color: #3DA2EB;
}

.nav .navBar>li .navList li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

/*-----------------------------------导航E-------------------------------------------------*/

/* 轮播图S */
.header_guide {
	position: relative;
	background-color: #F5F5F5;
	/* padding-bottom: .5rem; */
}

.banner {
	position: relative;
}

.banner .lunbo_prev,
.banner .lunbo_next {
	background-size: 100% 100%;
	position: absolute;
	transform: translate(0, -50%);
	top: 50%;
	width: .48rem;
	height: .96rem;
	z-index: 30;
	cursor: pointer;
	/* background-color: rgba(0, 0, 0, .25); */
	background-size: .22rem .48rem;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .lunbo_prev {
	background-image: url(kq2024_lunbo_prev.png);
	left: .5rem;
}

.banner .lunbo_next {
	background-image: url(kq2024_lunbo_next.png);
	right: .5rem;
}

.banner .swiper-slide {
	text-align: center;
}

.banner .swiper-slide img {
	width: 100%;
	height: 100%;
}

.en_banner .swiper-slide {
	position: relative;
}

.en_banner .swiper-slide .en_text_box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .6rem;
	background-color: rgba(0, 0, 0, .7);
}

.en_banner .swiper-slide .en_text_box p {
	color: #fff;
	text-align: left;
	line-height: .6rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: .2rem;
	font-weight: 600;
}

.en_banner #en_banner_pagination {
	position: absolute;
	bottom: .17rem;
	right: 3rem;
	z-index: 1;
}

#en_banner_pagination .swiper-pagination-bullet {
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .8);
	opacity: 1;
	width: .15rem;
	height: .15rem;
	margin: 0 .05rem;
}

#en_banner_pagination .swiper-pagination-bullet-active {
	background-color: #fff;
}

.header_guide .swiper-container,
.header_guide .swiper-slide img {
	width: 100%;
	height: 5.8rem;
}

.banner .swiper-slide,
.banner .swiper-wrapper {
	height: unset !important;
}

.header_guide .pagination {
	position: absolute;
	text-align: center;
	bottom: 1rem;
	right: 2.5rem;
	z-index: 900;
}

.header_guide .swiper-pagination-bullet {
	display: inline-block;
	width: .4rem;
	height: .04rem;
	background: rgba(0, 0, 0, 0.3);
	border-radius: unset;
	opacity: 1;
	margin: 0 3px;
	cursor: pointer;
}

.header_guide .swiper-pagination-bullet-active {
	background: #fff;
}

/* 轮播图E */

/*----------------------------------------就医指南S---------------------------------------------*/
.guide {
	margin: .5rem auto 0;
	z-index: 30;
	justify-content: space-between;
}

.guide p {}

.guide .guide-box {
	width: 1.5rem;
	height: 1.45rem;
	background-color: #fff;
	box-shadow: .01rem 0 .1rem .01rem #ccc;
	transition: .3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: .02rem solid #009544;
}

.guide .guide-box:hover {
	background-color: #39A2F1;
	border-bottom: .03rem solid #39A2F1;
}

.guide .guide-box:hover .guide-icon img:first-child {
	top: -100%;
}

.guide .guide-box:hover .guide-icon img:last-child {
	top: 0;
}

.guide .guide-box .guide-icon {
	position: relative;
	width: .48rem;
	height: .48rem;
	overflow: hidden;
	margin-bottom: .15rem;
}

.guide .guide-box .guide-icon img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	transition: .5s;
}

.guide .guide-box .guide-icon img:first-child {
	top: 0;
}

.guide .guide-box .guide-icon img:last-child {
	top: 100%;
}

.guide .guide-box:last-child {
	border-right: none;
}

.guide .guide-box .link {
	float: right;
	border: 1px solid #0767B3;
}

.guide p {
	text-align: center;
}

.guide .guide-box:hover p a {
	color: #fff;
}

/*----------------------------------------就医指南E---------------------------------------------*/


/*----------------------------------------医院新闻 & 通知公告S----------------------------------------*/


.yyxw {
	margin: .5rem auto;
}

.yyxw-head {
	align-items: center;
	margin-bottom: .25rem;
	/* border-bottom: 1px solid #e5e5e5; */
}

.yyxw-left {
	width: 8.35rem;
}

.yyxw-right {
	width: 4.2rem;
}

.yyxw .yyxw-right .yyxwItem {
	margin-bottom: .085rem;
	padding-bottom: .085rem;
	align-items: center;
	position: relative;
}

.yyxw .yyxw-right .yyxwItem:last-child {
	margin-bottom: 0;
}

.yyxw .yyxw-right .yyxwItem .yyxw_con {
	width: 3.3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.yyxw .yyxw-right .yyxwItem .yyxw_con:hover .yyxwItem-title {
	color: #009544;
}

.yyxw .yyxw-right .yyxwItem .yyxw_con .yyxwItem-title {
	width: 100%;
	color: #000;
	font-size: .18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: unset;
}

.yyxw .yyxw-right .yyxwItem .yyxw_con .yyxwItem-text {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: .15rem;
	font-weight: 300;
	display: none;
}

.yyxw .yyxw-right .yyxwItem .yyxw-right_time {
	width: .72rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-top: .02rem solid #009544;
	position: relative;
}

.yyxw .yyxw-right .yyxwItem .yyxw-right_time::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .05rem .05rem 0 .05rem;
	position: absolute;
	top: -.015rem;
	left: 50%;
	transform: translate(-50%, 0);
	transition: ease-in 0.3s;
	border-color: #009544 transparent transparent transparent;
}

.yyxw .yyxw-right .yyxwItem .yyxw-right_time p {
	color: #666666;
	background-color: #fff;
	width: 100%;
	text-align: center;
	height: .3rem;
	line-height: .3rem;
}

.yyxw .yyxw-right .yyxwItem .yyxw-right_time p:last-child {
	color: #fff;
	background-color: #009544;
}

.yyxw .yyxw-right .yyxwItem-date {
	font-size: .13rem;
}

.yyxw-head-title {
	font-weight: bold;
	padding-bottom: .2rem;
	position: relative;
	color: #009544;
	display: flex;
	align-items: center;
}

.yyxw-head-title img {
	max-width: .32rem;
	margin-right: .1rem;
}

.yyxw-head-title,
.hp-news .news .hd ul li p {
	font-size: .28rem;
}

.yyxw-head-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: .05rem;
	width: 100%;
	background-color: #009544;
}

.yyxw_banner {
	/* height: 5.1rem; */
	width: 4.55rem;
}

.yyxw_banner .swiper-slide {
	position: relative;
}

.yyxw_banner .swiper-slide>a {
	display: block;
}

.yyxw_banner .swiper-slide>a:hover .yyxw-swiper-img img {
	transform: scale(1.2);
}

.yyxw_banner .swiper-slide>a::after {
	content: '';
	height: 1.3rem;
	width: 100%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 10;
}


.yyxw_banner .swiper-container,
.yyxw_banner .swiper-slide .yyxw-swiper-img {
	width: 100%;
	height: 3rem;
}

.yyxw_banner .swiper-slide .yyxw-swiper-img {
	overflow: hidden;
}

.yyxw_banner .swiper-slide .yyxw-swiper-img img {
	width: 100%;
	height: 100%;
	transition: .3s;
}

.yyxw_banner .pagination {
	position: absolute;
	width: 90%;
	text-align: center;
	bottom: .15rem;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 35;
}

.yyxw_banner .swiper-pagination-bullet {
	display: inline-block;
	width: .13rem;
	height: .13rem;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	opacity: 1;
	margin: 0 .075rem;
	cursor: pointer;
}

.yyxw_banner .swiper-pagination-bullet-active {
	background: #009544;
}

.yyxw_lunbo_title {
	max-width: 90%;
	font-size: .18rem;
	font-weight: 600;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	bottom: .5rem;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 20;
}

.hp-news .news .hd {
	margin-bottom: .25rem;
}

.yyxw .yyxw-list {
	flex-direction: column;
}

.yyxw .yyxw-left .bd {
	width: 3.6rem;
}

.yyxw .yyxw-left .bd .yyxw-list {
	justify-content: space-between;
}

.yyxw .yyxw-left .bd .yyxw-list .yyxwItem {
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: .06rem;
	position: relative;
}

.yyxw .yyxw-left .bd .yyxw-list .yyxwItem:last-child {}

.yyxw .yyxw-left .bd .yyxw-list .xshdItem-img {
	width: 1.45rem;
	height: .9rem;
}

.yyxw .yyxw-left .bd .yyxw-list .yyxwItem .yyxw_con {
	flex-direction: column;
	width: 3.35rem;
}

.yyxw .yyxw-left .bd .yyxw-list .yyxwItem .yyxw_con p {
	width: 100%;
	margin-bottom: .03rem;
}

.yyxw .yyxw-left .bd .yyxw-list .yyxwItem:hover .yyxw_con p {
	color: #009544;
}

.yyxw .yyxw-left .bd .yyxw-list .yyxwItem .yyxw_con .yyxwItem-date {
	margin-bottom: .05rem;
}

.yyxwItem {
	border-bottom: 1px solid #EDEDED;
	padding-bottom: .15rem;
}

.yyxwItem>a {
	width: 100%;
}

.yyxwItem-icon {
	width: .06rem;
	height: .06rem;
	transition: .2s;
}

.yyxwItem:hover .yyxwItem-icon {
	/* transform: translateX(.1rem); */
}

.yyxw .yyxwItem .yyxw_con {
	width: 4.3rem;
	display: flex;
	justify-content: space-between;
}

.yyxw .yyxwItem-title {
	width: 3.5rem;
}

.yyxwItem-title {
	margin-bottom: .055rem;
	font-size: .17rem;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.yyxwItem:hover .yyxwItem-title {
	color: #009544;
}

.yyxwItem-date {
	color: #777777;
	font-size: .14rem;
}

/*----------------------------------------医院新闻 & 通知公告E----------------------------------------*/



/*-----------------------------------------学术活动S---------------------------------------------*/
.hp-news-bg {
	background-image: url('../images/kq2024_rightBg.png');
	background-position: right -100px;
	background-size: auto;
	background-repeat: no-repeat;
}

.hp-news {
	padding-top: .6rem;
	margin: 0 auto .6rem;
	/* overflow: hidden; */
	position: relative;
}

.hp-news .news {
	overflow: hidden;
}


/*标题S*/
.hp-news .news .hd {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hp-news .news .hd ul {
	display: flex;
}

.hp-news .news .hd ul li {
	margin-right: .35rem;
	color: #333;
	font-size: .28rem;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
}


.hp-news .news .hd ul li:last-child {
	margin-right: 0;
}

.jyjx.hp-news .yyxwItem .yyxw_con {
	width: 4rem;
	position: relative;
}

.hp-news .yyxwItem .yyxw_con::after {
	content: none;
	position: absolute;
	width: 0;
	height: .02rem;
	left: -5%;
	bottom: 0;
	background-color: #009544;
	transition: .3s;
}

.hp-news .yyxwItem:hover .yyxw_con::after {
	width: 105%;
}

.jyjx .hp-news .yyxwItem {
	width: 6.2rem;
}

.xshdItem-img {
	width: 2rem;
	height: 1.2rem;
	overflow: hidden;
}

.xshdItem-img img {
	width: 100%;
	height: 100%;
	transition: .3s;
}

.yyxwItem:hover .xshdItem-img img {
	transform: scale(1.2);
}

.hp-news .news .hd ul li img {
	max-width: .32rem;
	margin-right: .15rem;
}

.hp-news .news .hd ul li p {
	padding-bottom: .15rem;
	position: relative;
	display: flex;
	align-items: center;
}

.hp-news .news .hd ul li p::after {
	content: "";
	width: 0;
	height: .05rem;
	background-color: #009544;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .3s;
}

.hp-news .news .hd ul li.on {
	color: #009544;
}

.hp-news .news .hd ul li.on .unOnImg {
	display: none;
}

.hp-news .news .hd ul li.on .onImg {
	display: block;
}

.hp-news .news .hd ul li.on p::after,
.hp-news.en .news .hd ul li.on p::after {
	width: 1.5rem;
}

.hp-news .yyxwItem-con {
	font-size: .15rem;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: .13rem 0 .2rem;
}

.more {}

.more a {
	color: #009544;
	font-size: .16rem;
}

.more a:hover {
	text-decoration: underline;
}

/*标题E*/

.hp-news .news-left .one-box {}

.hp-news .news-left .one-box .news-box {}


/*--nth-child兼容ie8--*/
.hp-news .news-left .one-box .news-box:first-child+.news-box {
	margin-left: 13px;
}

.hp-news .news-left .one-box .news-box:first-child+.news-box+.news-box {
	margin-right: 0px;
	float: right;
}

/*-----------------------------------------学术活动E---------------------------------------------*/


/*-----------------------------------------专家简介S---------------------------------------------*/
.zjjj-bg {
	background-image: url(kq2024_zjjjBg.png);
	background-size: 100% 100%;
	/* background-color: rgba(248, 248, 248, 0.6); */
	padding-top: .5rem;
	position: relative;
	height: 6.6rem;
}

.zjjj_top_right {
	display: flex;
	align-items: center;
}

.zjjj_top_right>div {
	margin-right: .5rem;
	display: flex;
}

.zjjj_top_right input,
.zjjj_top_right select,
.zjjj_top_right button {
	height: .35rem;
	font-size: .15rem;
	border-radius: .025rem;
}

.zjjj_top_right input,
.zjjj_top_right select {
	width: 1.8rem;
	background-color: #fff;
	color: #aaa;
	padding: .05rem .2rem;
}

.zjjj_top_right input::placeholder {
	color: #000;
}

.zjjj_top_right select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0 .1rem;
	background-image: url(kq2024_selectArrow.png);
	background-repeat: no-repeat;
	background-position: right .2rem center;
}

.zjjj_top_right button {
	width: 1.2rem;
	background-color: #009544;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .2rem;
}


.zjjj-list {
	position: relative;
}

.zjjj .yyxw-head {
	border-bottom: unset;
	margin-bottom: .5rem;
}

.zjjj .yyxw-head-title::after {
	/* content: none; */
}

.zj_prev,
.zj_next {
	background-size: 100% 100%;
	position: absolute;
	transform: translate(0, -50%);
	top: 50%;
	width: .36rem;
	height: .64rem;
	z-index: 30;
	cursor: pointer;
	/* background-color: #009544; */
	background-size: .25rem auto;
	background-position: center;
	background-repeat: no-repeat;
	transition: .3s;
}

.zj_prev:hover,
.zj_next:hover {
	transform: translate(0, -50%) scale(1.2);
}

.zj_prev {
	background-image: url(kq2024_zjPrev.png);
	left: -.55rem;
	border-radius: 10px 0 0 10px;
}

.zj_next {
	background-image: url(kq2024_zjNext.png);
	right: -.55rem;
	border-radius: 0 10px 10px 0;
}

.zjjj .swiper-container {
	color: #222;
	text-align: center;
	position: relative;
}

.zjjj .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.zjjj .swiper-slide .zj_item {
	height: 3.7rem;
	background-size: 100% 100%;
	overflow: hidden;
	transition: .3s;
	position: relative;
}

.zjjj .swiper-slide .zj_item:hover {
	/* box-shadow: 1px 1px 12px #999; */
}

.zjjj .swiper-slide .zj_item .zjPic {
	width: 1.45rem;
	height: 1.45rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	border-radius: 50%;
	overflow: hidden;
	border: .05rem solid #fff;
}

.zjjj .swiper-slide .zj_item .zjPic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zjjj .swiper-slide .zj_item .zjDetail {
	width: 100%;
	height: 3rem;
	color: #333;
	padding: .9rem .2rem .3rem;
	text-align: left;
	background-color: #fff;
	position: absolute;
	bottom: 0;
}

.zjjj .swiper-slide .zjHead {
	padding-bottom: .1rem;
	border-bottom: 1px solid #EAEAEA;
	text-align: center;
}

.zjjj .zjName {
	font-size: .24rem;
	color: #009544;
}

.zjjj .zjTitle {
	color: #666666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.zjText {
	color: #999999;
	font-size: .15rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-top: .15rem;
}

/*-----------------------------------------专家简介e---------------------------------------------*/




/*-----------------------------------------教育教学 & 医院文化S---------------------------------------------*/
.jyjx .yyxw-list {
	flex-direction: column;
}

.jyjx .yyxw-list .jyjxImgItem {
	margin-bottom: .2rem;
}

.jyjx .yyxw-list .yyxwItem {
	border-bottom: none;
	align-items: center;
}

.jyjx .yyxw-list .yyxwItem:nth-child(n+1) {}

.jyjx.hp-news .yyxwItem:nth-child(n+2) .yyxw_con {
	width: 5.9rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.jyjx.hp-news .yyxwItem:nth-child(n+2) .yyxw_con p {
	width: 4.9rem;
}

.jyjx .news {}

.jyjx .news.newsLeft,
.jyjx .news.newsRight {
	overflow: unset;
}

.jyjx .news.newsLeft {
	width: 6.25rem;
}

.jyjx .news.newsRight {
	width: 6.25rem;
}

.jyjx .yyxwItem-title {
	font-weight: 600;
}

.jyjx .yyxw-list .yyxwItem:first-child .yyxw_con .yyxwItem-title,
.socialFitstTitle {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.SocialServiceFirst {
	align-items: center;
	background-color: #F9F9F9;
	padding: .2rem .35rem;
	margin-bottom: .35rem;
}

.socialFitstDate {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-right: .3rem;
	color: #009544;
}

.socialFitstDate::after {
	content: "";
	width: .01rem;
	height: 100%;
	background-color: #009544;
	position: absolute;
	right: 0;
	top: 0;
}

.socialFitstTitle {
	width: 4.25rem;
	font-size: .18rem;
}


.jyjxImgItem {
	height: 1.6rem;
	border-bottom: 0;
	padding-bottom: 0;
	box-shadow: .00rem .01rem .05rem .01rem rgba(0, 0, 0, .15);
	border-right: .02rem solid #009544;
}

.jyjx.hp-news .jyjxImgItem .yyxw_con {
	width: 4.2rem;
	padding-right: .3rem;
	padding-top: .18rem;
	padding-bottom: .12rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.jyjx.hp-news .jyjxImgItem .yyxw_con::after {
	content: none;
}

.jyjx.hp-news .jyjxImgItem .yyxw_con .yyxwItem-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: unset;
	color: #009544;
	font-size: .18rem;
}

.jyjx.hp-news .jyjxImgItem .xshdItem-img {
	width: 2.35rem;
	height: 1.6rem;
}

.hp-news .jyjxImgItem .yyxwItem-con {
	margin-top: .05rem;
	margin-bottom: 0;
}


.jyjx .news.newsLeft {
	overflow: unset;
}

.jyjx {
	overflow: unset;
}

.hosCulture .yyxw-list {}

.hosCulture .yyxw-list li {
	border-left: .02rem dashed #009544;
	padding-left: .35rem;
	padding-bottom: .5rem;
	position: relative;
	line-height: .165rem;
}

.hosCulture .yyxw-list li:last-child {
	border-left: 0;
	padding-bottom: 0;
}

.hosCulture .yyxw-list li::before {
	content: '';
	position: absolute;
	left: -.1rem;
	top: 0;
	width: .14rem;
	height: .14rem;
	background-color: #fff;
	border-radius: 50%;
	border: .02rem solid #009544;
}

.hosCulture .yyxw-list li span {
	display: inline-block;
	margin-bottom: .1rem;
}

.hosCulture .yyxw-list li p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.hosCulture .yyxw-list li a:hover p {
	color: #009544;
}


.jkfw .yyxwItem {
	margin-bottom: .15rem;
	padding-bottom: .15rem;
}

/*-----------------------------------------教育教学 & 医院文化E---------------------------------------------*/


/*-----------------------------------------专题专栏E---------------------------------------------*/

.ztzl_bg {
	/* background-image: url(kq2024_ztBg.png); */
	background-size: 100% 100%;
	padding-bottom: .5rem;
}

.ztzl {}

.ztzl .zjjj-list {
	position: relative;
}

.ztzl .yyxw-head {
	/* margin-bottom: .2rem; */
}

.ztzl .yyxw-head-title::after {}

.ztzl .zj_prev,
.ztzl .zj_next {
	width: .28rem;
	height: .56rem;
	background-color: #fff;
	border-radius: 0;
	background-size: .12rem .22rem;
	background-repeat: no-repeat;
	background-position: center;
}

.ztzl .zj_prev {
	background-image: url(kq2024_ztPrev.png);
}

.ztzl .zj_next {
	background-image: url(kq2024_ztNext.png);
}

.ztzl .swiper-container {
	height: 1rem;
	color: #222;
	text-align: center;
	position: relative;
	overflow: unset;
	overflow-x: hidden;
}

.ztzl .swiper-slide {
	overflow: hidden;
}

.ztzl .swiper-slide img {
	width: 100%;
	height: 100%;
	transition: .3s;
}

.ztzl .swiper-slide:hover {
	box-shadow: 1px 2px 20px #e6e6e6;
}

.ztzl .swiper-slide:hover img {
	transform: scale(1.2);
}

/*-----------------------------------------专题专栏E---------------------------------------------*/


/*-----------------------------------------底部S---------------------------------------------*/
.yqLink {
	background-color: #fff;
	color: #009544;
	padding: .15rem 0;
	font-size: .14rem;
	border-top: .01rem solid #ebebeb;
}

.yqLink .flex {
	flex-wrap: wrap;
	justify-content: left;
}

.yqLink a {
	color: #777;
	display: flex;
	align-items: center;
}

.yqLink a::after {
	content: '';
	display: inline-block;
	width: .01rem;
	height: .15rem;
	margin: 0 .2rem;
	background-color: #777;
}

.yqLink a:last-child::after {
	content: none;
}

.yqLink a:hover {
	text-decoration: underline;
}

.footerBg {
	padding: .3rem 0 .2rem;
	background-image: url(kq2024_footerBg.png);
	background-color: #266D94;
	background-size: 100% 100%;
}

.footer {
	color: #fff;
	font-size: .17rem;
}

.footer .lxwm_head {
	border-bottom: .01rem solid #fff;
	margin-bottom: .075rem;
}

.copyright {
	color: #fff;
	background-color: #04843F;
	text-align: center;
	padding: .15rem 0;
}

.footer_slogan {
	width: 4.3rem;
	height: .8rem;
}

.footer_address,
.footer_copyright {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	line-height: 1.75;
}

.footer_erCode {
	display: flex;
	text-align: center;
	gap: .3rem;
}

.footer_erCode img {
	width: .96rem;
	height: .96rem;
}

/*-----------------------------------------底部E---------------------------------------------*/



/*-----------------------------------------手机端主页---------------------------------------------*/
.mobile {
	max-width: 750px;
	margin: 0 auto;
	font-size: .24rem;
}

.mobile .flex {
	flex-wrap: wrap;
	justify-content: left;
}

.mobile .w13 {
	width: 100%;
}

/* 顶部 */
.topBlank {
	height: 1.5rem;
}

.mobile .headSearch {
	position: fixed;
	top: 0rem;
	left: 50%;
	z-index: 40;
	transform: translate(-50%, 0);
	width: 100%;
	height: .9rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}

.mobile .headSearch.openSearch {
	top: 1.5rem;
}

.mobile .headSearch form {
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: .6rem;
	border-radius: .3rem;
	border: 2px solid #009544;
	padding-left: .3rem;
	position: relative;
}

.mobile .headSearch form>input {
	width: 85%;
}

.mobile .headSearch form .searchSub {
	width: .7rem;
	height: 100%;
	background-image: url(kq2024_headSearchIcon.png);
	background-size: .2rem .2rem;
	background-repeat: no-repeat;
	background-color: #FF7E0D;
	background-position: center;
	border-radius: 0 .3rem .3rem 0;
	border-left: none;
	position: absolute;
	right: 0;
	top: 0;
}

.mobile_header {
	background-color: #fff;
	/* border-top: 15px solid #009544; */
	justify-content: space-between !important;
	align-items: center;
	padding: .2rem .5rem;
	height: 1.5rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	z-index: 999;
	border-top: .2rem solid #009544;
}

.mobile_slogan {
	width: 3.7rem;
}

.mobile_topBtn {
	display: flex;
}

.mobile_topBtn img {
	width: .5rem;
	height: .5rem;
	transition: .3s;
}

.mobile_topBtn>a:first-child {
	margin-right: .3rem;
}

.mobile_topBtn #closeNav {
	display: none;
}

/* 手机端导航 */

.mobileNav {
	width: 75%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	right: -75%;
	top: 1.3rem;
	transition: .5s;
	z-index: 998;
}


.mobile .show.mobileNav {
	right: 0;
}

.mbnav {
	position: fixed;
	top: 1.3rem;
	width: 100%;
	height: 90%;
	transition: 0.5s;
	overflow-y: scroll;
	background: #fff;
}

.mbnav .subnav {
	width: 90%;
	border-bottom: 1px solid #E3E3E3;
}

.mbnav .subnav a {
	display: block;
	width: 100%;
	height: 100%;
	color: #39A2F1;
	font-size: 0.35rem;
	padding: .1rem;
}

.mbnav .sur {
	/* background: url(jiantou1.png) 95% 50% no-repeat; */
}

.mbnav .currentDt {
	/* background: url(jiantou.png) 95% 50% no-repeat #39A2F1; */
}

.mbnav .currentDd {
	/* background: url(jiantou.png) 95% 50% no-repeat #39A2F1; */
}

.mbnav .currentDd a {
	color: #FFFFFF;
	background-color: #39A2F1;
}

.mbnav ul.navContent {
	display: none;
}

.mbnav ul.navContent li {
	overflow: hidden;
	/* line-height: 35px; */
	font-size: 1rem;
	border-bottom: 1px dashed #D2CCC4;
	background: #f9f9f9;
	/* padding-left: 10%; */
}

.mbnav ul.navContent li a {
	display: block;
	width: 100%;
	font-size: .28rem;
	color: #707070;
	padding: .1rem .25rem;
}

.mbnav dl.navtheer {
	display: none;
	width: 100%;
	overflow: hidden;
}

.mbnav dl.navtheer dt {
	overflow: hidden;
	line-height: 35px;
	font-size: 1rem;
	border-bottom: 1px dashed #BABABA;
	background: #fcece3;
}

.mbnav ul.navContent li.subtheer {
	background: url(jiantou1.png) 95% 50% no-repeat #f9f9f9;
}

.mbnav dl.navtheer dt a {
	display: block;
	width: 80%;
	padding-left: 20%;
	font-size: 0.875rem;
	color: #707070;
}

.mbnav ul.navContent li.theerDt {
	background: url(jiantou.png) 95% 50% no-repeat #f9f9f9 !important;
}

.mbnav ul li.click a {
	background: #39b4dd;
	color: #FFFFFF;
}

/* 轮播图 */
.mobile .header_guide {
	margin-bottom: .3rem;
	/* height: 6.2rem; */
}

.mobile .header_guide .swiper-container,
.mobile .header_guide .swiper-slide img {
	height: 3.5rem;
}

/* 就医指南 */
.mobile .guide {
	width: 93%;
	justify-content: space-between;
}

.mobile .guide .guide-box {
	width: 23%;
	background-color: #39A2F1;
	box-shadow: unset;
	border-radius: 8px;
	padding-bottom: 0;
	overflow: hidden;
}

.mobile .guide .guide-box .guide-icon {
	/* transform: scale(1.3); */
	margin-bottom: 0;
}

.mobile .guide .guide-box p a {
	color: #fff;
	font-size: .22rem;
}

.mobile .guide .guide-box:nth-child(-n+4) {
	margin-bottom: .2rem;
}

.mobile .guide .guide-box:hover {
	background-color: #DCEEFD;
}

.mobile .guide .guide-box:hover p a {
	color: #3BA0F3;
}

/* 医院新闻轮播图 */

.mobile .yyxw_banner {
	width: 100%;
}

.mobile .yyxw_banner .swiper-container {
	width: 96%;
	height: 4.2rem;
}

.mobile .yyxw_banner .swiper-slide img,
.mobile .yyxw_banner .swiper-slide>a::after {
	width: 100%;
}

.mobile .yyxw_banner .pagination {
	width: 96%;
	bottom: 0;
	display: flex;
}

.mobile .yyxw_banner .swiper-pagination-bullet {
	flex: 1;
	height: .07rem;
	width: unset;
	margin: 0;
	background: rgba(217, 217, 217, 1);
}

.mobile .yyxw_banner .swiper-pagination-bullet-active {
	background: rgba(59, 160, 243, 1);
}

.mobile .yyxwItem-date {
	font-size: .22rem;
}

.mobile .yyxw_lunbo_title {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: unset;
	width: 6.5rem;
	font-size: .28rem;
}

/* 教育教学 & 医院文化 */

.mobile .hp-news {
	width: 92%;
	margin: 0 auto .3rem;
	padding-top: 0;
}

.mobile .hp-news .news,
.mobile .jyjx .news,
.mobile .hp-news .yyxwItem {
	width: 100%;
	margin-bottom: .3rem;
}

.mobile .jyjx.hp-news .yyxwItem {
	/* flex-wrap: nowrap; */
}

.mobile .hp-news .news .hd {
	justify-content: center;
}

.mobile .hp-news .news .hd {
	border-bottom: unset;
	margin-bottom: .5rem;
}

.mobile .hp-news .news .hd ul li:last-child {
	margin-right: 0;
}

.mobile .hp-news .news .hd ul li p::after {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

.mobile .hp-news .news .hd ul li.on p::after {
	width: 30%;
}

.mobile .hp-news .yyxwItem .yyxw_con {
	width: 90%;
}

.mobile .jyjx.hp-news .jyjxNews .yyxwItem .yyxw_con {
	width: 4.2rem;
	display: block;
	padding: .15rem .2rem;
}

.mobile .jyjx.hp-news .jyjxNews .yyxwItem .yyxw_con p {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: .24rem;
}

.mobile .jyjx.hp-news .jyjxImgItem .xshdItem-img {
	width: 2.3rem;
}

.mobile .jyjx.hp-news .jyjxNews .yyxwItem .yyxw_con p.yyxwItem-con {
	/* display: block; */
}

.mobile .jyjx.hp-news .yyxwItem:nth-child(n+2) .yyxw_con p {
	width: unset;
}

.mobile .jyjx.hp-news .yyxwItem .yyxwItem-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: unset;
}

.mobile .banner .swiper-wrapper {
	height: 100% !important;
}

.mobile .yyxw_banner .swiper-slide>a,
.mobile .yyxw_banner .swiper-slide>a img {
	height: 100%;
}

.mobile .yyxwItem-icon {
	margin-top: .05rem;
	width: .32rem;
	height: .32rem;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.mobile .xshdItem-img {
	width: 25%;
}

.mobile .yyxwItem-title {
	font-size: .28rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.mobile_more {
	display: block;
	width: 96%;
	margin: .15rem auto;
	padding: .2rem 0;
	text-align: center;
	color: #fff;
	background-color: #009544;
	border-radius: 30px;
	font-size: .2rem;
}

/* 专家简介 */

.mobile .zjjj .yyxw-head-title {
	margin-bottom: .3rem;
}

.mobile .zj_prev,
.mobile .zj_next {
	display: none;
}

.mobile .zjjj .swiper-slide {
	flex-direction: row;
	justify-content: space-between;
}

.mobile .zjjj .swiper-slide>a {
	width: 100%;
}

.mobile .zjjj .swiper-slide .zj_item {
	margin-bottom: .25rem;
	/* height: 1.8rem; */
	background-color: #fff;
}

.mobile .zjjj .swiper-slide .zj_item .zjPic,
.mobile .zjjj .swiper-slide .zj_item .zjDetail {
	position: unset;
	transform: unset;
}

.mobile .zjjj-bg,
.mobile .zjjj .swiper-slide .zj_item {
	height: unset;
}

.mobile .zjjj-list {
	padding: 0 .15rem;
}

.mobile .zjjj_top_right button {
	width: unset;
}

.mobile .zjjj_top_right>div {
	margin-right: 0;
}

.mobile .zjjj_top_right input,
.mobile .zjjj_top_right select,
.mobile .zjjj_top_right button {
	height: .5rem;
	font-size: .24rem;
}

.mobile .zjjj .swiper-slide .zj_item .zjPic {
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
}

.mobile .zjjj .swiper-slide .zjHead {
	border-bottom: none;
}

.mobile .zjjj .swiper-slide .zj_item .zjDetail {
	flex: 2;
	padding: .2rem;
}

.mobile .zjjj .zjName {
	font-size: .32rem;
	padding-bottom: .1rem;
	border-bottom: 1px solid rgba(234, 234, 234, 0.6);
}

.mobile .zjjj .zjTitle {
	font-size: .22rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: unset;
}

.mobile .zjText {
	font-size: .26rem;
	-webkit-line-clamp: 2;
}

/* 专题专栏 */
.mobile .ztzl a {
	margin-bottom: .2rem;
}

.mobile .ztzl .swiper-slide:hover {
	box-shadow: unset;
}

.mobile .ztzl .swiper-slide:hover img {
	transform: unset;
}

/* 底部 */
.mobile .yqLink {
	font-size: .24rem;
}

.mobile .yqLink .flex {
	/* flex-direction: column; */
	align-items: center;
}

.mobile .yqLink span {
	font-size: .35rem;
	margin-bottom: .05rem;
}

.mobile .yqLink a {
	margin: .05rem 0;
	margin-right: 0;
}

.mobile .footerBg {
	padding: .7rem 0 .1rem;
	background-image: url('../images/kq2024_mobileFooter.png');
}

.mobile .footer {
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: .24rem;
}

.mobile .footer_erCode,
.mobile .footer_slogan,
.mobile .footer_address,
.mobile .footer_copyright {
	width: 70%;
	margin-bottom: .5rem;
}

.mobile .footer_erCode {
	justify-content: space-between;
}

.mobile .footer_erCode>div {
	width: 45%;
}

.mobile .footer_erCode img {
	width: 100%;
	height: unset;
}

.mobile .footer_slogan {
	height: unset;
}

.mobile .footer_address p {
	margin-bottom: .05rem;
}

/*-----------------------------------------------图片 & 文字栏目页S---------------------------------------------------*/

/* 图文切换按钮 S */
.listTabBtn {
	display: flex;
}

.listTabBtn a {
	display: flex;
	width: .4rem;
	height: .4rem;
	border: 1px solid #39A2F1;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.listTabBtn a:first-child {
	margin-right: .2rem;
}

.listTabBtn a img {
	width: .24rem;
	height: .24rem;
}

.listTabBtn a img:nth-child(2) {
	display: none;
}

.listTabBtn a.on {
	border: 1px solid #0281DA;
	background-color: #0281DA;
}

.listTabBtn a.on img:nth-child(1) {
	display: none;
}

.listTabBtn a.on img:nth-child(2) {
	display: block;
}

/* 图文切换按钮 E */

.listHeadImg {
	width: 100%;
	height: 3rem;
	background: url('../images/kq2024_newsListBg.png');
	background-size: 100% 100%;
	position: relative;
}

.djyd.listHeadImg {
	background: url('../images/kq2024_djListBg.png');
	background-size: 100% 100%;
}

.listHeadImg span {
	font-size: .5rem;
	font-weight: 600;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.listHeadImg .headImg_icon {
	width: .25rem;
	height: .04rem;
	background-color: #fff;
}

.listHeadImg>div {
	position: absolute;
	right: 30%;
	top: 50%;
	transform: translate(0, -50%);
}

.newsListMenu {
	margin: .3rem 0 .2rem;
}

.newsListMenu .subNav {
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}

.newsListMenu .subNav a {
	display: block;
	margin: .1rem 2%;
	font-size: .14rem;
	text-align: center;
	position: relative;
}

.newsListMenu .subNav a:hover {
	color: #0281DA;
}

.newsListMenu .subNav a::after {
	content: '';
	position: absolute;
	right: -35%;
	top: 50%;
	transform: translate(0, -50%);
	border-right: 1px solid #C0C0C0;
	height: 60%;
}

.newsListMenu .subNav a:nth-child(10n)::after,
.newsListMenu .subNav a:last-child::after {
	display: none;
}

.newsListMenu .subNav a:nth-child(10n+1) {
	margin-left: 0;
}

.place {
	margin: .3rem 0;
}

.place ul a::after {
	content: ">";
	margin-left: .05rem;
}

.place ul a:last-child::after {
	display: none;
}

/* 图片模式S */
.newsPicList {}

.newsPicList ul {
	border-left: 1px solid #EAEAEA;
}

.newsPicList ul li {
	display: flex;
	padding-left: .7rem;
	position: relative;
	justify-content: space-between;
	margin-bottom: .2rem;
}

.newsPicList ul li::before {
	content: '';
	position: absolute;
	left: -.11rem;
	top: 0;
	width: .2rem;
	height: .2rem;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	background-color: #fff;
}

.newsPicList ul li::after {
	content: '';
	position: absolute;
	left: -.05rem;
	top: .06rem;
	width: .1rem;
	height: .1rem;
	border-radius: 50%;
	background-color: #fff;
	transition: .2s;
}

.newsPicList ul li .newsItemDate {
	position: relative;
	width: .7rem;
	height: .7rem;
	text-align: center;
	border: 1px solid #c0c0c0;
	color: #777777;
	border-radius: 10px;
	padding: .08rem 0 .1rem;
}

.newsPicList ul li .newsItemDate::before {
	content: '';
	position: absolute;
	display: block;
	top: -1px;
	left: 0rem;
	width: 0;
	height: 0;
	border-bottom: .3rem solid transparent;
	border-left: 0;
	border-top: 0;
	border-right: .3rem solid transparent;
}

.newsPicList ul li .newsItemDate span:nth-child(1) {
	font-size: .28rem;
	font-weight: 600;
	line-height: .3rem;
}

.newsPicList ul li .newsItemDate span:nth-child(2) {
	font-size: .12rem;
}

.newsPicList ul li .newsItem {
	position: relative;
	display: flex;
	padding-bottom: .2rem;
	border-bottom: 1px solid #e8e8e8;
}

.newsPicList ul li .newsItem img {
	width: 2.65rem;
	height: 1.6rem;
	margin-right: .5rem;
}

.newsPicList ul li .newsItem .newsCon {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 7.5rem;
}

.newsPicList ul li .newsItem .newsCon .newsItemTitle {
	font-size: .2rem;
	color: #222222;
	font-weight: 600;
}

.newsPicList ul li .newsItem .newsCon .newsItemText,
.newsPicList ul li .newsItem .newsCon .newsItemMore {
	font-size: .15rem;
	color: #333333;
}

.newsPicList ul li .newsItem .newsCon .newsItemText {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: .2rem 0;
}

.newsPicList ul li:hover::before {
	border: 1px solid #009544;
}

.newsPicList ul li:hover::after {
	background-color: #009544;
}

.newsPicList ul li:hover .newsItemDate {
	border: 1px solid #009544;
	background-color: #009544;
	color: #fff;
}

.newsPicList ul li:hover .newsItemDate::before {
	left: -.24rem;
	border-right: .3rem solid #009544;
}

.newsPicList ul li a:hover .newsItem .newsCon .newsItemTitle,
.newsPicList ul li a:hover .newsItem .newsCon .newsItemMore {
	color: #009544;
}

.newsPicList .newsTextDate,
.newsPicList .newsTextLine {
	display: none;
}

/* 图片模式E */

/* 文字模式S */
.newsTextList {}

.newsTextList .newsItemDate,
.newsTextList .newsItemMore,
.newsTextList ul li .newsItem>img {
	display: none;
}

.newsTextList .newsTextDate {
	display: flex;
	flex-direction: column;
}

.newsTextList .newsTextDate>div>span:nth-child(1) {
	font-size: .24rem;
	line-height: .3rem;
	margin-right: .07rem;
}

.newsTextList .newsTextDate>div>span:nth-child(2) {
	font-size: .14rem;
}

.newsTextList .textNewsArrow {
	width: .32rem;
	height: .32rem;
	background-image: url(kq2024_newsArrow.png);
	background-size: 1.3rem .13rem;
	background-position: 80% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	transition: .3s;
	margin-top: .07rem;
}

.newsTextList ul li:hover .textNewsArrow {
	background-color: #0281DA;
	background-position: 24% 50%;
}

.newsTextList .newsTextLine {
	width: .8rem;
	height: .01rem;
	background-color: #777777;
	opacity: .5;
	margin: .1rem .4rem 0;
}

.newsTextList ul li .newsItem {
	display: flex;
	padding-bottom: .2rem;
	border-bottom: 1px solid #e8e8e8;
}

.newsTextList ul li .newsItem {
	position: relative;
	display: flex;
	padding-bottom: .3rem;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: .25rem;
}

.newsTextList ul li .newsItem .newsCon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 9.5rem;
}

.newsTextList ul li .newsItem .newsCon .newsItemTitle {
	font-size: .2rem;
	color: #222222;
	font-weight: 600;
	margin-bottom: .3rem;
}

.newsTextList ul li .newsItem .newsCon .newsItemText {
	font-size: .15rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsTextList ul li:hover .newsItem .newsCon .newsItemTitle {
	color: #009544;
}

/* 文字模式E */

/* 页码 */
.pagenum {
	justify-content: center;
	margin: .3rem auto;
}

.pagenum ul.pagination li {
	display: inline;
}

.pagenum ul.pagination li a {
	margin-left: .1rem;
	color: #000;
	float: left;
	padding: .05rem .1rem;
	text-decoration: none;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #EAEAEA;
}

.pagenum ul.pagination li a.active {
	background-color: #2f8ee6;
	color: #fff;
}

.pagenum ul.pagination li a.curr {
	background-color: #2f8ee6;
	color: #fff;
}

.pagenum ul.pagination li a:hover:not(.active) {
	background-color: #ddd;
}

.pagenum ul.pagination li a.curr:hover {
	background-color: #2f8ee6;
}

/*-----------------------------------------------图片 & 文字栏目页E---------------------------------------------------*/

/*---------------------------------------------------- 列表页 S ----------------------------------------------------*/
.newsBriefList {
	flex-direction: column;
}

.newsBriefList li {
	padding-bottom: .25rem;
	margin-bottom: .25rem;
	border-bottom: 1px solid #E8E8E8;
	position: relative;
}

.newsPicList ul li a .newsItem::after,
.newsTextList ul li a .newsItem::after,
.newsBriefList li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: .03rem;
	background-color: #009544;
	transition: .4s;
}

.newsPicList ul li a:hover .newsItem::after,
.newsTextList ul li a:hover .newsItem::after,
.newsBriefList li a:hover::after {
	left: 0;
	width: 100%;
}

.newsBriefList li a {
	display: flex;
	justify-content: space-between;
}

.newsBriefList li a:hover p {
	color: #009544;
}

.newsBriefList li a p {
	width: 11rem;
	color: #222;
	font-size: .18rem;
	font-weight: bold;
}

.newsBriefList li a span {
	color: #333;
	font-size: .15rem;
}

/*---------------------------------------------------- 列表页 E ----------------------------------------------------*/

/*---------------------------------------------------- 内容页 S ----------------------------------------------------*/
.newsContentTitle {
	text-align: center;
	font-size: .28rem;
	color: #009544;
	margin-bottom: .2rem;
	font-weight: 600;
}

.newsContentInfo {
	display: flex;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: .1rem;
	margin: .5rem 0 .35rem;
	margin-bottom: .2rem;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newsContentInfo p {
	margin-right: .15rem;
}

.newsContent {
	margin-bottom: .3rem;
}

.newsContent p {
	margin: .2rem 0;
}

.newsContent img {
	max-width: 6.8rem;
}

.newsAnnex {
	padding: .2rem .1rem;
	border-top: 1px dotted #D9D9D9;
	border-bottom: 1px dotted #D9D9D9;
}

.newsAnnex,
.newsNext {
	margin-bottom: .3rem;
}

.newsAnnex a:hover,
.newsNext a:hover {
	color: #009544;
}

.newsOperate {
	margin: .2rem 0;
}

.newsOperate a {
	margin: 0 .2rem;
}

/* 党建园地 栏目页 */
.dj_column {
	flex-wrap: wrap;
}

.dj_column_item {
	width: 48%;
	margin-bottom: .25rem;
}

.dj_column_head {
	border-bottom: 1px solid #E3E3E3;
	align-items: center;
	padding-right: .2rem;
	margin-bottom: .2rem;
}

.dj_column_head a {
	color: #C43E37;
	font-size: .14rem;
}

.normalDj .dj_column_head a {
	color: #0281DA;
}

.dj_column_head a:hover {
	text-decoration: underline;
}

.dj_item_name {
	background-color: #C43E37;
	padding: .04rem .15rem;
	border-radius: 5px 5px 0 0;
}

.normalDj .dj_item_name {
	background-color: #0281DA;
}

/*利用background-clip属性实现文字颜色渐变效果*/
.dj_item_name p {
	background-image: linear-gradient(to right, #FDF8EE, #FAD07E);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: .24rem;
	font-weight: 600;
}

.normalDj .dj_item_name p {
	background-image: linear-gradient(to right, #fff, #fff);
}

.dj_news_list {
	display: flex;
	flex-direction: column;
}

.dj_news_topItem {
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: .18rem;
	position: relative;
}

.dj_news_topItem::after {
	content: '';
	width: 0;
	height: .03rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #C43E37;
	transition: .3s;
}

.dj_news_topItem:hover::after {
	width: 100%;
}


.dj_news_topItem h3 {
	font-size: .22rem;
	line-height: .33rem;
}

.dj_news_topItem p {
	font-size: .17rem;
	line-height: .25rem;
	color: #444444;
}

.dj_news_topItem h3,
.dj_news_topItem p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: .15rem;
}

.dj_news_topItem:hover h3 {
	color: #C43E37;
}

.normalDj .dj_news_topItem:hover h3 {
	color: #0281DA;
}

.normalDj .dj_news_topItem::after {
	background-color: #0281DA;
}

.dj_news_list ul li a {
	display: flex;
	gap: .15rem;
	margin-bottom: .2rem;
	align-items: center;
}

.dj_news_list ul li a:hover .dj_news_item_date {
	color: #C43E37;
	transform: translateX(.1rem);
	background-image: url('../images/kq2024_djNewsDate_active.png');
}

.dj_news_list ul li a:hover .dj_news_item_title {
	color: #C43E37;
}

.normalDj .dj_news_list ul li a:hover .dj_news_item_date {
	color: #0281DA;
	background-image: url('../images/kq2024_normalNewsDate_active.png');
}

.normalDj .dj_news_list ul li a:hover .dj_news_item_title {
	color: #0281DA;
}


.dj_news_item_date {
	display: flex;
	flex-direction: column;
	width: .75rem;
	height: .6rem;
	padding-right: .05rem;
	background-image: url('../images/kq2024_djNewsDate.png');
	background-size: 100% 100%;
	align-items: center;
	justify-content: center;
	transition: .3s;
	gap: .03rem;
}

.dj_news_item_date p {
	font-size: .22rem;
	line-height: .25rem;
}

.dj_news_item_date span {
	font-size: .12rem;
	color: #777777;
}

.dj_news_item_title {
	width: 5.2rem;
	height: .61rem;
	font-size: .18rem;
	display: flex;
	align-items: center;
}

.dj_news_item_title p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: fit-content;
	line-height: .25rem;
}

/* 党建园地主题 图文列表页 */
.djydPage .newsListMenu .subNav a:hover {
	color: #C43E37;
}

.djydPage .listTabBtn a.on {
	border: 1px solid #C43E37;
	background-color: #C43E37;
}

.djydPage .listTabBtn a {
	border: 1px solid #C43E37;
}

.djydPage .newsPicList ul li:hover::after {
	background-color: #C43E37;
}

.djydPage .newsPicList ul li:hover::before {
	border: 1px solid #C43E37;
}

.djydPage .newsPicList ul li:hover .newsItemDate {
	border: 1px solid #C43E37;
	background-color: #C43E37;
}

.djydPage .newsPicList ul li:hover .newsItemDate::before {
	border-right: .3rem solid #C43E37;
}

.djydPage .newsPicList ul li:hover .newsItem .newsCon .newsItemTitle,
.djydPage .newsPicList ul li:hover .newsItem .newsCon .newsItemMore {
	color: #C43E37;
}

.djydPage .newsPicList ul li .newsItem::after,
.djydPage .newsTextList ul li .newsItem::after,
.djydPage .newsBriefList li::after {
	background-color: #C43E37;
}

.djydPage .newsTextList ul li:hover .textNewsArrow {
	background-color: #C43E37;
}

.djydPage .newsTextList ul li:hover .newsItem .newsCon .newsItemTitle {
	color: #C43E37;
}

.djydPage .pagenum ul.pagination li a.curr {
	background-color: #C43E37;
}

/*---------------------------------------------------- 内容页 E ----------------------------------------------------*/

/*---------------------------------------------------- 领导页 S ----------------------------------------------------*/
.leaderPage .newsPicList ul {
	border-left: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.leaderPage .newsPicList ul li {
	border-left: 1px solid #EAEAEA;
	margin-bottom: 0;
	padding-top: .2rem;
	padding-left: .4rem;
}

.leaderPage .newsPicList ul li::before {
	top: 50%;
	transform: translate(0, -50%);
}

.leaderPage .newsPicList ul li::after {
	top: 50%;
	transform: translate(0, -50%);
}

.leaderPage .newsPicList ul li .newsItem img {
	width: 1.55rem;
	height: 2rem;
	margin-right: .3rem;
}

.leaderPage .newsPicList ul li .newsItem .newsCon {
	width: 3.8rem;
}

.leaderPage .newsPicList ul li .newsItem .newsCon .newsItemTitle span {
	font-size: .15rem;
	color: #777777;
}

.leaderPage .newsPicList ul li .newsItem .newsCon .newsItemMore {
	width: 1rem;
	height: .4rem;
	background-color: #009544;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	transition: .3s;
}

.leaderPage .newsPicList ul li a:hover .newsItem .newsCon .newsItemMore {
	color: #fff;
}

.mobile.mobileShow {
	display: none;
}

.newsItemTitle_Mobile {
	display: none;
}

@media screen and (max-width: 750px) {
	.w13 {
		width: 97%;
	}

	.mobileHide .headerbig,
	.mobileHide .nav,
	.mobileHide .yqLink,
	.mobileHide .footerBg {
		display: none;
	}

	.mobile.mobileShow {
		display: block;
	}

	.leaderPage .newsPicList {
		width: 95%;
		margin: 0 auto;
	}

	.leaderPage .newsPicList ul {
		width: 100%;
	}

	.leaderPage .newsPicList ul li {
		width: 100%;
		border-left: none;
		padding-left: 1%;
	}

	.leaderPage .newsPicList ul li .newsItem img {
		width: 1.2rem;
		height: 1.6rem;
		margin-right: .15rem;
	}

	.leaderPage .newsPicList ul li .newsItem .newsCon .newsItemTitle {
		font-size: .32rem;
	}

	.leaderPage .newsPicList ul li .newsItem .newsCon .newsItemTitle span {
		font-size: .2rem;
	}

	.leaderPage .newsPicList ul li .newsItem .newsCon .newsItemMore {
		width: 1.2rem;
		height: .6rem;
	}

	.leaderPage .newsPicList ul li::before,
	.leaderPage .newsPicList ul li::after {
		content: none;
	}

	.leaderPage .newsPicList ul li a {
		width: 100%;
	}

	.leaderPage .newsPicList ul li .newsItem .newsCon {
		width: 58%;
	}

	.dj_column_item {
		width: 95%;
		margin: .25rem auto;
	}

	.dj_news_item_title {
		width: 90%;
	}

	.newsPicList ul li .newsItem .newsCon {
		width: 65%;
		gap: .1rem;
	}

	.newsBriefList li a p {
		width: 85%;
	}

	.newsPicList ul li .newsItemDate {
		display: none;
	}

	.newsPicList ul li .newsItem .newsCon .newsItemText {
		display: none;
	}

	.newsItemTitle_Mobile {
		display: block;
		font-size: .24rem;
	}

	.newsPicList ul li .newsItem .newsCon .newsItemMore {
		font-size: .2rem;
	}

	.newsTextList ul li .newsItem .newsCon .newsItemText {
		font-size: .2rem;
	}

	.newsPicList ul li .newsItem .newsCon .newsItemTitle,
	.newsTextList ul li .newsItem .newsCon .newsItemTitle {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: .28rem;
	}

	.newsTextList .newsTextDate {
		display: none;
	}

	.newsTextList .newsTextLine {
		display: none;
	}

	.newsTextList ul li .newsItem .newsCon {
		gap: .1rem;
	}

	.newsTextList ul li .newsItem .newsCon .newsItemTitle {
		margin-bottom: 0;
	}

	.newsListMenu .subNav a {
		font-size: .2rem;
	}

	.place {
		font-size: .2rem;
	}

	.newsPicList ul li .newsItem img {
		width: 1.8rem;
		height: 1.1rem;
		margin-right: .3rem;
	}

	.pagenum ul.pagination li a {
		font-size: .24rem;
	}
}


/*---------------------------------------------------- 领导页 E ----------------------------------------------------*/


@media screen and (max-width: 1400px) {
	.newsPicList ul li .newsItem .newsCon .newsItemTitle {
		font-size: .22rem;
	}

	.newsPicList ul li .newsItem .newsCon .newsItemText {
		font-size: .18rem
	}
}

@media screen and (max-width: 1200px) {
	.newsPicList ul li .newsItem .newsCon .newsItemTitle {
		font-size: .24rem;
	}

	.newsPicList ul li .newsItem .newsCon .newsItemText {
		font-size: .2rem
	}

}

@media screen and (max-width: 1024px) {
	.newsPicList ul li .newsItem .newsCon .newsItemTitle {
		font-size: .26rem;
	}

	.newsPicList ul li .newsItem .newsCon .newsItemText {
		font-size: .22rem
	}

	.newsPicList ul li .newsItem .newsCon .newsItemMore {
		font-size: .2rem;
	}

	.newsPicList ul li .newsItem img {
		width: 3rem;
		height: 2rem;
	}

}


/* 英文版 */
.yyxw-left.en {
	width: 6.25rem;
	overflow: unset;
}

.yyxw-left.en .yyxw_banner .swiper-container {
	height: unset;
}

.en .yyxw_banner {
	width: 6.4rem;
	/* padding: .2rem; */
	/* border: 1px solid #f4f4f4; */
}

.en .yyxw_banner .swiper-slide>a p {
	text-align: left;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.en .yyxw_banner .swiper-slide>a p.en_news_title {
	color: #333;
	margin-bottom: .15rem;
	font-size: .17rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 95%;
	font-weight: 600;
	display: block;
}

.en_news_detail,
.en_news_date {
	color: #777;
	margin-bottom: .15rem;
	font-size: .15rem;
}

.en .yyxw_banner .swiper-slide>a::after {
	content: none;
}

.en .yyxw_banner .swiper-slide .yyxw-swiper-img {
	width: 100%;
	height: 3.8rem;
	margin-bottom: .2rem;
}

.en .yyxw-swiper-img img {
	width: 100%;
	height: 100%;
}

.en .yyxw_banner .pagination {
	width: unset;
	right: .5rem;
	top: 3.25rem;
	left: unset;
	bottom: unset;
	transform: unset;
	margin: 0 .05rem;
}

.en .yyxw_banner .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.5);
	width: .1rem;
	height: .1rem;
	border-radius: 50%;
}

.en .yyxw_banner .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
}

.tzgg_con {
	flex-wrap: wrap;
}

.tzgg_con a {
	width: 100%;
	margin-bottom: .5rem;
	transition: .3s;
}

.tzgg_con a:first-child {
	margin-top: .2rem;
}

.tzgg_con a:last-child {
	margin-bottom: 0;
}

.tzgg_con a:hover {
	/* transform: scale(1.1); */
}

.tzgg_con a .tzgg_item {
	height: 1.3rem;
	background-color: #FFFFFF;
	position: relative;
	border-radius: 0 .1rem;
	box-shadow: 1px 0px .1rem -3px #ccc;
	padding: .35rem .25rem;
}

.tzgg_con a .tzgg_item::after {
	content: '';
	position: absolute;
	height: .03rem;
	width: 0;
	left: 50%;
	bottom: .01rem;
	transition: .3s;
	background-color: #009544;
}

.tzgg_con a:hover .tzgg_item::after {
	left: 0;
	width: 100%;
}

.tzgg_con a:hover .tzgg_item p.tzgg_title {
	color: #009544;
}

.tzgg_con a .tzgg_item .tzgg_date {
	position: absolute;
	left: .4rem;
	top: -.2rem;
	background-color: #009544;
	/* background-image: linear-gradient(to right, #CE5819, #009544); */
	color: #fff;
	padding: .08rem .2rem;
	border-radius: 0 5px 0 0;
	box-shadow: 1px 0px 10px -3px #ccc;
}

.tzgg_con a .tzgg_item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tzgg_con a .tzgg_item p.tzgg_title {
	font-size: .2rem;
	color: #333333;
	margin-bottom: .1rem;
	line-height: .3rem;
}

.tzgg_con a .tzgg_item p.tzgg_info {
	font-size: .15rem;
	color: #777777;
	line-height: .24rem;
}

.yyxw .yyxw-left.en .bd {
	width: 6.2rem;
}

.yyxw .yyxw-left.en .bd .yyxw-list .xshdItem-img {
	width: 2.5rem;
	height: 1.5rem;
}

.yyxw .yyxw-left.en .bd .yyxw-list .yyxwItem .yyxw_con {
	width: 3.5rem;
	position: relative;
}

.en_newsRight_title {
	/* color: #009544; */
	font-size: .19rem;
	line-height: 1.3;
	margin-bottom: .1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: unset;
}

.yyxw .yyxw-left.en .yyxwItem .yyxw_con {
	justify-content: flex-start;
}

.yyxw .yyxw-left .bd .yyxw-list .yyxwItem .yyxw_con .en_newsRight_detail {
	-webkit-line-clamp: 5;
	font-size: .14rem;
	color: #999;
	margin-bottom: .1rem;
}

.en_newsRight_date {
	font-size: .14rem;
	color: #999;
}

.yyxw .yyxw-left.en .bd .yyxw-list {
	gap: .12rem;
}

.yyxw .yyxw-left.en .bd .yyxw-list .yyxwItem {
	/* padding-bottom: .12rem; */
}

.yyxw .yyxw-left.en .bd .yyxw-list .yyxwItem:last-child {
	padding-bottom: 0;
}

.mobile .yyxw .yyxw-right .yyxwItem .yyxw_con .yyxwItem-title {
	font-size: .28rem;
}

.mobile .yyxw-right {
	width: unset;
}

.mobile .yyxw .yyxw-right .yyxwItem {
	justify-content: center;
}

.mobile .yyxw .yyxw-right .yyxwItem .yyxw-right_time {
	width: 1rem;
	margin-bottom: .15rem;
}

.mobile .yyxw .yyxw-right .yyxwItem .yyxw-right_time p {
	height: .4rem;
	line-height: .4rem;
	font-size: .28rem;
}

.mobile .zjjj>.yyxw-head {
	flex-direction: column;
}

.en_studyList>a {
	display: block;
	width: 3.1rem;
	height: 2.1rem;
	position: relative;
	overflow: hidden;
}

.en_studyList>a:hover>img {
	transform: scale(1.15);
}

.en_studyList>a:hover>div img {
	transform: translateX(.05rem);
	opacity: 1;
}

.en_studyList>a>div {
	position: absolute;
	padding-left: .1rem;
	padding-right: .15rem;
	width: 2.6rem;
	height: .4rem;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: .16rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.en_studyList>a>div img {
	width: .1rem;
	height: .17rem;
	opacity: .7;
	transition: .3s;
}

.en_studyList>a>img {
	width: 100%;
	height: 100%;
	transition: .3s;
}

.hp-news.en .news .hd ul li p {
	padding: 0 .2rem .2rem;
	display: flex;
	align-items: center;
	letter-spacing: 0;
}

.hp-news.en .news .hd ul li p img {
	max-width: .4rem;
	max-height: .4rem;
	margin-right: .2rem;
}

.hp-news.en .news .hd ul li.on p::after {
	/* width: 100%; */
}

.en_campusList>a {
	display: block;
	width: 4.15rem;
	height: 3.1rem;
	position: relative;
	overflow: hidden;
}

.campusBg {
	background-image: url(kq2024_en_campusBg.png);
	background-size: 100% 100%;
}

.campusBg .hp-news {
	margin-bottom: 0;
	padding-bottom: .6rem;
}

.en_campusList>a:hover>img {
	transform: scale(1.15);
}

.en_campusList>a>img {
	width: 100%;
	height: 100%;
	transition: .3s;
}

.en_campusList>a>div {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .5rem;
	color: #fff;
	text-align: center;
	line-height: .5rem;
	font-weight: 600;
	font-size: .16rem;
}

.ourCampus>div {
	background-color: #0674C9;
}

.alumni>div {
	background-color: #12AC48;
}

.collegeMagazine>div {
	background-color: #E7AB08;
}

.footerBg.en {
	padding: .3rem 0;
	background-image: none;
	background-color: #0674C9;
}

.footerBg.en .footer {
	align-items: center;
}

.en_footer_link>div {
	gap: .2rem;
	margin: .1rem 0;
}

.en_footer_link a {
	width: .45rem;
	height: .45rem;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .2);
}

.en_footer_link a:hover {
	background-color: rgba(0, 0, 0, .5);
}

.en_footer_map {
	width: 3.1rem;
	height: 1.7rem;
}

.en_footer_map img {
	width: 100%;
	height: 100%;
}


/* 栏目页与列表页 */
.crumbs-wap,
.page-wap,
.xiangguan-wap {
	display: none
}

.crumbs {
	background-color: #f0f0f0;
	border-bottom: 1px solid #e3cec2
}

.crumbs .main {
	height: .5rem;
	line-height: .5rem;
	background-color: #f0f0f0;
	color: #999;
	display: flex;
	align-items: center
}

.crumbs .main a {
	color: #999
}

.crumbs .main a::after {
	content: '/';
	margin: 0 .05rem
}

.crumbs .main a:last-child::after {
	content: ''
}

.listBody {
	padding-top: .5rem
}

.listBody .main {
	display: flex
}

.listBody .main .left {
	width: 2rem;
	margin-right: .6rem
}

.listBody .main .left dl {
	position: relative;
	border-left: .03rem solid #009544
}

.listBody .main .left dl dt {
	width: 100%;
	height: .7rem;
	line-height: .7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #009544
}

.listBody .main .left dl dt span {
	font-size: .2rem;
	margin-right: .1rem;
	color: #fff
}

.listBody .main .left dl dt img {
	width: .2rem;
	height: .2rem;
	position: relative
}

.listBody .main .left dl dd {
	position: relative
}

.listBody .main .left dl dd a {
	width: 1.97rem;
	height: .66rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: .2rem;
	padding-right: .2rem;
	font-size: .18rem;
	color: #555;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	transition: .3s
}

.listBody .main .left dl dd a i {
	border-color: #ccc;
	transition: .3s
}

.listBody .main .left dl dd .cur,
.listBody .main .left dl dd a:hover {
	border-right-color: #fff;
	color: #009544;
	background: linear-gradient(to right, #fff7f2, #fff);
	transition: .3s
}

.listBody .main .left dl dd .cur i,
.listBody .main .left dl dd a:hover i {
	border-color: #009544;
	transition: .3s
}

.listBody .main .left dl dd .cur span,
.listBody .main .left dl dd a:hover span {
	font-weight: 700
}

.listBody .main .right {
	flex: 1;
	overflow: hidden
}

.listBody .main .right dl {
	margin-bottom: .5rem
}

.listBody .main .right dl dt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e0e0e0
}

.listBody .main .right dl dt h3 {
	border-bottom: 2px solid #009544;
	padding-bottom: .05rem;
}

.listBody .main .right dl dt h3 img {
	width: .32rem;
	height: .32rem;
	margin-right: .05rem
}

.listBody .main .right dl dt h3 span {
	font-size: .28rem;
	position: relative;
}

.listBody .main .right dl dt a {
	display: flex;
	align-items: center;
	font-size: .16rem;
	color: #999;
	line-height: .32rem
}

.listBody .main .right dl dt a i {
	color: #999;
	margin-left: .05rem;
	position: relative;
	bottom: 1px
}

.listBody .main .right dl .words {
	padding-top: .2rem
}

.listBody .main .right dl .words li {
	margin-bottom: .2rem
}

.listBody .main .right dl .words li:last-child {
	margin-bottom: 0
}

.listBody .main .right dl .words a {
	display: flex;
	align-items: center;
	padding: .1rem .6rem .1rem .2rem;
	color: #333;
	border: 1px solid #f0f0f0;
	border-radius: .05rem;
	background-color: #fff;
	transition: .3s;
	position: relative
}

.listBody .main .right dl .words a .l {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.2rem;
	height: .36rem;
	border-radius: .05rem;
	background-color: #f0f0f0;
	margin-right: .5rem;
	transition: .3s
}

.listBody .main .right dl .words a .l strong {
	font-size: .16rem;
	color: #333;
	font-weight: 400;
	transition: .3s
}

.listBody .main .right dl .words a .l span {
	color: #999;
	font-size: .12rem;
	transition: .3s
}

.listBody .main .right dl .words a .l span::before {
	content: '/';
	margin: 0 .05rem;
	font-size: .2rem;
	color: #999;
	transition: .3s
}

.listBody .main .right dl .words a .r {
	display: block;
	flex: 1;
	transition: .3s;
	width: 100%;
	overflow: hidden
}

.listBody .main .right dl .words a .r h3 {
	color: #333;
	font-size: .2rem;
	line-height: .36rem;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .3s
}

.listBody .main .right dl .words a .img {
	position: absolute;
	top: 50%;
	right: .3rem;
	transform: translateY(-50%);
	width: .24rem;
	height: .24rem
}

.listBody .main .right dl .words a .img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s
}

.listBody .main .right dl .words a .img .icon1 {
	opacity: 1
}

.listBody .main .right dl .words a .img .icon2 {
	opacity: 0
}

.listBody .main .right dl .words a:hover {
	background-color: #fffdfc;
	border-color: #009544;
	transition: .3s;
	padding-left: .3rem
}

.listBody .main .right dl .words a:hover .l {
	background-color: #009544
}

.listBody .main .right dl .words a:hover .l strong {
	color: #fff
}

.listBody .main .right dl .words a:hover .l span {
	color: #fff
}

.listBody .main .right dl .words a:hover .l span::before {
	color: #ccc
}

.listBody .main .right dl .words a:hover .r h3 {
	color: #009544
}

.listBody .main .right dl .words a:hover .img .icon1 {
	opacity: 0
}

.listBody .main .right dl .words a:hover .img .icon2 {
	opacity: 1
}

.listBody .main .right dl .pics {
	padding-top: .2rem
}

.listBody .main .right dl .pics a {
	display: flex;
	padding: .2rem .1rem;
	color: #333;
	border: 1px solid transparent;
	border-bottom: 1px solid #e8e8e8;
	background-color: #fff;
	transition: .3s
}

.listBody .main .right dl .pics a .l {
	width: 2.4rem;
	height: 1.5rem;
	border-radius: .05rem;
	overflow: hidden
}

.listBody .main .right dl .pics a .l img {
	width: 100%;
	height: 100%;
	display: block;
	transition: .4s
}

.listBody .main .right dl .pics a .line {
	margin: 0 .1rem
}

.listBody .main .right dl .pics a .r {
	display: block;
	flex: 1;
	transition: .3s
}

.listBody .main .right dl .pics a .r h3 {
	width: 98%;
	color: #333;
	font-size: .2rem;
	height: .22rem;
	line-height: .2rem;
	margin-bottom: .1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.listBody .main .right dl .pics a .r p {
	width: 98%;
	font-size: .14rem;
	line-height: .2rem;
	color: #666;
	word-break: break-all;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.listBody .main .right dl .pics a .r .date {
	font-size: .14rem;
	line-height: .2rem;
	color: #009544;
	margin-top: .3rem
}

.listBody .main .right dl .pics a:hover {
	background-color: #fffdfc;
	border-color: #009544;
	transition: .3s
}

.listBody .main .right dl .pics a:hover .l span,
.listBody .main .right dl .pics a:hover .l strong {
	color: #009544;
	transition: .3s
}

.listBody .main .right dl .pics a:hover .l img {
	transform: scale(1.1)
}

.listBody .main .right dl .pics a:hover .r h3 {
	color: #009544;
	transition: .3s
}

.listBody .main .right dl .pics .nobor {
	border-bottom-color: transparent
}

.listBody .main .right dl .cam {
	padding-top: .4rem;
	display: flex;
	flex-wrap: wrap
}

.listBody .main .right dl .cam li {
	width: 3.6rem;
	margin-right: .3rem;
	margin-top: .5rem
}

.listBody .main .right dl .cam li:nth-child(3n) {
	margin-right: 0
}

.listBody .main .right dl .cam li:nth-child(1),
.listBody .main .right dl .cam li:nth-child(2),
.listBody .main .right dl .cam li:nth-child(3) {
	margin-top: 0
}

.listBody .main .right dl .cam a {
	display: block;
	color: #333;
	background-color: #fff
}

.listBody .main .right dl .cam a .img {
	width: 100%;
	height: 2.2rem;
	position: relative;
	border-radius: .05rem;
	overflow: hidden
}

.listBody .main .right dl .cam a .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: .4s
}

.listBody .main .right dl .cam a .img .play-icon {
	opacity: .7;
	width: .36rem;
	height: .4rem;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .4s
}

.listBody .main .right dl .cam a h3 {
	width: 100%;
	color: #333;
	font-size: .18rem;
	height: .18rem;
	line-height: .18rem;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: .15rem;
	transition: .3s
}

.listBody .main .right dl .cam a p {
	margin-top: .1rem;
	font-size: .14rem;
	line-height: .17rem;
	color: #999;
	margin-bottom: .3rem
}

.listBody .main .right dl .cam a i {
	display: block;
	width: .4rem;
	border-bottom: 1px solid #009544;
	transition: .3s
}

.listBody .main .right dl .cam a:hover .img img:nth-child(1) {
	transform: scale(1.1)
}

.listBody .main .right dl .cam a:hover .img img:nth-child(2) {
	opacity: 1
}

.listBody .main .right dl .cam a:hover h3 {
	color: #009544;
	transition: .3s
}

.listBody .main .right dl .cam a:hover i {
	width: 100%;
	transition: .3s
}

.listBody .main .right dl .newspaper {
	padding-top: .2rem;
	display: flex;
	flex-wrap: wrap
}

.listBody .main .right dl .newspaper li {
	width: 2.04rem;
	margin-right: .3rem;
	margin-top: .3rem
}

.listBody .main .right dl .newspaper li:nth-child(5n) {
	margin-right: 0
}

.listBody .main .right dl .newspaper li:nth-child(1),
.listBody .main .right dl .newspaper li:nth-child(2),
.listBody .main .right dl .newspaper li:nth-child(3),
.listBody .main .right dl .newspaper li:nth-child(4),
.listBody .main .right dl .newspaper li:nth-child(5) {
	margin-top: 0
}

.listBody .main .right dl .newspaper a {
	display: block;
	color: #333;
	background-color: #fff
}

.listBody .main .right dl .newspaper a .img {
	width: 100%;
	height: 2.9rem;
	background-color: #e8a14d;
	position: relative
}

.listBody .main .right dl .newspaper a .img img {
	width: 100%;
	height: 2.9rem;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s
}

.listBody .main .right dl .newspaper a h3 {
	width: 100%;
	color: #555;
	font-size: .16rem;
	height: .43rem;
	line-height: .43rem;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: .1rem;
	margin-bottom: .3rem;
	transition: .3s
}

.listBody .main .right dl .newspaper a:hover h3 {
	color: #009544;
	transition: .3s
}

.listBody .main .right dl .newspaper a:hover .img img {
	left: .05rem;
	bottom: .05rem;
	transition: .3s
}

.listBody .contBody .main {
	flex-direction: column;
}

.pagediv {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666;
	font-size: 16px;
	text-align: center;
}

.pagediv a {
	color: #666;
}

.pagediv .pagination_index_last * {
	vertical-align: middle\9;
}

.pagediv .arrow {
	margin: 0 2px;
}

.pagediv .arrow a,
.pagediv .index_num {
	display: inline-block;
	padding: 0 10px;
	line-height: 35px;
	border: #b5b5b5 1px solid;
	border-radius: 5px;
}

.pagediv .index_num {
	border: #b5b5b5 1px solid;
	background: #fdfdfd;
	box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2) inset;
}

.pagediv .arrow a:hover {
	background: #fff;
	text-decoration: none;
}

.pagination_index_last {
	padding-left: 10px;
}

.pagination_index_last a {
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	border: #b5b5b5 1px solid;
	border-radius: 4px;
}

#pagination_input {
	width: 40px;
	margin: -4px 8px 0 2px;
	height: 28px;
	border: #b5b5b5 1px solid;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}

/* 内容页 */
#back-to-top {
	position: fixed;
	bottom: 200px;
	right: 20px;
	background-color: #FFFFFF;
}

#back-to-top span {
	border: #e3e3e3 solid 1px;
	display: block;
	height: 35px;
	width: 30px;
	background: url(../images/top.png) no-repeat center center;
}

#back-to-top span:hover {
	background: url(../images/toph.png) no-repeat center center;
}

.contBody {
	background-color: #f0f0f0;
	overflow: hidden
}

.contBody .crumbs {
	border-bottom: 1px solid #e0e0e0;
	/* background-color: #fff; */
}

.contBody .crumbs .main {
	/* background-color: #fff */
}

.contBody .contents {
	margin: 0 auto;
	padding: 0 .3rem;
	background-color: #fff;
	position: relative
}

.contBody .contents .main {
	padding: .2rem
}

.contBody .contents .title {
	padding: .5rem 0 0
}

.contBody .contents .title h1 {
	font-size: .32rem;
	color: #333;
	text-align: center;
	margin-bottom: .5rem
}

.right.contBody {
	margin-bottom: .5rem;
}

.right.contBody .contents .title h1 {
	margin-bottom: 0;
}

.contBody .contents .title .info {
	margin: 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	display: flex;
	justify-content: space-between
}

.contBody .contents .title .info span {
	font-size: 16px;
	color: #999;
	margin-right: 0.2rem;
}

.contBody .contents .title .info span:last-child {
	margin-right: 0
}

.contBody .contents .title .info em {
	margin: 0 15px;
	color: #999;
	font-style: normal
}

.contBody .contents .title .info p {
	display: flex
}

.contBody .contents .title .info .b,
.contBody .contents .title .info .dy,
.contBody .contents .title .info .s {
	cursor: pointer
}

.contBody .contents .cont {
	font-size: .18rem;
	line-height: .36rem;
	padding-bottom: .5rem
}

.contBody .contents .cont a,
.contBody .contents .cont div,
.contBody .contents .cont p {
	color: #333
}

.contBody .contents .cont div,
.contBody .contents .cont p {}

.contBody .contents .cont div img {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

.contBody .contents .cont div p img {
	max-width: 100%;
	height: auto;
}

.contBody .contents .cont table {
	border-collapse: collapse;
	border: 1px solid #333;
	margin: 0 auto;
}
}

.contBody .contents .cont table td,
.contBody .contents .cont table th,
.contBody .contents .cont table tbody tr td,
.contBody .contents .cont table tbody tr th {
	border: 1px solid #333;
	padding: 3px;
}


.contBody .contents .fujian {
	padding: .3rem 0;
	color: #333;
	font-size: .18rem;
	border-bottom: 1px solid #e0e0e0
}

.contBody .contents .fujian .t {
	margin-bottom: .2rem
}

.contBody .contents .fujian p a {
	color: #333
}

.contBody .contents .back {
	border: none;
	display: flex;
	justify-content: center;
	margin-top: .24rem;
	padding-bottom: .24rem;
	border-bottom: 1px dashed #bbb
}

.contBody .contents .back a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.33rem;
	height: .4rem;
	line-height: .4rem;
	font-size: .16rem;
	color: #666;
	border: 1px solid #bbb;
	border-radius: .05rem
}

.contBody .contents .back a i {
	display: block;
	width: .24rem;
	height: .24rem;
	background-size: .24rem .24rem;
	margin-right: .08rem
}

.contBody .contents .back a:hover {
	color: #c01820;
	border-color: #c01820
}

.contBody .contents .back a:nth-child(1) {
	margin-right: .42rem
}

.contBody .contents .back a:nth-child(1) i {
	background-image: url(../images/xww-icon17.png);
	background-image: url(../images/xww-icon16.png)
}

.contBody .contents .back a:nth-child(2) i {
	background-image: url(../images/xww-icon19.png);
	background-image: url(../images/xww-icon18.png)
}

.contBody .contents .back a:nth-child(1):hover {
	margin-right: .42rem
}

.contBody .contents .back a:nth-child(1):hover i {
	background-image: url(../images/xww-icon17.png)
}

.contBody .contents .back a:nth-child(2):hover i {
	background-image: url(../images/xww-icon19.png)
}

.contBody .contents .code {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.contBody .contents .code img {
	width: 1.56rem;
	height: 1.53rem;
	display: block
}

.contBody .contents .code p {
	width: 2.2rem;
	font-size: .18rem;
	line-height: .2rem;
	color: #999;
	text-align: center;
	margin-top: .2rem
}

.contBody .contents .xiangguan {
	overflow: hidden;
	margin-top: .5rem;
	border-top: 1px solid #e0e0e0;
	padding-top: .4rem
}

.contBody .contents .xiangguan .item {
	display: flex;
	align-items: center;
	margin-bottom: .1rem
}

.contBody .contents .xiangguan .item span {
	color: #999
}

.contBody .contents .xiangguan a {
	display: block;
	max-width: 8rem;
	height: .2rem;
	line-height: .18rem;
	font-size: .18rem;
	color: #333;
	transition: .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.contBody .contents .xiangguan a:hover {
	color: #c01820
}

.contBody .contents .xiangguan em {
	color: #999;
	margin-left: .3rem;
	font-style: normal
}


/* @media (max-width:800px) {

	.crumbs,
	.listBody .main .left,
	.nav {
		 display: none;
	}

	.crumbs-wap {
		display: flex;
		flex-wrap: wrap;
		padding: .32rem .32rem 0
	}

	.crumbs-wap a {
		display: block;
		width: 2.1rem;
		height: .8rem;
		line-height: .8rem;
		text-align: center;
		border-radius: .1rem;
		margin-left: .08rem;
		margin-right: .08rem;
		margin-top: .16rem;
		border: 1px solid #e0e0e0;
		color: #555;
		font-size: .3rem
	}

	.crumbs-wap .cur {
		background-color: #009544;
		color: #fff
	}

	.contBody .crumbs {
		display: block;
		border-bottom: none;
		padding: .48rem .32rem .2rem;
		background-color: #fdf7f3
	}

	.contBody .crumbs span {
		display: none
	}

	.contBody .crumbs a {
		font-size: .24rem;
		color: #666
	}

	.contBody .crumbs .main {
		background-color: #fdf7f3
	}

	.listBody {
		padding-top: 0
	}

	.listBody .main {
		padding: 0
	}

	.listBody .main .left {
		display: none
	}

	.listBody .main .right dl {
		padding-top: .48rem;
		margin-bottom: .32rem
	}

	.listBody .main .right dl dt {
		align-items: flex-start
	}

	.listBody .main .right dl dt h3 {
		padding-bottom: .3rem
	}

	.listBody .main .right dl dt h3 img {
		width: .48rem;
		height: .48rem
	}

	.listBody .main .right dl dt h3 span {
		font-size: .4rem
	}

	.listBody .main .right dl dt a {
		padding-top: .08rem;
		font-size: .26rem
	}

	.listBody .main .right dl dt a i {
		bottom: 1px;
		margin-right: .04rem
	}

	.listBody .main .right dl .words a {
		display: flex;
		flex-direction: column;
		align-items: unset;
		height: auto;
		color: #333;
		border-bottom: 1px solid #e8e8e8;
		margin-top: .32rem;
		padding-bottom: .32rem;
		transition: .3s
	}

	.listBody .main .right dl .words a .l {
		display: block;
		width: 2rem;
		height: .48rem;
		font-size: .26rem;
		line-height: .48rem;
		text-align: center;
		margin-right: 0;
		margin-bottom: .16rem;
		color: #666;
		background-color: #f0f0f0;
		font-style: normal;
		transition: .3s
	}

	.listBody .main .right dl .words a .l span,
	.listBody .main .right dl .words a .l strong {
		font-size: .26rem
	}

	.listBody .main .right dl .words a .r h3 {
		display: block;
		max-width: 100%;
		flex: 1;
		font-size: .32rem;
		line-height: .46rem;
		white-space: unset;
		text-overflow: unset;
		transition: .3s;
		word-break: break-all;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}

	.listBody .main .right dl .words a:hover {
		border-bottom: 1px solid #009544;
		transition: .3s
	}

	.listBody .main .right dl .words a:hover i {
		color: #fff;
		background-color: #009544;
		transition: .3s
	}

	.listBody .main .right dl .words a:hover span {
		color: #009544;
		transition: .3s
	}

	.listBody .main .right dl .cam li {
		width: 100%;
		margin-right: 0;
		padding-bottom: .4rem
	}

	.listBody .main .right dl .cam a h3 {
		font-size: .28rem;
		line-height: 1.5;
		word-break: break-all;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: auto;
		white-space: unset
	}

	.listBody .main .right dl .cam a p {
		font-size: .24rem;
		line-height: 1.5;
		margin: .1rem 0
	}

	.listBody .main .right dl .cam a .img {
		width: 100%;
		height: 4.5rem;
		position: relative;
		border-radius: .05rem;
		overflow: hidden
	}

	.contBody .crumbs {
		display: block;
		border-bottom: none;
		padding: .48rem .32rem .2rem;
		background-color: #fdf7f3
	}

	.contBody .crumbs span {
		display: none
	}

	.contBody .crumbs a {
		font-size: .24rem;
		color: #666
	}

	.contBody .crumbs .main {
		background-color: #fdf7f3
	}

	.contBody .contents {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		padding-bottom: .5rem;
	}

	.contBody .contents .main {
		padding: 0
	}

	.contBody .contents .main .title {
		background-color: #fdf7f3;
		padding: 0 .32rem
	}

	.contBody .contents .main .title h1 {
		font-size: .36rem;
		color: #222;
		text-align: left;
		margin-bottom: .2rem
	}

	.contBody .contents .main .title .info {
		margin-top: 0;
		margin-bottom: .48rem;
		border-bottom: none
	}

	.contBody .contents .main .title .info span {
		font-size: .24rem;
		color: #666
	}

	.contBody .contents .main .title .info span:nth-child(3),
	.contBody .contents .main .title .info span:nth-child(4),
	.contBody .contents .main .title .info span:nth-child(5) {
		display: none
	}

	.contBody .contents .main .title .info span i {
		display: none
	}

	.contBody .contents .main .title .info p:nth-child(2) {
		display: none
	}

	.contBody .contents .main .cont {
		padding: 0 .32rem;
		font-size: .32rem;
		line-height: .6rem;
		color: #333
	}

	.contBody .contents .main .cont div p img {
		max-width: 100%;
		width: 100%;
		height: unset !important;
	}

	.contBody .contents .main .cont p img {
		max-width: 100%;
		width: 100%;
		height: unset !important;
	}

	.contBody .contents .main .cont img {
		max-width: 100%;
		width: 100%;
		height: unset !important;
	}

	.cont img {
		max-width: 100%;
		width: 100%;
		height: unset !important;
	}

	.cont p video {
		max-width: 100%;
		width: 100%;
		height: unset !important;
	}

	.contBody .contents .main .cont div p video {
		max-width: 100%;
		width: 100%;
		height: unset !important;
	}

	.contBody .contents .main .fujian {
		padding: .48rem .32rem;
		border-bottom: none;
		font-size: .28rem;
		line-height: .48rem
	}

	.contBody .contents .main .fujian .t {
		margin-bottom: .48rem
	}

	.contBody .contents .main .fujian p:nth-child(2) {
		border-bottom: 1px solid #e0e0e0;
		padding-bottom: .48rem
	}

	.contBody .contents .main .h60 {
		display: none
	}

	.contBody .contents .main .code {
		display: none
	}

	.contBody .contents .main .code p {
		width: 100%;
		font-size: .26rem;
		line-height: .38rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid #f0f0f0
	}

	.contBody .contents .main .xiangguan {
		display: none
	}

	.contBody .contents .main .xiangguan-wap {
		padding: .48rem .32rem .8rem;
		display: flex;
		justify-content: space-between
	}

	.contBody .contents .main .xiangguan-wap .item {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 2.18rem;
		height: .8rem;
		border: 1px solid #ccc;
		border-radius: .1rem;
		font-size: .24rem;
		color: #666
	}

	.zj_prev,
	.zj_next {
		display: none;
	}
} */

@media print {
	.wap-header {
		display: none;
	}

	.contBody .contents .main .title .info span:nth-child(3),
	.contBody .contents .main .title .info span:nth-child(4),
	.contBody .contents .main .title .info span:nth-child(5) {
		display: block;
	}

	.contBody .contents .title .info p {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.contBody .contents .title h1 {
		font-size: .2rem;
	}

	.footer p {
		font-size: .14rem
	}
}