@charset "utf-8";
/* common */

.ban{position: relative;}
.ban .imged {padding-bottom: 25%;}
.ban .imged::after{width: 100%;height: 50%;background: linear-gradient(0deg, rgba(0, 0, 0, 0.504) 0%, rgba(0, 0, 0, 0) 95%);}

.ban .wp{justify-content: space-between;align-items: center;}
.ban .h3{position: absolute;left: 0;bottom: 0rem;z-index: 10;width: 100%;padding-bottom: 0;}
.ban .h3::before{z-index: -1;width: 100%;height: 0.76rem;background: #f9f9f9;content: "";position: absolute;left: 0;bottom: 0;}


.ban h3{color: #fff;font-size: 0.3rem;line-height: 1.5;font-family: sy;width: 3rem;height: .76rem;}
.ban .ban-r{width: calc(100% - 3rem);height: 0.76rem;align-items: center;justify-content: space-between;}
.ban h3::after{width: 0.65rem;height: 0.77rem;left: -0.25rem;bottom: .2rem;}
.ban h3::before{content: "";position: absolute;width: auto;height: 1.1rem;background: #90002C;border-radius: 0 0.3rem 0 0;right: 0;left: -50vw;z-index: -1;bottom: 0;}
.local{margin-bottom: 0.5rem;}
.adress a,.adress{font-size: 0.16rem;color: #626E7B;}
.adress{line-height: 0.3rem;justify-content: flex-end;height: 0.5rem;align-items: center;}
.adress a{transition: .5s;}
.adress a:hover{color: #90002C;}

.ejlm_pc{/* width: 100%; */z-index: 100;padding-left: .2rem;display: flex;}
.ejlm_pc ul{align-items: center;}
.ejlm_pc ul li{height: 100%;padding: 0 0.2rem;position: relative;}
.ejlm_pc ul li>a{color: #333;transition: 0.5s;font-size: .22rem;min-height: 0.76rem;display: block;line-height: 0.76rem;border-bottom: 0.03rem solid rgba(0, 0, 0, 0);}

.ejlm_pc .sub {position: absolute;top: 100%;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:#90002C;color: #fff;}
.ejlm_pc ul li.active >a,.ejlm_pc ul li:hover>a{color: #90002C ;font-weight: bold;border-bottom: 0.03rem solid #90002C;}



/* 手机内页二级导航 */
.wrap_ph{margin-top: 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: #90002C;}
.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;}
.wrap_ph li a{transition:0.5s;display: block;color: #333;}
.wrap_ph{display: none;}
.wrap_ph li.active a{color: #90002C;}

.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: #90002C;}
.inner {padding: 0.3rem 0 .75rem;position: relative;    min-height: 6rem;}

/* 学院新闻 */
.newlist li{margin-bottom: 0.3rem;}
.newlist li *{transition: 0.5s;}
.newlist li a{padding: 0.2rem .5rem .2rem .2rem;align-items: center;border-radius: 0rem 0.3rem 0rem 0.3rem;background: #F2F5F9;}
.newlist li a::after{width: 100%;opacity: 0;background: #90002C;}

.newlist li .scale{width: 2.3rem;}
.newlist li .con{padding:0 .35rem;flex: 1;min-width: 0;}
.newlist li .date{text-align: center;padding-left: 0.4rem;border-left: 1px solid #ddd;}

.newlist li span{font-size: 0.3rem;color: #90002C;display: block;font-weight: bold;}
.newlist li p{font-size: 0.18rem;color: #9B9B9B;margin-top: 0.1rem;}

.newlist li h3{font-size: 0.2rem;color: #333;line-height: 0.3rem;}
.newlist li h4{font-size: 0.16rem;color: #888;line-height: .28rem;max-height: 0.56rem\0;margin: .2rem 0 0;}


@media(min-width: 1024px){
  .newlist li a:hover::after{opacity: 1;}
  .newlist li a:hover{background: #90002C;}
  .newlist li a:hover h3,.newlist li a:hover h4{color: #fff;}
  .newlist li a:hover h3{font-weight: bold;}
  .newlist li a:hover span{color: #fff;}
}
@media screen and (max-width: 1024px) {
	 .newlist li a{padding:.2rem;}
}
@media screen and (max-width: 768px) {
  .newlist li .scale{width: 2rem;}
  .newlist li .date{padding-left: 0.2rem;}
  .newlist li .con{padding:0 .2rem;}
  .newlist li span{font-size:.24rem;}
	
}
@media screen and (max-width: 420px) {
   .newlist li .scale{width: 100%;margin-bottom:.2rem;}
   .newlist li .con{padding-left:0;}
}
.page{margin: 0.4rem 0 0;}
.page img{margin: 0 auto;display: block;}
/* 通知公告 */
.tzgg ul{padding: 0.25rem 0.7rem;margin-bottom: 0.5rem;}
.tzgg ul::after{box-shadow: 0px -5px 0.22rem 0px rgba(0, 0, 0, 0.15);background: #FFFFFF;width: auto;left: -0.4rem;right: -0.4rem;}

.tzgg li{width: 100%;}
.tzgg li a{align-items: center;background:  no-repeat bottom;background-size: 100%;height: 1rem;}
.tzgg li *{transition: 0.5s;}
.tzgg li:last-child a{background: none;}
.tzgg li a::after{height: 1px;background: #3568CB;bottom: -1px;}

.tzgg li .date{width: .9rem;}
.tzgg li .con{width: calc(100% - .9rem);padding-left: 0.3rem;}              

.tzgg li .date span{display: block;color: #90002C;font-size: 0.28rem;font-family: Arial;line-height: 1.1;}
.tzgg li .date p{font-size: 0.18rem;color: #ccc;margin-top: 0.1rem;font-family: Arial;}
.tzgg li h3{font-size: 0.18rem;color: #333;line-height: 0.3rem;margin-bottom: 0.1rem;}
.tzgg li h4{font-size: 0.14rem;color: #ccc;line-height: 0.3rem;}




@media(min-width: 1024px){
  .tzgg li a:hover h3,.tzgg li a:hover h4{color: #90002C;}
  .tzgg li a:hover::after{width: 100%;}
  .tzgg li a:hover{background: none;}
}
@media screen and (max-width: 1024px) {
  .tzgg ul{padding: 0.25rem 0.25rem;margin-bottom: 0.2rem;}
  .tzgg ul::after{left: 0;right: 0;}
}
@media screen and (max-width: 768px) {
  .tzgg li{width: 100%;margin-bottom: 0rem;}
  .tzgg li a{height: auto;padding: .2rem;}
  .tzgg li h3{margin-bottom: 0.1rem;}
}

/* 师资列表 */
.xrld ul{justify-content: space-between;}
.xrld li{width: 47%;margin-bottom: .6rem;}
.xrld li a{align-items: center;background: #fff;box-shadow: 0px 0.1rem 0.3rem 0px rgba(69, 10, 66, 0.11);}

.xrld li .scale{width: 1.7rem;padding: 0rem;border: 1px solid #C09F73;}
.xrld li .con{padding: .15rem  0.3rem 0 .3rem;flex: 1;min-width: 0;}
.xrld li h3{font-size: 0.3rem;color: #333;line-height: 0.32rem;padding-left: .1rem;border-left: 0.04rem solid #333;transition: 0.5s;}
.xrld li h4{margin: .15rem 0 0.2rem;}
.xrld li h4 span{display: inline-block;background: #90002C;padding: 0.1rem 0.2rem;color: #fff;font-size: 0.16rem;}
.xrld li p{font-size: 0.16rem;color: #333;line-height: 0.3rem;max-height: 0.6rem\0;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,.xrld li a:hover p{color: #90002C;}
  .xrld li a:hover h3{border-left: 0.04rem solid #90002C;}
}
@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.5rem;}
  .xrld li .con{padding: 0rem 0 0 .2rem;}
}


/*  内容页*/
.cont-ny{align-items: flex-start;}
.cont-ny .article{width: 78%;}
.cont-ny .right{width: 22%;padding-left: 0.6rem;}
.article .tit{font-size: 0.24rem;color: #333;line-height: 1.3;text-align: center;font-weight: bold;}

.article .conttime{padding: 0.15rem 0;margin: 0.34rem 0 0.4rem;text-align: center;position: relative;justify-content: center;align-items: center;background: #fafafa;}
.article .conttime span{font-size: 0.14rem;color: #90002C;padding: 0 0.1rem;align-items: center;}



.article .cont p{font-size: 0.18rem !important;color: #333;line-height: 2 !important;text-align:justify;margin-bottom: .1rem;text-indent: 2em;background: none !important;}
.article .cont p span{font-size: 0.18rem !important;line-height: 2 !important;}
.article .cont embed{height: auto !important;display: block;margin: 10px auto;max-width: 100% !important;}
.article .cont img,.article .cont video{height: auto !important;display: block;margin: 10px auto;max-width: 100% !important;}

.article .cont table p{text-indent: 0 !important;margin-bottom: 0;}

.article .cont table {font-size:14px; max-width:98%; margin:0 auto; border-collapse: collapse;}
.article .cont table td{ padding:5px 10px; line-height:30px; border:1px #ddd solid;}
.article .cont table td p{ text-indent:0em !important; margin-bottom:0px;}


.new_miew{padding: 0.3rem 0 0;margin-top: 0.35rem;border-top: 1px solid rgba(23, 149, 74, 0.2);}
.new_miew p{font-size: 0.16rem;color: #90002C;line-height: 1.6;align-items: center;margin: 0.05rem 0;}
.new_miew p a{transition: 0.5s;flex: 1;min-width: 0;color: #666;}
.new_miew p:hover a{color: #90002C;}

.cont-ny .right .tit{align-items: center;margin-bottom:0.15rem;background: #90002C;line-height: 0.5rem;text-align: center;}
.cont-ny .right .tit h3{font-size: 0.24rem;color: #fff;font-weight: bold;align-items: center;}

.cont-ny .right li a{display: block;padding: 0.15rem 0;border-bottom: 1px dashed #C4D1E5;}

.cont-ny .right li span{color:#90002C;font-size:.14rem;width: 100%;display: block;margin-bottom: 0.05rem;}
.cont-ny .right li h3{color:#333;font-size: 0.14rem;transition: 0.5s;line-height: 0.26rem;}
.cont-ny .right li:hover h3{color: #90002C;}

@media(min-width: 1025px){	

}

@media(max-width: 1024px){	
    .cont p{margin-bottom: .1rem;}
    .cont-ny .article{width:100%;padding-right: 0;border-right: none;}
    .cont-ny .right{width: 30%;padding-left: 0.6rem;display:none;}
    #share-2{display: none;}
    .new_miew p{padding: 0.15rem;}
    .article .tit{}
}

/* 简介页 */
.jjy .cont p{text-indent: 2em;margin-bottom: .1rem;font-size: 0.18rem;color: #333;line-height: 0.4rem;text-align: justify;}
.jjy .fl01{margin-bottom: .3rem;align-items: flex-start;justify-content: space-between;}
.jjy .fl01 .left{width: 36%;}
.jjy .fl01 .right{width: 62%;}
.jjy .fl01 .right .imged{padding-bottom: 33.4%;}
.jjy .fl01 .right a:hover .imged{transform: scale(1);}
.jjy .fl02{justify-content: space-between;margin-top: 0.3rem;}
.jjy .fl02 .left{width: 43%;}
.jjy .fl02 .right{width: 55%}
.jjy .fl02 .left img{width: 100%;}

@media(max-width: 768px){	
  .jjy .fl01 .left{width: 100%;}
  .jjy .fl01 .right{width: 100%;margin-top: 0rem;}
  .jjy .fl02 .left{width: 100%;}
  .jjy .fl02 .right{width: 100%;margin-top: 0.3rem;}
}



/* 校园风光 */
.xyfg ul{margin: 0 -0.09rem;}
.xyfg li{width: 33.3%;padding:0 0.09rem;margin-bottom: 0.5rem;}
.xyfg li a{display: block;position: relative;z-index: 1;}

.xyfg li h3{font-size: 0.2rem;color: #333;line-height: 1.3;text-align: center;transition: 0.5s;padding: .2rem 0 0.28rem;border-bottom: 0.02rem solid #90002C;}
.xyfg li .scale .imged{padding-bottom: 70%;}


@media(min-width: 1025px){	
	.xyfg li a:hover h3{color: #90002C;}
}
@media(max-width: 1024px){	
	.xyfg li{margin-bottom: 0.3rem;}
}

@media(max-width: 768px){	
	.xyfg li{width: 50%;}
}
/* 通知 */
.newlist1 ul.list li a{align-items: center;line-height: 1.6;justify-content: space-between;padding: .25rem 0;border-bottom: 1px dashed #C4D1E5;transition: 0.5s;}
.newlist1 ul.list li a::after{background: #90002C;height: 1px;bottom: -1px;}
.newlist1 ul.list h3{font-size: 0.2rem;color: #333;padding: 0 .2rem 0 0.25rem;transition: 0.5s;position:relative;flex: 1;min-width: 0;}
.newlist1 ul.list li span{font-size: 0.16rem;color: #999;}
.newlist1 ul.list li h3::after{width: 0.06rem;height: 0.06rem;background:#90002C;top: 50%;transform: translateY(-50%);content:"";position:absolute;left: 0;background-size: 100% 100%;border-radius: 50%;}


@media screen and (min-width: 1025px) {
  .newlist1 ul.list li a:hover h3{color: #90002C;font-weight: bold;}
  .newlist1 ul.list li a:hover span{color: #90002C;}
  .newlist1 ul.list li a:hover::after{opacity: 1;width: 100%;}
}


/* 机构设置 */
.jgsz .jg-li{margin-bottom: 0.4rem;padding-left: 0.05rem;}
.jgsz .jg-li::after{border-radius: 0rem 0.4rem 0rem 0.4rem;background: #90002C;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: #90002C;padding-left: 0.15rem;border-left: 0.02rem solid #90002C;}
.jgsz h3::after{width: 97%;border-radius: 0px 40px 0px 0px;background: #fffafc;}
.jgsz ul{padding: 0.25rem 0;border: 1px solid #CEDBE8;background: #fff;}
.jgsz li{width: 20%;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: inline-block;padding: 0 0rem 0 0.2rem;width: 100%;}
.jgsz li a::after{width:0.05rem;height: 0.05rem;background: #90002C;border-radius: 50%;bottom: auto;top: 50%;transform: translateY(-50%);}
.jgsz .jg-li2 li{width: 33.3%;}



@media(min-width: 1025px){	
	.jgsz li a:hover{color: #90002C;font-weight: 700}
}
@media(max-width: 1024px){	
  .jgsz li{width: 25%;padding: 0 0.1rem;}
}

@media(max-width: 768px){	
  .jgsz li{width: 33.3%;}
  .jgsz .jg-li2 li{width: 50%;}
 
}
@media(max-width: 456px){	
	.jgsz li{width: 50%;}
  .jgsz .jg-li2 li{width:100%;}
}
/* 现任领导 */
.xdld1{display: flex;justify-content: center;}
.xdld1 li{align-items: center;justify-content: flex-start;padding: .25rem 0;width: 100%;display: flex;flex-wrap: wrap;}
.xdld1 li span{padding-left: 0.25rem;font-size: 0.24rem;color: #333;line-height: 0.24rem;text-align: right;position: relative;}
.xdld1 li span::after{content: '';position: absolute;left: 0;top: 50%;height: 0.22rem;width: 1px;background: #B9CFF1;transform: translateY(-50%);}

.xdld1 li:last-child{border-bottom: none;}
.xdld1 li p{font-size: 0.24rem;color: #90002C;line-height: 0.3rem;padding-right: 0.2rem;text-align: right;width: 2rem;}
.xdld1 li p a{transition: 0.5s;display: inline-block;text-align: left;line-height: 1.8;padding: 0 .2rem;}

.xdld1 li p a:hover{color: #90002C;}


@media(min-width: 1024px){
}
@media screen and (max-width: 1024px) {
	.xdld1 li p{width:1.5rem;}
}
@media screen and (max-width: 768px) {
	.xdld1 li p{font-size: 0.2rem;}
}
@media screen and (max-width: 420px) {

}


/* 翻页 */
.j_pages{margin: 0rem auto 0 auto;text-align: center;padding-top: .2rem;}
.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: #90002C;color: #fff;}
.j_pages a:hover{background: #90002C;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: #90002C; color:#fff}
.j_pages .qd{background: #90002C;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: #fff;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: #90002C;}
.san-nav a:hover,.san-nav a.on{color: #90002C;}



@media screen and (max-width: 1200px) {
  .ban .h3{position: relative;display: none;}
  .wrap_ph{display: block;/* background: #e2effa; */}
}
@media screen and (max-width: 1024px) {
    .inner_left,.inner_right .lm_top .adress{display: none;}
	.inner_right{width: 100%;padding-left: 0;}
	
	.inner{min-height: 6rem;padding: .3rem 0;}
	.page{margin:.25rem 0 0;}
  .local{display: none;}
  .san-nav{display: block;}
  .ban .h3 h3{font-size: 0.26rem;}
 
  .ban .wp{padding: 0.2rem 15px;}
  .ban .h3::after{width: 100%;height: 100%;}
}
@media screen and (max-width: 420px) {

.inner{min-height:2rem;}
.ban .adress{width: 100%;margin-left: 0;margin-top: 0.25rem;}
}

.pb_sys_common{
line-height:40px !important;
}

.cont table tr td p{
text-indent:0px !important;
}
.cont video{
display:block;
margin:0 auto;
max-width:100% !important;
}         
 