@charset "utf-8";
/* common */
.ban{position: relative;}
.ban .imged{padding-bottom: 30%;}
.ban .imged::after{width: 100%;height: 20%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 7%, rgba(0, 152, 167, 0) 84%);}

.ban .h3{position: absolute;bottom: 5%;left: 0;width: 100%;z-index: 10;}
.ban .h3 h3{color: #fff;font-size: 0.4rem;margin-bottom: 0.1rem;font-family: sy;}
.ban .h3 p{color: #fff;font-size: 0.18rem;color: #fff;line-height: 0.32rem;opacity: .8;width: 70%;}


/*  */
.ejlm_pc{width: 100%;z-index: 10;margin-bottom: .7rem;}
.nav-t{border-bottom: 1px solid #ddd;align-items: center;min-height: 0.7rem;}
.ejlm_pc ul{align-items: center;flex: 1;min-width: 0;}
.ejlm_pc li{position: relative;height: 0.8rem;align-items: center;display: flex !important;justify-content: center;}
.ejlm_pc li a{color: #999;transition: 0.5s;font-size: .2rem;display: inline-block;line-height: 0.8rem;font-family: sy;border-bottom: 0.05rem solid transparent;position: relative;}
.ejlm_pc li::after{bottom: auto;top: 50%;transform: translateY(-50%);width: 0.04rem;height: 0.29rem;background: url(../images/nav-r.png) no-repeat;background-size: 100% 100%;content:"";position:absolute;}
.ejlm_pc li.slick-current::after{display: none;}


.ejlm_pc .sub {position: absolute;top: 99%;background: rgb(255, 255, 255);width: auto;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-left: 0;}
.ejlm_pc .sub a:hover{background:#9F2528;color: #fff;}
.ejlm_pc ul li.active >a,.ejlm_pc ul li:hover>a{
    color: #9F2528;border-bottom: 0.05rem solid #9F2528;
}
.ejlm_pc .slick-arrow{width: 0.28rem;height: 0.28rem;background-size: 100% 100% !important;}
.ejlm_pc .slick-prev{background: url(../images/n-prev.png) no-repeat;left: -0.5rem;}
.ejlm_pc .slick-next{background: url(../images/n-next.png) no-repeat;right: 0rem;}
.ejlm_pc .slick-arrow:before{display:none;}
.ejlm_pc .slick-track{margin:0;}

/* 手机内页二级导航 */
.wrap_ph{padding-bottom: 0.3rem;display: none;}
.wrap_ph h2{width:100%;color:#fff;height: 0.6rem;line-height: 0.6rem;font-size: 0.26rem;padding: 0 0.2rem;background: #9F2528;}
.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 h3{position: relative;padding: 0.05rem 0;}
.wrap_ph li.active a{color: #9F2528;}
.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: #9F2528;}

.inner {padding: 0rem 0rem 3rem;position: relative;overflow: hidden;background: url(../images/ny-bg.png) no-repeat bottom;background-size: 100%;}
.common{padding-bottom: 0.5rem;}
.inner .wp{width:14rem;}
.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: #9F2528;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: #9F2528;}

.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: #9F2528;bottom: -0.26rem;}

.adress {font-size: 0.16rem;position:relative;/* width: 4.5rem; */display: flex;flex-wrap: wrap;justify-content: flex-end;padding-left: .35rem;}
.adress p{padding-left: .2rem;line-height: 0.26rem;font-size: .16rem;color: #999;}
.adress a {font-size: 0.16rem;color: #999;transition: 0.5s;display: inline-block;padding: 0 .05rem;}


/* 新闻列表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: #695290;}
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:#695290;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: #695290;}
	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;}
}





/* 通知公告 */

.tzgg li{margin-bottom: 0.4rem;}
.tzgg li a{padding: 0rem 0.3rem;border: 1px solid #F0D8B9;align-items: center;height: 1.6rem;}
.tzgg li *{transition: 0.5s;}
.tzgg li a::after{background:url(../images/tzbg.jpg) no-repeat center/cover;opacity: 0;border-bottom:0.03rem solid #9F2528;box-shadow: 0rem 0.04rem 0.2rem 0px rgba(0, 0, 0, 0.15);width: auto;left: -1px;right: -1px;}

.tzgg li .date{padding-right: 0.3rem;background: url(../images/tzline.png) no-repeat right center/0.08rem 0.77rem;padding-bottom: .17rem;}
.tzgg li .con{padding: 0 0.45rem 0 0.3rem;flex: 1;min-width: 0;}              
.tzgg li .con::after{width: 0.56rem;height: 0.56rem;background: url(../images/tz-xq.png) no-repeat;background-size: 100%;opacity: 0;left: auto;right: 0;top: 50%;transform: translateY(-50%);}
.tzgg li span{display: block;color: #888;font-size: 0.16rem;font-family: Cardo;line-height: 1.1;}
.tzgg li p{font-size: 0.28rem;color: #9F2528;margin-top: 0.1rem;font-family: Cardo;}
.tzgg li h3{font-size: 0.18rem;color: #333;line-height: 0.36rem;margin-bottom: 0.1rem;font-family: 'sy';}
.tzgg li p i{display: inline-block;font-style: normal;font-size: 0.2rem;padding: 0 0.03rem 0 0.03rem;font-family: Cardo;}

@media(min-width: 1024px){  
  .tzgg li a:hover::after{opacity: 1;}
  .tzgg li a:hover h3{color: #9F2528;}
  .tzgg li a:hover .con::after{opacity: 1;}
}
@media screen and (max-width: 1024px) {
  .tzgg ul{padding-bottom: 0rem;}
}
@media screen and (max-width: 768px) {
  .tzgg li{width: 100%;}
  .tzgg li a{padding: .2rem;height: auto;}
  .tzgg li h3{margin-bottom: 0.1rem;}
  .tzgg li .date{width: .9rem;padding-right: .15rem;}
  .tzgg li .con{padding-left: 0.1rem;}  
  .tzgg li .date span{font-size: 0.24rem;}           
  .tzgg li .date p{font-size: 0.14rem;}           

}

/* 学院新闻 */
.newlist li{/* margin-bottom: .27rem; */}
.newlist li a{padding: .5rem 0.3rem;align-items: center;background: url(../images/newline.png) no-repeat bottom;background-size: 100%;}
.newlist li a::after{background:url(../images/newbg.jpg) no-repeat center/cover;opacity: 0;border-bottom:0.03rem solid #9F2528;box-shadow: 0rem 0.04rem 0.2rem 0px rgba(0, 0, 0, 0.15);width: auto;left: -1px;right: -1px;}
.newlist li .pis{width: 3.6rem;padding: 0 0.3rem;}
.newlist li .con{flex: 1;min-width: 0;}

.newlist li .con::after{width: 0.56rem;height: 0.56rem;background: url(../images/tz-xq.png) no-repeat;background-size: 100%;opacity: 0;left: auto;right: 0;top: 50%;transform: translateY(-50%);}
.newlist li span{display: block;color: #888;font-size: 0.16rem;font-family: Cardo;line-height: 1.1;}
.newlist li p{font-size: 0.28rem;color: #9F2528;margin-top: 0.1rem;font-family: Cardo;}
.newlist li h3{font-size: 0.22rem;color: #333;line-height: 0.36rem;font-family: 'sy';}
.newlist li h4{font-size: 0.16rem;line-height: 0.26rem;color: #808080;margin-top: 0.18rem;}
.newlist li p i{display: inline-block;font-style: normal;font-size: 0.2rem;padding: 0 0.03rem 0 0.03rem;font-family: Cardo;}




@media(min-width: 1024px){
  .newlist li a:hover::after,.newlist li a:hover .con::after{opacity: 1;}
  .newlist li a:hover h3{color: #9F2528;}
  .newlist li a:hover .con{padding-right:.7rem;}
}
@media screen and (max-width: 1024px) {
 .newlist li a{padding: .2rem 0;}
}
@media screen and (max-width: 768px) {
  .newlist li .pis{width: 2.6rem;padding: 0 0.2rem;}
  .newlist li p{font-size: 0.22rem}
}
@media screen and (max-width: 480px) {
  .newlist li .pis{width: 100%;margin-bottom: 0.25rem;order: -1;padding: 0;}
  .newlist li .con{padding-left: 0.2rem;}
}

/*  内容页*/
.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.28rem;color: #333;line-height: 1.5;margin: 0rem 0 .25rem;text-align: center;font-weight: bold;}
.article .conttime{padding: 0rem 0 .3rem;margin-bottom: 0.45rem;text-align: center;border-bottom: 1px dashed #D9B78B;display: flex;justify-content: center;flex-wrap: wrap;}
.article .conttime span{font-size: 0.18rem;color: #333;padding: 0 0.1rem;align-items: center;}
.article .conttime span img{display:inline-block;margin-right:.1rem;width:.24rem;}
.article .cont p{font-size: 19px !important;color: #333 !important;line-height: 2 !important;margin-bottom: .2rem;text-indent: 2em;background: none !important;word-break: break-all;text-align: justify;}
.article .cont table{    margin: 0 auto !important;  max-width: 100%;width: 100%;border-collapse: collapse;}
.article .cont p span{font-size: 0.18rem !important;color: #333 !important;line-height: 2 !important;}
.article .cont p img,.article .cont p video{height: auto !important;display: block;margin: 10px auto;max-width: 100% !important;}
.article .cont p span img { display: inline;margin: 0;}

.article .cont table p{text-indent: 0 !important;margin-bottom: 0;}

.article .cont table td {
    padding: 5px 10px;
    border: 1px solid #333;
}

.article  .share{justify-content: flex-end;padding: 0.15rem 0 0.35rem;font-size: 0.16rem;color: #333;}


.new_miew{padding: 0.2rem 0rem;}
.new_miew p{font-size: 0.18rem;color: #333;line-height: 1.6;margin-bottom: 0.12rem;padding: 0.1rem 0rem;overflow: hidden;}


.new_miew p a{transition: 0.5s;display: initial;}
.new_miew p:hover a{color: #9F2528;}
.inn-b{position:relative;z-index:2;bottom: 0;display: none;}
.inn-b img{width: 100%;/* margin-top: 0.5rem; */}
.inner.on .inn-b{position:absolute;}
.footer.modulefixedbottom{/* position:fixed; *//* bottom:0; */}

@media(max-width: 1024px){	
    .new_miew{/* margin-top: .3rem; */}
    .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: #9F2528;}
}
@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: #9F2528;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: #9F2528;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:  no-repeat;background-size: 100% 100%;}
.zzjg li h3::after{width: 100%;opacity: 0;background: #9F2528;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:  no-repeat right center;background-size: 0.11rem !important;width: 100%;}
.zzjg li a::after{width:0.05rem;height: 0.05rem;background: #9F2528;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:   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%;}
}





/* 师资队伍 */

.szlist ul{margin: 0 -0.2rem 0.4rem;}
.szlist li{width: 25%;padding: 0 0.2rem;margin-bottom: 0.1rem;}
.szlist li .con{padding: 0.25rem 0 0;height: 1.1rem;}
.szlist li h3{font-size: 0.2rem;color: #333;align-items: flex-end;margin-bottom: 0.15rem;}
.szlist li span{display: inline-block;padding-left: 0.25rem;font-size: 0.16rem;color: #333;}
.szlist li p{font-size: 0.14rem;color: #999;line-height: 0.26rem;word-break: break-all;}
.szlist li .imged{padding-bottom: 135%;}


@media(min-width: 1025px){
  .szlist li a:hover h3{color: #9F2528;}
}
@media screen and (max-width: 1200px) {
  .szlist ul{margin: 0 -0.2rem 0.2rem;}
  .szlist li{width: 25%;padding: 0 0.2rem;}
  .szlist li span{padding-left: .1rem;}
}
@media screen and (max-width: 1024px) {
  .szlist ul{margin: 0 -0.1rem 0.2rem;}
  .szlist li{width: 25%;padding: 0 0.1rem;}
}
@media screen and (max-width: 768px) {
  .szlist li{width: 33.3%;}
}
@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 #9F2528;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:   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: center;background: url(../images/szbg.png) no-repeat;
box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0, 0, 0, 0.1);margin-bottom: 0.35rem;padding: 0.6rem;background-size: 100% 100%;}
.xzjj .fl01 .scale {width: 3.2rem;}
.xzjj .fl01 .con{width: calc(100% - 3.2rem);padding: 0 2.7rem 0 0.7rem;}
.xzjj .fl01 h3{font-size: 0.16rem;color: #333;padding-bottom: 0.25rem;margin-bottom: 0.3rem;background: url(../images/szline.png) no-repeat bottom;background-size: 100%;}
.xzjj .fl01 h3 b{display: inline-block;padding-right: 0.2rem;font-size: 0.3rem;font-weight: bold;}

.xzjj .fl01 dt, .xzjj .fl01 p{font-size: 0.18rem;line-height: 0.3rem;color: #333;padding-left: 0.25rem;background: url(../images/szli.png) no-repeat left  top 0.08rem;margin-bottom: 0.2rem;background-size: .15rem .15rem;}
 
.xzjj .fl01 p span{font-size: 0.18rem;}
.xzjj .fl01 .imged{padding-bottom: 125%;}

@media(min-width: 1200px){	
 
}

@media(max-width: 1024px){	
  .xzjj .fl01 h3 b{ font-size: 0.26rem;}

}
@media(max-width: 768px){	
  .xzjj .fl01{padding:.2rem;background: #fff;border: 0.6px solid #D4AA76;}
  .xzjj .fl01 .scale {width: 3.2rem;margin: 0 auto .25rem;}
  .xzjj .fl01 .con{width: 100%;padding: 0 0.25rem;}

 
}
/* 校园风景 */
.xyjs::after{width: 21.28rem;height: 9.18rem;background:  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: #9F2528;opacity: 1;display: none;}
.xyjs .xy1 .slick-prev{left: -.7rem;background:  no-repeat;background-size: 100%;}
.xyjs .xy1 .slick-next{right: -.7rem;background:  no-repeat;background-size: 100%;}
/* .xyjs .xy1 .slick-arrow:hover{background: #9F2528;}
.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) {
  
}
/* 历史沿革 */
.lsbg{background: url(../images/lsbg.png) no-repeat top;background-size: 100%;}
.lsyg h3{justify-content: center;align-items: center;font-family: sy;margin-bottom: 0.7rem;font-size: .24rem;color: #333;}
.lsyg h3 img{display: inline-block;margin-right: 0.1rem;}
.ls-s{padding: 0 .4rem 0 .4rem;}
.lsyg li{display: flex !important;flex-wrap: wrap;height: 8.9rem;align-items: flex-start;}
.lsyg li a{display: block;padding: 0.2rem 0 0.7rem 0.2rem;height: 3.5rem;}
.lsyg li a::after{width: 0.08rem;height: 3.56rem;background: url(../images/ls-line.png) no-repeat;background-size: 100% 100%;}

.lsyg li *{transition: 0.5s;}
.lsyg li span{font-size: 0.26rem;color: #9F2528;line-height: 0.3rem;
font-family: Canela Web;}
.lsyg li .img{margin-top: 0.3rem;}
.lsyg li .con{padding-top: 0.25rem;}
.lsyg li p{font-size: 0.16rem;line-height: 0.26rem;color: #333;}



@media screen and (min-width: 1025px) {
.lsyg .ls-s::after{width: 100%;height: 2.84rem;background: url(../images/ls-bg.png) no-repeat;background-size: 100% 100%;bottom: 3.15rem;}
.lsyg .ls-s li.slick-current{transform:translateY(.35rem);}
.lsyg .ls-s li.slick-current+li,.lsyg .ls-s li.slick-current+li+li+li{align-items: flex-end;}
.lsyg .ls-s li.slick-current+li+li+li a{padding: 0.7rem 0 0rem 0.2rem;transform: translateY(-.1rem);}
.lsyg .ls-s li.slick-current+li a::after,.lsyg .ls-s li.slick-current+li+li+li a::after{transform: rotateX(180deg);}
.lsyg .ls-s li.slick-current+li a{transform: translateY(-2.1rem);padding: .9rem 0 0rem 0.2rem;}
.lsyg .ls-s li.slick-current+li{padding-top: 0.35rem;}
.lsyg .ls-s li.slick-current+li+li{padding-top: .95rem;transform: translateX(.3rem);}
.lsyg .ls-s li.slick-current+li+li+li+li{padding-top: 0.05rem;}
.lsyg .ls-s li.slick-current+li+li+li+li a{transform: translateX(0rem);}
}
@media screen and (max-width: 1024px) {
 .lsyg li{height: auto;}
.ls-s{padding: 0;}
}
@media screen and (max-width: 768px) {
 .lsyg li{padding: 0 0.1rem;}
 .lsyg li span{font-size: 0.22rem;}
}

/* xxjj */
.xxjj .fl01{padding: 0 0 1rem;justify-content: space-between;}
.xxjj .fl01 h3{width: 100%;justify-content: center;margin-bottom: 0.65rem;font-size: 0.4rem;color: #333;font-family: sy;padding-bottom: 0.3rem;display: flex;}
.xxjj .fl01 h3::after{width: 1rem;height: 0.02rem;background: #9F2528;left: 50%;transform: translateX(-50%);}
.xxjj .left{width: 48%;}
.xxjj .right{width: 47%;}
.xxjj .left img{width: 100%;}
.xxjj .cont p{font-size: 0.18rem !important;line-height: 1.7!important;color: #333 ;text-indent: 2em;text-align: justify;margin-bottom: 0.3rem;}
.xxjj .cont{width: 100%;padding-bottom: 0.25rem;}
.xxjj .fl01 .right h4{font-weight: bold;color: #333;font-size: 0.22rem;line-height: 1.5;text-indent: 2em;margin-bottom: .4rem;}
.xxjj .fl01 .right .img{padding-top:.3rem;}
.xxjj .fl02{padding: 0.8rem 0 0rem;margin-bottom: 0;z-index: 2;}
.xxjj .fl02::after{width: 100%;height: auto;background: url(../images/jjbg2.jpg) no-repeat;background-size: cover;bottom: 0.6rem;top: 0%;}
.xxjj .fl02 .wp{justify-content: space-between;align-items: flex-start;}
.xxjj .fl02 .left{width: 48%;}
.xxjj .fl02 .right{width: 47%;}
.xxjj .fl02 .right img{width: 100%;}
.xxjj .fl02 .left .cont p{color: #fff;}
.jjbg::after{width: 100%;height: auto;top: -0.6rem;bottom: -2rem;background: url(../images/jjbg.jpg) no-repeat botom;background-size: cover;}
.jjbg .fl03{padding: 1rem 0;}
.jj-s{padding: 0.7rem 0.3rem;background: url(../images/jjbg3.png) no-repeat;background-size: 100% 100%;}
.jj-s li .a{text-align: center;width: 100%;background: url(../images/jjline.png) no-repeat left center;background-size: 0.08rem 0.87rem;}
.jj-s li span{color: #9F2528;
font-family: Canela Web;
font-size: 0.56rem;display: block;
}
.jj-s li p{font-size: 0.18rem;color: #333;line-height: 1.5;margin-top: 0.1rem;}
.jj-s .slick-current .a{background: none;}
.jj-s .slick-dots{bottom: 0.2rem;width: 100%;}
.jj-s .slick-dots li{width: 0.09rem;height: 0.09rem;background: url(../images/jj-c1.png) no-repeat;margin: 0 0.05rem;background-size: 100% !important;}
.jj-s .slick-dots li.slick-active{background: url(../images/jj-c2.png) no-repeat;background-size: 100% !important;}
.jj-s .slick-dots li button{display: none;}


@media screen and (min-width: 1200px) {
  
}
@media screen and (max-width: 1024px) {
  .xxjj .fl01{padding: 0 0 0.4rem;}
  .jjbg .fl03{padding: .3rem 0;}
  .xxjj .fl01 .left,.xxjj .fl02 .left{width: 100%;}
  .xxjj .fl01 .right,.xxjj .fl02 .right{width: 100%;margin-top: 0.2rem;}
  .xxjj .cont p{margin-bottom: .1rem;}
  .xxjj .fl01 h3{font-size: 0.24rem;margin-bottom: .25rem;}
  .jj-s li span{font-size: 0.4rem;}
	.xxjj .fl02{padding:.3rem 0 0;}

}
@media screen and (max-width: 768px) {
  .jj-s li span{font-size: 0.3rem;}
  .xxjj .fl01 .right h4{font-size:.2rem;}
  .jj-s{padding:.25rem;border:1px solid #9F2528;background:none;}
  .jj-s li .a{padding:0 .15rem;}
  .jj-s .slick-dots{bottom: 0rem;}
}


/* 机构设置 */

.jgsz h3{width: 100%;height: 1rem;display: flex;align-items: center;justify-content: center;background: url(../images/jgbg.png) no-repeat;background-size: 100% 100%;}
.jgsz h3 span{color: #fff;padding:0 0.15rem;font-family: sy;font-size: 0.3rem;}



.jgsz ul{padding: 0.25rem 0.25rem;background: #fff;box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0, 0, 0, 0.1);}
.jgsz li{width: 33.3%;padding: 0 0.25rem;}
.jgsz li a{line-height: 0.34rem;transition: 0.5s;display: flex;padding: 0 0rem 0 0.2rem;width: 100%;height: 0.95rem;align-items: center;background: url(../images/jgline.png) no-repeat bottom;background-size: 100%;}
.jgsz li h4{font-size: 0.18rem;color: #333;font-family: sy;/*padding-left: 0.25rem;background: url(../images/szli.png) no-repeat left top 0.12rem;*/line-height: 2;}


@media(min-width: 1025px){	
  .jgsz li a:hover h4{color: #9F2528}
}
@media(max-width: 1024px){	
  .jgsz ul{padding: 0.2rem 0 0.1rem;}
  .jgsz li{width: 50%;padding: 0 0.1rem;}

}

@media(max-width: 768px){
  .jgsz li{width: 100%;}	
  .jgsz li a{height: auto;padding: 0.2rem;}
  .jgsz h3{height: 0.8rem;}
  .jgsz h3 span{font-size: 0.24rem;}
  .jgsz h3 img{width: 0.5rem;}
}

/* 学校领导 */
.xxld{padding: 0 10%;}
.xxld ul{margin: 0 -.3rem;/* justify-content: center; */}
.xxld li{padding: 0 .3rem;margin-bottom: 0.5rem;width: 50%;}
.xxld li a{display: flex;position: relative;align-items: center;background: #f2f2f2;}
.xxld li .scale{width:2.3rem;}
.xxld li .imged{padding-bottom: 135%;}
.xxld li .con{width: 100%;padding: 0.2rem 0.1rem 0;/* text-align: center; */flex:1;min-width:0;padding-left:.2rem;}
.xxld li p{color: #695290;font-size: 0.2rem;font-weight: bold;line-height: 0.26rem;margin-bottom: 0.2rem;}
.xxld li span{font-size: 0.16rem;color: #333;line-height: 0.26rem;max-height: 0.78rem\0;}
.xxld .ld2 ul{margin: 0 -0.6rem;}
.xxld .ld2 li{padding: 0 0.6rem;}


@media(min-width: 1025px){	

}
@media(max-width: 1024px){	
  .xxld{padding-bottom: 0rem;}
  .xxld ul{margin: 0 -.2rem;}
  .xxld li{padding: 0 .2rem;/* margin-bottom: 0; */}
  .xxld .ld2 ul{margin: 0 -0.2rem;}
  .xxld .ld2 li{padding: 0 0.2rem;}
}

@media(max-width: 768px){	
  .xxld ul{margin: 0 -.1rem;}
  .xxld li{padding: 0 .1rem;width: 100%;}
  .xxld .ld2 ul{margin: 0 -0.1rem;}
  .xxld .ld2 li{padding: 0 0.1rem;}
}
@media(max-width: 600px){	

}
/* 师资队伍-文字 */
.szdw .szcon{padding-bottom: 0.88rem;}
.szdw .szcon h3{font-size: 0.34rem;font-family: sy;padding-bottom: 0.2rem;margin-bottom: 0.4rem;}
.szdw .szcon h3::after{height: 0.29rem;background: url(../images/sz-bg1.png) no-repeat bottom;background-size: 100% !important;width: 100%;}
.szdw .szcon h3.line2::after{background: url(../images/sz-bg2.png) no-repeat bottom;}

.szdw .szcon li{width: 20%;margin-bottom: 0.2rem;font-size: 0.2rem;color: #333333;}
.szdw .szcon li a{display: inline-block;padding: 0 0.35rem 0.15rem 0;transition: .55s;border-bottom: 1px solid transparent;}
.szdw .szcon li a::after{background: url(../images/sz-xq.png) no-repeat;background-size: 100% 100% !important;opacity: 0;left: auto;right: 0.1rem;bottom: 0.25rem;width: 0.12rem;height: 0.04rem;}


@media(min-width: 1025px){	
.szdw .szcon li:hover a{color: #D9B78A;border-bottom: 1px solid #D9B78A;}
.szdw .szcon li:hover a::after{opacity: 1;}
}

@media(max-width: 1024px){	
  .szdw .szcon{padding-bottom: 0.25rem;}
  .szdw .szcon h3{font-size: 0.3rem;}
  .szdw .szcon li a{padding: 0;}
}

@media(max-width: 768px){	
 .szdw .szcon li{width:33.3%;}
  .szdw .szcon h3{font-size: 0.22rem;}
}
@media(max-width: 600px){	
 .szdw .szcon li{width:50%;}
}
/* 学校标识 */
.xxbs .xxli{margin-bottom: 1rem;}
.xxbs .xxli h3{padding: 0 0 0.15rem 0.15rem;background: url(../images/bs.png) no-repeat bottom;background-size: 100% 100%;margin-bottom: 0.5rem;}
.xxbs .xxli h3 span{align-items: center;font-family: sy;font-size: 0.24rem;}
.xxbs .xxli h3 span img{display: inline-block;margin-right: 0.1rem;width: 0.15rem;}
.xxbs .xxli .con {text-align: center;}


@media(min-width: 1025px){	

}
@media(max-width: 1024px){	
  .xxbs .xxli{margin-bottom: .3rem;}
  .xxbs .xxli h3{margin-bottom: 0.3rem;}
}

@media(max-width: 768px){	
 .xxbs .xxli h3 span{font-size: 0.22rem;}
}
/* 现任领导 */
.jgsz dl{padding: 0.25rem 0.65rem 1rem;background: #FFFFFF;
box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0, 0, 0, 0.1);justify-content: space-between;}
.jgsz dt{width: 48%;background: url(../images/ldline.png) no-repeat bottom;background-size: 100%;padding: 0 0.25rem;height: 1.04rem;align-items: center;}
.jgsz dt span{display: block;width: 70%;color: #9F2528;font-size: 0.22rem;font-family: sy;line-height: 1.5;}
.jgsz dt p{font-size: 0.18rem;color: #333333;line-height: 2;}
.jgsz dt p a{display: inline-block;padding: 0 0.1rem;}

@media(min-width: 1025px){	
.jgsz dt p a:hover{color: #9F2528;}
}
@media(max-width: 1024px){	
  .jgsz dl{padding: 0.25rem;}
}

@media(max-width: 768px){	
 .jgsz dt{width: 100%;height: auto;padding: 0.15rem;}
 .jgsz dt span{font-size: 0.18rem;}
}
@media(max-width: 600px){	
.jgsz dt span{width: 100%;}
.jgsz dt p{width: 100%;}
}
/* 学校章程 */
.xxzc h3{text-align: center;font-weight: bold;font-size: 0.3rem;color: #333;margin-bottom: 0.3rem;}
.xxzc h5{font-size: 0.26rem;color: #333;margin-bottom: 0.3rem;text-align: center;}
.xxzc .cont p{text-align: justify;text-indent: 2em;font-size: 0.18rem;line-height: 2;margin-bottom: 0.2rem;color: #555;}
.xxzc .cont .img{text-align: center;}


@media(min-width: 1025px){	

}
@media(max-width: 1024px){	
  .xxzc h3{font-size: 0.24rem;}
  .xxzc h5{font-size: 0.2rem;}
}

@media(max-width: 768px){	
 
}
/* 图标列表 */
.icolist ul{margin: 0 -0.1rem;}
.icolist li{width: 25%;padding: 0 0.1rem;margin-bottom: 0.2rem;}
.icolist li a{height: 2rem;align-items: center;padding: 0 0.1rem 0 0.8rem;background: rgba(248, 243, 236, 0.5);}
.icolist li a::after{width: 100%;background: #FFFFFF;
box-shadow: 0px 0.04rem 0.2rem 0rem rgba(0, 0, 0, 0.1);opacity: 0;}
.icolist li span{width: 0.5rem;height: 0.5rem;display: flex;align-items: center;justify-content: center;}
.icolist li p{flex: 1;min-width: 0;padding-left: 0.2rem;font-size: 0.26rem;color: #871414;font-family: sy;line-height: 1.3;}



@media(min-width: 1025px){	
  .icolist li a:hover::after{opacity: 1;}
}
@media(max-width: 1024px){	
  .icolist li{width: 33.3%;}
  .icolist li a{height: 1.5rem;padding: 0 0.1rem 0 0.3rem;}
  .icolist li p{font-size: 0.22rem;}
}

@media(max-width: 768px){	
 .icolist li p{font-size: 0.2rem;}
  .icolist li{width: 50%;}
  .icolist li span{width: 0.35rem;height: 0.35rem;}
  .icolist li a{height: 1.2rem;}
}


@media(min-width: 1025px){	

}
@media(max-width: 1024px){	
}

@media(max-width: 768px){	
 
}

/* 三级栏目展开 */
.inner{min-height: 7rem;}

/* 翻页 */
.j_pages{margin:0.6rem 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: #9F2528;color: #fff;}
.j_pages a:hover{background: #9F2528;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: #9F2528; color:#fff}
.j_pages .qd{background: #9F2528;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: #9F2528;}
.san-nav a:hover,.san-nav a.on{color: #9F2528;}



@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: .3rem 0rem;}
  .common{padding-bottom: 0.3rem;}
	.page{margin:.25rem 0 0;}
  .local h2,.ejlm_pc,.ban .h3 h3{display: none;}
  .san-nav{display: none;}
  .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.3rem auto 0;}


}


.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    margin: 5px 0px 0px 5px !important;
}
.pb_sys_common .p_t {
    margin-top: 5px !important;
}

.pb_sys_style2 .p_no_d {
    border: 1px solid #91292c !important;
    background-color: #91292c !important;
}
 