@charset "utf-8";
/*2025/12*/
@keyframes ball-scale {
	0% {
		transform: scale(0)
	}

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

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

svg {
	overflow: visible
}

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

html {
	/* font-size: 100px; */
	font-size: 5.3vw;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
#translate{
	display: none;
}
@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: 15vw;
	}
	.newsContentInfo {
        justify-content: flex-start !important;
    }
	.footer {
		flex-direction: column;
		align-items: center;
	}

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

	.floatk,
	.right_link ul {
		display: none;
	}
  
  .newsContent .txt table{
  	max-width: 100%;
  }

	.newsListMenu .subNav {
		flex-wrap: unset;
		width: 100%;
	}
    .newsContent .txt{
        font-size: .26rem;
        padding: 0;
      	word-wrap: break-word;
        word-break: break-all;
    }
  .normalDj .dj_column_head a{
  	font-size: .24rem
  }

}

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-----------------------*/
.djPage .nav{
	background: #C43E37;
}

.djPage .nav .navBar>li.active>div {
    background-color: rgba(196, 62, 55, 0.85);
}

.djPage .nav .navBar>li.active>a{
    background-color: #CD5B55;
}

.djPage .nav .navBar>li .navList li:hover {
	background-color: #CD5B55;
}

.djPage .newsListMenu .subNav a:hover{
	color: #C43E37;
}

.djPage .newsTextList ul li .newsItem:hover{
    border: 1px solid #BA0202;
    background:rgba(186,2,2,0.05)
}

.djPage .newsTextList ul li .newsItem:hover .newsTextDate{
  	background-color: #BA0202;
}

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

.djPage .newsPicList ul li a:hover .newsItem .newsCon .newsItemTitle{
  	color: #BA0202;
}

.djPage .newsPicList ul li a:hover .newsItem .newsCon .newsItemMore{
  	color: #BA0202;
}

.djPage .newsPicList ul li a .newsItem::after{
  	background-color: #BA0202;
}

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

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

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

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

.djPage .newsContentTitle {
	color: #C43E37;
}

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



.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: #1081DF
}

.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: #0684DD;
}

.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: #0684DD;
	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: #fff;
	/* background-image: url('../../images/images/kq2024_headBg2.png'); */
	background-position: center right;
	background-repeat: no-repeat;
	/* background-size: 100% 100%; */
	height: 1.6rem;
}

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

.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: #666;
}

.header .backYkd {
	position: absolute;
	right: 0;
	top: 0;
	color: #0D7EDC;
	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;
	box-shadow: .015rem .02rem .05rem .01rem #c0c0c0;
}

.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('../../images/images/kq2024_headSearchIcon2.png');
	background-size: .16rem;
	background-repeat: no-repeat;
	background-color: #399EF2;
	background-position: center;
}

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

.header .quotation {
	width: 4.5rem;
	height: .36rem;
}

/* .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: #0D7EDC;
    position: relative;
}

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

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

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

.nav .navBar>li .w13>div{
    padding: 0;
	/* transition: .5s; */
  	color: #fff;
}

.nav .navBar>li.active .w13>div{
    padding: .5rem .5rem .5rem 0;
    border-right: solid .01rem rgba(255,255,255,0.5);
  	color: #fff;
}

.nav .navBar>li .channelName{
  	font-size: .32rem;
  	margin-bottom: .15rem;
}

.nav .navBar>li .channelName_En{
	border: .01rem solid #fff;
    font-size: .19rem;
    color: #fff;
    padding: 0 .1rem 0 .05rem;
}

.nav .navBar>li.active .channelName>p{
	opacity: 1;
}

.nav .navBar>li.active>div {
    width: 100%;
    background-color: rgba(0, 104, 191, 0.85);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
}

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

.nav .navBar>li .navList {
	width: 70%;
	overflow: hidden;
	/*transition: .5s;*/
	display: flex;
	flex-wrap: wrap;
	padding: 0rem;
	opacity: 0;
	z-index: 0;
	/* display: none; */
	/* 	padding: .2rem;
	opacity: 1;
    max-height: 0; */
}

.nav .navBar>li .navList.navList_two {
  display: none;
}

/* 类名控制显示 */
.navList2_show + .navList_two {
  display: flex !important;
}

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

.nav .navBar>li.active .navList {
	padding: .2rem;
	max-height: 3.25rem;
	opacity: 1;
	z-index: 999;
	/* display: flex; */
  	flex-direction: column;
}

.nav .navBar>li.active .navList .navList{
	padding: 0;
  	border-left: solid .01rem rgba(255, 255, 255, 0.5);
}

.nav .navBar>li .navList li {
	padding: .075rem .1rem;
    text-align: left;
  	width: max-content;
}

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

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

.nav .navBar>li>div{
	position: absolute;
    left: 0;
    width: 100%;
  	z-index: -1;
}

.nav .navBar>li>div .w13{
	display:flex;
  	
}

/*-----------------------------------导航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('../../images/images/kq2024_lunbo_prev.png');
	left: .5rem;
}

.banner .lunbo_next {
	background-image: url('../../images/images/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, .65);
	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: 5rem;
  	object-fit: cover;
}

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

.header_guide .pagination {
	position: absolute;
    text-align: center;
    bottom: .5rem;
    left: 50%;
    z-index: 900;
    transform: translateX(-50%);
}

.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 #1081DF;
}

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

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

.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: .23rem;
	padding-bottom: .22rem;
	align-items: center;
}

.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 .yyxwItem-title {
	width: 100%;
	color: #000;
	font-size: .18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: unset;
}

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

.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 #1081DF;
	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: #1081DF 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: #1081DF;
}

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

.yyxw-head-title {
	font-weight: bold;
	padding-bottom: .2rem;
	position: relative;
	color: #0684DD;
	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: #0684DD;
}

.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: .125rem;
    height: .125rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.65);
    opacity: 1;
    margin: 0 3px;
    cursor: pointer;
}

.yyxw_banner .swiper-pagination-bullet-active {
	background: #0D7EDC;
}
.djPage .yyxw_banner .swiper-pagination-bullet-active{
	background: #b5483d;
}

.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;
}

.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 .yyxw_con .yyxwItem-date {
	margin-bottom: .05rem;
}

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

.yyxwItem>a {
	width: 100%;
}

.yyxwItem-icon {
	width: .18rem;
	height: .18rem;
	transition: .2s;
	margin-top: .035rem;
}

.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: #0D7EDC;
}

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

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



/*-----------------------------------------学术活动S---------------------------------------------*/
.hp-news-bg {
	background-image: url('../../images/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: 3.4rem;
	position: relative;
}

.hp-news .yyxwItem .yyxw_con::after {
	content: '';
	position: absolute;
	width: 0;
	height: .02rem;
	left: -5%;
	bottom: -.15rem;
	background-color: #0D7EDC;
	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;
}

.jyjx.hp-news .jyjxImgItem:hover .yyxwItem-con{
	text-decoration: underline;
}

.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: #0684DD;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .3s;
}

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

.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 {
	width: 100%;
}

.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: #0684DD;
	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('../../images/images/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('../../images/images/kq2024_selectArrow.png');
	background-repeat: no-repeat;
	background-position: right .2rem center;
}

.zjjj_top_right button {
	width: 1.2rem;
	background-color: #0D7EDC;
	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: #1081DF; */
	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('../../images/images/kq2024_zjPrev.png');
	left: -.55rem;
	border-radius: 10px 0 0 10px;
}

.zj_next {
	background-image: url('../../images/images/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 .zj_item:hover .zjDetail{
    box-shadow: 0px 0.16rem 0.29rem 0px rgba(21, 50, 130, 0.11);
}

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

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

.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:nth-child(n+1) {}

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

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

.mobile .jyjx.hp-news #yywh .yyxwItem:nth-child(n+2) .yyxw_con {
	width: 3.75rem;
	display: unset;
	align-items: unset;
	justify-content: unset;
}

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

.jyjx .news {}

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

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

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

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

.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 #0D7EDC;
}

.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;
	
	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 #0D7EDC;
	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 #0D7EDC;
}

.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: #0D7EDC;
}


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

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


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

.ztzl_bg {
	/* background-image: url('../../images/images/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(../../images/images/kq2024_ztPrev.png);
}

.ztzl .zj_next {
	background-image: url(../../images/images/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: #0D7EDC;
	padding: .15rem 0 .1rem;
	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;
  	margin-bottom: .05rem;
}

.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: .35rem 0 .1rem;
	background-image: url('../../images/images/kq2024_footerBg.png');
	background-color: #266D94;
	background-size: 100% 100%;
}

.bottom_adds{
  	width:7rem;
	display: flex;
  	flex-wrap: wrap;
    justify-content: space-between;
}

.bottom_ewm{
	width:5.5rem;
}

.bottom_ewm>img{
  	width: 4.5rem;
	margin-bottom: .25rem;
}

.siteHead{
	width:100%;
  	border-bottom: 1px solid #fff;
  	font-size:.22rem;
}

.bottom_adds>div{
  	width: 48%;
  	margin-bottom: .25rem
}

.bottom_adds>div p span{
	width: .8rem;
    display: inline-block;
}

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

.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% !important;
  	padding: .3rem;
}

/* 顶部 */
.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 #0684DD;
	padding-left: .3rem;
	position: relative;
}

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

.mobile .headSearch form .searchSub {
	width: .7rem;
	height: 100%;
	background-image: url(../../images/images/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 #0684DD; */
	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 #1081DF;
}

.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{
	margin-top: 0.1rem;
}
.mobile .guide .guide-box p a {
	color: #fff;
	font-size: .24rem;

}

.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: .24rem;
  	color: #999;
}

.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 #jyjx .hd {
	padding-top: .3rem;
	margin-bottom: .35rem;
}

.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 .yywh2 .yyxwItem {
	flex-wrap: unset;
	justify-content: space-between;
}

.mobile .yywh2 .yyxwItem-icon {
	display: none;
}

.mobile .hp-news .yywh2 .yyxwItem .yyxw_con {
	width: 3.75rem;
}

.mobile .yyxw .yyxw-right .yyxwItem .yyxw_con {
	width: 5.35rem;
}

.mobile .yyxw .yyxw-right .yyxwItem .yyxw_con>p {
	margin-bottom: 0;
}

.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: .28rem;
}

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

.mobile .jyjx.hp-news .jyjxNews .yyxwItem .yyxw_con p.yyxwItem-con {
	/* display: block; */
	font-size: .24rem;
  	color: #999;
}

.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: 2.3rem;
	height: 1.6rem;
}

.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: #0684DD;
	border-radius: 30px;
	font-size: .24rem;
}

/* 专家简介 */

.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;
	margin-bottom: .15rem;
	border-bottom: 1px solid rgba(234, 234, 234, 0.6);
}

.mobile .zjjj .zjTitle {
	font-size: .24rem;
	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 .news-box>a {
	height: 1.5rem;
}

.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;
  	padding: .2rem .3rem;
}

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

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

.mobile .footerBg {
	padding: .7rem 0 .1rem;
	background-image: url('../../images/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: 2.7rem;
	background-image: url('../../images/images/kq2024_newsListBg.png') !important;
	/* background-size: cover; */
	background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.djyd.listHeadImg {
	background-image: url('../../images/images/kq2024_djListBg.png') !important;
	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;
	left: 16%;
	top: 50%;
	transform: translate(0, -50%);
}

.newsListMenu {
    padding: .075rem 0;
    box-shadow: 0px 0.16rem 0.29rem 0px rgba(21, 50, 130, 0.11);
}

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

.newsListMenu .subNav a {
	display: block;
	margin: .1rem 0;
	padding: 0 1.5%;
	font-size: .18rem;
	text-align: center;
	position: relative;
}

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

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

.newsListMenu .subNav a:nth-child(1) {
    /* padding-left: 0; */
}

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

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

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

.place {
	margin: .3rem 0;
  	color: #999;
}
.place a{
	color: #999;
}

.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;
  	font-size: .15rem;
}

.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: #333;
	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 #0D7EDC;
}

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

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

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

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

.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(../../images/images/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: 500;
	margin-bottom: .3rem;
    transition: .3s;
}

.newsTextList ul li .newsItem:hover .newsCon .newsItemTitle {
	transform: translateX(.15rem);
}

.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: #0D7EDC;
}

/* 文字模式E */

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

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

.pagenum ul.pagination li a {
	margin-left: .1rem;
  	margin-bottom: .15rem;
	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: #0D7EDC;
	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: #0D7EDC;
}

.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: #0D7EDC;
	margin-bottom: .2rem;
	font-weight: 600;
}

.newsContentInfo {
	display: flex;
    margin: .2rem 0 .35rem;
    margin-bottom: .2rem;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f8f8f8;
    padding: .1rem .2rem;
}

.newsContentInfo>div{
	display: flex;
  	align-items: center;
}

.newsContentInfo>div em{
	margin: 0 .15rem;
}

.newsContentInfo p {
	margin-right: .25rem;
  color: #999;
}

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


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

.newsContent img {
	max-width: 100%;
}
.newsContent .txt{
	font-size: .2rem;
    line-height: 1.6;
}

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

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

.newsNext {
    padding-top: .15rem;
    border-top: .01rem solid #e7e7e7;
}

.newsNext p{
	margin-top: .075rem;
	margin-bottom: .075rem;
}

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

.newsOperate {
	margin: .2rem 0;
}

.newsOperate a {
	margin: 0 .2rem;
  	padding: .07rem .15rem;
    background-color: #F3F3F3;
    border: 1px solid #DADADA;
}

.newsOperate a:hover{
    box-shadow: 0px 0.05rem 0.1rem 0px rgba(21, 50, 130, 0.11);
}

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

.dj_column.yyxw.hp-news {
    flex-direction: row;
    align-items: baseline;
}

.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/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/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/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 {
  	width: 100%;
	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: 10.7rem;
}

.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: #0684DD;
	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;
}


/*---------------------------------------------------- 领导页 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
	}

	.dj_news_topItem h3 {
		font-size: .24rem;
	}

}

@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;
	}
  
  .newsContentInfo {
		font-size: .24rem;
}
  .newsOperate {
		font-size: .24rem;
}
  .newsAnnex, .newsNext {
		font-size: .24rem;
}
  .yqLink {
		font-size: .24rem;
}

}


/* 英文版 */
.yyxw-left.en {
	width: 100%;
}

.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);
}

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

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

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

.en_newsRight_title {
	color: #1081DF;
	font-size: .16rem;
	margin-bottom: .1rem;
}

.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: space-between;
	flex-wrap: unset;
	margin-bottom: .3rem;
}

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

.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('../../images/images/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%;
}



@media screen and (max-width: 750px) {
  body{
  	font-size: .24rem;
  }
  
  .bottom_ewm {
    display: flex;
    align-items: center;
    flex-direction: column;
}
  
.bottom_adds {  
    width: 100%;
}
  
.mobile .footer_address  {
    width: 100%;
    align-items: baseline;
}
  
  .bottom_adds>div p span {
    width: 1.5rem;
}
  
  .mobile .footer_erCode>div {
    display: none;
}
  
  .mobile .footer_address p {
    text-align: left;
}
  .mobile .footer_address{
  	margin-bottom: .15rem;
  }
  
  .siteHead {
    width: max-content;
}
  
  .leaderPage .newsPicList ul li .newsItem{
  	align-items: flex-start;
  }

.newsPicList ul li .newsItem {
	border: 1px solid #e8e8e8;
    padding: .15rem .2rem;
    border-radius: .15rem;
}
  
  .newsPicList ul li::before,
  .newsPicList ul li::after,
  .newsOperate{
  		display: none;
  }
  
  
  
.newsPicList ul{
    border-left: none;
}
  
  .newsPicList ul li{
  	padding-left: 0;
  }
  
  .newsPicList ul li a{
  	width: 100%;
  }
  
  .newsListMenu{
  	display: none !important;
  }

	.newsContent img {
		max-width: 100%;
	}

	.w13 {
		width: 100%;
      	padding: 0 .3rem;
	}

	.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.6rem;
		height: 2rem;
		margin-right: .15rem;
		object-fit: contain;
      	display: block;
	}

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

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

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

	.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%;*/
		width: 100%;
		gap: .1rem;
      	flex-direction: column-reverse;
	}

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

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

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

	.newsItemTitle_Mobile {
		display: block;
		font-size: .24rem;
      	background: #f0f0f0;
        width: max-content;
        padding: .025rem .15rem;
	}

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

	.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;
      	flex-direction: column-reverse;
	}

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

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

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

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

	.pagenum ul.pagination li a {
		font-size: .32rem;
      	padding: .05rem .2rem;
	}

	.dj_news_topItem h3 {
		font-size: .28rem;
	}

	.dj_news_topItem p {
		font-size: .20rem;
	}

	.dj_news_item_title p {
		font-size: .24rem;
	}

	.dj_news_item_date span {
		font-size: .18rem;
	}

	.dj_news_item_date {
		width: 1rem;
		height: .75rem;
	}

	.newsBriefList li a p {
		font-size: .28rem;
	}

	.newsBriefList li a span {
		font-size: .22rem;
      color: #999;
	}
}

.info_ewm{
	text-align: center;
  	margin-bottom: .2rem
}


.info_ewm #code{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 750px){
.info_ewm{
    display: none;
}
}
