@charset "utf-8";
/* common */
h2,h3,h4,h5{font-weight: normal;}
.wl { position: relative; z-index: 1;}
.wl::after { content: ""; z-index: -1; position: absolute; left: 0px; bottom: 0px; width: 0px; height: 100%; }
.flex { display: flex;flex-wrap: wrap; }
::after,::before{transition:0.5s;}
.l1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.l2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.l3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.l4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.l5 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.l6 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
.l7 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
.imged { position: relative; padding-bottom: 65%; width: 100%; display: block; overflow: hidden; transition: 0.5s; background-size: cover !important; background-position: center center !important;}
.imged img { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; transition: all 0.5s ease 0s; object-fit: cover; display: none; }
.imged video { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; transition: all 0.5s ease 0s; object-fit: cover; }
video{max-width: 100%;}
.scale { overflow: hidden;}
a:hover .imged { transform: scale(1.1); }
/*  */
.ban{position: relative;}
.ban .imged{padding-bottom: 32%;}
.ban .imged::after{width: 70%;height: 100%;background: url(../images/ny/ban-l.png) no-repeat;background-size: 100% 100%;}


.ban .h3{position: absolute;bottom: 30%;left: 0;width: 100%;z-index: 10;  }
.ban .h3 h3{color: #fff;font-size: 0.46rem;padding-bottom: 0.25rem;font-family: 'sy';margin-bottom: 0.2rem;}
.ban .h3 h3::after{width: 1.02rem;height: 0.05rem;background: url(../images/ny/lm.png) no-repeat;background-size: 100%;}

/*  */
.ejlm_pc{width: 100%;z-index: 10;position: absolute;left: 0;bottom: 0;}
.ejlm_pc ul{width: 100%;align-items: center;align-items: flex-end;}
.ejlm_pc ul li{/* width:20%; */position: relative;flex: 1;}
.ejlm_pc ul li h3{position: relative;height: 0.8rem;display: flex;align-items: center;justify-content: center;/*padding: 0 0.1rem*/;border-right: 1px solid rgba(255, 255, 255, 0.2);background: #6bb9e3;transition: 0.5s;}
.ejlm_pc ul li:last-child h3{border-right: none;}

.ejlm_pc ul li h3::after{width: 100%;height: .95rem;background: #e9c790;opacity: 0;}
.ejlm_pc ul li h3::before{content: '';position: absolute;top: 100%;left: 50%;transition: 0.5s;transform: translateX(-50%);border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-top: 0.1rem solid #e9c790;opacity: 0;}
.ejlm_pc ul li h3 a{color: #fff;transition: 0.5s;font-size: .24rem;display: block;line-height: 1.5;transition: 0.5s;}
.ejlm_pc .sub {position: absolute;top: 99%;background: rgb(255, 255, 255);width: 100%;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility: hidden;opacity: 0;transition: all 0.5s ease 0s;transform-origin: center top;box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;/* min-width: 1.6rem; */padding: .1rem 0;}
.ejlm_pc ul li:hover .sub{transform: translateX(-50%) scaleY(1);visibility: visible;opacity: 1;}

.ejlm_pc .sub a{line-height: 0.35rem;font-size: 0.18rem;color: #333;display: block;text-align: center;padding: .05rem 0;}
.ejlm_pc .sub a:hover{background:#003176;color: #fff;}
.ejlm_pc ul li.active h3 a,.ejlm_pc ul li:hover h3 a{font-weight: 600;}
.ejlm_pc ul li.active h3::before,.ejlm_pc ul li.active h3::after,.ejlm_pc ul li:hover h3::before,.ejlm_pc ul li:hover h3::after{opacity: 1;}
.ejlm_pc ul li.active h3,.ejlm_pc ul li:hover h3{height:.95rem;}
/* 手机内页二级导航 */
.wrap_ph{padding-bottom: 0.25rem;display: none;/* margin-top: .25rem; */}
.wrap_ph h2{width:100%;color:#fff;height: 0.6rem;line-height: 0.6rem;font-size: 0.26rem;padding: 0 0.2rem;background: #003176;}
.wrap_ph h2::after{width: 0.32rem;height: 0.32rem;background: url(../images/cd.svg) no-repeat right center/cover;left: auto;right: 0.2rem;top: 50%;transform: translateY(-50%);}
.wrap_ph ul{padding: 0.1rem 0.2rem 0.2rem;display: none;box-shadow: 0px 0.1rem 0.3rem 0px rgba(69, 10, 66, 0.11);}
.wrap_ph li{font-size: 0.18rem;line-height: 0.34rem;font-family: hel-bold;padding: .05rem 0;}
.wrap_ph li a{transition:0.5s;display: block;color: #333;}
.inner .wrap_ph{/* display: none; */}
.wrap_ph li.active a{color: #003176;}
.wrap_ph i{opacity: 1;display: inline-block;width: .34rem;height: .3rem;display: inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;transition: 0.5s;}
.wrap_ph i.on{transform: rotate(-90deg);}
.wrap_ph .box{display: none;padding-left: 0.25rem;}
.wrap_ph .box a{font-size: 0.16rem;line-height: 0.3rem;color: #666 !important;display: block;}
.wrap_ph .box a:hover{color: #003176;}
.inner *{font-family:"PingFang SC" !important;}
.inner {padding: 0.5rem 0 .9rem;position: relative;background: url(../images/ny/innbg.png) no-repeat bottom/cover;/* background-size: 100%; *//* overflow: hidden; */}
.inner .wp{/* align-items: flex-start; */}
.inner_left {width: 2.8rem;z-index: 100;position: relative;margin-bottom: 0.4rem;position: sticky;top: 0;}
.inner_right { width: calc(100% - 2.8rem);padding-left: .7rem;}
.inner_left h2 {background: linear-gradient(270deg, #1079BE 2%, #1BA4BD 100%);text-align: center;height: 1.3rem;align-items: center;padding-left: 0.4rem;}
.inner_left h2 p{color: #fff;line-height: .34rem;font-weight: bold;font-size: 0.34rem;padding-right: 0.15rem;}

.inner_left ul {background: #f1f4f6;padding-bottom: 1rem;}
.inner_left ul li {position: relative;transition: .5s;padding: 0 0.2rem;}
.inner_left ul li p {padding: .2rem;height: 100%;border-bottom: 1px dashed #dde4e7;/* text-align: center; */}
.inner_left ul li p a {font-size: 0.18rem;display: block;cursor: pointer;width: 100%;color: #333;transition: .5s;position: relative;line-height: 1.4;}
.inner_left ul li:last-child p{border-bottom:none;}
.inner_left ul li p a::after{content: "";position: absolute;top: 50%;right: 0;width: .16rem;height: 0.12rem;transition: 0.5s;transform: translateY(-50%);opacity:0;}


.inner_left ul li:hover p a, .inner_left ul li.active p a {color: #003176;font-weight: bold;}
.inner_left ul li.active p a::after,.inner_left ul li:hover p a::after{opacity:1;}
.nysubnav {display: none;}
.inner_left ul li.active .nysubnav{display: block;padding-left: .3rem;}
.nysubnav a { padding: 0px 0.3rem; line-height: 0.4rem; display: block; font-size: 0.16rem; }
.nysubnav a:hover, .nysubnav a.on {color: #003176;}

.local {border-bottom: 1px solid #ccc;padding: 0rem 0px 0.25rem;margin-bottom: .3rem;justify-content: space-between;align-items: center;}
.local h2{color: #333;font-size: 0.3rem;}
.local h2::after{width:1.4rem;height: 0.02rem;background: #003176;bottom: -0.26rem;}

.adress {color: #fff;font-size: 0.16rem;position:relative;align-items: flex-start;padding-bottom: 0.2rem;}
.adress p{padding-left: .2rem;line-height: 0.26rem;font-size: .14rem;color: #fff;display: flex;background: url(../images/ny/home.png) no-repeat left center;background-size: 0.13rem;flex-wrap: wrap;}
.adress a {font-size: 0.16rem;color: #fff;transition: 0.5s;display: inline-block;padding: 0 .05rem;}

.tit{justify-content: center;align-items: center;margin-bottom: 0.4rem;overflow: hidden;}
.tit p{font-size: 0.38rem;font-weight: bold;line-height: 0.26rem;color: #003176;font-family: "sy";margin: 0 auto;}
.tit p span{padding: 0 0.2rem;line-height: 1.2;align-items:center;font-family: 'sy';font-size: .38rem;}
.tit p span::before{content: "";position: absolute;width: 100vw;height: 1px;background: #ddd;right: 100%;bottom: 50%;}
.tit p span::after{left: 100%;width: 100vw;height: 1px;background: #ddd;bottom: 50%;}
.tit p span img{margin-right: 0.1rem;}
.tit img{display: inline-block;width: 0.38rem;}
.xxld .tit p{transform: translateX(0rem);}
.lrld .tit p{transform: translateX(1rem);}

/* 新闻列表1 */
ul.list{margin-bottom: 2rem;}
ul.list li a{align-items: center;line-height: 1.6;justify-content: space-between;padding: .3rem 0;border-bottom: 1px dashed #C4D1E5;}
ul.list li a::after{width: 0;bottom: -1px;height: 1px;background: #5249C4;}
ul.list h3{font-size: 0.18rem;color: #333;padding: 0 .2rem 0 0.2rem;transition: 0.5s;flex: 1;min-width: 0;}

ul.list li a span{width: 1.1rem;text-align: right;white-space: nowrap;font-size: 0.16rem;color: #999;}
ul.list li h3::after{width: 0.06rem;height: 0.06rem;background:#003176;top: 50%;transform: translateY(-50%);content:"";position:absolute;left: 0;bottom: auto;background-size: 100% !important;border-radius: 50%;}

.page{margin: .6rem 0 0;}
.page img{display: block;margin: 0 auto;}
@media(min-width: 1025px){	
	ul.list li a:hover h3,ul.list li a:hover span{color: #003176;}
	ul.list li a:hover::after{width: 100%;}
	ul.list li a:hover{padding: 0.3rem 0.2rem;}
}
@media screen and (max-width: 1024px) {
  ul.list{margin-bottom:0rem;}
}


/* 学院新闻 */
.newlist li a{padding: .25rem 0;align-items: flex-start;}
.newlist li a::after{background: #003176;height: 1px;}
.newlist li .scale{width: 5rem;padding: 0 .35rem;}
.newlist li .con{flex: 1;min-width: 0;padding-top: 0.3rem;}
.newlist li .date{width: .9rem;text-align: center;white-space: nowrap;height: 0.9rem;padding-top: 0.1rem;border-top: 0.02rem solid #ba2231;background: #003176;}

.newlist li h3{font-size: 0.24rem;color: #222;line-height: 0.3rem;transition: 0.5s;}
.newlist li h4{font-size: 0.14rem;color: #666666;line-height: .24rem;max-height: 0.72rem\0;transition: 0.5s;margin: 0.2rem 0;}
.newlist li .con p{font-size: 0.16rem;color: #033888;}


.newlist li span{font-size: 0.4rem;color: #fff;line-height: 1.1;font-weight: bold;}
.newlist li .date p{font-size: 0.14rem;color: #fff;/* margin-top: 0.05rem; */}



@media(min-width: 1024px){
  .newlist li a:hover::after{width: 100%;}
  .newlist li a:hover h3{color: #003176;}

}
@media screen and (max-width: 1024px) {
 .newlist li a{padding: .2rem 0;}

}
@media screen and (max-width: 768px) {
  .newlist li .scale{width: 4rem;}
  .newlist li span{font-size: 0.3rem;}
  .newlist li .date p{font-size: 0.14}
}
@media screen and (max-width: 600px) {
  .newlist li .scale{width: 100%;margin-bottom: 0.25rem;padding: 0;order: -1;}
  .newlist li .con{padding-left: 0.2rem;padding-top: 0;}
}

/* 通知公告 */

.tzgg li{margin-bottom: 0.2rem;}
.tzgg li a{padding: 0.4rem 0rem;align-items: center;height: 1rem;background: #fff;padding: 0 0.4rem;}
.tzgg li *{transition: 0.5s;}
.tzgg li a::after{background:#003176;width: 100%;opacity: 0;}
.tzgg li .date{width: .9rem;text-align: center;height: 0.9rem;padding-top: 0.1rem;margin-top: -0.25rem;background: #033888;}
.tzgg li .con{padding-left: 0.45rem;flex: 1;min-width: 0;}              

.tzgg li .date span{display: block;color: #fff;font-size: 0.36rem;line-height: 1.1;}
.tzgg li .date p{font-size: 0.16rem;color: #ccc;margin-top: 0rem;}

.tzgg li h3{font-size: 0.24rem;color: #333;line-height: 0.3rem;}


@media(min-width: 1024px){
  .tzgg li a:hover h3{color: #fff;}    
  .tzgg li a:hover::after{opacity: 1;}
  .tzgg li a:hover .date{background: #ba2231;}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
  .tzgg li a{padding: 0rem 0.2rem;}
  .tzgg li .date span{font-size: 0.3rem;}           
  .tzgg li .date p{font-size: 0.14rem;}           

}





/*  内容页*/
.cont-ny{justify-content: space-between;align-items: flex-start;}
.cont-ny .article{width: 68%;}
.cont-ny .right{width: 28%;padding: 0.3rem;background: rgba(243, 254, 255, 0.58);border: 1px solid rgba(0, 110, 121, 0.44);margin-top: .55rem;}
.article .tit{font-size: 0.3rem;color: #033886;line-height: 0.32rem;margin: 0;text-align: center;font-weight:bold;}
.article .conttime{padding: 0.3rem 0rem;margin-bottom: 0.35rem;text-align: center;border-bottom: 1px solid #ddd;display: flex;justify-content: center;align-items: center;}
.article .conttime span{font-size: 0.16rem;color: #555;padding: 0 0.15rem;display: flex;align-items: center;}
.article .conttime span img{display:inline-block;margin-right:.1rem;}
.article .cont{word-break:break-all; }
.article .cont p{font-size: 0.18rem;color: #333 ;line-height: 1.8 ;text-align:justify;margin-bottom: .1rem;text-indent: 2em;background: none !important;}
.article .cont p span{font-size: 0.18rem ;color: #333 ;line-height: 1.8 ;word-break:break-all; }
.article .cont p img,.article .cont p video{height: auto !important;display: block;margin: 0 auto;max-width: 100% !important;}
.article .cont table p{text-indent: 0 !important;}
.article .cont .tbsc table{margin:5px auto !important;}
.article  .share{justify-content: flex-end;padding: 0.15rem 0 0.35rem;font-size: 0.16rem;color: #333;}


.new_miew{padding: 0.2rem 0rem 0;border-top: 1px solid #ddd;margin-top: .4rem;}
.new_miew p{color: #555;line-height: 1.6;margin-bottom: 0.1rem;}
.new_miew p a{transition: 0.5s;color: #333333;font-size: 0.2rem;}
.new_miew p:hover a{color: #003176;}


@media(max-width: 1024px){	
    .new_miew{/* margin-top: .3rem; */}
    .article .cont p{margin-bottom: .1rem;}
    .cont-ny .article{width:100%;}
    .cont-ny .right{width: 30%;padding-left: 0.6rem;display:none;}
}
@media(max-width: 768px){	
  .tbsc{overflow-x: auto;overflow-y: hidden;}
  .tbsc table{width: 800px;}
}

/* 校园风光 */
.xyfg ul{margin: 0 -0.18rem;}
.xyfg li{width: 33.3%;padding:0 0.18rem;margin-bottom: 0.4rem;}
.xyfg li a{display: block;position: relative;z-index: 1;padding: .15rem;}
.xyfg li a::after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;border: 1px solid #dcdcdc;background: #fff;z-index: -1;}
.xyfg li h3{font-size: 0.22rem;color: #333;text-align: center;transition: 0.5s;padding-top: .1rem;}
.xyfg li .scale .imged{padding-bottom: 57%;}


@media(min-width: 1025px){	
	.xyfg li a:hover h3{color: #003176;}
}
@media(max-width: 1024px){	
	.xyfg .vde{margin-bottom: 0.3rem;}
	.xyfg ul{margin: 0 -0.1rem;}
	.xyfg li{padding: 0 0.1rem;margin-bottom: 0.3rem;}
	.xyfg li a::after{left: 0;right: 0;}

}

@media(max-width: 768px){	
	.xyfg li{width: 50%;}
}

/* 师资列表 */
.xrld ul{justify-content: space-between;}
.xrld li{width: 48%;margin-bottom: .6rem;}
.xrld li a{align-items: center;box-shadow: 0px 2px 8px 0px rgba(10, 11, 24, 0.1);background: #fff;}
.xrld li a::after{background: #003176;width: 100%;height: 0;}
.xrld li .scale{width: 2.15rem;}
.xrld li .con{width:calc(100% - 2.15rem);padding: .3rem .25rem;}
.xrld li h3{font-size: 0.22rem;color: #333;line-height: 0.32rem;padding-bottom: .15rem;border-bottom: 1px solid #eee;transition: 0.5s;}
.xrld li h3::after{width: 0.83rem;height: 0.03rem;background: #003176;bottom: -1.5px;}
.xrld li p{font-size: 0.16rem;color: #666;line-height: 0.3rem;max-height: 0.9rem\0;margin-top: .2rem;transition: 0.5s;}
.xrld li .imged{padding-bottom: 130%;}



@media(min-width: 1024px){
  .xrld li a:hover::after{height: 100%;}
  .xrld li a:hover h3:after{background: #fff;}
  .xrld li a:hover h3,.xrld li a:hover p{color: #fff !important;}
}
@media screen and (max-width: 1024px) {
  .xrld li{width: 49%;margin-bottom: .3rem;}
}
@media screen and (max-width: 768px) {
  .xrld li{width: 100%;}
}
@media screen and (max-width: 420px) {
  .xrld li .scale{width: 1.6rem;}
  .xrld li .con{width:calc(100% - 1.6rem);padding: .2rem .2rem;}
}

/* 组织机构 */

.dzjg .fl01{margin-bottom: .35rem;position: relative;}
.dzjg .fl01>h3{width: 100%;overflow: hidden;margin-bottom: .25rem; background: linear-gradient( 90deg, rgb(20,109,176) 1%, rgb(27,163,189) 100%);display: flex;align-items: center;height: 0.7rem;}
.dzjg .fl01>h3 span{font-size: 0.24rem;color: #fff;font-weight: 500;padding-left: .3rem;display: inline-block;}
.dzjg .fl03>h3{background: linear-gradient( 90deg, rgb(20,109,176) 1%, rgb(27,184,163) 100%);}



.dzjg .fl01 ul{margin: 0 -0.2rem;}
.dzjg .fl01 li{width: 25%;padding: 0 0.2rem;display: flex;align-items: center;margin-bottom: 0.35rem;}
.dzjg .fl01 li h3{display: block;transition: 0.5s;width: 100%;font-size: .16rem;color: #222;line-height: 1.3;text-align: center;background: #ecf3f6;height: 0.7rem;display: flex;align-items: center;justify-content: center;}
.dzjg .fl02 li{width: 33.3%;}
 


@media(min-width: 1024px){
  .dzjg .fl01 li h3:hover{background: #036abb;}
  .dzjg .fl01 li h3:hover a{color: #fff;}
}
@media screen and (max-width: 1024px) {
  .dzjg .fl01 ul{margin: 0 -0.1rem;}
  .dzjg .fl01 li{width: 33.3%;padding: 0 0.1rem;}
}
@media screen and (max-width: 768px) {
  .dzjg .fl01{margin-bottom: .3rem;}
  .dzjg .fl01 li{width: 50%}
  .dzjg .fl01>h3 span{font-size:.22rem;}
}
@media screen and (max-width: 420px) {
  .dzjg .fl02 li{width: 100%;}
}
/* 组织机构 */

.zzjg ul{margin: 0 -0.3rem;}
.zzjg li{width: 33.3%;padding: 0 0.3rem;margin-bottom: 0.3rem;}
.zzjg li h3{height: 0.72rem;display: flex;flex-wrap: wrap;align-items: center;padding: 0 0.25rem;background: url(../images/zjbg1.png) no-repeat;background-size: 100% 100%;}
.zzjg li h3::after{width: 100%;opacity: 0;background: #003176;background-size: 100% 100%;border-radius: 0.1rem;}

.zzjg li a{font-size: 0.2rem;color: #333;line-height: 1.3;transition: 0.5s;display: inline-block;padding: 0 0.2rem 0 0.15rem;background: url(../images/zj-xq1.png) no-repeat right center;background-size: 0.11rem !important;width: 100%;}
.zzjg li a::after{width:0.05rem;height: 0.05rem;background: #003176;border-radius: 50%;bottom: auto;top: 50%;transform: translateY(-50%);}
@media(min-width: 1025px){	
  .zzjg li h3:hover::after{opacity: 1;}
	.zzjg li h3:hover a{color: #fff;font-weight: 700;background: url(../images/zj-xq2.png) no-repeat right center;}
  .zzjg li h3:hover a::after{background: #fff;}

}
@media(max-width: 1024px){	
  .zzjg{padding-top: 0rem;}
	.zzjg ul{margin: 0 -0.1rem;}
  .zzjg li{width: 33.3%;padding: 0 0.1rem;}
}

@media(max-width: 768px){	
  .zzjg li{width: 50%;}

}
@media(max-width: 456px){	
	.zzjg li{width: 100%;}
}





/* 师资队伍 */
.jlm{text-align: center;font-family: sy;color: #033886;font-size: 0.38rem;margin-bottom: 0.35rem;}
.szlist ul{margin: 0 -0.15rem;}
.szlist li{width: 25%;padding: 0 0.15rem;margin-bottom: 0.35rem;}
.szlist .zjjs li{ width: 19%;}
.szlist li a{display: block;padding: 0.2rem;background: url(../images/ny/szbg.png) no-repeat bottom #fff;background-size: 100%;box-shadow: 0px 0rem 0.2rem 0rem rgba(0, 51, 124, 0.1);}
.szlist li a::after{width: 100%;height: 46%;background: url(../images/ny/sz1.png) no-repeat top;background-size: 100% !important;bottom: auto;top: 0;}
.szlist li .con{padding: 0.2rem 0 0;height: .85rem;text-align: center;}
.szlist li h3{font-size: 0.24rem;color: #333;margin-bottom: 0.1rem;display: block;font-weight: 600;}
.szlist li p{font-size: 0.18rem;color: #999;line-height: 0.2rem;word-break: break-all;}
.szlist li .imged{padding-bottom: 135%;}


@media(min-width: 1025px){
  .szlist li a:hover h3{color: #003176;}
  .szlist li a:hover::after{background: url(../images/ny/sz2.png) no-repeat top;}

}
@media screen and (max-width: 1200px) {
  .szlist ul{margin: 0 -0.1rem;}
  .szlist li{width: 25%;padding: 0 0.1rem;}

}
@media screen and (max-width: 1024px) {
  .jlm{font-size: 0.3rem;}
}
@media screen and (max-width: 768px) {
  .szlist li{width: 50%;}
  .jlm{font-size: 0.26rem;}
  .szlist li h3{font-size: 0.2rem;}
  .szlist .zjjs li{width: 50%;}
}

@media screen and (max-width: 420px) {
  .szlist li{width: 50%;}
}
/* 学院领导 */
.szld ul{justify-content: space-between;}
.szld li{width: 48%;margin-bottom: 0.3rem;background: rgba(0, 0, 0, 0.04);border-left: 0.05rem solid #003176;height: 0.8rem;align-items: center;padding: 0 0.5rem;display: flex;cursor: pointer;flex-wrap: wrap;}
.szld li::after{width: 0.56rem;height: 0.67rem;background: url(../images/ldbg.png) no-repeat;background-size: 100%;left: auto;right: 0;opacity: 0;}
.szld li p{font-size: 0.2rem;line-height: 0.26rem;color: #333333;transition: 0.5s;display: flex;align-items: center;flex-wrap: wrap;}


@media screen and (min-width: 1200px) {
  .szld li:hover::after{opacity: 1;}
  .szld li:hover{border-left: 0.05rem solid #FF8F1F;}
  .szld li:hover p{font-weight: bold;}
}
@media screen and (max-width: 768px) {
  .szld li{width: 100%;}
}

/*  */
.xzjj .fl01{align-items: flex-start;background: rgba(255,255,255,.4);padding: 0.4rem;border-top: 0.04rem solid #003176;}
.xzjj .fl01 .scale {width: 3.1rem;text-align: center;}
.xzjj .fl01 .con{width: calc(100% - 3.1rem);padding: 0 0 0 0.6rem;}
.xzjj .fl01 .scale h3{font-size: 0.3rem;color: #033886;margin: 0.15rem 0;font-weight: 600;}
.xzjj .fl01 .scale p{font-size: .18rem;line-height: 0.28rem;color: #666;}
.xzjj .con h3{overflow: hidden;margin-bottom: 0.3rem;}
.xzjj .con h3 span{color: #033886;font-family: sy;font-size: 0.3rem;display: inline-block;padding-right: 0.2rem;}
.xzjj .con h3 span::after{width: 100vw;height: 1px;background: #ddd;left: 100%;bottom: 50%;}

.xzjj .cont p{text-indent: 2em;font-size: 0.18rem !important;line-height: 1.8 !important;color: #333 !important;text-align: justify;}
.xzjj .fl01 .imged{padding-bottom: 135%;}

.czxx table{width: 100%;border-collapse: collapse;background: #fff;}
.czxx table th{font-size: 0.2rem;color: #fff;background: #033886;padding: 0.15rem;border-right: 1px solid #033886;text-align: center;}
.czxx table th:last-child{border-right: none;}
.czxx table th span{display: block;font-size: 0.16rem;margin-top: 0.1rem;font-weight: normal;}
.czxx table td{padding: 0.35rem 0.2rem;border-right: 1px solid #eddac9;border-top: 1px solid #eddac9;text-align: center;}
.czxx table td:last-child{border-right: none;}
.czxx table td h4{font-size: 0.2rem;color: #033886;line-height: 1.2;}
.czxx table td p{font-size: 0.2rem;color: #333;line-height: 0.3rem;}


@media(min-width: 1200px){	
 
}

@media(max-width: 1024px){	
  .xzjj .fl01 .scale h3{font-size: 0.3rem}
 

}
@media(max-width: 768px){	
  .xzjj .fl01{padding: .2rem;}
  .xzjj .fl01 .scale {margin: 0 auto .25rem;}
  .xzjj .fl01 .con{width: 100%;padding: 0;}

  .czxx{overflow-x: auto;}
  .czxx table{width: 800px;}
  .czxx table td p{font-size:.2rem;}
  .czxx table td h4{font-size:.18rem;}
 
}
/* 校园风景 */
.xyjs::after{width: 21.28rem;height: 9.18rem;background: url(../images/xyfj.png) no-repeat;background-size: 100%;left: 50%;transform: translateX(-50%);}
.xyjs li img{display: none;}
.xyjs .xy1 li .imged{padding-bottom: 50%;}
.xyjs .xy1 li .imged::after{width: 100%;height: 30%;background: linear-gradient(0deg, #333333 0%, rgba(51, 51, 51, 0) 51%);}
.xyjs .xy1 li h3{width: 100%;position: absolute;left: 0;bottom: 0;z-index: 10;color: #fff;font-size: 0.22rem;padding: 0 0.2rem 0.2rem;text-align: center;}
.xyjs .xy2{margin-top: 0.35rem;}
.xyjs .xy2 li a{display: block;padding: 0 0.15rem;}
.xyjs .xy2 li .imged::after{width: 100%;background: #000;opacity: 0;}
.xyjs .xy2 li.slick-current .imged::after{opacity: 0;}
.xyjs .xys2{margin: 0 -0.18rem;}
.xyjs .xy1 .slick-arrow{width: 0.5rem;height: 0.5rem;}
.xyjs .xy1 .slick-arrow::before{font-size: 0.22rem;color: #003176;opacity: 1;display: none;}
.xyjs .xy1 .slick-prev{left: -.7rem;background: url(../images/f-prev.png) no-repeat;background-size: 100%;}
.xyjs .xy1 .slick-next{right: -.7rem;background: url(../images/f-next.png) no-repeat;background-size: 100%;}
/* .xyjs .xy1 .slick-arrow:hover{background: #003176;}
.xyjs .xy1 .slick-arrow:hover::before{color: #fff;} */



@media(max-width: 1600px){	
  .xyjs .xys1{padding: 0 .5rem;}
  .xyjs .xy1 .slick-arrow{width: 0.4rem;height: 0.4rem;}
  .xyjs .xy1 .slick-prev{left: 0rem;}
  .xyjs .xy1 .slick-next{right: 0rem;}
}

@media(max-width: 768px){	
  .xyjs .xy2 li a{padding: 0 0.1rem;}
}
/* 校徽校训 */
.xhxx .xhli{margin-bottom: 0.55rem;border: 1px solid rgba(0, 0, 0, 0.0784);background: #FCFEFF;padding: 0.45rem;align-items: center;}
.xhxx .xhli .con{flex: 1;min-width: 0;padding-right: 0.25rem;}
.xhxx .xhli h3{font-weight: bold;color: #333;font-size: 0.24rem;margin-bottom: 0.25rem;}
.xhxx .xhli p{font-size: 0.16rem;color: #999;line-height: 0.3rem;margin-bottom: 0.2rem;}


@media screen and (max-width: 1200px) {
  
}
@media screen and (max-width: 1024px) {
  .xhxx .xhli{padding: 0.2rem;margin-bottom: 0.3rem;}
  .xhxx .xhli .img{width: 100%;text-align: center;order:-1;margin: 0 auto .25rem;}

}
@media screen and (max-width: 768px) {
  .xhxx .xhli:nth-child(1) img{width: 1.5rem;}
}
@media screen and (max-width: 420px) {
  
}
/* 历史沿革 */
.lsyg li{margin-bottom: 0.4rem;}
.lsyg li a{background: rgba(0, 0, 0, 0.02);padding: 0.5rem;align-items: center;position: relative;transition: 0.5s;border: 1px solid rgba(0,0,0,0);}
.lsyg li *{transition: 0.5s;}
.lsyg li .pis{width: 3.7rem;padding-right: 0.4rem;border-right: 1px solid #ddd;}
.lsyg li .con{flex: 1;min-width: 0;padding-left: 0.4rem;}
.lsyg li p{font-size: 0.18rem;line-height: 0.36rem;color: #666666;}
.lsyg li .scale{border-radius: 0.1rem;border: 0.05rem solid rgba(0,0,0,0)}
.lsyg li span{max-width:6rem;opacity: 0;position: absolute;right: 0.2rem;bottom: 0.3rem;transition: 0.5s;}


@media screen and (min-width: 1200px) {
  .lsyg li a:hover{border: 1px solid #003176;box-shadow: 0px 4px 10px 0px rgba(13, 75, 173, 0.2);}
  .lsyg li a:hover .scale{border: 0.05rem solid #003176;}
  .lsyg li a:hover span{opacity: .1;}

}
@media screen and (max-width: 1024px) {
  .lsyg li a{padding: 0.2rem;}
  .lsyg li .pis{width: 2.5rem;padding-right: 0.2rem;}
  .lsyg li .con{flex: 1;min-width: 0;padding-left: 0.2rem;}

}
@media screen and (max-width: 1024px) {
  .lsyg li .pis{width: 100%;margin-bottom: 0.2rem;padding: 0;border-right: none;}
  .lsyg li .con{padding-left: 0;flex: none;width: 100%;}
}
/* xxjj */
.xxjj{padding: 0.7rem 0.5rem;background: url(../images/ny/jjbg.png) no-repeat top/cover;}
.xxjj .jjli{margin-bottom: 0.3rem;}
.xxjj .tit p{transform:translate(0);}
.xxjj .fl01 .left{width: 35%;}
.xxjj .fl01 .right{flex: 1;min-width: 0;padding-left: 0.45rem;}
.xxjj .jjli .left img{width: 100%;}
.xxjj .cont p{font-size: 0.18rem !important;line-height: 0.36rem!important;color: #333 !important;text-indent: 2em;text-align: justify;margin-bottom: 0.3rem;}
.xxjj .cont b{font-size: 0.18rem;font-weight: 700;color: #003176;/* display: inline-block; */padding-right: 0.05rem;text-indent: 0;word-break: break-word;}
.xxjj .f1-t{padding: 0.3rem;background: url(../images/ny/jjbg1.jpg) no-repeat center/cover;}
.xxjj .f1-t>.cont{margin-top: 0.3rem;}
.xxjj .fl01 .cont p{color: #fff !important;}
.xxjj .fl01::before{content: "";position: absolute;width: 2.06rem;height: 1.42rem;left: -0.2rem;top: -0.2rem;background: #e9c790;z-index: -1;}
.xxjj .fl01::after{width: 2.06rem;height: 1.42rem;right: -0.2rem;bottom: -0.2rem;background: #e9c790;z-index: -1;left: auto;}
.xxjj .fl04 p{font-size: 0.18rem !important;line-height: 0.36rem!important;color: #333 !important;margin-bottom: 0.3rem;}
.xxjj .fl04 strong{padding-left: 0.15rem;color:#003176}
.xxjj .fl04 strong::after{width: 0.05rem;height: 0.05rem;border-radius: 50%;bottom: auto;top: 50%;transform: translateY(-50%);background:#003176;}






.xxjj .fl02{justify-content: space-between;}



.xxjj .fl02 .left{width: 65%;}
.xxjj .fl02 .right{width: 30%;background: url(../images/ny/jjbg2.jpg) no-repeat center/cover;border-left: 0.05rem solid #e9c68f;}

.xxjj .fl02 .right li{/* padding: 0.14rem 0; */border-bottom:1px solid rgba(255, 255, 255, 0.1);align-items: center;height: 1.35rem;}
.xxjj .fl02 .right li h3{width: 1.8rem;height: 100%;display: flex;align-items: center;justify-content: flex-end;padding-right: 0.25rem;border-right: 1px solid rgba(255, 255, 255, 0.1);}
.xxjj .fl02 .right li .con{flex: 1;min-width: 0;padding-left: 0.25rem;}
.xxjj .fl02 .right li p{font-size: 0.16rem;color: #FFFFFF;line-height: 0.36rem;}
.xxjj .fl02 .right li p span{font-size: 0.46rem;color: #FFFFFF;font-family: sy;display: inline-block;padding-right: 0.05rem;}
.xxjj .fl03{margin-top: 0.5rem;}
.xxjj .fl03 img{width: 100%;}
.xxjj .fl03 .cont{padding-top: 0.35rem;}

@media screen and (min-width: 1200px) {
  
}
@media screen and (max-width: 1024px) {
  .xxjj .fl01 .left{width: 100%;}
  .xxjj .fl01 .right{flex: none;width: 100%;padding-left: 0;margin-top:.3rem;}
  .xxjj .cont p{margin-bottom: .1rem;}
  .xxjj .jjli{margin-bottom: 0.2rem;padding-bottom: 0;}
  .xxjj .fl02 .right li p span{font-size: 0.4rem;}
  .xxjj .fl02 .left{width: 100%;padding: 0;margin-top: 0.3rem;}
  .xxjj .fl02 .right{width: 100%;}
}
@media screen and (max-width: 768px) {

  .xxjj{padding: 0.3rem 0.2rem;}
  .xxjj .fl02 .right li p span{font-size: 0.3rem;}

}


/* 机构设置 */
.jgsz .jg-li{margin-bottom: 0.4rem;padding-left: 0.05rem;}
.jgsz .jg-li::after{border-radius: 0rem 0.4rem 0rem 0.4rem;background: #003176;width: 85%;left: 0rem;top: 0rem;height: 1.55rem;}
.jgsz h3{width: 100%;height: 0.67rem;display: flex;align-items: center;padding: 0 0.2rem;font-size: 0.22rem;font-weight: bold;;}
.jgsz h3 span{color: #003176;padding-left: 0.15rem;border-left: 0.05rem solid #FFDE90;}
.jgsz h3::after{width: 90%;border-radius: 0px 0.4rem 0px 0px;background: #f3eff6;}
.jgsz ul{padding: 0.25rem 0.25rem;border: 1px solid #CEDBE8;background: #fff;}
.jgsz li{width: 33.3%;padding: 0 0.25rem;margin-bottom: 0.1rem;}
.jgsz li a{font-size: 0.18rem;color: #333;line-height: 0.34rem;transition: 0.5s;display: flex;padding: 0 0rem 0 0.2rem;width: 100%;height: 0.7rem;align-items: center;}
.jgsz li a::after{width:0.05rem;height: 0.05rem;background: #003176;border-radius: 50%;bottom: auto;top: 50%;transform: translateY(-50%);}
.jgsz li a::before{content: "";position: absolute;left: -0.5rem;right: -0.2rem;height: 100%;background: #003176;border-radius: 2.23rem;opacity: 0;z-index:-1;}
.jgsz .jg-li2 li{width: 33.3%;}



@media(min-width: 1025px){	
  .jgsz li a:hover{color: #fff}
  .jgsz li a:hover::before{opacity: 1;}
  .jgsz li a:hover::after{background: #FFDE90;}
}
@media(max-width: 1024px){	
  .jgsz ul{padding: 0.2rem 0 0.1rem;}
}

@media(max-width: 768px){	
  .jgsz li{width: 50%;}
  .jgsz li a{height: auto;}
}
@media(max-width: 600px){	
  .jgsz li{width: 100%;}
}

/* 学校领导 */
.xxld{padding: .77rem;background: url(../images/ny/ldbg.png) no-repeat top/cover; }
.xxld ul{margin: 0 -.2rem;
justify-content: center;}
.xxld li{padding: 0 .2rem;margin-bottom: 0.4rem;width: 20%;}
.xxld li a{display: block;position: relative;text-align: center;}

.xxld li .imged{padding-bottom: 160%;}
.xxld li .con{width: 100%;padding: 0.15rem 0.1rem 0;text-align: center;border-bottom: 1px solid #ddd;height: 1rem;}
.xxld li .con::after{width: 100%;opacity: 0;background: url(../images/ny/ldbg2.jpg) no-repeat center/cover;}
.xxld li p{color: #ba2231;font-size: 0.18rem;font-weight: 500;line-height: 0.26rem;margin-bottom: 0.1rem;}
.xxld li h3{font-size: 0.22rem;color: #000;line-height: 1.2;}
.lr-t{margin-bottom:.4rem;align-items: center;}
.lr-t .tit{flex: 1;min-width: 0;align-items:center;justify-content: flex-start;margin: 0;}
.lr-t dt{font-size: 0.2rem;cursor: pointer;padding: 0 0.15rem;}
.lr-t dt::after{width: 0.36rem;height: 0.59rem;background: url(../images/ny/lr-log.png) no-repeat;background-size: 100%;left: 50%;bottom: -0.1rem;opacity: 0;transform: translateX(-50%);}
.lr-t dt a{color: #333;}
.lr-t dt.on,.lr-t dt.on a{color: #ba2231;font-weight: 600;}
.lr-t dt.on::after{opacity: 1;} 

.lrld .tab{display: none;}
.lrld .tab:first-child{display: block;}
.lrld .tab ul{margin: 0 -0.35rem;}
.lrld .tab li{padding: 0 0.35rem;}
.lrld .tab li p{margin: 0.2rem 0 0;color: #000;font-weight: bold;}

.lrld{padding: .77rem;background: url(../images/ny/ldbg.png) no-repeat top/cover; }
.lrld ul{margin: 0 -.2rem;
}
.lrld li{padding: 0 .2rem;margin-bottom: 0.4rem;width: 20%;}
.lrld li a{display: block;position: relative;text-align: center;}

.lrld li .imged{padding-bottom: 135%;}
.lrld li .con{width: 100%;padding: 0.15rem 0.1rem 0;text-align: center;border-bottom: 1px solid #ddd;height: 1rem;}
.lrld li .con::after{width: 100%;opacity: 0;background: url(../images/ny/ldbg2.jpg) no-repeat center/cover;}

.lrld li h3{font-size: 0.22rem;color: #000;line-height: 1.2;}

@media(min-width: 1025px){	
  .xxld li a:hover .con::after{opacity: 1;}
  .xxld li a:hover p,.xxld li a:hover h3{color: #fff;}
  .lrld .tab li a:hover p{color: #003176;}
}
@media(max-width: 1024px){	
  .xxld{padding: 0.2rem .2rem;}
  .xxld ul{margin: 0 -.1rem;}
  .xxld li{padding: 0 .1rem;margin-bottom: 0.3rem;width: 25%;}
  .lrld .tab ul{margin: 0 -0.1rem;}
  .lrld .tab li{padding: 0 0.1rem;}
}

@media(max-width: 768px){	
  .xxld ul{margin: 0 -.1rem;}
  .xxld li{padding: 0 .1rem;width: 50%;}
  .tit>img{display:none;}
  .tit p span{font-size:.28rem;}

}
@media(max-width: 600px){	
.lr-t .tit{flex:none;width: 100%;}
.lr-t dl{width:100%;justify-content:center;margin-top:.3rem;}
}


/* 专题专栏 */
.ztzl ul{margin: 0 -0.2rem;}
.ztzl li{padding: 0 0.2rem;width: 33.3%;margin-bottom: 0.35rem;}
.ztzl li a{display: block;padding: 0.25rem;height: 1.25rem;border: 1px solid rgba(186,34,49,.05);background: url(../images/ny/zt1.jpg) no-repeat right/cover;}
.ztzl li a::after{width: 100%;left: -0.1rem;bottom: 0.15rem;border: 1px solid #ba2231;opacity: 0;}
.ztzl li *{transition: 0.5s;}
.ztzl li h3{font-size: 0.22rem;color: #333;line-height: 0.3rem;max-height: 0.6rem\0;position: relative;z-index: 1;}
.ztzl li a:before{width: 0.04rem;height: 0.2rem;background: #ba2231;left: 0rem;top: 0.3rem;content: "";position: absolute;z-index: -1;}
@media(min-width: 1025px){	
  .ztzl li a:hover{background: url(../images/ny/zt2.jpg) no-repeat right/cover;}
  .ztzl li a:hover::after{opacity: .1;}
  .ztzl li a:hover h3{color: #fff;}
  .ztzl li a:hover::before{background: #fff;}
}
@media(max-width: 1024px){	
  .ztzl ul{margin: 0 -0.1rem;}
  .ztzl li{padding: 0 0.1rem;width: 33.3%;margin-bottom: 0.35rem;}
}

@media(max-width: 768px){	
  .ztzl li{padding: 0 0.1rem;width: 50%;}

}
@media(max-width: 600px){	
  .ztzl li{width: 100%;}
}

/* 历史沿革1 */
.lsbg{background: url(../images/ny/lsbg.jpg) no-repeat bottom/cover;}
.ls-c{width: 100%;background: url(../images/ny/lsbg1.png) no-repeat;background-size: 100% 100%;padding: 1.1rem 0.85rem;}
.ls-c img{width: 100%;}


@media(min-width: 1025px){	
 
}
@media(max-width: 1024px){	
  .ls-c{padding: .5rem 0.45rem;}
}

@media(max-width: 768px){	


}

/* 标识 */
.ppbg{background: url(../images/ny/ppbg.jpg) no-repeat bottom/cover;}
.ppbs{padding: 0.8rem 0.9rem 0;}
.bs-t{position: relative;padding: 0.6rem 2rem 1.6rem 1.8rem;/* background: url(../images/ny/bsbg2.png) no-repeat bottom center; */background-size: 90%;margin-top: 1.4rem;}
.bs-t::after{left: 0.6rem;width: auto;height: auto;right: 0.8rem;top: 0;bottom: 0.9rem;background: url(../images/ny/bsbg3.png) no-repeat bottom center;background-size: 100% 100%;}
.bs-t dt{position: absolute;z-index: 10;cursor: pointer;}
.bs-t dt .img img{width: 100%;}
.bs-t dt::after{width: auto;height: auto;left: -0.15rem;top: -0.15rem;right: -0.15rem;bottom: -0.15rem;border-radius: 50%;opacity: 0;}
.bs-t .bslog1{width: 2.72rem;left: -.81rem;top: 0.9rem;height: 2.72rem;}
.bs-t .bslog2{width: 2.5rem;height: 2.5rem;right: 0;top: -0.8rem;}
.bs-t .bslog3{width: 2.2rem;height: 2.2rem;right: 1rem;bottom: 0;border-radius: 50%;background: #f38755;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.bs-t .bslog1::after{background: #6bb8e1;}
.bs-t .bslog2::after{background: #e9c790;}
.bs-t .bslog3::after{background: #f38755;}
.bs-t .bslog3::before{width: auto;height: auto;left: -0.5rem;right: -0.5rem;top: 0.55rem;bottom: 0;background: url(../images/ny/mis.png) no-repeat;background-size: 100% 100%;content:"";position:absolute;}

.bs-t .bslog3 p{color: #fff;font-weight: bold;font-size: 0.28rem;font-family: sy;margin-bottom: 0.2rem;}
.bs-t .bslog3 span{width: 0.35rem;height: 0.35rem;}
.bs-t .bslog3 .img2{display: none;}
.bs-t .bslog3 audio{display: none;}
.bs-t .bslog3.on span.pause .img2{display: block;}
.bs-t .bslog3.on span.pause .img1{display: none;}
.bs-t dt.on::after{opacity: .3;}

.bs-b li .a{justify-content: space-between;}
.bs-b li .left{width: 46%;}
.bs-b li .right{width: 46%;}

.bs-b li h3{text-align: center;color: #fff;font-weight: bold;font-size: 0.22rem;margin-bottom: 0.25rem;}
.bs-b li h4{text-align: center;color: #fff;font-weight: bold;font-size: 0.3rem;margin-bottom: 0.25rem;}
.bs-b li .b-log{width: 1.6rem;height: 1.6rem;background: url(../images/ny/b-c.png) no-repeat;background-size: 100% 100%;margin: 0 auto;display: flex;align-items: center;justify-content: center;margin-bottom: 0.2rem;padding: .15rem;}
img{max-width:100%;}
.bs-b li p{font-size: 0.18rem;color: #fff;line-height: 0.4rem;}
.bs-b li .left .cont{height: 2.7rem;overflow-x: hidden;overflow-y: auto;padding-right:.05rem;}

.bs-b li .left .cont::-webkit-scrollbar {}
.bs-b li .left .cont::-webkit-scrollbar-track {border-radius: 0px;background: rgba(255,255,255,.1);width:1px;}
.bs-b li .left .cont::-webkit-scrollbar-thumb {border-radius: 10px; background: rgba(255,255,255,.5);width:6px;height: 4px;}


.bs-b li .left .cont p:nth-child(1),.bs-b li .left .cont p:nth-child(2){padding-left: 0.4rem;}
.bs-b li .left .cont1 p{padding-left: 0.4rem;}
.bs-b li .left .con p:nth-child(1){padding-left: 0.4rem;}
.bs-b li .right .con p:nth-child(1){padding-right: 1.4rem;}
.bs-b li .right .gc{padding-right: 0.5rem;}
.bs-b li .right .gc img{width: 100%;}

.bs-b .arrow{width: 1.5rem;height: 0.35rem;background: rgba(255,255,255,.1);border-radius: 0.175rem;justify-content: space-between;display: flex;align-items: center;padding: 0 0.2rem;margin: 0 auto;}
.bs-b .arror{position: relative;top: auto;left: auto;right: auto;margin: 0;}
.bs-b .arror::after{display: none;}
.bs-b .arror img{width: 0.3rem;}

.ppbs .fl02{padding: 0.75rem 0 0.4rem;}
.ppbs .b-tit{justify-content: center;align-items: center;margin-bottom: 0.6rem;}
.ppbs .b-tit h3{color: #033886;font-size: 0.32rem;padding: 0 0.25rem;}
.ppbs .b-tit img{flex: 1;min-width: 0;}

.ppbs .fl02 .font{text-align: center;}
.wh-b{padding: 0.25rem;background: url(../images/ny/bsbg4.jpg) no-repeat center/cover;}
.wh-b .left{width: 50%;}
.wh-b .right{width: 50%;padding-left: 0.3rem;}
.wh-b .left img{width: 100%;}
.wh-b .right h3{color: #fff;font-family: sy;font-size: 0.22rem;line-height: 0.36rem;margin-bottom: 0.3rem;}
.wh-b .right dt{cursor: pointer;width: 0.74rem;height: 0.74rem;display: flex;flex-direction: column;align-items: center;justify-content: center;border: 1px solid rgba(243, 254, 255, 0.5);margin: 0 0.17rem 0.25rem 0;border-radius: 50%;}
.wh-b .right dt::after{width: auto;height: auto;border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-bottom: 0.1rem solid #fff;left: 50%;transform: translateX(-50%);bottom: -0.25rem;opacity: 0;}
.wh-b .right dt p{color: #fff;font-size: 0.18rem;}
.wh-b .right dt.on::after{opacity: .15;}
.wh-b .right dt.on{background: #ba2231;}

.wh-b .right .tab{display: none;}
.wh-b .right .tab:first-child{display: block;}
.wh-b .right .cont{padding: 0.25rem;background: rgba(255,255,255,.15);border-radius: 0.2rem;}
.wh-b .right .cont p{font-size: 0.18rem;color: #fff;line-height: 0.32rem;}



@media(min-width: 1025px){	
 
}
@media(max-width: 1024px){	
  .ppbs{padding: 0 0rem;}
  .bs-t dl{display: flex;justify-content: space-between;margin-bottom:.45rem;}
  .bs-t dt{position: relative;width: 2rem !important;height: 2rem !important;left: auto !important;top: auto !important;bottom: auto !important;right: auto !important;}
  .bs-b li .left{width: 47%;}
  .bs-b li .right{width: 47%;}
  .bs-t{padding:0rem 1rem 1rem;}
  .bs-t .bslog3 p{font-size:.2rem;}
}

@media(max-width: 768px){	
  .bs-t{background: none;padding: 0;margin-top: .4rem;}
  .bs-t::after{display: none;}
  .bs-t .bs-b{background: #033886;padding:.2rem;}

  .wh-b .left{width: 100%;}
  .wh-b .right{width: 100%;padding-left: 0rem;margin-top: 0.3rem;}
  .ppbs .b-tit{margin-bottom:.3rem;}
  .ppbs .fl02{padding: 0.35rem 0 0.2rem;}
  .bs-b li .left .cont p:nth-child(1),.bs-b li .left .cont p:nth-child(2){padding-left: 0rem;}
.bs-b li .left .cont1 p{padding-left: 0rem;}
  .bs-b li .left .con p:nth-child(1){padding-left: 0rem;}
  .bs-b li .right .con p:nth-child(1){padding-right: 0rem;}
  .bs-b li .left{width: 100%;}
  .bs-b li .right{width: 100%;margin-top:.3rem;}
  .bs-b li .right .gc{padding-right: 0rem;}
  .bs-b .arrow{margin:.25rem auto 0;}
  .bs-t dt{position: relative;width: 1.4rem !important;height: 1.4rem !important;}
  .bs-t .bslog3 p{font-size:.1+rem;}
}

@media(max-width: 420px){	
.bs-t dl{display:block;}
.bs-t dt{margin: 0 auto .25rem;}
}


/* 科室介绍 */
.ksjs dl{justify-content: center;}
.ksjs dt{width: 4.3rem;padding: 0 0.15rem;}
.ksjs dt a{height: 1.2rem;align-items: center;justify-content: center;width: 100%;background: #8cc5e4;}
.ksjs dt p{padding-left: 0.15rem;color: #fff;font-size: 0.26rem;}
.ksjs dt span{display: flex;width: 0.58rem;height: 0.49rem;align-items: center;justify-content: center;}
.ksjs dt:last-child a{background: #5b86d6;}
.ksjs .ksj{width: 6.5rem;height: 0.56rem;margin: 0.6rem auto;align-items: center;border: 1px solid #033886;background: #fff;}
.ksjs .ksj input{flex: 1;min-width: 0;padding: 0 0.2rem;font-size: 0.18rem;color: #666;}
.ksjs .ksj button{width: 1.8rem;height: 100%;display: flex;align-items: center;justify-content: center;color: #fff;background: #033886;font-size: 0.22rem;border: none;}
.ksjs .ks-t{padding: 0.2rem 0;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;align-items: center;display: flex;flex-wrap: wrap;margin-bottom: 0.35rem;}
.ksjs .ks-t p{width: 1.3rem;height: 0.5rem;color: #fff;text-align: center;line-height: 0.5rem;background: #ba2231;font-size: 0.18rem;}
.ksjs .ks-t ul{flex: 1;min-width: 0;padding-left: 0.1rem;}
.ksjs .ks-t li{font-size: 0.26rem;color: #999;line-height: 0.42rem;padding: 0 0.15rem;}
.ksjs .ks-t li.on{background: #ba2231;color: #fff;}
.ksjs .ksli{margin-bottom: 0.35rem;}
.ksjs .ksli h3,.ztzllist h3{text-align: center;font-family: sy;color: #033886;font-size: 0.4rem;margin-bottom: 0.35rem;}
.ksjs .ksli h4{font-family: sy;color: #033886;font-size: 0.3rem;margin-bottom: 0.3rem;}

.ksjs .ksli ul{margin: 0 -0.2rem;}
.ksjs .ksli li{width: 25%;padding: 0 0.2rem;margin-bottom: 0.25rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.ksjs .ksli li h5{height: 0.7rem;display: flex;align-items: center;justify-content: center;background: #e7f3fa;border-left: 3px solid #6bb9e3;font-size: 0.2rem;color: #333;line-height: 1.5;flex-wrap: wrap;width: 100%;padding:0 3%;}
.ksjs .ksli li h5::after{width: 100%;opacity: 0;background: #ba2231;}
.ksjs .ksli li h5 a{color: #333;}

.ksjs .ksli2 li:nth-child(2){width: 75%;}
.ksjs .ksli2 li:nth-child(3){width: 50%;}
.ksjs .ksli3 li:nth-child(1){width: 40%;}
.ksjs .ksli3 li:nth-child(9){width: 50%;}
.ksjs .ksli4 li:nth-child(9){width: 75%;}
.ksjs .ksli5 li:nth-child(1){width: 40%;}
.ksjs .ksli6 li:nth-child(1){width: 40%;}
.ksjs .ksli6 li:nth-child(3){width: 50%;}
.ksjs .ksli7 li:nth-child(2){width: 75%;}
.ksjs .ksli8 li:nth-child(2){width: 75%;}

.ksjs .ksli2 li:nth-child(2) h5{width: 39%;}
.ksjs .ksli2 li:nth-child(2) h5.kz{width: 60%;}
.ksjs .ksli2 li:nth-child(3) h5{width: 31%;}
.ksjs .ksli2 li:nth-child(3) h5.kz{width: 67%;}

.ksjs .ksli4 li:nth-child(9) h5{width: 31%;}
.ksjs .ksli4 li:nth-child(9) h5.kz{width: 68%;}
.ksjs .ksli7 li:nth-child(2) h5{width: 31%;}
.ksjs .ksli7 li:nth-child(2) h5.kz{width: 67%;}
.ksjs .ksli8 li:nth-child(2) h5{width: 31%;}
.ksjs .ksli8 li:nth-child(2) h5.kz{width: 67%;}


.ksjs .ksli li .kz::before{content: "";position: absolute;border-top: 0.1rem solid transparent;border-bottom: 0.1rem solid transparent;border-right: 0.12rem solid #6bb9e3;right: 100%;top: 50%;transform: translateY(-50%);}





@media(min-width: 1025px){	
  .ksjs .ksli li h5:hover{border-left: 3px solid #ba2231;}
  .ksjs .ksli li h5:hover::after{opacity: 1;}
  .ksjs .ksli li h5:hover a{color: #fff;}
  .ksjs .ksli li a:hover{opacity:.5;}
}
@media(max-width: 1024px){	
  .ksjs dl{padding: 0 5%;}
  .ksjs dt{width: 50%;padding: 0 0.1rem;}
  .ksjs .ksj{width: 90%;}
  .ksjs .ksli h3,.ztzllist h3{font-size:.3rem;}
  .ksjs .ksli h4{font-size:.24rem;}
  .ksjs .ksli ul{margin: 0 -0.1rem;}
  .ksjs .ksli li{width: 33.3%;padding: 0 0.1rem;margin-bottom: 0.25rem;}
  .ksjs .ksli2 li:nth-child(2){width: 100%;}
  .ksjs .ksli2 li:nth-child(3){width: 50%;}
  .ksjs .ksli3 li:nth-child(2){width: 100%;}
  .ksjs .ksli3 li:nth-child(9){width: 50%;}
  .ksjs .ksli6 li:nth-child(2){width: 100%;}
  .ksjs .ksli6 li:nth-child(3){width: 50%;}
  .ksjs .ks-t li{font-size:.2rem;}
}

@media(max-width: 768px){	
  .ksjs dl{padding: 0%;}
.ksjs .ksli li{width: 50%;}
.ksjs .ksli{margin-bottom: 0.2rem;}
}

@media(max-width: 600px){
  .ksjs .ksli li{width: 100% !important;}
  .ksjs .ksli li h5{height:auto;padding:.1rem;}
   .ksjs dt{width: 100%;padding: 0 0.1rem;margin-bottom:.2rem;}
   .ksjs .ks-t ul{flex: none;width:100%;margin-top:.1rem;}
}
/*  */
.hzdw{margin-top: -1.6rem;position:relative;}
.hz-t{margin: 0rem 0 0.8rem;}
.list5{padding-bottom: 0.2rem;}
.hz-t li{height: 2.4rem;display: flex;align-items: flex-end;}
.hz-t li a{height: 2rem;display: flex;flex-direction: column;align-items: center;padding-top: 0.25rem;width: 100%;transition:0.5s;}
.hz-t li a::after{width: 1.78rem;height: 1.63rem;background: url(../images/ny/hz.png) no-repeat;background-size: 100%;opacity: 0;}
.hz-t li a::before{content: "";position: absolute;top: 100%;left: 50%;transition: 0.5s;transform: translateX(-50%);border-left: 0.1rem solid transparent;border-right: 0.1rem solid transparent;border-top: 0.1rem solid ;opacity: 0;}
.hz-t li span{width: 1.1rem;height: 1.1rem;display: flex;align-items: center;justify-content: center;}
.hz-t li h3{color: #fff;font-weight: bold;font-size: 0.26rem;}
.hz-t li p{color: #fff;font-size: 0.14rem;opacity: .6;display: none;}
.hz-t li:nth-child(1) a{background: #e9c790;}
.hz-t li:nth-child(2) a{background: #8cc5e4;}
.hz-t li:nth-child(3) a{background: #6bd5e2;}
.hz-t li:nth-child(4) a{background: #5b86d6;}
.hz-t li:nth-child(5) a{background: #25adc6;}
.hz-t li:nth-child(6) a{background: #6cbce7;}
.hz-t li:nth-child(7) a{background: #6ba9e2;}
.hz-t li:nth-child(8) a{background: #6bb8e2;}
.hz-t li:nth-child(1) a::before{border-top-color: #e9c790;}
.hz-t li:nth-child(2) a::before{border-top-color: #8cc5e4;}
.hz-t li:nth-child(3) a::before{border-top-color: #6bd5e2;}
.hz-t li:nth-child(4) a::before{border-top-color: #5b86d6;}
.hz-t li:nth-child(5) a::before{border-top-color: #25adc6;}
.hz-t li:nth-child(6) a::before{border-top-color: #6cbce7;}
.hz-t li:nth-child(7) a::before{border-top-color: #6ba9e2;}
.hz-t li:nth-child(8) a::before{border-top-color: #6bb8e2;}
.hz-t{position: relative;z-index: 10;}
.hz-t .arror{margin-top: 0;transform: translateY(-50%);left: -0.4rem;}
.hz-t .arror::after{display: none;}
.hz-t .swiper-button-next{left: auto;right: -0.4rem;}



.hz-b dl{justify-content: center;}
.hz-b dt{padding: 0 0.25rem;font-size: 0.36rem;font-family: sy;color: #999;cursor: pointer;}
.hz-b dt p{padding-bottom: 0.2rem;font-family: sy;}
.hz-b dt::after{width: 1px;height: 0.2rem;background: #ddd;left: auto;right: 0;bottom: auto;top: 18%;/* transform: translateY(-50%); */}
.hz-b dt:last-child::after{display: none;}
.hz-b dt p::after{width: 100%;height: 0.05rem;background: #ba2231;opacity: 0;}
.hz-b dt.on p{color: #ba2231;}
.hz-b dt.on p::after{opacity: 1;}
.hzf{border-radius: 0.2rem;padding: 0.35rem 0.85rem;background: url(../images/ny/hzbg.jpg) no-repeat bottom/cover;}
.hzf .tab{display: none;}
.hzf .tab:first-child{display: block;}

.hzf h3{color: #033886;font-size: 0.28rem;margin-bottom: 0.3rem;}

.hzf ul{margin: 0 -0.25rem 0.35rem;}
.hzf li{width: 25%;padding: 0 0.25rem;}
.hzf li a{border-bottom: 1px solid #ddd;height: 0.5rem;display: flex;align-items: center;transition: 0.5s;color: #333;font-size: 0.2rem;}
.hzf li a::after{width: 100%;background: url(../images/ny/h-bg.png) no-repeat;background-size: 100% 100%;opacity: 0;bottom: -.04rem;}

.hzf .bcx{justify-content: center;display: flex;align-items: center;height: 0.6rem;width: 2rem;margin: 0 auto;background: #fff;border-radius: 0.15rem;box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);cursor: pointer;}
.hzf .bcx img{width: 0.26rem;display: inline-block;margin-left: 0.1rem;}
.hzf .bcx1{width: 4rem;  margin-bottom:.8rem;}

@media(min-width: 1025px){	
  .hz-t li a:hover{height: 2.4rem; box-shadow: 0px 0rem 0.15rem 0rem rgba(0, 0, 0, 0.15);}
  .hz-t li a:hover::before{opacity: 1;}
  .hz-t li a:hover::after{opacity: 1;}
  .hz-t li a:hover p{display: block;}
  .hz-t li a:hover span{border-radius: 50%;background: rgba(255, 255, 255, 0.1);}
  .hzf li a:hover::after{opacity: 1;}
  .hzf li a:hover{color: #033886;border-bottom:1px solid transparent;}
}
@media(max-width: 1024px){	
.hzdw{margin-top: 0rem;position:relative;}
  .hzf ul{margin: 0 -0.1rem 0.2rem;}
  .hzf li{width: 25%;padding: 0 0.1rem;}
  .hzf{padding:.3rem .2rem;}
  .hz-b dt{font-size:.3rem;}
  .hz-t{margin-bottom:.2rem;}
  .hz-t li{height:auto;}
  .hzf li a{height: 0.7rem;}
}

@media(max-width: 768px){	
  .hzf li{width:33.3%;}
   .hz-b dt{font-size:.26rem;padding: 0 .1rem;}
   .hz-t li h3{font-size:.22rem;}
}
@media(max-width: 600px){	
  .hzf li{width:50%;}

}

/* 临检中心 */
.ban .scale{position: relative;}
.ban h4{position: absolute;bottom: 0;z-index: 10;width: 100%;}
.ban h4 .w14{justify-content: flex-end;}
.ban h4 a{color: #fff;display: inline-block;padding: 0.2rem 0.15rem;font-size: 0.22rem;line-height: 1.2;background: #ba2231;}

.tit-c h3{padding: 0;background: none; font-size: .4rem;font-family: 'sy';color: #022a64;font-weight: 600;}
.more2 a{align-items: center;color: #333;font-size: 0.18rem;}
.more2 a img{display: inline-block;margin-left: 0.1rem;width: 0.24rem;}
.lj1{padding: 0.7rem 0;width: 100%;overflow: hidden;background: url(../images/ny/lbg1.jpg) no-repeat center/cover;}
.lj1 .tit-c{margin: 0 auto;}
.tit{justify-content:space-between;}
.lj1-t{justify-content: space-between;}
.lj1-t .left{width: 48%;}
.lj1-t .right{width: 48%;}
.lj1-t .left img{width: 100%;}
.lj1-t .right p{font-size: 0.18rem;color: #333;line-height: 0.36rem;text-indent: 2em;text-justify: justify;}
.lj1-t .right .cont{margin-bottom: 0.3rem;}
.lj1-t .right .more2 a{height: 0.5rem;padding: 0 0.2rem;border: 1px solid #ddd;border-radius: 0.2rem;}
.lj1-t .right .more2{display:flex;}
.lj2{padding: 0.7rem 0;width: 100%;overflow: hidden;background: url(../images/ny/lbg2.jpg) no-repeat center/cover;}
.lj3{padding: 0.7rem 0;width: 100%;overflow: hidden;background: url(../images/ny/lbg3.jpg) no-repeat center/cover;}
.lj2 .tit-c h3,.lj2 .more2 a{color: #fff;}
.lj2 .tit-c span{color: #fff;opacity: .2;}
.lj2 .lj2-t{justify-content: space-between;}
.lj2-t .left{width: 48%;background: url(../images/ny/lj2bg.png) no-repeat center/cover;}
.lj2-t .right{width: 48%;}
.lj2-t .left li:first-child{background: url(../images/ny/lj-line.png) no-repeat top;background-size: 100%;}
.lj2-t .left li a{height: 0.8rem;background: url(../images/ny/lj-line.png) no-repeat bottom;background-size: 100%;align-items: center;}

.lj2-t .left li a::after{width: auto;opacity: 0;background: url(../images/ny/lj2bg2.png) no-repeat;background-size: 100% 100%;right: -0.4rem;}
.lj2-t .left li h3{flex: 1;min-width: 0;padding: 0 0.2rem;font-size: 0.2rem;color: #fff;border-left: 0.03rem solid #f0c487;}
.lj2-t .left li p{font-size: 0.16rem;color: #fff;font-style: italic;}
.lj2-t .right li a{display: block;position: relative;}
.lj2-t .right li .imged{padding-bottom: 4.2rem;}
.lj2-t .right li .imged::after{width: 100%;height: 40%;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));}
.lj2-t .right li .con{width: 100%;padding: 0 0.3rem 0.15rem;z-index: 10;position: absolute;left: 0;bottom: 0;}
.lj2-t .right li h3{color: #fff;font-size: 0.2rem;}
.lj2-t .right li .date{width: 0.86rem;height: 0.86rem;background: #9f0808;position: absolute;right: 0;top: 0;z-index: 10;text-align: center;padding-top: 0.1rem;}
.lj2-t .right li span{color: #fff;font-weight: bold;font-size: 0.42rem;font-family: arial;}
.lj2-t .right li p{color: #fff;font-size: 0.14rem;opacity: .5;font-family: arial;}
.lj3-t{justify-content: space-between;}
.lj3 .left{width: 48%;}
.lj3 .right{width: 48%;}
.list6{background: #fff;border-top: 0.03rem solid #e9c68f;padding: 0.15rem .3rem;box-shadow: 0px 9px 0.18rem 0px rgba(7, 34, 72, 0.1);}
.list6 li a{align-items: center;border-bottom: 1px dashed #ddd;padding: 0.185rem 0;}
.list6 li a::after{height: 1px;bottom: -1px;background: #6bb8e1;}
.list6 li h3{flex: 1;min-width: 0;padding-right: 0.2rem;font-size: 0.2rem;transition: 0.5s;color:#333;}
.list6 li p{font-size: 0.16rem;color: #999;font-style: italic;font-family: arial;}
.list7 li{margin-bottom: 0.3rem;}
.list7 li a{background: #fff;box-shadow: 0px 9px 0.18rem 0px rgba(7, 34, 72, 0.1);height: 1.5rem;align-items: center;}
.list7 li *{transition: 0.5s;}
.list7 li a::after{width: 100%;opacity: 0;background: #6bb8e1;}
.list7 li .date{width: 1.15rem;height: 100%;border-right: 1px solid #ddd;padding:0.35rem 0.25rem 0 0.3rem;text-align: center;white-space: nowrap;}
.list7 li .con{flex: 1;min-width: 0;padding: 0 0.25rem;}
.list7 li h3{color: #333;font-size: 0.2rem;line-height: 0.32rem;max-height: 0.64rem\0;}
.list7 li span{font-size: 0.46rem;color: #033886;font-family: arial;font-weight: bold;line-height: 1.15;}
.list7 li p{font-size: 0.18rem;color: #033886;font-style: italic;font-family: arial;}


@media(min-width: 1025px){	
  .lj2-t .left li a:hover::after{opacity: 1;}
  .lj2-t .left li a:hover h3{border-left: 0.03rem solid transparent;}
  .list6 li a:hover h3{color: #6bb8e1;}
  .list6 li a:hover::after{width: 100%;}
  .list7 li a:hover p,.list7 li a:hover h3,.list7 li a:hover span{color: #fff;}
  .list7 li a:hover::after{opacity: 1;}
  .list7 li a:hover .date{border-right: 1px solid rgba(255,255,255,.1);}
}
@media(max-width: 1024px){	
  .lj1,.lj2,.lj3{padding: 0.4rem 0;}
  .ban h4{position: relative;background: #e6eff8;}
}

@media(max-width: 768px){	
.ljz .left{width: 100%;}
.ljz .right{width: 100%;margin-top: 0.3rem;}
.lj2-t .right li .imged{padding-bottom: 60%;}
.ban h4 a{font-size: 0.16rem;}
}
/* 人才招聘 */
.rczp{padding: 0.75rem 0;width: 100%;overflow: hidden;background: url(../images/ny/rcbg.png) no-repeat top/cover;}
.ban .td{position: absolute;bottom: 0;z-index: 10;width: 100%;}
.ban .td .w14{justify-content: flex-end;}
.ban .td .td-t{justify-content: center;background: rgba(186,34,49,.5);height: 1.4rem;align-items: center;}
.ban .td .con{flex: 1;min-width: 0;padding: 0 0.3rem;}
.ban .td .a{height:100%;}
.ban .td .a a{height: 100%;width: 1.7rem;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #ba2231;}
.ban .td .a span{color: #fff;font-size: 0.24rem;font-weight: 600;margin-top: .1rem;}
.ban .td .con p{font-size: 0.22rem;color: #fff;font-family: sy;line-height: 0.3rem;}
.rc-t{justify-content: space-between;margin-bottom: 0.6rem;}
.rc-t .left{width: 48%;}
.rc-t .right{width: 48%;}
.rc-t ul{box-shadow:none;}

.rc-b ul{margin: 0 -0.26rem;}
.rc-b li{width: 33.3%;padding: 0 0.26rem;margin-bottom: 0.45rem;}
.rc-b li a{text-align: center;display: block;height: 2.5rem;padding-top: 0.45rem;}
.rc-b li a::before{content: "";position: absolute;width: 100%;left: 0.2rem;bottom: -0.2rem;height: 100%;opacity: .1;z-index: -1;}
.rc-b li a::after{width: 100%;}
.rc-b li:nth-child(1) a::after,.rc-b li:nth-child(1) a::before{background: #6ba9e2;}
.rc-b li:nth-child(2) a::after,.rc-b li:nth-child(2) a::before{background: #e9c282;}
.rc-b li:nth-child(3) a::after,.rc-b li:nth-child(3) a::before{background: #25adc6;}
.rc-b li:nth-child(4) a::after,.rc-b li:nth-child(4) a::before{background: #e3965d;}
.rc-b li:nth-child(5) a::after,.rc-b li:nth-child(5) a::before{background: #5fd0c9;}
.rc-b li:nth-child(6) a::after,.rc-b li:nth-child(6) a::before{background: #d15151;}

.rc-b li span{display: flex;align-items: center;justify-content: center;width: 1.05rem;height: 1.05rem;background: rgba(255, 255, 255, 0.1);margin: 0 auto .3rem;border-radius: 50%;}
.rc-b li span::after{width: auto;height: auto;top: -0.07rem;right: -0.07rem;bottom: -0.07rem;left: -0.07rem;border-radius: 50%;border: 1px solid rgba(255, 255, 255, 0.1);}
.rc-b li .img2{display: none;}
.rc-b li p{font-size: 0.24rem;color: #fff;line-height: 1.3;}
.rc-b li span img{max-width: 0.58rem;max-height: 0.58rem;}

@media(min-width: 1025px){	
  .rc-b li a:hover span{background: #fff;}
  .rc-b li a:hover .img1{display: none;}
  .rc-b li a:hover .img2{display: block;}
  .rc-b li a:hover::before{z-index: 1;background: #fff !important;opacity: .3;}
  .rc-b li:nth-child(1) a:hover::before{border: 1px solid #6ba9e2;}
  .rc-b li:nth-child(2) a:hover::before{border: 1px solid #e9c282;}
  .rc-b li:nth-child(3) a:hover::before{border: 1px solid #25adc6;}
  .rc-b li:nth-child(4) a:hover::before{border: 1px solid #e3965d;}
  .rc-b li:nth-child(5) a:hover::before{border: 1px solid #5fd0c9;}
  .rc-b li:nth-child(6) a:hover::before{border: 1px solid #d15151;}


}

@media(max-width: 1024px){	
  .rczp{padding: 0.4rem 0;}
  .ban .td{position: relative;}
  .rc-t{margin-bottom: 0.3rem;}
  .rc-t .left{width: 49%;}
  .rc-t .right{width: 49%;}
  .rc-b ul{margin: 0 -0.2rem;}
  .rc-b li{width: 33.3%;padding: 0 0.2rem;margin-bottom: 0.3rem;}
  .rc-b li a::before{left: 0.1rem;bottom: -0.1rem;}
}

@media(max-width: 768px){	
  .rc-t .left{width: 100%;}
  .rc-t .right{width: 100%;margin-top: 0.3rem;}
  .rc-b ul{margin: 0 -0.15rem;}
  .rc-b li{width: 33.3%;padding: 0 0.15rem;}
  .rc-b li p{font-size:.2rem;}
  .rc-b li span{width:.8rem;height:.8rem;}
  .ban .td .con p{font-size:.16rem;}
  .ban .td .a span{font-size:.2rem;}
  .rc-b li span img{max-width: 0.45rem;max-height: 0.45rem;}
  .rc-b li a{height:2rem;padding-top:.2rem;}
}
@media(max-width: 600px){	
  .rc-b li{width: 50%;}
}

/* 医院历史 */
.lsyg2{overflow:hidden;}
.lsbg2{background: url(../images/ny/lsbg3.jpg) no-repeat bottom/cover;}
.ls-con .img img{width: 100%;}
.ls-t{padding: 0rem 0.3rem 0 2rem;}
.lsbg2 .ls-t::after{width: 1.3rem;height: 39.94rem;bottom: auto;top: -1.3rem;background: url(../images/ny/ls-line.png) no-repeat;background-size: 100% 100%;left: .3rem;}
.ls-t .item{margin-bottom: 0.2rem;}
.ls-t .item .tim{position: relative;display: flex;align-items: center;}
.ls-t .item span{width: 0.3rem;position: absolute;top: 50%;transform: translateY(-50%);}
.ls-t .item span::after{height: 1px;border-bottom: 1px dashed #033886;bottom: 50%;left: 100%;opacity: .4;}
.ls-t .item p{font-size: 0.24rem;color: #333;font-weight: bold;padding: 0 0.05rem;}
.ls-t .item .span{background: #70bce3;padding: 0.05rem 0.05rem;color: #fff;font-size: 0.2rem;}
.ls-t .item .span::after{left: 100%;width: 0.07rem;height: 0.16rem;background: url(../images/ny/ls-sj.png) no-repeat;background-size: 100% 100%;}
.ls-t .item span img{width:100%;}
.ls-t .item .font{margin: 0.2rem 0 0;}
.ls-t .item .cont{margin-bottom: 0.3rem;}
.ls-t .item>.cont{margin-top:-.3rem;}
.ls-t .item .cont *,.ls-t .item .cont p{font-size: 0.16rem  !important;color: #333;line-height: 0.28rem !important;font-weight: 600 !important;text-align: justify;text-indent: 0em !important;}

.ls-t .item  li{padding: 0 0.05rem;}
/*.ls-t .item  li .con{padding-top: 0.1rem;}*/
.ls-t .item  li h3{font-size: 0.14rem;color: #333;line-height: 0.28rem;}
.ls-b{justify-content: space-between;margin-top:-.3rem;}
.ls-b .left{width: 48%;}
.ls-b .right{width: 48%;}



.ls-t .item .slick-arrow{width: 0.2rem;height: 0.22rem;background-size: 100% !important;}
.ls-t .item .slick-prev{left: -0.3rem;background: url(../images/ny/ls-prev.png) no-repeat;}
.ls-t .item .slick-next{right: -0.3rem;background: url(../images/ny/ls-next.png) no-repeat;}

.lsyg2 .ls-t .item:nth-child(1) span{left: -1.8rem;}
.lsyg2 .ls-t .item:nth-child(2) span{left: -1rem;}
.lsyg2 .ls-t .item:nth-child(3) span{left: -1.6rem;}
.lsyg2 .ls-t .item:nth-child(4) span{left: -1.1rem;}
.lsyg2 .ls-t .item:nth-child(5) span{left: -1.5rem;}
.lsyg2 .ls-t .item:nth-child(6) span{left: -1.45rem;}
.lsyg2 .ls-t .item:nth-child(1) span::after{width: 1.3rem;}
.lsyg2 .ls-t .item:nth-child(2) span::after{width: .64rem;}
.lsyg2 .ls-t .item:nth-child(3) span::after{width: 1.36rem;}
.lsyg2 .ls-t .item:nth-child(4) span::after{width: .94rem;}
.lsyg2 .ls-t .item:nth-child(5) span::after{width: 1.1rem;}
.lsyg2 .ls-t .item:nth-child(6) span::after{width: 1.07rem;}


/* 医院文化 */
.wh-con{background: rgba(255,255,255,.6);}
.wh-con .ls-t{padding: 0.6rem 0.7rem 0;}
.yywh2 .ls-t::after{width: 2px;height: auto;bottom: 8rem;top: 1.3rem;background: #dfc9b3;left: 0rem;}
.yywh2 .ls-t .item span{left: -0.8rem;width: 0.24rem;}
.yywh2 .ls-t .item span::after{width: 0.4rem;background: #dfc9b3;border: none;height: 1px;}
.yywh2 .whli1 li .imged{padding-bottom: 125%;}
.yywh2 .ls-b .left{width: 68%;}
.yywh2 .ls-b .right{width: 30%;text-align: center;}
.yywh2 li{text-align: center;}
.whli2 ul{margin: 0 -0.07rem;}
.whli2 li{width: 33.33%;padding: 0 0.07rem;margin-bottom: 0.2rem;text-align: center;}
.whli3{justify-content: space-between}
.whli3 .left{width: 77.5%;}
.whli3 .right{width: 20%;}
.wli-1 li .con{position: absolute;top: 0.4rem;padding: 0 0.3rem;width: 100%;z-index: 10;}
.wli-2{padding: 0.55rem 0;}
.wli-2 li{margin: 0.1rem 0;}
.wli-2 li .con{display: none;}
.ls-t .item .wli-2 .slick-arrow{width: 0.5rem;height: 0.5rem;top: 0;left: 50%;transform: translate(-50%,0);right: auto;}
.ls-t .item .wli-2 .slick-prev{background: url(../images/ny/w-prev.png) no-repeat;background-size: 100% !important;}
.ls-t .item .wli-2 .slick-next{background: url(../images/ny/w-next.png) no-repeat;background-size: 100% !important;bottom: 0;top: auto;}

.ls-t .item h4{margin-top:0.25rem;margin-bottom: 0.15rem;color: #003176;font-size: 0.2rem;font-weight: bold;}

.yywh2 .ls-t .item>.cont { margin-top: 0rem;}
.yywh2 .ls-t .item .cont p {text-indent: 0;}
.yywh2  .ls-t .item .font{transform: translateY(0.3rem);margin: 0;}
.yywh2 .ls-b{margin: 0;}
.whli4{justify-content: space-between;margin-bottom: 0.35rem;}
.whli4 .left{width: 68%;}
.whli4 .right{width: 30%;}

.wli-3 li a{position: relative;display: block;}
.wli-3 li .con{width: 100%;padding: 0 1rem 0.2rem;z-index: 10;position: absolute;left: 0;bottom: 0;}
.ls-t .item .wli-3 li h3{color: #fff;}

.wli-3 li .imged::after{width: 100%;height: 30%;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));}
.ls-t .item .wli-3 .slick-arrow{top: auto;transform: translateY(0);bottom: 0.2rem;}
.ls-t .item .wli-3 .slick-prev{left: 0.3rem;background: url(../images/ny/w3-prev.png) no-repeat;background-size: 100%;}
.ls-t .item .wli-3 .slick-next{right: 0.3rem;background: url(../images/ny/w3-next.png) no-repeat;background-size: 100%;}
.wli-4 li{margin-bottom: 0.2rem;}

.whli5{justify-content: space-between;}
.whli5 .left{width: 35%;}
.whli5 .right{width: 64%;}
.whli5 .right ul{margin: 0 -0.1rem;}
.whli5 .right li{width: 50%;padding: 0 0.1rem;margin-bottom: 0.2rem;}



@media(min-width: 1025px){	
 
}
@media(max-width: 1024px){	
  .ls-b .left{width: 49%;}
  .ls-b .right{width: 49%;}
}

@media(max-width: 768px){	
  .ls-b .left{width: 100%;}
  .ls-b .right{width: 100%;margin-top: 0.3rem;}
  .ls-t{padding: 0rem;}
  .ls-t::after{display: none;}
  .ls-t .item span{left: auto !important;position: relative;top: auto;transform: translateY(0px);}
  .ls-t .item span::after{width: 0.5rem !important;}
  .ls-t .item .tim p{padding: 0 0.05rem 0 0.55rem;}
  .ls-t .item .font{width:2rem;}
  .lsli2{padding:0 .3rem;}
  .ls-t .item .slick-prev{left: 0rem;background: url(../images/ny/ls-prev.png) no-repeat;}
  .ls-t .item .slick-next{right: 0rem;background: url(../images/ny/ls-next.png) no-repeat;}
  .ls-t .item li h3{font-size:.14rem !important;}
  .ls-t .item p{font-size: 0.2rem;}
  /*  */
  .wh-con .ls-t{padding: 0.3rem 0.2rem;}
  .yywh2 .ls-b .left{width: 100%;}
  .yywh2 .ls-b .right{width:100%;}
  .whli2 li{width: 50%;}
  .whli3 .left{width: 100%;}
  .whli3 .right{width: 100%;}
  .wli-2{padding: 0rem 0.45rem;}
  .ls-t .item .wli-2 .slick-arrow{width: 0.4rem;height: 0.4rem;top: 50%;left: 0%;transform: translate(0%,-50%) rotate(-90deg);right: auto;}
  .ls-t .item .wli-2 .slick-prev{left: 0;}
  .ls-t .item .wli-2 .slick-next{bottom: auto;top: 50%;right: 0;left: auto;}
  .yywh2 .ls-t .item .font{padding-left: 0.2rem;transform: translateY(0.15rem);width: 3rem;}
  .yywh2  .ls-t .item>.cont{margin: 0 0 .25rem;}
  .whli4 .left{width: 100%;}
  .whli4 .right{width: 100%;margin-top: 0.3rem;}
  .whli5 .left{width: 100%;}
  .whli5 .right{width: 100%;margin-top: 0.3rem;}
  .yywh2 .ls-t .item span::after{width: .2rem !important;}
}


@media(min-width: 1025px){	
 
}
@media(max-width: 1024px){	
 
}

@media(max-width: 768px){	


}


/* 三级栏目展开 */
.inner{min-height: 7rem;}

/* 翻页 */
.j_pages{margin: 0.3rem auto 0;text-align: center;}
.j_pages .box{display:inherit;width:100%;padding: 0;font-size: 0;}
.j_pages a{padding: 0px 0.16rem;height: 0.4rem;line-height: 0.4rem;display:inline-block;background: #fff;margin: 0 0.03rem;color: #919191;font-size: 0.14rem;box-sizing: border-box;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius: 0.04rem;border: 1px solid #dadbdd;margin-bottom: .15rem;}
.j_pages a font{ padding:0 0.1rem}
.j_pages .on{background: #003176;color: #fff;}
.j_pages a:hover{background: #003176;color:#fff!important;}
.j_pages span{color:#919191; padding: 0px 0.16rem;height: 0.4rem;line-height: 0.4rem;display:inline-block; font-size:0.14rem;}
.j_pages input{color:#919191;padding: 0px 0.16rem;height: 0.4rem;line-height: 0.4rem;display:inline-block;font-size:0.14rem;background:#f6f6f6;border:none;cursor:pointer;border-radius: 0;transition: 0.6s;}
.j_pages input[type="text"]{ width:0.4rem; padding:0; text-align:center}
.j_pages input[type="submit"]:hover{ background: #003176; color:#fff}
.j_pages .qd{background: #003176;color: #fff;border-radius: 0.05rem;height: 0.3rem;line-height: 0.3rem;}

@keyframes round_animate {
    to {
        transform: rotate(1turn);
       }
   }
/* 三级导航 */
.san-nav{width: 100%;background: #f7f7f7;margin-bottom: .3rem;display: none;}
.san-nav ul{display: flex;justify-content: center;align-items: flex-end;flex-wrap: wrap;}
.san-nav li{/* height: 0.8rem; */display: flex;align-items: flex-end;padding:0 .3rem;}
.san-nav a{display: inline-block;/* margin: 0 0.4rem; */font-size: 0.16rem;color: #a9a9a9;display: flex;align-items: center;height: 0.5rem;}
.san-nav a::after{height: 0.02rem;left: 0;background: rgba(0,0,0,0);width:100%}
.san-nav a.on::after{background: #003176;}
.san-nav a:hover,.san-nav a.on{color: #003176;}



@media screen and (max-width: 1200px) {
    
}
@media screen and (max-width: 1024px) {
    .inner_left,.inner_right .lm_top .adress{display: none;}
	.inner_right{width: 100%;padding-left: 0;}
	.wrap_ph{display: block;/* background: #e2effa; */}
	.inner{padding: 0.3rem 0 .3rem !important;}
	.page{margin:.25rem 0 0;}
  .local h2,.ejlm_pc,.ban .h3 h3{display: none;}
  .san-nav{display: block;}
  .local{margin-bottom: 0.2rem;}
  .ban .h3 .wp{justify-content: flex-end;}
  .adress{padding: 0.1rem 0 0;color: #333;}
  .adress a,.adress p{/* color: #333; */}
  .ban .h3{/* position: relative; */bottom: .15rem;}
  .tit p{font-size: 0.26rem;}
  .tit{margin-bottom:.2rem;}
}
@media screen and (max-width: 768px) {
  .j_pages{margin: 0.1rem auto 0;}
  .txt1{font-size: 0.2rem !important;}
  .p1{font-size: 0.16rem !important;}
  .tit-c h3{font-size: .24rem;}

}
@media screen and (max-width: 600px) {
   .tit p{transform: translateX(0);}
}
.pb_sys_common{
   line-height:30px !important;
}
.pb_sys_style1 .p_no_d{

    border: 1px solid #003176 !important;
    color: #fff;
    background-color: #003176 !important;
}


    