.clear {
  clear: both;
}

.clear:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}

.nyrCon video{
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  height: auto;
}


/*内容样式*/
.nyrCon td,
.nyrCon th{padding: 12px 10px;border: 1px solid #eff3f6;vertical-align:middle;color: #303030;}
.nyrCon td p,
.nyrCon th p{padding-bottom:0;}
.nyrCon table {border-collapse: collapse;border: 1px solid #dadbdd;width:100%;overflow-x: auto;}
.nyrCon table tr:not(:first-child) td{}
.nyrCon table td {border: 1px solid #dadbdd;}

.nyrCon table th{ border: 1px solid #dadbdd;}


@media screen and (max-width: 1024px) {
  
  .tbsc{overflow-x: auto;}
  .tbsc table{width: 700px;}



}



/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}


.nybanner::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}





.nybanner .yjlm{
  position: absolute;
  left: 0%;
  bottom: 2rem;
  width: 100%;
  z-index: 9;
}




.nybanner .yjlm  h2{
  font-size: 0.44rem;
  font-weight: normal;
  color: #FFFFFF;
  font-family: "PingFangSC";
  line-height: 0.5rem;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
}


.yjlm .posi {
  margin-top: 0.2rem;
  line-height: 0.3rem;
  display: block;
  background: url(../nyimages/home.png) no-repeat left center;
  background-size: .17rem .16rem;
  padding-left: .28rem;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
}

.yjlm .posi a {
  font-size: 0.16rem;
  color: #FFFFFF;

}

.yjlm .posi a + a::before {
  content: '>';
  margin: 0 .05rem;
  font-size: 0.16rem;
  color: #FFFFFF;

}


/*column*/

.nycolumnbg{
  position: relative;
  margin: 0 auto;
  z-index: 11;
}
.nycolumn{
  width: 100%;
  margin: 0 auto;
  height: 0.7rem;
  position: absolute;
  left: 0;
  top: -0.35rem;
  z-index: 10;

}

.nycolumn::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 87%;
  height: 100%;
  border-radius: 0 0.35rem 0.35rem 0;
  background: rgba(162, 23, 28, 0.95); 
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}



.nycolumn .page_container1{
  position: relative;
}

.nycolumn .item{
  max-width: 99%;
  overflow-x: auto; 
  white-space: nowrap; 
}

.nycolumn ul{
  display: flex;

}

.nycolumn ul li{
  position: relative;
  z-index: 5;
  line-height: 0.7rem;
  margin: 0  0.25rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: "SourceHanSansCN";
}

.nycolumn ul li a{
  padding: 0 0.05rem;
  display: block;
  text-align: center;
  font-size: 0.18rem;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nycolumn ul li::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 0;
  height: 3px;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nycolumn ul li.on a{
  font-weight: bold;
}

.nycolumn ul li.on::after{
  width: 100%;
}




/*nyMain*/


.nyMain .ejlm {
  display: none;
  margin: 0.4rem 0;
}

.nyMain .ejlm .fenlei_t{
  position: relative;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  background: #900f13;
  padding: 0 0.2rem;
}

.nyMain .ejlm .fenlei_t h2 {
  color: #fff;
  font-weight: normal;
  font-size: 0.3rem ;

}

.nyMain .ejlm .fenlei_t .plus{
  position: absolute;
  right: 0.2rem;
  top: 0.25rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../nyimages/fenleiico.png) no-repeat  center ;
  background-size: 100%;
}

.nyMain .ejlm ul {
  display: none;
  background: #fff;
  padding: 0.3rem;
  box-shadow: 0px 4px 30px  rgba(0, 0, 0, 0.05);
}

.nyMain .ejlm ul li {
  width: 100%;
  line-height: 0.8rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.nyMain .ejlm li h5{
  position: relative;
}

.nyMain .ejlm li h5 a {
  font-size: 0.28rem;
  color: #333;
  padding-bottom: 0.2rem;
  transition: 0.5s;
  display: block;
  padding: 0 0rem;
  display: block;
  width: 90%;
}

.nyMain .ejlm .subNavs>li>h5 em{
  position: absolute;
  right: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;


}

.nyMain .ejlm .subNavs>li.active>h5 em{
  display: block;
}


.nyMain .ejlm .subNavs>li>h5 em::after{
  position: absolute;
  right: .15rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  width: .14rem;
  height: .2rem;
  background: url(../nyimages/fenleiico1.png) no-repeat center;
  background-size: 100% 100%;
}

.nyMain .ejlm .subNavs li.on h5 a  {
  color: #900f13;
}


.ejlm  .subNavs ol{

  display: none;
}

.ejlm  .subNavs ol>li{
  line-height: 0.34rem;



}

.ejlm  .subNavs ol>li>h6{
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 0.1rem 0;
}

.ejlm  .subNavs ol>li>h6 a{
  display: block;
  padding: 0rem 0rem 0rem .35rem;
  font-size: 0.26rem;
  color: #333;
  width: 85%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ejlm  .subNavs>li.on > h6 a {
  color: #fff;
  font-weight: bold;
  position: relative;
}


.ejlm  .subNavs ol>li>h6 em{
  position: absolute;
  right: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;

}


.ejlm  .subNavs ol>li>h6 em::after{

  content: "";
  position: absolute;
  right: .15rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: .07rem;
  height: .14rem;
  background: url(../nyimages/fenleiico1.png) no-repeat center;
  background-size: 100% 100%;
}


.ejlm  .subNavs ol>li .sanji{
  margin: 0 auto;
  padding: 0.1rem .25rem 0.1rem .45rem;
  border-top: 1px dashed #eee;
  display: none;
}

.ejlm  .subNavs ol>li> .sanji a{
  display: block;
  width: 100%;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.36rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}




.nyMain{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  min-height: 5rem;
  padding-top: 0.35rem;

}




.nyMain .nyrCon{
  margin: 0 auto;
}


.nyMain .posi {
  line-height: 0.35rem;
  background: url(../nyimages/home1.png) no-repeat left center;
  background-size: .25rem .24rem;
  padding-left: .45rem;
  position: relative;
  font-size: 0.26rem;
  color: #333;
  margin-bottom: 0.3rem;
  display: none;
}

.nyMain .posi a {
  font-size: 0.26rem;
  color: #333;
}

.nyMain .posi a + a::before {
  font-size: 0.26rem;
  color: #333;
  content: '>';
  margin: 0 .05rem;
}




/*jxbs*/

.jxbsbg{
  background: #F9FAFA url(../nyimages/jxbsbg.png) no-repeat bottom right;
  background-size: 100%;
  padding-bottom: 2.4rem;
}


.teachingcompetition_box{
  margin: 1.7rem auto 0 auto;
} 

.teachingcompetition_box ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.teachingcompetition_box ul li{
  text-align: center;
  width: 28%;
  box-shadow: 5px 10px 30px 0px rgba(91, 0, 3, 0.23);
  margin-right: 8%;
  padding: 0.88rem 0.85rem 0.25rem 0.85rem;
}

.teachingcompetition_box ul li:nth-child(1){
  background: #F9FAFA url(../nyimages/jx_ico11.png) no-repeat bottom right;
  background-size: 1.3rem 1.33rem;
}

.teachingcompetition_box ul li:nth-child(2){
  background: #F9FAFA url(../nyimages/jx_ico22.png) no-repeat bottom right;
  background-size: 1.3rem 1.33rem;
}

.teachingcompetition_box ul li:nth-child(3){
  background: #F9FAFA url(../nyimages/jx_ico33.png) no-repeat bottom right;
  background-size: 1.3rem 1.33rem;
}

.teachingcompetition_box ul li:last-child{
  margin-right: 0;
}

.teachingcompetition_box ul li a{
  display: block;
}

.teachingcompetition_box ul li span{
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  width: 0.74rem;
  height: 0.74rem;
}

.teachingcompetition_box ul li span img{
  display: block;
  margin: 0 auto;
  width: 100%;
  height:100%;

}

.teachingcompetition_box ul li span::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0.3rem;
  top: -0.23rem;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff4f4;

}

.teachingcompetition_box ul li h5{
  font-size: 0.24rem;
  color: #333333;
  font-weight: normal;
  font-family: "SourceHanSerifCN-Bold";
  margin: 0.25rem auto 0.78rem auto;
}

.teachingcompetition_box ul li em{
  display: block;
  margin: 0 auto;
  background: url(../nyimages/more.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.25rem;
  height: 0.07rem;
}



/*nycontactbg*/

.nycontactbg{
  width: 100%;
  background: #fff;
  padding: 1.15rem 0 0.8rem 0;
}

.nycontact{
  margin: 0 auto;
}

.nycontact .box{
  margin-bottom: 0.6rem;
}

.nycontact .box h1{
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.3rem;
  text-align: center;
}

.nycontact .box .form{
  width: 100%;
  margin-top: 0.3rem;
  border-top: 5px solid #900F13;
  background: #F9FAFA;
  padding: 0 0.95rem 0.3rem 0.95rem;
}


.nycontact .box table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}

.nycontact .box th{
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  padding: 38px 10px;
  text-align: center;
}

.nyrCon table thead th:nth-child(1){
  width: 33.7%;
  
}

.nyrCon table thead th:nth-child(1) {
  text-align: left;
  padding-left: 60px;
}

.nyrCon table thead th:nth-child(2){
  width: 10.3%;

}

.nyrCon table thead th:nth-child(3){
  width: 37.3%;
  padding-left: 65px;
  
}

.nyrCon table thead th:nth-child(4){
  width: 18.7%;
  
}







.nycontact .box tr{
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}

.nycontact .box tbody tr:last-child{
  border-bottom: 1px solid #F9FAFA;
}

.nycontact .box td {
  padding: 22px 10px;
  text-align: center;
  font-size: 0.2rem;
  color: #666;
  font-weight: normal;
}

.nycontact .box td,
.nycontact .box th{
  border: none;
}

.nycontact .box tbody tr td:first-child{
  text-align: left;
  padding-left: 50px;

}

.nycontact .box tbody tr td:nth-child(3){

  padding-left: 65px;

}


/*jxxsbg*/

.jxxsbg{
  background: #F9FAFA url(../nyimages/jxxsbg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 1.75rem;
}


.nyacademic{
  margin: 0.9rem 0.55rem 0 0.55rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} 

.nyacademic .nyacademic_l{
  margin-top: 1.18rem;
  width: 41%;
  height: 3.64rem;
  background: #fff url(../nyimages/jxxsico2.png) no-repeat bottom right;
  background-size: 1.44rem 1.5rem;
  box-shadow: 5px 10px 30px 0px rgba(91, 0, 3, 0.23);
  padding: 1.2rem 1rem 0 1rem;
  text-align: center;

}

.nyacademic .nyacademic_l span{
  display: block;
  margin: 0 auto;
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
  z-index: 5;

}

.nyacademic .nyacademic_l span img{
  display: block;
  margin: 0 auto;
  width: 100%;
  height:100%;

}

.nyacademic .nyacademic_l span::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0.3rem;
  top: -0.23rem;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff4f4;

}

.nyacademic .nyacademic_l h5{
  font-size: 0.24rem;
  color: #333333;
  font-weight: normal;
  font-family: "SourceHanSerifCN-Bold";
  margin: 0.15rem auto 0.4rem auto;
}

.nyacademic .nyacademic_l em{
  display: block;
  margin: 0 auto;
  background: url(../nyimages/more.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.25rem;
  height: 0.07rem;
}



.nyacademic .nyacademic_r{
  width: 59%;
  border-radius: 0px 0.5rem 0px 0.5rem;
  background: linear-gradient(130deg, #B01116 4%, #900F13 98%);
  position: relative;
  z-index: 5;
  padding: 0.6rem 0.99rem 0.85rem 0.99rem;
  text-align: center;
}

.nyacademic .nyacademic_r::after{
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 3rem;
  height: 1.66rem;
  background: url(../nyimages/jxxslist.png) no-repeat bottom right;
  background-size: 100% 100%;
}

.nyacademic .nyacademic_r h5{
  font-weight: normal;
  font-size: 0.28rem;
  color: #FFFFFF;
  font-family: "SourceHanSerifCN-Bold";
  text-align: center;
  margin-bottom: 0.33rem;
  display: inline-block;
  position: relative;
  z-index: 5;
}

.nyacademic .nyacademic_r h5::after{
  position: absolute;
  right: -0.1rem;
  top: -0.15rem;
  content: "";
  z-index: -1;
  width: 0.59rem;
height: 0.59rem;
border-radius: 50%;
background: linear-gradient(216deg, rgba(255, 255, 255, 0.1) 21%, rgba(255, 255, 255, 0) 74%);
}

.nyacademic .nyacademic_r p{
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.32rem;
  text-align: left;
}




/*policy_document*/

.policy_documentbg{
  background: url(../nyimages/policy_documentbg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 0.75rem;
}

.policy_document{
  margin: 0  auto;
  padding-top: 0.6rem;
}

.policy_document dl{
  margin-bottom: 0.65rem;

}

.policy_document dl dt{
  margin-bottom: 0.17rem;

}

.policy_document dl dt h5{
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;

}

.policy_document dl dt em{
  display: block;
  width: 0.52rem;
  height: 0.05rem;
  background: #900F13;
  margin-top: 0.13rem;
}

.policy_document dl dd{
  margin-left: 0.2rem;

}

.policy_document dl dd a{
  font-size: 0.2rem;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 0.5rem;
  max-height: 1rem;
  padding-left: 0.2rem;
  position: relative;
}

.policy_document dl dd a::after{
  position: absolute;
  left: 0rem;
  top: 0.23rem;
  content: "";
  width: 0.06rem;
  height: 0.05rem;
  background: #666666;
  border-radius: 50%;
  

}
.jxzxy_new1bg{
  background: url(../nyimages/policy_documentbg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 0.75rem;
}

.jxzxy_new1{
  margin: 0  auto;
  padding-top: 0.6rem;
  min-height: 500px;
}

.jxzxy_new1 dl{
  margin-bottom: 0.65rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row;
}

.jxzxy_new1 dl dt{
  margin-bottom: 0.17rem;
  grid-column: 1 / -1;
}

.jxzxy_new1 dl dt h5{
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;

}

.jxzxy_new1 dl dt em{
  display: block;
  width: 0.52rem;
  height: 0.05rem;
  background: #900F13;
  margin-top: 0.13rem;
}

.jxzxy_new1 dl dd{
  margin-left: 0.2rem;
}

.jxzxy_new1 dl dd a{
  font-size: 0.19rem;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 0.5rem;
  max-height: 1rem;
  padding-left: 0.2rem;
  position: relative;
}

.jxzxy_new1 dl dd a::after{
  position: absolute;
  left: 0rem;
  top: 0.23rem;
  content: "";
  width: 0.06rem;
  height: 0.05rem;
  background: #666666;
  border-radius: 50%;
}




.jxzxy_new2bg{
  background: url(../nyimages/policy_documentbg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 0.75rem;
}

.jxzxy_new2{
  margin: 0  auto;
  padding-top: 0.6rem;
  min-height: 500px;
}

.jxzxy_new2 dl{
  margin-bottom: 0.65rem;
  display: block;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
}

.jxzxy_new2 dl dt{
  margin-bottom: 0.17rem;
  grid-column: 1 / -1;
}

.jxzxy_new2 dl dt h5{
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;

}

.jxzxy_new2 dl dt em{
  display: block;
  width: 0.52rem;
  height: 0.05rem;
  background: #900F13;
  margin-top: 0.13rem;
}

.jxzxy_new2 dl dd{
  margin-left: 0.2rem;
}

.jxzxy_new2 dl dd a{
  font-size: 0.2rem;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 0.5rem;
  max-height: 1rem;
  padding-left: 0.2rem;
  position: relative;
}

.jxzxy_new2 dl dd a::after{
  position: absolute;
  left: 0rem;
  top: 0.23rem;
  content: "";
  width: 0.06rem;
  height: 0.05rem;
  background: #666666;
  border-radius: 50%;
}
/*nyteambg*/

.nyteambg{
  background: #FBF9F5 url(../nyimages/teambg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 0.45rem;
}

.nyteam{
  margin: 0  auto;
  padding-top: 0.8rem;
}


.nyteam ul li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.52rem;
} 

.nyteam ul li .txt{
  flex: 1;
  margin-top: 1rem;

}

.nyteam ul li .txt h5{
  color: #333333;
  font-size: 0.36rem;
  font-weight: bold;
}

.nyteam ul li .txt em{
  display: block;
  width: 0.94rem;
  height: 0.05rem;
  background: #D39D31;
  margin: 0.25rem 0 0.3rem 0;
}

.nyteam ul li .txt h6{
  color: #900F13;
  font-size: 0.24rem;
  font-weight: bold;
  padding-bottom: 0.37rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid #F3DDDD;
}

.nyteam ul li .txt p{
  color: #666;
  font-size: 0.18rem;
  line-height: 0.32rem;
}

.nyteam ul li .pic{
  width: 4.52rem;
  height: 4.64rem;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #E1C4C4;
  border-radius: 50%;
  padding: 0.65rem;
  margin-left: 0.45rem;
  position: relative;
}

.nyteam ul li .pic img{
  display: block;
  width: 3.22rem;
  height: 3.34rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}


.nyteam ul li .pic::after{
  position: absolute;
  content: "";
  left: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #900F13;
  width: 0.12rem;
  height: 0.12rem;
}


.nyteam ul li:last-child .txt p{
  font-size: 0.2rem;

}

.nyteam ul li:nth-child(2n-1) {
  flex-direction: row-reverse; 
}

.nyteam ul li:nth-child(2n-1) .txt{

  margin-top: 0.13rem;

}

.nyteam ul li:nth-child(2n-1) .pic {
  margin-left: 0; 
  margin-right: 0.45rem; 
}

/* noticebg */


.noticebg{
  background: #fcfafb url(../nyimages/noticebg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 1.2rem;
}

.nynotice{
  margin: 0  0.45rem;
  padding-top: 0.7rem;
}


.nynotice ul li{
  position: relative;
  z-index: 5;
  height: 1.05rem;
  border-radius: 0.1rem;
  background: rgba(144, 15, 19, 0.02);
  border: 1px solid #EAEAEA;
  margin-bottom: 0.38rem;
  padding: 0.1rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li a{
  align-items: center;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 0.85rem;
  padding-right: 1.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li a .time{
  border-right: 1px dashed #900F13;
  width: 1.7rem;
  font-family: "PingFangSC";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li a .time i{
  display: block;
  font-size: 0.2rem;
  color: #900F13;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li a .time span{
  display: block;
  font-size: 0.3rem;
  color: #900F13;
  font-family: "MiSans";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li a .txt{
  margin-left: 0.7rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc((100% - 2.5rem));
} 

.nynotice ul li a .txt h5{
  font-size: 0.24rem;
  color: #333333;
  font-weight: bold;
  font-family: "SourceHanSansCN";
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* overflow: hidden; */
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 89%;
  white-space: normal; /* 允许换行 */
  word-wrap: break-word; /* 长单词/数字也能换行 */
  line-height: 1.155; /* 换行后行高更舒适 */
  overflow: hidden;
}

.nynotice ul li a .txt .more{
  display: block;
  background: url(../nyimages/more1.png) no-repeat  center;
  background-size: 100%;
  width: 0.81rem;
  height: 0.3rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nynotice ul li::after{
  position: absolute;
  left: -0.47rem;
  top: -0.13rem;
  z-index: -1;
  content: "";
  background: url(../nyimages/noticelist.png) no-repeat left center;
  background-size: 100% 100%;
  width: 0;
  height: 1.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/* nyfwbg */


.nyfwbg{
  background: url(../nyimages/fwbg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 1.4rem;
}

.nyfw{
  margin: 0  auto;
  padding-top: 0.3rem;
  font-family: "SourceHanSansCN";
}

.nyfw .box1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyfw .box1 .txt{
  width: calc((100% - 6.6rem));
}

.nyfw .box1 .txt p{
  font-size: 0.18rem;
  color: #333333;
  text-indent: 2em;
  line-height: 0.36rem;
  margin-bottom: 0.05rem;
}

.nyfw .box1 .txt p span{
  color: #900F13;
  font-weight: bold;
  font-size: 0.22rem;
}

.nyfw .box1 .txt p i{
  color: #900F13;
}

.nyfw .box1 .pic{
  width: 6.24rem;
  height: 3.99rem;

}

.nyfw .box1 .pic img{
  display: block;
  width: 100%;
  height: 100%;

}

.nyfw .box2{
  margin-top: 0.4rem;

}

.nyfw .box2 p{
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.36rem;
  text-align: justify; 
  text-indent: 2em;

}


/*audit_evaluation*/


.audit_evaluationbg{
  background: url(../nyimages/noticebg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 0.75rem;
}

.audit_evaluation{
  margin: 0  auto;
  padding-top: 0.65rem;
}

.audit_evaluation .txt{
  margin-bottom: 0.45rem;

}

.audit_evaluation .txt h5{
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;

}

.audit_evaluation .txt i{
  display: block;
  width: 0.5rem;
  height: 0.05rem;
  background: #900F13;
  margin: 0.1rem 0 0.2rem 0;
}

.audit_evaluation .txt p{
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.34rem;
}

.audit_evaluation .txt img{
  display: block;
  margin: 0.3rem auto 0 auto;
  max-width: 100%;
}

.audit_evaluation .txt.text1 p{
  text-indent: 2em;
}

.audit_evaluation .txt.text2{
  margin-bottom: 0.6rem;
}







/*nyjxbsbg2*/


.nyjxbsbg2{
  background: #F9FAFA url(../nyimages/jxbsbg2.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 1.55rem;
}

.nyjxbs2{
  margin: 0  auto;
  padding-top: 0.55rem;
}

.nyjxbs2 .jxbstxt{
  margin: 0 auto;
}

.nyjxbs2 .jxbstxt h5{
  text-align: center;
  font-size: 0.36rem;
  color: #900F13;
  font-weight: normal;
  font-family: "SourceHanSansCN";
  margin-bottom: 0.35rem;
}

.nyjxbs2 .jxbstxt p{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.34rem;
  margin-bottom: 0.37rem;
  text-indent: 2em;
  text-align: justify;
}



.nyjxbs2 .jxbsshow{
  margin: 1rem auto 0 auto;
  position: relative;
} 

.nyjxbs2 .jxbsshow .swiper-slide{
  position: relative;
}

.nyjxbs2 .jxbsshow .swiper-slide .nr{
  padding: 0.3rem 0.3rem 0.1rem 0.3rem;
  border-radius: 0.2rem;
  background: #E1888C;

}

.nyjxbs2 .jxbsshow .swiper-slide .jxbs_t{
  position: relative;
  z-index: 5;
  line-height: 0.52rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyjxbs2 .jxbsshow .swiper-slide .jxbs_t::after{
  position: absolute;
  left: 0;
  top: -0.28rem;
  content: "";
  width: 1.17rem;
  height: 0.81rem;
  background:  url(../nyimages/jx_logo.png) no-repeat left center;
  background-size: 100%;

}


.nyjxbs2 .jxbsshow .swiper-slide .jxbs_t h5{
  padding-left: 0.2rem;
  font-size: 0.26rem;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;

}

.nyjxbs2 .jxbsshow .swiper-slide .jxbs_t h5::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.05rem;
  height: 0.25rem;
  background: #DEB579;

}

.nyjxbs2 .jxbsshow .swiper-slide .jxbs_t .more{
  color: #FFFFFF;
  font-size: 0.16rem;
}

.nyjxbs2 .jxbsshow .swiper-slide ul{
  margin: 0 auto;
  min-height: 2.88rem;
}

.nyjxbs2 .jxbsshow .swiper-slide ul li{
  padding: 0.27rem 0 0.24rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 5;

}

.nyjxbs2 .jxbsshow .swiper-slide ul li:last-child{
  border-bottom:none;
}

.nyjxbs2 .jxbsshow .swiper-slide ul li a{
  display: block;
}

.nyjxbs2 .jxbsshow .swiper-slide ul li h5{
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyjxbs2 .jxbsshow .swiper-slide ul li p{
  font-size: 0.14rem;
  color: #F7DCDC;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.1rem;
}

.nyjxbs2 .jxbsshow .swiper-slide ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  z-index: -1;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nyjxbs2 .jxbsshow .jxbs-next{
  cursor: pointer;
  position: absolute;
  z-index: 9;
  right: -1.15rem;
  top: 50%;
  transform: translateY(-50%);
  background:  #FFFFFF url(../nyimages/jx_right.png) no-repeat  center;
  background-size: 0.17rem 0.3rem;
  border-radius: 50%;
  box-shadow: 0px 4px 10px 0px rgba(70, 0, 0, 0.17);
  width: 0.63rem;
  height: 0.63rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyjxbs2 .jxbsshow .jxbs-prev{
  cursor: pointer;
  position: absolute;
  z-index: 9;
  left: -1.15rem;
  top: 50%;
  transform: translateY(-50%);
  background:  #FFFFFF url(../nyimages/jx_left.png) no-repeat  center;
  background-size: 0.17rem 0.3rem;
  border-radius: 50%;
  box-shadow: 0px 4px 10px 0px rgba(70, 0, 0, 0.17);
  width: 0.63rem;
  height: 0.63rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




.nyjxbs2 .jxsblist{
  margin: 1rem auto 0 auto;
  position: relative;
} 

.nyjxbs2 .jxsblist ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  width: 110%;
}

.nyjxbs2 .jxsblist ul li{
  width: 45%;
  padding-right: 2%;
  border-right: 1px dashed #C4C4C4;
  margin-right: 3%;
  padding-top: 0.1rem;
}

.nyjxbs2 .jxsblist ul li:nth-child(2n){
  border-right:none;
}

.nyjxbs2 .jxsblist ul li a{
  display: block;
}

.nyjxbs2 .jxsblist ul li h5{
  font-size: 0.26rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.34rem;
  white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nyjxbs2 .jxsblist ul li em{
  display: block;
  width: 0.52rem;
  height: 0.05rem;
  background: #900F13;
  margin: 0.1rem 0 0.4rem 0;
}

.nyjxbs2 .jxsblist ul li p{
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.34rem;
  height: 1.02rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-indent: 2em;
}

.nyjxbs2 .jxsblist ul li span{
  display: block;
  font-size: 0.16rem;
  text-decoration: underline;
  color: #900F13;
  padding-left: 0.33rem;
  background: url(../nyimages/linksico.png) no-repeat left center;
  background-size: 0.17rem 0.17rem;
  margin-top: 0.3rem;
}




/*teaching_supervisionbg*/


.teaching_supervisionbg{
  background: url(../nyimages/teaching_supervisionbg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 0.8rem;
}

.nysupervision{
  margin: 0 auto;
  padding-top: 0.25rem;
}

.nysupervision .box1{
  font-family: "SourceHanSansCN";
  line-height: 150% ! important;
}

.nysupervision .box1 h5{
  font-size: 0.2rem;
  color: #900F13;
  margin-top: 0.4rem;
}

.nysupervision .box1 p{
   font-size: 0.2rem;
   color: #666666;
   line-height: 0.34rem! important;
   text-indent: 2em;
}

.nysupervision .box1 span{
   font-size: 0.2rem ! important;
  color: #666666 ! important;
  line-height: 0.34rem ! important;
  text-indent: 2em;
}

.nysupervision .box2{
  position: relative;
  z-index: 5;
  margin: 0.85rem auto 0 auto;
  height: 4.2rem;
}

.nysupervision .box2::after{
  position: absolute;
  left: -2.6rem;
  top: 0;
  content: "";
  z-index: -1;
  width: calc((100% + 5.2rem));
  height: 100%;
  background: url(../nyimages/supervisionbg.jpg) no-repeat  center;
  background-size: 100% 100%;
}

.nysupervision .box2 .nr{
  position: relative;
  padding: 1.45rem 0 0 42%;
}

.nysupervision .box2 .nr p{
  font-size: 0.22rem;
  color: #FFFFFF;
  line-height: 0.34rem;
  text-indent: 2em;
  font-family: "SourceHanSansCN";
}


.nysupervision .jxddbox3{
  margin: 0.85rem auto  0 auto;
}

.nysupervision .jxdd_t{
  margin: 0 auto;
}

.nysupervision .jxdd_t .title{
  margin: 0 auto;
  text-align: center;
}

.nysupervision .jxdd_t .title h3{
  color: #333333;
  font-size: 0.3rem;
  font-family: "SourceHanSansCN";
}

.nysupervision .jxdd_t .title i{
  display: block;
  width: 0.52rem;
  height: 0.05rem;
  background: #900F13;
  margin: 0.07rem auto 0 auto;
}
.nysupervision .jxdd_t .more{

display: block;
 font-size: 0.18rem;
  color: #646464;
float: right;


}
.nysupervision .jxddbox3 .jxddbox3_nr{
  margin: 0.5rem auto 0 auto;
  position: relative;
}

.nysupervision .jxddbox3 .swiper-slide{
  position: relative;
}

.nysupervision .jxddbox3 .swiper-slide a{
  display: block;
}

.nysupervision .jxddbox3 .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 140%;
  overflow: hidden;

}

.nysupervision .jxddbox3 .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nysupervision .jxddbox3 .swiper-slide .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.65) 100%);
}

.nysupervision .jxddbox3 .swiper-slide .txt h5{
  position: absolute;
  left: 0;
  bottom: 0.16rem;
  width: 100%;
  text-align: center;
  padding: 0 0.1rem;
  font-size: 0.22rem;
  color: #FFFFFF;
  font-weight: bold;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nysupervision .jxddbox3 .jxddbox3_nr .jxdd-next{
  position: absolute;
  z-index: 9;
  right: -0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #DFDFDF url(../nyimages/teamright.png) no-repeat  center;
  background-size: 0.09rem 0.165rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nysupervision .jxddbox3 .jxddbox3_nr .jxdd-prev{
  position: absolute;
  z-index: 9;
  left:  -0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #DFDFDF url(../nyimages/teamleft.png) no-repeat  center;
  background-size: 0.09rem 0.165rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nysupervision .jxdd_news{
  margin: 1.1rem auto 0 auto;
}

.nysupervision .jxdd_news .jxdd_t{
  position: relative;
}

.nysupervision .jxdd_news .jxdd_t .more{
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0.15rem;
  font-size: 0.14rem;
  color: #646464;
}

.nysupervision .jxdd_news .jxdd_newsbox{
  margin: 0.23rem auto 0 auto;
} 

.nysupervision .jxdd_news .jxdd_news_list{
  margin: 0 auto;
} 

.nysupervision .jxdd_news .jxdd_news_list ul{
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nysupervision .jxdd_news .jxdd_news_list ul li{
  margin: 0 0.1rem;
  width: 0.97rem;
  height: 0.37rem;
  line-height: 0.37rem;
  border-radius: 45px;
  border: 1px solid #900F13;
  text-align: center;
  font-size: 0.18rem;
  color: #900F13;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nysupervision .jxdd_news .jxdd_news_list ul li.on{
  background: #900F13;
  color: #fff;
}

.nysupervision .jxdd_news .jxdd_news_nr{
  margin: 0.35rem auto 0.65rem auto;
}

.nysupervision .jxdd_news .jxdd_news_nr ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nysupervision .jxdd_news .jxdd_news_nr ul li{
  line-height: 0.75rem;
  border-bottom: 1px dashed #CBCBCB;
  width: 48%;

}

.nysupervision .jxdd_news .jxdd_news_nr ul li a{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nysupervision .jxdd_news .jxdd_news_nr ul li h5{
  position: relative;
  padding-left: 0.3rem;
  width: 80%;
  color: #333333;
  font-size: 0.18rem;
  white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nysupervision .jxdd_news .jxdd_news_nr ul li h5::after{
  position: absolute;
  content: "";
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #900F13;
  width: 0.06rem;
  height: 0.06rem;
}

.nysupervision .jxdd_news .jxdd_news_nr ul li .time{
  display: block;
  font-size: 0.14rem;
  color: #900F13;
  font-family: "SourceHanSerifCN-Bold";
  padding-right: 0.3rem;
}
/////////////
.nysupervision .jxdd_bgkt{
  margin: 1.1rem auto 0 auto;
}

.nysupervision .jxdd_bgkt .jxdd_t{
  position: relative;
}

.nysupervision .jxdd_bgkt .jxdd_t .more{
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0.15rem;
  font-size: 0.14rem;
  color: #646464;
}

.nysupervision .jxdd_bgkt .jxdd_bgktbox{
  margin: 0.23rem auto 0 auto;
  min-height: 400px;
} 

.nysupervision .jxdd_bgkt .jxdd_bgkt_list{
  margin: 0 auto;
} 

.nysupervision .jxdd_bgkt .jxdd_bgkt_list ul{
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nysupervision .jxdd_bgkt .jxdd_bgkt_list ul li{
  margin: 0 0.1rem;
  width: 0.97rem;
  height: 0.37rem;
  line-height: 0.37rem;
  border-radius: 45px;
  border: 1px solid #900F13;
  text-align: center;
  font-size: 0.18rem;
  color: #900F13;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nysupervision .jxdd_bgkt .jxdd_bgkt_list ul li.on{
  background: #900F13;
  color: #fff;
}

.nysupervision .jxdd_bgkt .jxdd_bgkt_nr{
  margin: 0.35rem auto 0 auto;
}

.nysupervision .jxdd_bgkt .jxdd_bgkt_nr ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nysupervision .jxdd_bgkt .jxdd_bgkt_nr ul li{
  line-height: 0.75rem;
  border-bottom: 1px dashed #CBCBCB;
  width: 48%;

}

.nysupervision .jxdd_bgkt .jxdd_bgkt_nr ul li a{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nysupervision .jxdd_bgkt .jxdd_bgkt_nr ul li h5{
  position: relative;
  padding-left: 0.3rem;
  width: 80%;
  color: #333333;
  font-size: 0.18rem;
  white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nysupervision .jxdd_bgkt .jxdd_bgkt_nr ul li h5::after{
  position: absolute;
  content: "";
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #900F13;
  width: 0.06rem;
  height: 0.06rem;
}

.nysupervision .jxdd_bgkt .jxdd_bgkt_nr ul li .time{
  display: block;
  font-size: 0.14rem;
  color: #900F13;
  font-family: "SourceHanSerifCN-Bold";
  padding-right: 0.3rem;
}


/*certification*/

.certificationbg{
  margin: 0 auto;
  background: url(../nyimages/noticebg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 1.1rem;
}

.nycertification{
  margin: 0 auto;
  padding-top: 0.6rem;
}

.nycertification .txt{
  margin-bottom: 0.7rem;
}


.nycertification h5{
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.34rem;
}

.nycertification i{
  display: block;
  width: 0.52rem;
  height: 0.05rem;
  background: #900F13;
  margin: 0.12rem 0 0.3rem 0;
}

.nycertification p{
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.34rem;
  text-indent: 2em;
}

.nycertification .nr{
  margin-top: 0.15rem;
}

.nycertification .nr p{
  text-indent: 0em;

}

.nycertification .txt:last-child .nr{
  margin-top: 0.55rem;
}

.nycertification .rz_box{
  margin: 0.5rem 0 0 3.17rem;
  background: url(../nyimages/rz_box.png) no-repeat top left;
  background-size: 7.66rem 100%;
  height: 4.8rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nycertification .rz_box div span{
  display: block;
  width: 2.13rem;
  height: 0.57rem;
  line-height: 0.57rem;
  background: #900F13;
  border: 1px solid #C5C5C5;
  text-align: center;
  font-size: 0.2rem;
  color: #FFFFFF;
}

.nycertification .rz_box .rz_l{
  margin-top: 1.2rem;

}

.nycertification .rz_box .rz_l span{
  width: 0.57rem;
  height: 2.13rem;
  writing-mode: vertical-rl;
    text-orientation: mixed;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    transform: rotate(0deg);
    transform-origin: bottom left;
    white-space: nowrap;
    display: block;
    letter-spacing: 2px;
}

.nycertification .rz_box .rz_l span em{
  writing-mode: initial;
  line-height: 0.3rem;
}

.nycertification .rz_box .rz_c{
  margin-left: 0.83rem;
  width: 4.85rem;
  position: relative;

}

.nycertification .rz_box .rz_c .rz1{
  position: absolute;
  top: 0.5rem;
  left: 1.4rem;

}

.nycertification .rz_box .rz_c .rz2{
  position: absolute;
  top: 1.6rem;
  left: 0;

}

.nycertification .rz_box .rz_c .rz5{
  position: absolute;
  top: 3.7rem;
  left: 0;

}

.nycertification .rz_box .rz_c .rz4{
  position: absolute;
  top: 2.65rem;
  left: 1.4rem;

}

.nycertification .rz_box .rz_c .rz3{
  position: absolute;
  top: 1.6rem;
  right: 0;
}

.nycertification .rz_box .rz_c .rz6{
  position: absolute;
  top: 3.7rem;
  right: 0;
}


.nycertification .rz_box .rz_r{
  margin: 0.5rem 0 0 0.85rem;

}

.nycertification .rz_box .rz_r h6{
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.57rem;
  margin-bottom: 0.5rem;
}

.nycertification .rz_box .rz_r h6:nth-child(2){
  margin-bottom: 1.25rem;
}






/*trainingbg*/


.trainingbg{
  background: url(../nyimages/trainingbg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 1.1rem;
}


.nytraining{
  margin: 0 auto;
}

.nytraining .box1{
  margin: 0 auto;
  padding-top: 0.6rem;
  padding-bottom: 0.25rem;
  position: relative;
  z-index: 5;
}

.nytraining .box1::after{
  position: absolute;
  left: -2.6rem;
  top: 0;
  content: "";
  z-index: -1;
  width: calc((100% + 5.2rem));
  height: 100%;
  background: #F6F6F6;
}

.nytraining  h3{
  text-align: center;
  font-size: 0.36rem;
  color: #900F13;
  font-family: "SourceHanSansCN";
}

.nytraining .box1  ul{
  margin-top: 0.55rem;
}

.nytraining .box1  ul li{
  margin-bottom: 0.45rem;

}

.nytraining .box1  ul li h5{
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.34rem;
}

.nytraining .box1  ul li i{
  display: block;
  width: 0.52rem;
  height: 0.05rem;
  background: #900F13;
  margin: 0.12rem 0 0.2rem 0;
}

.nytraining .box1  ul li p{
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.34rem;
  text-indent: 2em;
}

.nytraining .box1  ul li dl{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}

.nytraining .box1  ul li dl dd{
  margin: 0 2% 0.23rem 0;
  width: 18.3%;
  height: 1.1rem;
  border-radius: 0.2rem;
  background: #FFFFFF;
  position: relative;
  z-index: 5;
}

.nytraining .box1  ul li dl dd::after{
  position: absolute;
  content: "";
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background: #900F13;
}

.nytraining .box1  ul li dl dd:nth-child(5n){
  margin-right: 0;
}

.nytraining .box1  ul li dl  dd span{
  display: block;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: center;
  color: #333333;
  height: 100%;
  border-radius: 0.2rem;
  background: #FFFFFF;
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}



.nytraining .box2{
  margin: 0.7rem auto 0 auto;

} 

.nytraining .box2 h3{
  margin-bottom: 0.3rem;
}

.nytraining .box2 p{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.34rem;
  text-indent: 2em;
}

.nytraining .box2 .nr{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}



.nytraining .box2 .nr .txt h5{
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.34rem;
}

.nytraining .box2 .nr .txt i{
  display: block;
  width: 0.52rem;
  height: 0.05rem;
  background: #900F13;
  margin: 0.12rem 0 0.5rem 0;
}

.nytraining .box2 .nr .txt p{
  font-size: 0.2rem;
  color: #333;
  line-height: 0.34rem;
  text-indent: 2em;
  font-family: "SourceHanSansCN";
}

.nytraining .box2 .nr .txt p span{
  color: #900F13;
}


.nytraining .box2 .nr1{
  margin: 0.8rem auto 0.3rem auto;
}

.nytraining .box2 .nr1 .txt{
  width: calc((100% - 4.95rem));
  margin-top: 0.3rem;
}

.nytraining .box2 .nr1 .pic{
  width: 4.9rem;
  height: 5.04rem;
  margin-left: -0.55rem;

}

.nytraining .box2 .nr1 img{
  width: 100%;
  height: 100%;
}

.nytraining .box2 .nr2 .txt{
  width: calc((100% - 5.55rem));
  margin-top: 1rem;
}

.nytraining .box2 .nr2  .pic{
  width: 5.01rem;
  height: 4.93rem;
  margin-right: -0.55rem;
}

.nytraining .box2 .nr2 img{
  width: 100%;
  height: 100%;
}


.nytraining .box3{
  margin: 0.75rem auto 0 auto;
  border-radius: 0.3rem;
  background: #FFFFFF;
  padding: 0.15rem;
} 

.nytraining .box3 .nr{
  border-radius: 0.3rem;
  border: 1px solid rgba(144, 15, 19, 0.2);
  padding: 0.2rem 0.25rem;

}

.nytraining .box3 .nr p{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.34rem;
}


/*Consultationbg*/


.Consultationbg{
  background: #F9FAFA url(../nyimages/teacherbg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 0.25rem;
}


.nyConsultation{
  margin: 0 auto;
  padding-top: 0.75rem;
}

.nyConsultation .box{
  margin-bottom: 0.95rem;
}

.nyConsultation .jxzx_t{
  position: relative;

}

.nyConsultation .jxzx_t h5{
  font-size: 0.24rem;
  color: #333333;
  font-family: "PingFangSC";
}

.nyConsultation .jxzx_t i{
  display: block;
  width: 0.49rem;
  height: 0.04rem;
  background: #A31A2F;
  margin-top: 0.08rem;
}

.nyConsultation .jxzx_t .more{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.16rem;
  color: #A31A2F;
  font-family: "PingFangSC";
}

.nyConsultation .nr p{
  
    text-align: justify;
  
  font-size: 0.22rem;
  color: #666666;
  line-height: 0.4rem;
  margin-top: 0.3rem;
  text-indent: 2em;
}

.nyConsultation .box2 ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.nyConsultation .box2 ul li{
  text-align: center;
  width: 30.2%;
  height: 2.56rem;
  border-radius: 0.2rem;
  background: url(../nyimages/telist1.jpg) no-repeat top center;
  background-size: 100%;
  margin-right: 4.7%;
  padding: 0.1rem;

}

.nyConsultation .box2 ul li .txt{
  border-radius: 0.2rem;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.35rem;
}

.nyConsultation .box2 ul li:nth-child(2){
  background: url(../nyimages/telist2.jpg) no-repeat top center;
  background-size: 100%;
}

.nyConsultation .box2 ul li:nth-child(3){
  background: url(../nyimages/telist3.jpg) no-repeat top center;
  background-size: 100%;
}

.nyConsultation .box2 ul li:nth-child(3n){
  margin-right: 0;

}

.nyConsultation .box2 ul li h6{
  font-size: 0.2rem;
  color: #FFFFFF;
  font-family: "SourceHanSerifCN-Bold";
}

.nyConsultation .box2 ul li p{
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  margin-top: 0.23rem;
  text-align: left;
}


.nyConsultation .nylcbox{
  position: relative;
  z-index: 5;
  margin: 0.3rem auto 0 auto;

}

.nyConsultation .nylcbox::after{
  position: absolute;
  left: -2.6rem;
  top: 0.68rem;
  content: "";
  z-index: -1;
  width: calc((100% + 5.2rem));
  height: 1px;
  background: #D8D8D8;
}



.nyConsultation .nylcbox .swiper-slide{
  position: relative;
  text-align: center;

}

.nyConsultation .nylcbox .swiper-slide .lc_t{
  text-align: center;
  font-family: "PingFangSC";
}

.nyConsultation .nylcbox .swiper-slide .lc_t h6{
  font-size: 0.24rem;
  color: #333333;

}

.nyConsultation .nylcbox .swiper-slide .lc_t em{
  display: block;
  background: url(../nyimages/teamico.png) no-repeat top center;
  background-size: 100%;
  width: 0.31rem;
  height: 0.31rem;
  margin: 0.2rem auto;
}

.nyConsultation .nylcbox .swiper-slide .lc_t p{
  font-size: 0.18rem;
  color: #666666;
}

.nyConsultation .nylcbox .swiper-slide .txt{
  margin: 0.25rem auto 0 auto;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 1.8rem;
  padding: 0.35rem 0.3rem 0 0.3rem;
  opacity: 1;
  left: -0rem;
} 

.nyConsultation .nylcbox .swiper-slide .txt::after{
  position: absolute;
  left: 0rem;
  top: 0;
  content: "";
  z-index: -1;
  background: url(../nyimages/lctxt.png) no-repeat top center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.nyConsultation .nylcbox .swiper-slide .txt p{
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.3rem;
  text-align: justify;
  height: 1.2rem;
  overflow-y: auto;
  padding: 0 0.15rem;
}



.nyConsultation .teachbox{
  margin: 0.3rem -0.6rem 0 -0.6rem;
  position: relative;
}

.nyConsultation .teachbox .swiper-container{
  padding-top: 0.15rem;
}

.nyConsultation .teachbox .swiper-slide{
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyConsultation .teachbox .swiper-slide a{
  display: block;
}

.nyConsultation .teachbox .swiper-slide .pic{
  position: relative;
  z-index: 5;
  border-radius: 50%;
  border: 1px dashed #DFDFDF;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0.05rem;
  margin: 0 auto 0.15rem auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyConsultation .teachbox .swiper-slide .pic img{
  position: absolute;
  left: 2%;
  top: 2%;
  display: block;
  width: 96%;
  height: 96%;
  object-position: top;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyConsultation .teachbox .swiper-slide .txt{
  text-align: center;
  font-family: "PingFangSC";
}

.nyConsultation .teachbox .swiper-slide .txt h6{
  font-size: 0.2rem;
  color: #A31A2F;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyConsultation .teachbox .swiper-slide .txt p{
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.1rem;
}

.nyConsultation .teachbox .teacher-next{
  position: absolute;
  z-index: 9;
  right: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.11rem;
  height: 0.22rem;
  border-radius: 50%;
  background: url(../nyimages/right.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.nyConsultation .teachbox .teacher-prev{
  position: absolute;
  z-index: 9;
  left: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.11rem;
  height: 0.22rem;
  border-radius: 50%;
  background: url(../nyimages/left.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/*Consultationbg*/


.nykeshibg{
  background: url(../nyimages/keshibg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 1.6rem;
}

.nykeshi{
  position: relative;
  z-index: 5;
  margin-top: 0.25rem;

}

.nykeshi::after{
  position: absolute;
  content: "";
  z-index: -1;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #EAEAEA;
}

.nykeshi ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nykeshi ul li{
  width: 47.5%;
  padding-top: 0.35rem;

}

.nykeshi ul li .keshi_t{
  text-align: center;

}

.nykeshi ul li .keshi_t h3{
  display: inline-block;
  position: relative;
  z-index: 5;
  font-size: 0.36rem;
  color: #900F13;
  font-weight: normal;
  font-family: "yuweij";
  background: url(../nyimages/keshiico.png) no-repeat left top;
  background-size: 0.5rem 0.5rem;
  padding: 0.12rem 0 0 0.15rem;
}

.nykeshi ul li .keshi_txt{
  width: 6.95rem;
  height: 2.27rem;
  background: url(../nyimages/keshilist.png) no-repeat left top;
  background-size: 100% 100%;
  margin-top: 0.4rem;
  padding: 0.4rem 0.45rem 0 0.45rem;
}

.nykeshi ul li .keshi_txt h5{
  font-size: 0.26rem;
  color: #333333;

}

.nykeshi ul li .keshi_txt em{
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.1);
  margin: 0.15rem 0 0.25rem 0;

}

.nykeshi ul li .keshi_txt p{
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
}


.nykeshi ul li .keshi_list{
  margin-top: 0.85rem;

}

.nykeshi ul li .keshi_list dl{
  margin-top: 0.38rem;
  height: 2.42rem;
  border-radius: 0.1rem;
  background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 100%), #FFFFFF;
	
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nykeshi ul li .keshi_list dl dt{
  position: relative;
  width: 2rem;
  height: 100%;
  overflow: hidden;
  border-radius: 0.1rem 0 0 0.1rem;

}

.nykeshi ul li .keshi_list dl dt img{
  border-radius: 0.1rem 0 0 0.1rem;
  position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nykeshi ul li .keshi_list dl dd{
  width: calc((100% - 2.5rem));
  margin-right: 0.35rem;
  padding-top: 0.33rem;
}

.nykeshi ul li .keshi_list dl dd h5{
  font-size: 0.2rem;
  font-weight: bold;
  color: #900F13;
  line-height: 0.34rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 0.1rem;
}

.nykeshi ul li .keshi_list dl dd h5 i{
  font-size: 0.16rem;
  font-weight: normal;
  color: #333333;
  margin-left: 0.35rem;
}

.nykeshi ul li .keshi_list dl dd p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nykeshi ul li .keshi_list dl dd ol{
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.08rem;
  margin-top: 0.16rem;
}

.nykeshi ul li .keshi_list dl dd ol span{
  font-size: 0.16rem;
  /* color: #666666; */
  line-height: 0.34rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nykeshi ul li .keshi_list dl dd ol span img{
  margin-right: 0.15rem;
  width: 0.19rem;
  height: 0.2rem;
  display: inline;
}


/*Party_building*/

.Party_buildingbg{
  background: url(../nyimages/Party_buildingbg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 0.65rem;
}


.Party_building{
  margin: 0 auto;
  padding-top: 0.25rem;
}

.Party_building .Partybox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.Party_building .Partybox .Party_l{
  width: 50%;
  height: 5.28rem;
  border-radius: 0.15rem;
  border: 2px solid #F0B360;
  padding: 0.07rem;
  margin-top: 0.2rem;
}

.Party_building .Partybox .Party_l .swiper-slide{
  position: relative;
  border-radius: 0.15rem;
}

.Party_building .Partybox .Party_l .pic{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5.1rem;
  border-radius: 0.15rem;
}

.Party_building .Partybox .Party_l .pic img{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.15rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Party_building .Partybox .Party_l .time{
  position: absolute;
  left: 0.15rem;
  top: 0.1rem;
  width: 1rem;
  height: 1rem;
  background: rgba(150, 16, 16, 0.6);
  border-radius: 0.1rem;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
} 

.Party_building .Partybox .Party_l .time span{
  display: block;
  font-size: 0.2rem;
  color: #FFFFFF;
  padding-top: 0.13rem;


}

.Party_building .Partybox .Party_l .time i{
  display: block;
  font-size: 0.44rem;
  color: #FFFFFF;
  font-weight: bold;
}

.Party_building .Partybox .Party_l .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.15rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.8) 100%);
}

.Party_building .Partybox .Party_l .txt h5{
  width: 70%;
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
  font-size: 0.22rem;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 0.2rem;
  font-family: "SourceHanSansCN";
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Party_building .Partybox .Party_l .Party-pagination{
  position: absolute;
  z-index: 9;
  left: auto;
  right: 0.6rem;
  bottom: 0.4rem;
  width: auto;

}

.Party_building .Partybox .Party_l .Party-pagination .swiper-pagination-bullet{
  background: rgba(255, 255, 255, 0.3);
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  opacity: 1;
  margin-right: 0.1rem;
}

.Party_building .Partybox .Party_l .Party-pagination .swiper-pagination-bullet-active{
  background: rgba(255, 255, 255, 1);
}


.Party_building .Partybox .Party_r{
  width: 46.5%;
  margin-top: 0.63rem;
}

.Party_building .Partybox .Party_r ul li{
  border-bottom: 1px solid #EAEAEA;
  line-height: 0.6rem;
}

.Party_building .Partybox .Party_r ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "SourceHanSansCN";

}

.Party_building .Partybox .Party_r ul li h5{
  width: 82%;
  background: url(../nyimages/newsico.png) no-repeat left center;
  background-size: 0.07rem 0.1rem;
  padding-left: 0.3rem;
  font-size: 0.2rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Party_building .Partybox .Party_r ul li .time{
  display: block;
  font-size: 0.18rem;
  color: #666666;
}


.Party_building .Partybox .Partymore{
  margin: 0;
  position: absolute;
  right: 0;
  top: 0.2rem;
}


.Party_building .Partybox .Partymore a{
  display: block;
  color: #A72328;
  font-size: 0.16rem;
  width: 1.24rem;
  height: 0.37rem;
  line-height: 0.37rem;
  border-radius: 45px;
  border: 1px solid #A72328;
  text-align: center;
}

.Party_building .Partylist{
  margin: 1.13rem auto 0 auto;
} 

.Party_building .Partylist ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.Party_building .Partylist ul li{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: 0 1.35rem;
}

.Party_building .Partylist ul li span{
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  line-height: 0.55rem;
  background: #FFFFFF;
  border: 1px solid #CB0000;
  text-align: center;
  font-size: 0.38rem;
  color: #CB0000;
  font-weight: bold;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}

.Party_building .Partylist ul li h5{
  width: 1.7rem;
  height: 0.55rem;
  line-height: 0.55rem;
  text-align: center;
  border-radius: 50px;
  background: #CB0000;
  font-size: 0.24rem;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  z-index: 4;
  margin-left: -0.2rem;
}



.Party_building .Partylist ul li:nth-child(2) span{
  color: #F0B360;
  border: 1px solid #F0B360;
}

.Party_building .Partylist ul li:nth-child(2) h5{
  background: #F0B360;
}


.Party_building .Partylist ul li:nth-child(3) span{
  color: #FF6400;
  border: 1px solid #FF6400;
}

.Party_building .Partylist ul li:nth-child(3) h5{
  background: #FF6400;
}


.Party_building .Partylist ul:nth-child(2) li:nth-child(1) span{
  color: #FF6400;
  border: 1px solid #FF6400;
}

.Party_building .Partylist ul:nth-child(2) li:nth-child(1) h5{
  background: #FF6400;
}


.Party_building .Partylist ul:nth-child(2) li:nth-child(2) span{
  border: 1px solid #CB0000;
  color: #CB0000;
}

.Party_building .Partylist ul:nth-child(2) li:nth-child(2) h5{
  background: #CB0000;
}




/*evaluationbg*/
.evaluationbg{
  background: url(../nyimages/teaching_supervisionbg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 1.6rem;
}


.nyevaluation{
  margin: 0 auto;
  padding-top: 0.8rem;
} 

.nyevaluation .nyevaluation_t{
  font-size: 0.22rem;
  color: #900F13;
  font-family: "PingFangSC";
  width: 72%;
  text-align: center;
  margin: 0 auto;
}

.nyevaluation .nyevaluationbox{
  margin: 1.4rem auto 0 auto;
  position: relative;
  padding-top: 1.7rem;
  background: url(../nyimages/evaluation_xt.png) no-repeat top center;
  background-size: 9.34rem 3.87rem;
} 

.nyevaluation .nyevaluationbox .pic{
  margin: 0 auto;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;

}

.nyevaluation .nyevaluationbox .pic img{
  width: 100%;
  max-width: 100%;
  border-radius: 50%;
}

.nyevaluation .nyevaluationbox ul li{

}

.nyevaluation .nyevaluationbox ul li .ico{
  margin: 0 auto 0.2rem auto;
  width: 1.05rem;
  height: 1.05rem;
  background: #FFFFFF;
  border: 1px dashed #900F13;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyevaluation .nyevaluationbox ul li .ico i{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.nyevaluation .nyevaluationbox ul li .ico i .ico1{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyevaluation .nyevaluationbox ul li .ico i .ico2{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyevaluation .nyevaluationbox ul li .txt{
 
 

}

.nyevaluation .nyevaluationbox ul li .txt h5{
  font-size: 0.24rem;
  color: #900F13;
  text-align: center;
  margin-bottom: 0.3rem;
}

.nyevaluation .nyevaluationbox ul li .txt p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.28rem;
  text-indent: 2em;
}

.nyevaluation .nyevaluationbox ul li .txt p em{
  color: #900F13;
}

.nyevaluation .nyevaluationbox ul li:nth-child(1){
  position: absolute;
  top: -0.4rem;
  left: 0;
  width: 100%;

}

.nyevaluation .nyevaluationbox ul li:nth-child(1) .txt{
  width: 5.6rem;
  margin: 0 auto;
  text-align: left;
}

.nyevaluation .nyevaluationbox ul li:nth-child(2){
  position: absolute;
  top: 3.85rem;
  left: 0.4rem;
  width: 4rem;
}

.nyevaluation .nyevaluationbox ul li:nth-child(2) .txt p{
  text-indent: 0em;
}


.nyevaluation .nyevaluationbox ul li:nth-child(3){
  position: absolute;
  top: 3.85rem;
  right: 0.4rem;
  width: 4rem;
}



/*nyabout*/

.nyaboutbg{
  background: url(../nyimages/abbg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 1.35rem;
}


.nyabout{
  margin: 0 auto;
  padding-top: 0.45rem;
}

.nyabout .aboutbox{
  margin: 0.25rem auto;
  font-family: "PingFangSC";
}

.nyabout .aboutbox .ab_nr1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
}

.nyabout .aboutbox .ab_nr1 .ab_img{
  background: url(../nyimages/abimgbg.png) no-repeat center;
  background-size: 100% 100%;
  width: 5.54rem;
  height: 5.54rem;
  padding: 0.6rem 0.58rem 0.4rem 0.42rem;
  margin-left: -1rem;
  margin-top: 0.5rem;
}

.nyabout .aboutbox .ab_nr1 .ab_img img{
  width: 4.56rem;
  height: 4.56rem;
  border-radius: 50%;
}

.nyabout .aboutbox .ab_nr1 .ab_r{
  width: calc((100% - 5.55rem));
}

.nyabout .aboutbox .ab_nr1 .ab_r .ab_t{
  background: url(../nyimages/ab_t.png) no-repeat center;
  background-size: 100% 100%;
  width: 8.51rem;
  height: 0.83rem;
  line-height: 0.83rem;
  text-align: center;
  margin: 0.58rem auto 0.68rem auto;
}

.nyabout .aboutbox .ab_nr1 .ab_r .ab_t h5{
  text-align: center;
  color: #900F13;
  font-size: 0.4rem;
  font-family: "STXingkai";
}

.nyabout .aboutbox .ab_nr1 .ab_r p{
  color: #333333;
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-indent: 2em;
  text-align: justify;
}

.nyabout .aboutbox .ab_nr2{
  margin-top: 0.75rem;
}

.nyabout .aboutbox .ab_nr2 p{
  color: #333333;
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-indent: 2em;
  text-align: justify;
}

.nyabout .ab_txt{
  margin: 0.2rem auto 0 auto;
  text-align: center;
  background: url(../nyimages/ab_txt.png) no-repeat center;
  background-size: 100% 100%;
  width: 11.14rem;
  height: 1.24rem;
  padding-top: 0.3rem;
} 

.nyabout .ab_txt h5{
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #900F13;
  font-size: 0.3rem;
  font-family: "STXingkai";
  line-height: 0.32rem;

}





.pc_history{
  margin: 0.6rem  0 0 -2.6rem;
  background: url(../nyimages/ab_list.png) no-repeat center;
  background-size: 100% ;
  width: calc((100% + 5.2rem));
  height: 10.2rem;
  position: relative;
  padding-top: 0.05rem;
}

.pc_history .swiper-container{
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;

}

.pc_history .swiper-slide{
  position: relative;


}

.pc_history .swiper-slide ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;

}


.pc_history .swiper-slide ul li .time{
  font-size: 0.4rem;
  color: #900F13;
  font-family: "AlimamaDaoLiTi";
  width: 1rem;
  text-align: center;
  background: url(../nyimages/ab_xt.png) no-repeat  center 0.55rem;
  background-size: 0.06rem 2.49rem ;
}




.pc_history .swiper-slide ul li .txt{
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.34rem;
  width: calc((100% - 1.05rem));
  max-height: 2.75rem;
  overflow-x: auto;
  padding-right: 0.1rem;


}




.pc_history .swiper-slide ul li:nth-child(1){
  position: absolute;
  left: 6%;
  top: 1.3rem;
  width: 25%;
}

.pc_history .swiper-slide ul li:nth-child(2){
  position: absolute;
  top: 5.9rem;
  left: 12%;
  width: 25%;
}

.pc_history .swiper-slide ul li:nth-child(2) .time{

  background: url(../nyimages/ab_xt2.png) no-repeat  center top;
  background-size: 0.06rem 1.92rem ;
  padding-top: 2.3rem;
}

.pc_history .swiper-slide ul li:nth-child(2) .txt{
  margin-top: 1.35rem;
  width: calc((100% - 1.15rem));
  margin-right: 0.1rem;
}

.pc_history .swiper-slide ul li:nth-child(3){
  top: 1.7rem;
  left: 35%;
  position: absolute;
  width: 25.5%;
}

.pc_history .swiper-slide ul li:nth-child(3) .time{
  background: url(../nyimages/ab_xt.png) no-repeat  center 0.55rem;
  background-size: auto 1.75rem ;
}

.pc_history .swiper-slide ul li:nth-child(3) .txt{
  width: calc((100% - 2.65rem));
  margin-right: 1.5rem;
  height: 1.7rem;
  overflow-x: hidden;
}

.pc_history .swiper-slide ul li:nth-child(4){
  position: absolute;
  top: 5.93rem;
  left: 41%;
  width: 24.5%;
}

.pc_history .swiper-slide ul li:nth-child(4) .txt{
  margin-top: 1.15rem;
  width: calc((100% - 1.95rem));
  margin-right: 0.9rem;
  
}

.pc_history .swiper-slide ul li:nth-child(4) .time{

  background: url(../nyimages/ab_xt2.png) no-repeat  center top;
  background-size: auto 0.9rem ;
  padding-top: 1.3rem;
}


.pc_history .swiper-slide ul li:nth-child(5){
  position: absolute;
  top: 1rem;
  left: 55%;
  width: 24.5%;
}

.pc_history .swiper-slide ul li:nth-child(5) .txt{
  width: calc((100% - 2.25rem));
  margin-right: 1rem;
  height: 1.7rem;
  overflow-x: hidden;
}

.pc_history .swiper-slide ul li:nth-child(5) .time{
  background: url(../nyimages/ab_xt.png) no-repeat  center 0.55rem;
  background-size: auto 1.7rem ;
}


.pc_history .swiper-slide ul li:nth-child(6){
  position: absolute;
  top: 6.1rem;
  left: 65%;
  width: 28%;
}

.pc_history .swiper-slide ul li:nth-child(6) .time{

  background: url(../nyimages/ab_xt2.png) no-repeat  center top;
  background-size: auto 1.3rem ;
  padding-top:  1.7rem;
}

.pc_history .swiper-slide ul li:nth-child(6) .txt{
  margin-top: 0.75rem;
}

.pc_history .swiper-slide ul li:nth-child(7){
  position: absolute;
  top: 0.15rem;
  right: 0%;
  width: 20.5%;
}

.pc_history .swiper-slide ul li:nth-child(7) .time{
  background: url(../nyimages/ab_xt.png) no-repeat  center 0.55rem;
  background-size: auto 2.35rem ;
}

.pc_history .swiper-slide ul li:nth-child(7) .txt{
  width: calc((100% - 1.05rem));
  margin-right: 0rem;
}


.pc_history .ab-next{
  position: absolute;
  z-index: 9;
  right: 4%;
  top: 47%;
  transform: translateY(-50%);
  background: url(../nyimages/ab_right.png) no-repeat  center ;
  background-size:100% 100% ;
  width: 0.45rem;
  height: 0.45rem;
}



.pc_history .ab-prev{
  position: absolute;
  z-index: 9;
  left: 4%;
  top: 47%;
  transform: translateY(-50%);
  background: url(../nyimages/ab_left.png) no-repeat  center ;
  background-size:100% 100% ;
  width: 0.45rem;
  height: 0.45rem;
}








.m_history{
  margin: 0.6rem  0 0 -2.6rem;
  background: url(../nyimages/ab_list.png) no-repeat center;
  background-size: 100% ;
  width: calc((100% + 5.2rem));
  height: 10.2rem;
  position: relative;
  padding-top: 0.05rem;
  display: none;
}

.m_history .swiper-container{
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;

}

.m_history .swiper-slide{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}


.m_history .swiper-slide .time{
  font-size: 0.4rem;
  color: #900F13;
  font-family: "AlimamaDaoLiTi";
  width: 1rem;
  text-align: center;
  background: url(../nyimages/ab_xt.png) no-repeat  center 0.55rem;
  background-size: 0.06rem 2.49rem ;
}




.m_history .swiper-slide .txt{
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.34rem;
  width: calc((100% - 1.05rem));
  max-height: 5.1rem;
  overflow-x: auto;
  padding-right: 0.1rem;


}


.m_history .swiper-slide.swiper-slide-active{
  top: 1.3rem;
  margin-left: 6%;
}

.m_history .swiper-slide.swiper-slide-next {
  top: 5.9rem;
  left: -19%;

}

.m_history .swiper-slide.swiper-slide-next .time{

  background: url(../nyimages/ab_xt2.png) no-repeat  center top;
  background-size: 0.06rem 1.92rem ;
  padding-top: 2.3rem;
}
.m_history .swiper-slide.swiper-slide-next .txt{
  padding-top: 1.35rem;
  width: calc((100% - 1.15rem));
  margin-right: 0.1rem;
}

.m_history .swiper-slide.ne2{
  top: 1.7rem;
  left: -21%;
}

.m_history .swiper-slide.ne2 .time{
  background: url(../nyimages/ab_xt.png) no-repeat  center 0.55rem;
  background-size: auto 1.75rem ;
}

.m_history .swiper-slide.ne2 .txt{
  width: calc((100% - 2.65rem));
  margin-right: 1.5rem;
  height: 1.7rem;
  overflow-x: hidden;
}

.m_history .swiper-slide.ne3 {
  top: 5.93rem;
  left: -40.2%;
}

.m_history .swiper-slide.ne3 .txt{
  margin-top: 1.15rem;
  width: calc((100% - 1.95rem));
  margin-right: 0.9rem;
  
}

.m_history .swiper-slide.ne3 .time{

  background: url(../nyimages/ab_xt2.png) no-repeat  center top;
  background-size: auto 0.9rem ;
  padding-top: 1.3rem;
}

.m_history .swiper-slide.ne4 {
  top: 1rem;
  left: -51%;
}

.m_history .swiper-slide.ne4 .txt{
  width: calc((100% - 2.25rem));
  margin-right: 1rem;
  height: 1.7rem;
  overflow-x: hidden;
}

.m_history .swiper-slide.ne4 .time{
  background: url(../nyimages/ab_xt.png) no-repeat  center 0.55rem;
  background-size: auto 1.7rem ;
}


.m_history .swiper-slide.ne5 {
  top: 6.09rem;
  left: -66%;

}

.m_history .swiper-slide.ne5 .time{

  background: url(../nyimages/ab_xt2.png) no-repeat  center top;
  background-size: auto 1.3rem ;
  padding-top:  1.7rem;
}

.m_history .swiper-slide.ne5 .txt{
  margin-top: 0.75rem;
}

.m_history .swiper-slide.ne6 {
  top: 0.15rem;
  left: -85.5%;
}

.m_history .swiper-slide.ne6 .time{
  background: url(../nyimages/ab_xt.png) no-repeat  center 0.55rem;
  background-size: auto 2.35rem ;
}

.m_history .swiper-slide.ne6 .txt{
  width: calc((100% - 1.55rem));
  margin-right: 0.5rem;
}

.m_history .swiper-slide.ne7 {
  top: 0.85rem;
  left: 7%;
}

.m_history .swiper-slide.ne7 .time{
  background: url(../nyimages/ab_xt2.png) no-repeat center top;
  background-size: auto 1.3rem;
  padding-top: 1.7rem;
}

.m_history .swiper-slide.ne7 .txt{
  margin-top: 0.75rem;
}

.m_history .ab-next{
  position: absolute;
  z-index: 9;
  right: 4%;
  top: 47%;
  transform: translateY(-50%);
  background: url(../nyimages/ab_right.png) no-repeat  center ;
  background-size:100% 100% ;
  width: 0.45rem;
  height: 0.45rem;
}



.m_history .ab-prev{
  position: absolute;
  z-index: 9;
  left: 4%;
  top: 47%;
  transform: translateY(-50%);
  background: url(../nyimages/ab_left.png) no-repeat  center ;
  background-size:100% 100% ;
  width: 0.45rem;
  height: 0.45rem;
}



/*jxbsbg2*/

.jxbsbg2{
  background: #F9FAFA url(../nyimages/jxbsbg3.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 1.9rem;
}


.teachingcompetition_box2{
  margin: 0.55rem auto 0 auto;

} 


.teachingcompetition_box2 h5{
  text-align: center;
  font-size: 0.36rem;
  color: #900F13;
  font-weight: bold;
  font-family: "SourceHanSansCN";
  margin-bottom: 0.4rem;
} 

.teachingcompetition_box2 p{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.34rem;
  text-indent: 2em;
  width: 99.5%;
  margin: 0 auto;
  text-align: justify;
}




/*jxxsbg3*/

.jxxsbg3{
  background: #F9FAFA url(../nyimages/jxxsbg2.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 1.1rem;
}


.nyacademic3{
  margin: 0rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} 

.nyacademic3 .pic{
  position: relative;
  width: 7.81rem;
  height: 6.09rem;
  margin-left: -2.6rem;


}

.nyacademic3 .pic img{
  display: block;
  width: 100%;
  height: 100%;

}

.nyacademic3 .txt{
  width: calc((100% - 5.55rem));
  margin-right: -0.45rem;
  margin-top: 1.25rem;
}

.nyacademic3 .txt p{
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #666666;
  text-indent: 2em;
  margin-bottom: 0.2rem;
 
  text-align: justify;
  
}



/* nyfwbg2 */


.nyfwbg2{
  background: url(../nyimages/jxxsbg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 1.4rem;
    padding-top: 0;
}

.nyfw2{
  margin: 0  auto;
  padding-top: 0rem;
  font-family: "SourceHanSansCN";
}

.nyfw2 .box1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyfw2 .box1 .txt{
  width: calc((100% - 5.5rem));
  margin-top: 0.65rem;
}

.nyfw2 .box1 .txt p{
  font-size: 0.2rem;
  color: #666666;
  text-indent: 2em;
  line-height: 0.36rem;
  margin-bottom: 0.42rem;
}

.nyfw2 .box1 .txt p span{
  color: #900F13;
  font-weight: bold;
  font-size: 0.22rem;
}

.nyfw2 .box1 .txt p em{
  color: #900F13;
}

.nyfw2 .box1 .pic{
  width: 7.5rem;
  height: 5.33rem;
  margin-right: -2.55rem;

}

.nyfw2 .box1 .pic img{
  display: block;
  width: 100%;
  height: 100%;

}

.nyfw2 .box2{
  margin-top: -0.15rem;

}

.nyfw2 .box2 p{
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.36rem;
  text-align: justify;
  text-indent: 2em;
}


.nyfw2 .box2 .txt p span{
  color: #900F13;
  font-weight: bold;
  font-size: 0.22rem;
}

.nyfw2 .box2 .txt p em{
  color: #900F13;
}



  /*fenye*/
    
  .fenye{
    margin: 0.5rem auto 0 auto;
  }
  
  .page {
    width: 100%;
    margin-top: 0rem;
  }
  
  
  .pb_sys_common {
    font-size:.16rem ;
    padding: 0px 0.05rem ;
    height: auto ;
    line-height: 0.3rem ;
    min-width: 0.3rem ;
  }
  
  .pb_sys_common a{
    text-decoration: none;
  }
  
  .pb_sys_common .p_pages{
    margin-left: -5px;
  }
  
  .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{
    border: 1px solid #ccc;
    padding: 0px 0.1rem ;
    margin:0px 0px 0px 5px;
  
    height:0.3rem;
  
    line-height:0.3rem;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;
    background: #fff;
  }
  
  .pb_sys_common .p_t{
    line-height:12px;
    margin:0px;
    padding:0px;
    display:inline-block;
    vertical-align:middle;
  }
  
  .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
    color: #ccc;
  }
  
  .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    color: #222;
  }
  
  .pb_sys_common .p_dot {
    margin-left:4px;
    margin-right:-4px;
    color:#222;
  }
  
  .pb_sys_common .p_goto input, .pb_sys_common .p_search input {
    /*
    height:22px;
    border: 1px solid #aaa;
    outline-width:thin;
    outline-color:#258CFF;
  
    text-align:center;
    vertical-align:middle;    
    */
    font-size:12px;
  
    border: 1px solid #aaa;
    height:22px;
    line-height:20px;
    box-sizing:border-box;
    vertical-align:middle;
  
    outline-width:thin;
    outline-color:#9c0c14;
    
    margin:0px 2px;
    padding:0px 1px;
  }
  
  
  .pb_sys_common .p_goto input{
    width:22px;
    text-align:center;
  }
  
  .pb_sys_common .p_search input{
    width:100px;
    text-align:left;
  }
  
  .pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
    border: 1px solid #9c0c14;
  }
  
  .pb_sys_common .p_goto a, .pb_sys_common .p_search a{
    border: 1px solid #ccc;
    padding: 0px 0.08rem;
    color: rgba(58, 58, 60, 1);
  
    margin:0px;
  
    height:0.3rem;
    line-height:0.3rem;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;
    background: #fff;
  }
  
  .pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
    /*
    border-width:1px 0px 1px 1px;
    border-style:solid;
    border-color:#ccc;
    padding: 5px 6px;
    color: #222;
    */
    border-right:1px solid #ccc;
    padding: 1px 5px;
    color: #888888;
  }
  
  .pb_sys_common .p_dosize_d{
    /*background-color:#f5f5f5;*/
    color: rgba(58, 58, 60, 1);
  }
  
  .pb_sys_common .p_dosize a:hover{
    /*background-color:#f5f5f5;*/
    color: rgba(58, 58, 60, 1);
  }
  
  .pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
    /*border-right-width:1px*/
    border-right-width:0px;
  }
  
  
  
  .nyrCon .formcontainer{
    margin: 0.3rem auto 0 auto;
  }
  
  .nyrCon  .formcontainer table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #020202;
  }

  .nyrCon .formcontainer table thead th{
    text-align: center;
    padding: 25px 20px;
  }

  .nyrCon .formcontainer table thead th:nth-child(1){
    width: 21%;
    text-align: center;
    padding-left: 0;

  }

  .nyrCon .formcontainer table thead th:nth-child(2){
    width: 21%;
  }


  .nyrCon .formcontainer table thead th:nth-child(3){
    width: 58%;
  }
  
  .formcontainer caption {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    color: #8B0000;
    border-bottom: 2px solid #8B0000;
  }

  
  .nyrCon  .formcontainer table th, .nyrCon .formcontainer table td {
    border: 1px solid #020202;
    padding: 20px 17px;

  }
  
  .formcontainer th {
    background-color: #900f13;
    color:#fff;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
  }
  
  .formcontainer .level-1 {
    background-color: #f7f7ef;
    font-weight: bold;
    font-size: 24px;
    color: #900F13;
    text-align: center;
  }
  
  .nyrCon  .formcontainer table .level-2 {
    background-color: #fff;
    font-size: 22px;
    color: #333333;
    line-height: 32px;
  }
  
  .nyrCon  .formcontainer table .level-3 {
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
    padding: 0px 0px;
  }

  .nyrCon  .formcontainer table .level-3.level-3-1{
    padding: 20px 17px;
  }

  .nyrCon  .formcontainer table .level-3 .nr{
    border-bottom: 1px solid #020202;
    padding: 14px 13px;
  }

  .nyrCon  .formcontainer table .level-3 .nr p{
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
  }

  .nyrCon  .formcontainer table .level-3 .nr:last-child{
    border-bottom: none;
  }
  
  .nyrCon  .formcontainer table .required {
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
  }
  
  .nyrCon  .formcontainer table .optional {
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
  }
  
  .nyrCon  .formcontainer table .note {
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
  }
  
  

  .nyrCon .formcontainer table .last td.level-2{
    border: none;
    position: relative;
    
  }
  .nyrCon .formcontainer table .last td.level-2 .t1{
    width: 11rem;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
    padding: 0.2rem;

  }


  @media (min-width:1025px) {
    .m_history .swiper-slide.ne5 {
      width: 32% !important;
    
    }

  }

@media (min-width:1024px) {

  .nyConsultation .teachbox .swiper-slide:hover{
    transform: translateY(-10px);
  }

  .nyConsultation .teachbox .swiper-slide:hover .pic{
    border: 1px solid #900F13;
  }



  .nyevaluation .nyevaluationbox ul li:hover .ico{
    background: #DCA85D;
    border: 1px dashed #DCA85D;

  }
  
  
  .nyevaluation .nyevaluationbox ul li:hover .ico i .ico1{
    transform: translateY(-100%);
  }
  
  
  .nyevaluation .nyevaluationbox ul li:hover .ico i .ico2{
    transform: translateY(-100%);
  }



  .nysupervision .jxddbox3 .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }
  
  .nysupervision .jxddbox3 .jxddbox3_nr .jxdd-next:hover{
    background: #900F13 url(../nyimages/teamright.png) no-repeat  center;
    background-size: 0.09rem 0.165rem;
  }
  
  .nysupervision .jxddbox3 .jxddbox3_nr .jxdd-prev:hover{
    background: #900F13 url(../nyimages/teamleft.png) no-repeat  center;
    background-size: 0.09rem 0.165rem;
  }

  .nyjxbs2 .jxsblist ul li:hover h5{
    color: #900F13;
  }

  .nyjxbs2 .jxbsshow .swiper-slide ul li:hover::after{
    width: 100%;
  }

  .nyjxbs2 .jxbsshow .jxbs-next:hover{

    background:  #900F13 url(../nyimages/jx_right1.png) no-repeat  center;
    background-size: 0.17rem 0.3rem;

  }
  
  
  .nyjxbs2 .jxbsshow .jxbs-prev:hover{

    background:  #900F13 url(../nyimages/jx_left1.png) no-repeat  center;
    background-size: 0.17rem 0.3rem;

  }

  .nycolumn ul li:hover a{
    font-weight: bold;
  }
  
  .policy_document dl dd:hover a{
    color: #900F13;

  }

  .nynotice ul li:hover{

    background: rgba(144, 15, 19, 0);
    border: none;
  
  }
  
  .nynotice ul li:hover::after{
    width: 13.97rem;
  }
  
  .nynotice ul li:hover a{
  
    padding-left: 0.35rem;
  
  }
  
  .nynotice ul li:hover .time{
    border-right: 1px dashed #fff;
  }
  
  .nynotice ul li:hover .time i{
    color: #fff;
  }
  
  .nynotice ul li:hover .time span{
    color: #fff;
  }
  
  .nynotice ul li:hover .txt h5{
    color: #fff;
  
  }
  
  .nynotice ul li:hover .txt .more{
    background: url(../nyimages/more2.png) no-repeat  center;
    background-size: 100%;
  }

  .nysupervision .jxdd_news .jxdd_news_nr ul li:hover h5{
    color: #900F13;
    font-weight: bold;
  }

  .Party_building .Partybox .Party_r ul li:hover h5{
    color: #900F13;
    font-weight: bold;
  }

}






@media (max-width:1024px) {


  .nybanner .yjlm {
    display: none;
  }

  .nycolumnbg{
    display: none;
  }


  .nyMain .ejlm {
    display: block;
    margin: 0rem 0 0.4rem 0;
  }




.nyMain{

  min-height: 6rem;
  padding-top: 0.45rem;
  padding-bottom: 1rem;
}


.nyMain1 .ejlm{
  display: none;
}

.nyMain .posi {
  display: block;
}

.nyMain .nyrCon{
  padding-top: 0.1rem;
}



.jxbsbg{
  padding-bottom: 0.6rem;
}


.teachingcompetition_box{
  margin: 0.3rem auto 0 auto;
} 



.teachingcompetition_box ul li{
  width: 100%;
  margin-right: 0%;
  margin-bottom: 0.35rem;
  padding: 0.8rem 0.85rem 0.8rem 0.85rem;
}


.teachingcompetition_box ul li h5{
  font-size: 0.3rem;
  margin: 0.25rem auto 0.5rem auto;
}

.teachingcompetition_box ul li em{

  width: 0.5rem;
  height: 0.14rem;
}



.nycontactbg{

  padding: 0.5rem 0 0.2rem 0;
}

.nycontact {
  margin: 0.3rem auto 0 auto;
}

.nycontact .box{
  margin-bottom: 0.6rem;
}

.nycontact .box h1{
  font-size: 0.32rem;
  line-height: 0.4rem;

}

.nycontact .box .form{

  padding: 0 0.15rem 0.3rem 0.15rem;
}




.nycontact .box th{
  font-size: 0.3rem;
  padding: 17px 10px;
}



.nycontact .box td {

  padding: 12px 10px;
  font-size: 0.26rem;
}






.jxxsbg{

    padding-bottom: 0.9rem;
}


.nyacademic{
  margin: 0.4rem 0rem 0 0rem;

} 

.nyacademic .nyacademic_l{
  margin-top: 0;
  width: 100%;
  height: 3.75rem;
  padding: 1rem 0.5rem 0 0.5rem;


}





.nyacademic .nyacademic_l h5{
  font-size: 0.3rem;
  margin: 0.15rem auto 0.4rem auto;
}

.nyacademic .nyacademic_l em{

  width: 0.5rem;
  height: 0.14rem;
}



.nyacademic .nyacademic_r{
  width: 100%;
  margin: -0.3rem auto 0 auto;
  padding: 0.6rem 0.5rem 0.8rem 0.5rem;
}


.nyacademic .nyacademic_r h5{
  font-size: 0.3rem;

}


.nyacademic .nyacademic_r p{
  font-size: 0.28rem;
  line-height: 0.45rem;
}


.policy_documentbg{

    padding-bottom: 0.5rem;
}

.policy_document{
  padding-top: 0.3rem;
}

.policy_document dl{
  margin-bottom: 0.65rem;

}

.policy_document dl dt{
  margin-bottom: 0.17rem;

}

.policy_document dl dt h5{
  font-size: 0.32rem;

}



.policy_document dl dd{
  margin-left: 0.2rem;
  margin-bottom: 0.1rem;
}

.policy_document dl dd a{
  font-size: 0.3rem;
  padding-left: 0.3rem;

}

.policy_document dl dd a::after{

  top: 0.23rem;
  width: 0.08rem;
  height: 0.08rem;

  

}


.nyteambg{

    padding-bottom: 0.4rem;
}

.nyteam{

  padding-top: 0.3rem;
}


.nyteam ul li{

  margin-bottom: 0.7rem;
} 

.nyteam ul li .txt{
  width: 100%;
  flex: inherit;
  margin-top: 0rem;

}

.nyteam ul li .txt h5{
  font-size: 0.36rem;

}



.nyteam ul li .txt h6{
  font-size: 0.3rem;
  line-height: 0.45rem;
}

.nyteam ul li .txt p{
  font-size: 0.28rem;
  line-height: 0.45rem;
}

.nyteam ul li .pic{

  margin: 0.4rem auto 0 auto;
}


.nyteam ul li:last-child .txt p {
  font-size: 0.28rem;
}

.nyteam ul li:nth-child(2n-1) .pic {
  margin: 0.4rem auto 0 auto;
}

.noticebg{

    padding-bottom: 1rem;
}

.nynotice{
  margin: 0  0rem;
  padding-top: 0.2rem;
}


.nynotice ul li{
  height: 1.3rem;
  margin-bottom: 0.33rem;

}

.nynotice ul li a{
  padding-left: 0.3rem;
  padding-right: 0.3rem;

}

.nynotice ul li a .time{
  width: 1.7rem;

}

.nynotice ul li a .time i{
  font-size: 0.26rem;

}

.nynotice ul li a .time span{
  font-size: 0.3rem;
}

.nynotice ul li a .txt{
  margin-left: 0.3rem;
  width: calc((100% - 2.1rem));
} 

.nynotice ul li a .txt h5{
  font-size: 0.3rem;
  width: 100%;
}

.nynotice ul li a .txt .more{
  display: none;

}



.nyfwbg{

    padding-bottom: 1rem;
}

.nyfw{
  margin: 0  auto;
  padding-top: 0.2rem;
}



.nyfw .box1 .txt{
  width: calc((100% - 0rem));
}

.nyfw .box1 .txt p{
  font-size: 0.3rem;
  line-height: 0.45rem;

}

.nyfw .box1 .txt p span {
  font-size: 0.32rem;
}

.nyfw .box1 .pic{
  width: 6.24rem;
  height: 3.99rem;
  margin: 0 auto 0 auto;

}



.nyfw .box2 p{
  font-size: 0.3rem;
  line-height: 0.45rem;


}





.audit_evaluationbg{

    padding-bottom: 0.7rem;
}

.audit_evaluation{

  padding-top: 0.2rem;
}

.audit_evaluation .txt{
  margin-bottom: 0.45rem;

}

.audit_evaluation .txt h5{
  font-size: 0.32rem;

}



.audit_evaluation .txt p{
  font-size: 0.3rem;
  line-height: 0.45rem;
}



.nyjxbsbg2{

    padding-bottom: 0.7rem;
}

.nyjxbs2{
  padding-top: 0.2rem;
}



.nyjxbs2 .jxbstxt h5{
  font-size: 0.36rem;
}

.nyjxbs2 .jxbstxt p{
  font-size: 0.3rem;
  line-height: 0.45rem;
  margin-bottom: 0.37rem;
}


.nyjxbs2 .jxbsshow {
  margin: 0.5rem auto 0 auto;
  position: relative;
}

.nyjxbs2 .jxbsshow .swiper-slide .nr{
  padding: 0.3rem 0.5rem 0.2rem 0.5rem;
  width: 96%;
  margin: 0 auto;

}



.nyjxbs2 .jxbsshow .swiper-slide .jxbs_t h5{
  padding-left: 0.2rem;
  font-size: 0.3rem;

}



.nyjxbs2 .jxbsshow .swiper-slide .jxbs_t .more{
  font-size: 0.26rem;
}

.nyjxbs2 .jxbsshow .swiper-slide ul {

min-height: 3.42rem;
}


.nyjxbs2 .jxbsshow .swiper-slide ul li h5{
  font-size: 0.3rem;
}

.nyjxbs2 .jxbsshow .swiper-slide ul li p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 0.8rem;

}



.nyjxbs2 .jxbsshow .jxbs-next{

  right: -0.2rem;
}


.nyjxbs2 .jxbsshow .jxbs-prev{

  left: -0.2rem;
}




.nyjxbs2 .jxsblist{
  margin: 0.7rem auto 0 auto;

} 

.nyjxbs2 .jxsblist ul{
  width: 100%;
}

.nyjxbs2 .jxsblist ul li{
  width: 100%;
  padding: 0 0% 0.4rem 0;
  border-right: none;
  border-bottom: 1px dashed #C4C4C4;
  margin:0 0 0.4rem 0;
}



.nyjxbs2 .jxsblist ul li h5{
  font-size: 0.3rem;
  line-height: 0.4rem;

}



.nyjxbs2 .jxsblist ul li p{
  font-size: 0.28rem;
  line-height: 0.4rem;
  height: 1.2rem;
}

.nyjxbs2 .jxsblist ul li span{
  font-size: 0.28rem;
  padding-left: 0.4rem;
  background: url(../nyimages/linksico.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;

}





.teaching_supervisionbg{

  padding-bottom: 0.8rem;
  overflow: hidden;
}

.nysupervision{

  padding-top: 0rem;
}

.nysupervision .box1 h5{
  font-size: 0.3rem;
  margin-top: 0.3rem;
}

.nysupervision .box1 p{
  font-size: 0.28rem;
  line-height: 0.5rem;
}

.nysupervision .box2{
  margin: 0.5rem auto 0 auto;
  height: 4rem;
}

.nysupervision .box2::after{
  left: 0%;
  width: calc((100% + 0%));
  object-fit: cover;

}

.nysupervision .box2 .nr{
  padding: 0.5rem 5% 0 5%;
}

.nysupervision .box2 .nr p{
  font-size: 0.28rem;
  line-height: 0.45rem;
}


.nysupervision .jxddbox3{
  margin: 0.5rem auto  0 auto;
}



.nysupervision .jxdd_t .title h3{
  font-size: 0.32rem;
}

.nysupervision .jxdd_t .title i{
  margin: 0.1rem auto 0 auto;
}



.nysupervision .jxddbox3 .swiper-slide .txt h5{

  font-size: 0.28rem;

}


.nysupervision .jxddbox3 .jxddbox3_nr .jxdd-next{
  right: -0.2rem;
  background: #900F13 url(../nyimages/teamright.png) no-repeat  center;
  background-size: 0.09rem 0.165rem;

}


.nysupervision .jxddbox3 .jxddbox3_nr .jxdd-prev{

  left:  -0.2rem;
  background: #900F13 url(../nyimages/teamleft.png) no-repeat  center;
  background-size: 0.09rem 0.165rem;

}


.nysupervision .jxdd_news{
  margin: 0.5rem auto 0 auto;
}



.nysupervision .jxdd_news .jxdd_t .more{
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0.15rem;
  font-size: 0.24rem;
}

.nysupervision .jxdd_news .jxdd_newsbox{
  margin: 0.3rem auto 0 auto;
} 



.nysupervision .jxdd_news .jxdd_news_list ul{
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nysupervision .jxdd_news .jxdd_news_list ul li{
  width: 1.2rem;
  height: 0.57rem;
  line-height: 0.57rem;
  font-size: 0.28rem;

}



.nysupervision .jxdd_news .jxdd_news_nr ul li{
  line-height: 0.95rem;
  width: 100%;

}



.nysupervision .jxdd_news .jxdd_news_nr ul li h5{

  width: 70%;
  font-size: 0.28rem;

}

.nysupervision .jxdd_news .jxdd_news_nr ul li h5::after{

  width: 0.08rem;
  height: 0.08rem;
}

.nysupervision .jxdd_news .jxdd_news_nr ul li .time{

  font-size: 0.24rem;
}




.certificationbg{

  padding-bottom: 0.7rem;
}

.nycertification{
  padding-top: 0.2rem;
}

.nycertification .txt{
  margin-bottom: 0.7rem;
}


.nycertification h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
}

.nycertification i{

  margin: 0.15rem 0 0.3rem 0;
}

.nycertification p{
  font-size: 0.28rem;
  line-height: 0.45rem;
  white-space: normal;
  word-wrap: break-word; 
  white-space: pre-wrap;
}

.nycertification .nr{
  margin-top: 0.3rem;
}



.nycertification .rz_box{
  margin: 0.5rem 0 0 0rem;
  background: url(../nyimages/rz_box.png) no-repeat top left;
  background-size: 7.6rem 100%;
  height: 4.88rem;
  width: 100%;

}

.nycertification .rz_box div span{
  width: 2.1rem;
  height: 0.67rem;
  line-height: 0.67rem;
  font-size: 0.28rem;

}

.nycertification .rz_box .rz_l{
  margin-top: 1.2rem;

}

.nycertification .rz_box .rz_l span{
  width: 0.67rem;
  height: 2.2rem;

}

.nycertification .rz_box .rz_l span em{
  writing-mode: initial;
  line-height: 0.3rem;
}

.nycertification .rz_box .rz_c{
  margin-left: 0.65rem;
  width: 4.8rem;

}

.nycertification .rz_box .rz_c .rz1{
  position: absolute;
  top: 0.5rem;
  left: 1.4rem;

}

.nycertification .rz_box .rz_c .rz2{
  position: absolute;
  top: 1.6rem;
  left: 0;

}

.nycertification .rz_box .rz_c .rz5{
  position: absolute;
  top: 3.7rem;
  left: 0;

}

.nycertification .rz_box .rz_c .rz4{
  position: absolute;
  top: 2.65rem;
  left: 1.4rem;

}

.nycertification .rz_box .rz_c .rz3{
  position: absolute;
  top: 1.6rem;
  right: 0;
}

.nycertification .rz_box .rz_c .rz6{
  position: absolute;
  top: 3.7rem;
  right: 0;
}


.nycertification .rz_box .rz_r{
  margin: 0.5rem 0 0 0.15rem;

}

.nycertification .rz_box .rz_r h6{
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.57rem;
  margin-bottom: 0.5rem;
}

.nycertification .rz_box .rz_r h6:nth-child(2){
  margin-bottom: 1.05rem;
}





.trainingbg{

  padding-bottom: 1.1rem;
  overflow: hidden;
}



.nytraining .box1{
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;

}

.nytraining .box1::after{

  left: -2rem;
  width: calc((100% + 4rem));

}



.nytraining .box1  ul li h5{
  font-size: 0.32rem;
  line-height: 0.45rem;
}



.nytraining .box1  ul li p{
  font-size: 0.3rem;
  line-height: 0.48rem;

}



.nytraining .box1  ul li dl dd{
  margin: 0 4% 0.23rem 0;
  width: 48%;
  height: 1.4rem;

}


.nytraining .box1  ul li dl dd:nth-child(5n){
  margin: 0 4% 0.3rem 0;
}



.nytraining .box1  ul li dl dd:nth-child(2n){
  margin-right: 0;
}


.nytraining .box1  ul li dl  dd span{
  font-size: 0.28rem;
  line-height: 0.45rem;
  padding: 0 0.3rem;

}



.nytraining .box2{
  margin: 0.5rem auto 0 auto;

} 



.nytraining .box2 p{
  font-size: 0.32rem;
  line-height: 0.5rem;
  text-align: justify;

}


.nytraining .box2 .nr .txt h5{
  font-size: 0.32rem;
  line-height: 0.45rem;
}



.nytraining .box2 .nr .txt p{
  font-size: 0.28rem;
  line-height: 0.5rem;

}



.nytraining .box2 .nr1{
  margin: 0.5rem auto 0.3rem auto;
}

.nytraining .box2 .nr1 .txt{
  width: calc((100% - 0rem));
  margin-top: 0.5rem;
}

.nytraining .box2 .nr1 .pic{
  width: 4.9rem;
  height: 5.04rem;
  margin: 0rem auto 0 auto;

}



.nytraining .box2 .nr2 .txt{
  width: calc((100% - 0rem));
  margin-top: 0.4rem;
}

.nytraining .box2 .nr2  .pic{
  width: 5.01rem;
  height: 4.93rem;
  margin: 0.5rem auto 0 auto;
}




.nytraining .box3{
  margin: 0.5rem auto 0 auto;

} 


.nytraining .box3 .nr p{
  font-size: 0.3rem;
  line-height: 0.48rem;
}




.Consultationbg{

  padding-bottom: 0.25rem;
  overflow: hidden;
}


.nyConsultation{
  padding-top: 0.2rem;
}

.nyConsultation .box{
  margin-bottom: 0.5rem;
}



.nyConsultation .jxzx_t h5{
  font-size: 0.32rem;
}



.nyConsultation .jxzx_t .more{
  top: 0.1rem;
  font-size: 0.26rem;
}

.nyConsultation .nr p{
  font-size: 0.28rem;
  line-height: 0.45rem;
  margin-top: 0.3rem;

}

.nyConsultation .box2 ul{

  margin-top: 0.25rem;
}

.nyConsultation .box2 ul li{

  width: 100%;
  height: 3rem;
  margin-right: 0%;
  margin-bottom: 0.3rem;
  padding: 0.1rem;

}



.nyConsultation .box2 ul li h6{
  font-size: 0.3rem;

}

.nyConsultation .box2 ul li p{
  font-size: 0.28rem;
  line-height: 0.42rem;
  margin-top: 0.23rem;
}


.nyConsultation .nylcbox{

  margin: 0.3rem auto 0 auto;

}

.nyConsultation .nylcbox::after{
  top: 0.75rem;

}



.nyConsultation .nylcbox .swiper-slide .lc_t h6{
  font-size: 0.3rem;

}



.nyConsultation .nylcbox .swiper-slide .lc_t p{
  font-size: 0.28rem;
}

.nyConsultation .nylcbox .swiper-slide .txt{
  width: 100%;
  height: auto;
  left: 0rem;
  padding: 0.35rem 0.3rem ;
} 

.nyConsultation .nylcbox .swiper-slide .txt::after{
  position: absolute;
  left: 0rem;
  top: 0;
  content: "";
  z-index: -1;
  background: url(../nyimages/lctxt.png) no-repeat top center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.nyConsultation .nylcbox .swiper-slide .txt p{
  font-size: 0.28rem;
  line-height: 0.4rem;
  height: 1.6rem;
}


.nyConsultation .teachbox {
  margin: 0.3rem auto 0 auto;

}

.nyConsultation .teachbox .swiper-slide .pic{
  width: 2rem;
  height: 2rem;

}



.nyConsultation .teachbox .swiper-slide .txt h6{
  font-size: 0.3rem;

}

.nyConsultation .teachbox .swiper-slide .txt p{
  font-size: 0.24rem;
  line-height: 0.45rem;
  height: 0.9rem;
}

.nyConsultation .teachbox .teacher-next{

  right: 0rem;
  width: 0.22rem;
  height: 0.44rem;


}

.nyConsultation .teachbox .teacher-prev{

  left: 0rem;
  width: 0.22rem;
  height: 0.44rem;
}



.nykeshibg{

  padding-bottom: 0.5rem;
}

.nykeshi{

  margin-top: 0rem;

}

.nykeshi::after{

  width: 100%;
  height: 1px;
  left: 0%;
  top: 50%;
  background: #EAEAEA;
}



.nykeshi ul li{
  width: 100%;
  padding-top: 0.3rem;
  margin-bottom: 0.6rem;

}



.nykeshi ul li .keshi_t h3{
  font-size: 0.4rem;

}


.nykeshi ul li .keshi_txt{
  width: 100%;
  height: auto;
  min-height: 6rem;
  background: url(../nyimages/keshilist.png) no-repeat left top;
  background-size: 100% 100% ;
  margin-top: 0.4rem;
  padding: 0.7rem 0.7rem 0.75rem 0.7rem;
}

.nykeshi ul li .keshi_txt h5{
  font-size: 0.36rem;

}


.nykeshi ul li .keshi_txt p{
  font-size: 0.32rem;
  line-height: 0.5rem;
}


.nykeshi ul li .keshi_list{
  margin-top: 0.3rem;

}

.nykeshi ul li .keshi_list dl{
  margin-top: 0.38rem;
  height: 3.2rem;

}



.nykeshi ul li .keshi_list dl dd h5{
  font-size: 0.3rem;
}

.nykeshi ul li .keshi_list dl dd h5 i{
  font-size: 0.28rem;
  margin-left: 0.3rem;
}

.nykeshi ul li .keshi_list dl dd p{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
}



.nykeshi ul li .keshi_list dl dd ol span{
  font-size: 0.26rem;
  line-height: 0.5rem;

}

.nykeshi ul li .keshi_list dl dd ol span img{
  margin-right: 0.15rem;
  width: 0.38rem;
  height: 0.4rem;

}


.Party_buildingbg{
  background: url(../nyimages/Party_buildingbg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 0.65rem;
}


.Party_building{
  padding-top: 0.2rem;
}



.Party_building .Partybox .Party_l{
  width: 100%;
  height: auto;
  margin-top: 0rem;
}



.Party_building .Partybox .Party_l .pic{

  height: auto;
  padding-top: 67%;

}



.Party_building .Partybox .Party_l .time span{
  font-size: 0.26rem;
  padding-top: 0.13rem;


}

.Party_building .Partybox .Party_l .time i{

  font-size: 0.4rem;

}



.Party_building .Partybox .Party_l .txt h5{

  font-size: 0.28rem;

}

.Party_building .Partybox .Party_l .Party-pagination{
  position: absolute;
  z-index: 9;
  left: auto;
  right: 0.6rem;
  bottom: 0.4rem;
  width: auto;

}



.Party_building .Partybox .Party_r{
  width: 100%;
  margin: 0.3rem auto 0  auto;
}

.Party_building .Partybox .Party_r ul li{

  line-height: 0.9rem;
}



.Party_building .Partybox .Party_r ul li h5{
  width: 75%;
  background: url(../nyimages/newsico.png) no-repeat left center;
  background-size: 0.14rem 0.2rem;
  padding-left: 0.4rem;
  font-size: 0.28rem;

}

.Party_building .Partybox .Party_r ul li .time{

  font-size: 0.26rem;

}


.Party_building .Partybox .Partymore{
  margin: 0.3rem auto 0 auto;
}


.Party_building .Partybox .Partymore a{

  font-size: 0.26rem;
  width: 1.8rem;
  height: 0.55rem;
  line-height: 0.53rem;

}

.Party_building .Partylist{
  margin: 0.8rem auto 0 auto;
} 


.Party_building .Partylist ul li{

  margin: 0 0.1rem;
  margin-bottom: 0.25rem;
}



.Party_building .Partylist ul li h5{

  font-size: 0.26rem;

}



.evaluationbg{

  padding-bottom: 0.8rem;
  overflow: hidden;
}


.nyevaluation{
  padding-top: 0rem;
} 

.nyevaluation .nyevaluation_t{
  font-size: 0.3rem;
  width: 80%;
}

.nyevaluation .nyevaluationbox{
  margin: 1rem auto 0 auto;
  padding-top: 0.8rem;
  background: url(../nyimages/evaluation_xt.png) no-repeat top center;
  background-size: 100%;
} 

.nyevaluation .nyevaluationbox .pic{
  width: 5.2rem;
  height: 5.2rem;
  margin: 0 auto 0.4rem auto;


}


.nyevaluation .nyevaluationbox ul li{
  margin-bottom: 0.3rem;

}



.nyevaluation .nyevaluationbox ul li .txt h5{
  font-size: 0.3rem;
}

.nyevaluation .nyevaluationbox ul li .txt p{
  font-size: 0.28rem;
  line-height: 0.48rem;
}


.nyevaluation .nyevaluationbox ul li:nth-child(1){
  position: relative;
  top: 0rem;
  width: 100%;

}

.nyevaluation .nyevaluationbox ul li:nth-child(1) .txt{
  width: 100%;
}

.nyevaluation .nyevaluationbox ul li:nth-child(2){
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 100%;
}

.nyevaluation .nyevaluationbox ul li:nth-child(2) .txt p{
  text-indent: 0em;
}


.nyevaluation .nyevaluationbox ul li:nth-child(3){
  position: relative;
  top: 0rem;
  left: 0rem;
  width: 100%;
}




.nyaboutbg{

  padding-bottom: 1.35rem;
}


.nyabout{
  padding-top: 0.25rem;
}



.nyabout .aboutbox .ab_nr1 .ab_img{
  background: url(../nyimages/abimgbg.png) no-repeat center;
  background-size: 100% 100%;
  width: 5.54rem;
  height: 5.54rem;
  padding: 0.6rem 0.58rem 0.4rem 0.42rem;
  margin: 0rem auto 0.2rem auto;

}


.nyabout .aboutbox .ab_nr1 .ab_r{
  width: calc((100% - 0rem));

}

.nyabout .aboutbox .ab_nr1 .ab_r .ab_t{
  background: url(../nyimages/ab_t.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  margin: 0.5rem auto 0.5rem auto;
}

.nyabout .aboutbox .ab_nr1 .ab_r .ab_t h5{
  font-size: 0.32rem;
}

.nyabout .aboutbox .ab_nr1 .ab_r p{
  font-size: 0.3rem;
  line-height: 0.45rem;
}

.nyabout .aboutbox .ab_nr2{
  margin-top: 0.45rem;

}

.nyabout .aboutbox .ab_nr2 p{
  font-size: 0.3rem;
  line-height: 0.45rem;
}

.nyabout .ab_txt{
  margin: 0.5rem auto 0 auto;
  text-align: center;
  background: url(../nyimages/ab_txt.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 1.74rem;
  padding-top: 0.3rem;
} 

.nyabout .ab_txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;

}

.pc_history{
  display: none;
}

.m_history{
  margin: 0.5rem  0 0 0rem;
  background: none;
  background-size: 0% ;
  width: calc((100% + 0rem));
  height:11rem;
  min-height: 11rem;

  padding-top: 0.5rem;
  position: relative;
  overflow: hidden;
  display: block;
}


.m_history::after{
  position: absolute;
  left: -20%;
  width: 140%;
  height: 100%;
  top: 0;
  content: "";
  z-index: -1;
  background: url(../nyimages/ab_list.png) no-repeat center;
  background-size: 100% ;
}



.m_history .swiper-slide{
  width: 100% ;
  height: calc((100% - 10px) / 2);

}

.m_history .swiper-slide .time{
  font-size: 0.4rem;

}

.m_history .swiper-slide.swiper-slide:nth-child(2n) .time {
  background: url(../nyimages/ab_xt2.png) no-repeat center top;
  background-size: 0.06rem 1.92rem;
  padding-top: 2.3rem;
  top: 1rem;
  left: auto;
  position: relative;
}


.m_history .swiper-slide .txt{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: auto;
  max-height: initial;
}

.m_history .swiper-slide.swiper-slide:nth-child(2n) .txt{
  padding-top: 1.5rem;

}



.m_history .swiper-slide.swiper-slide-next {
  top: 0rem;
  left: auto;
  position: relative;

}

.m_history .swiper-slide.swiper-slide-next .time{
  width: 1rem;
  text-align: center;
  background: url(../nyimages/ab_xt.png) no-repeat center 0.55rem;
  background-size: 0.06rem 2.49rem;
   padding-top: 0rem;
}

.m_history .swiper-slide.swiper-slide-next .txt {
  padding-top: 0.35rem;

}


.m_history .swiper-slide.ne2{
  top: 0;
  left: 0;
}



.m_history .swiper-slide.ne2 .txt{
height: auto;
}

.m_history .swiper-slide.ne3 {
  top: 0;
  left: 0;
}

.m_history .swiper-slide.ne3 .txt{
  padding-top: 1.15rem;
  width: calc((100% - 2.05rem));
  margin-right: 0.9rem;
  
}

.m_history .swiper-slide.ne3 .time{

  background: url(../nyimages/ab_xt2.png) no-repeat  center top;
  background-size: auto 0.9rem ;
  padding-top: 1.3rem;
}

.m_history .swiper-slide.ne4 {
  top: 0;
  left: 0;
}

.m_history .swiper-slide.ne4 .txt{
  height: auto;
}

.m_history .swiper-slide.ne4 .time{
  background: url(../nyimages/ab_xt.png) no-repeat  center 0.55rem;
  background-size: auto 1.7rem ;
}


.m_history .swiper-slide.ne5 {
  top: 0;
  left: 0;

}

.m_history .swiper-slide.ne5 .time{

  background: url(../nyimages/ab_xt2.png) no-repeat  center top;
  background-size: auto 1.3rem ;
  padding-top:  1.7rem;
}

.m_history .swiper-slide.ne5 .txt{
  padding-top: 0.75rem;
}

.m_history .swiper-slide.ne6 {
  top: 0;
  left: 0;
}

.m_history .swiper-slide.ne6 .time{
  background: url(../nyimages/ab_xt.png) no-repeat  center 0.55rem;
  background-size: auto 2.35rem ;
}

.m_history .swiper-slide.ne6 .txt{
  width: calc((100% - 0.15rem));
    margin-right: -1rem;
}

.m_history .swiper-slide.ne7 {
  top: 0;
  left: 0;
}

.m_history .swiper-slide.ne7 .time{
  background: url(../nyimages/ab_xt2.png) no-repeat center top;
  background-size: auto 1.3rem;
  padding-top: 1.7rem;
}

.m_history .swiper-slide.ne7 .txt{
  padding-top: 0.75rem;
}

.m_history .swiper-slide.swiper-slide-active {
  top: 0rem;
  margin-left: 0%;
  margin-right: 0;
}

  
.fenye {
  margin: 0.6rem auto 0 auto;
}
    
.pb_sys_common {
  font-size: .24rem;
  line-height: 0.34rem !important;
  min-width: 0.34rem !important;
}

.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 {

  height: 0.4rem;
  line-height: 0.4rem;

}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a {
  height: 0.4rem;
  line-height: 0.4rem;
}


.jxbsbg2{

  padding-bottom: 1rem;
}


.teachingcompetition_box2{
  margin: 0.25rem auto 0 auto;

} 


.teachingcompetition_box2 h5{

  font-size: 0.36rem;
} 

.teachingcompetition_box2 p{
  font-size: 0.28rem;
  line-height: 0.45rem;
  width: 100%;
}


.nyfwbg2{

  padding-bottom: 1rem;
  padding-top: 0.3;
}




.nyfw2 .box1 .txt{
width: calc((100% - 0rem));
margin-top: 0.3rem;
}

.nyfw2 .box1 .txt p{font-size: 0.24rem;line-height: 0.5rem;margin-bottom: 0.42rem;}

.nyfw2 .box1 .txt p span{
font-size: 0.32rem;
}


.nyfw2 .box1 .pic{
width: 100%;
height: auto;
margin-right: 0%;

}



.nyfw2 .box2{
margin-top: 0rem;

}

.nyfw2 .box2 p{
font-size: 0.28rem;
line-height: 0.5rem;


}

.nyacademic3 .txt p{
  font-size: 0.24rem;
  line-height: 0.5rem;

}


.formcontainer .tbsc table{
  width: 200%;

}

.nyrCon .formcontainer table th, .nyrCon .formcontainer table td {
  padding: 15px;
}

.formcontainer .level-1 {
font-size: 20px;

}

.nyrCon .formcontainer table .level-2 {
  font-size: 18px;
}

.nyrCon .formcontainer table .level-3 {
  font-size: 14px;
}

.nyrCon .formcontainer table .level-3 .nr p {
  font-size: 14px;
}
.nyrCon .formcontainer table .required {
  font-size: 14px;
}
.nyrCon .formcontainer table .optional {
  font-size: 14px;
}

.nyrCon .formcontainer table .last td.level-2 .t1{
  width: 10.8rem;

}

}
@media (min-width:2000px){
.nyjxbs2 .jxbsshow .swiper-slide .nr{
  padding: 0.3rem 0.3rem 0.1rem 0.3rem;
  border-radius: 0.2rem;
  background: #E1888C;

}}
@media (min-width: 1440px) and (max-width: 1600px) {
  .nyjxbs2 .jxbsshow .swiper-slide .nr {
    padding: 0.3rem 0.3rem 0.1rem 0.3rem;
    border-radius: 0.2rem;
    background: #E1888C;

  }
}
@media (min-width: 1050px) and (max-width: 1440px) {
  .nyjxbs2 .jxbsshow .swiper-slide .nr {
    padding: 0.3rem 0.3rem 0.1rem 0.3rem;
    border-radius: 0.2rem;
    background: #E1888C;
 
  }
}
@media (min-width: 900px) and (max-width: 1050px) {
  .nyjxbs2 .jxbsshow .swiper-slide .nr {
    padding: 0.3rem 0.3rem 0.1rem 0.3rem;
    border-radius: 0.2rem;
    background: #E1888C;

  }
}
@media (min-width: 420px) and (max-width: 900px) {
  .nyjxbs2 .jxbsshow .swiper-slide .nr {
    padding: 0.3rem 0.3rem 0.1rem 0.3rem;
    border-radius: 0.2rem;
    background: #E1888C;

  }
}
@media (max-width:912px) {
  .jxxsbg3{
    padding-bottom: 1rem;
  }
  
  
  
  .nyacademic3 .pic{
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0%;
    left: -4%;
  
  
  }
  
  
  .nyacademic3 .txt{
    width: calc((100% - 0rem));
    margin: 0.2rem auto 0 auto;
  }
  
  .nyacademic3 .txt p{
    font-size: 0.3rem;
    line-height: 0.5rem;
  
  }



}




  
  /* 滚动条轨道宽度设为2px */
  
  ::-webkit-scrollbar {
  
    width: 4px; /* 垂直滚动条宽度 */
    
    height: 3px; /* 水平滚动条高度 */
    
    }
    
     
    
    /* 轨道样式 */
    
    ::-webkit-scrollbar-track {
    
    background: #e5e5e5; /* 透明轨道，避免遮挡滑块延伸 */
    
    }
    
     
    
    /* 滑块样式：通过边框扩展视觉宽度 */
    
    ::-webkit-scrollbar-thumb {
    
    background: #900F13;
    
    border-radius: 10px;
    
    border: 4px solid #900F13; /* 关键：用边框扩展宽度 */
    
    background-clip: content-box; /* 限制背景仅显示在内容区域 */
    
    min-width: 6px; /* 确保滑块最小宽度为10px */
    
    }
    
     
    
    /* 滑块悬停效果 */
    
    ::-webkit-scrollbar-thumb:hover {
    
    background: #900F13;
    
    border-color: #900F13;
    
    }







  

    .nyConsultation .nylcbox .swiper-slide .txt p::-webkit-scrollbar {
  
    width: 2px; /* 垂直滚动条宽度 */
    
    height: 2px; /* 水平滚动条高度 */
    
    }
    
     
    
    /* 轨道样式 */
    
    .nyConsultation .nylcbox .swiper-slide .txt p::-webkit-scrollbar-track {
    
    background: #e5e5e5; /* 透明轨道，避免遮挡滑块延伸 */
    
    }
    
     
    
    /* 滑块样式：通过边框扩展视觉宽度 */
    
    .nyConsultation .nylcbox .swiper-slide .txt p::-webkit-scrollbar-thumb {
    
    background: #900F13;
    
    border-radius: 10px;
    
    border: 2px solid #900F13; /* 关键：用边框扩展宽度 */
    
    background-clip: content-box; /* 限制背景仅显示在内容区域 */
    
    min-width: 6px; /* 确保滑块最小宽度为10px */
    opacity: 0.5;
    }
    
     
    
    /* 滑块悬停效果 */
    
    .nyConsultation .nylcbox .swiper-slide .txt p::-webkit-scrollbar-thumb:hover {
    
    background: #900F13;
    
    border-color: #900F13;
    opacity: 0.5;
    
    }



/*down*/

.nydownbg{
  background: url(../nyimages/noticebg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 1.25rem;
}

.nydownbox{
  margin: 0.1rem auto 0 auto;
  width: 86%;
} 

.nydownbox ul li{
  line-height: 0.65rem;
  border-bottom: 1px dashed #CBCBCB;
  padding: 0 0.05rem;


}

.nydownbox ul li a{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nydownbox ul li h5{
  position: relative;
  padding-left: 0.3rem;
  width: 80%;
  color: #333333;
  font-size: 0.2rem;
  white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nydownbox ul li h5::after{
  position: absolute;
  content: "";
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #900F13;
  width: 0.06rem;
  height: 0.06rem;
}

.nydownbox ul li .time{
  display: block;
  font-size: 0.16rem;
  color: #900F13;
  font-family: "SourceHanSerifCN-Bold";

}



@media (min-width:1024px) {
  .nydownbox ul li:hover h5{
    font-weight: bold;
    color: #900F13;

  }
}
@media (max-width:320px){
.nyjxbs2 .jxbsshow .swiper-slide .nr{
  padding: 0.3rem 0.5rem 0.2rem 0.5rem;
  width: 96%;
  margin: 0 auto;
  min-height: 210px;
}
}


@media (max-width:1024px) {

  .nydownbox{
    width: 100%;
  } 

  .nydownbox ul li{
    line-height: 0.95rem;
    width: 100%;
  
  }
  

  
  .nydownbox ul li h5{
  
    width: 70%;
    font-size: 0.28rem;
  
  }
  
  .nydownbox ul li h5::after{
  
    width: 0.08rem;
    height: 0.08rem;
  }
  
  .nydownbox ul li .time{
  
    font-size: 0.24rem;
  }
  
  
  
}




/*teachingcompetition_box1*/

.jxbsbg1{
  padding-bottom: 0.9rem;
}

.teachingcompetition_box1{
  margin: 0 auto;
  padding-top: 0.45rem;
}

.teachingcompetition_box1 .teachingcompetition_nr{
  margin: 0 auto;
  font-family: "SourceHanSansCN";
}

.teachingcompetition_box1 .teachingcompetition_nr h3{
  text-align: center;
  font-size: 0.37rem;
  color: #900F13;
  font-weight: bold;
  font-family: "SourceHanSansCN";
  margin-bottom: 0.4rem;
}

.teachingcompetition_box1 .teachingcompetition_nr p{
  font-size: 0.21rem;
  color: #333;
  line-height: 0.34rem;
  text-indent: 2em;
}

.teachingcompetition_box1 .teachingcompetition_nr p em{
  font-size: 0.21rem;
  color: #333333;
  font-weight: bold;
}

.teachingcompetition_box1 ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: 0.83rem auto 0 auto;
}

.teachingcompetition_box1 ul li{
  margin-right: 1.52rem;
  text-align: center;

}

.teachingcompetition_box1 ul li:last-child{
  margin-right: 0;
}

.teachingcompetition_box1 ul li h5{
  font-size: 0.34rem;
  color: #900F13;
  font-family: "SourceHanSerifCN-Bold";
  margin-bottom: 0.48rem;
}

.teachingcompetition_box1 ul li dl{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.teachingcompetition_box1 ul li dl dd {
  width: 0.82rem;
  height: 3.17rem;
  background: #900F13;
  font-size: 0.22rem;
  letter-spacing: 3px;
  line-height: 2.77rem; 
  color: #FFFFFF;
  margin-right: 0.2rem;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(0deg);
  transform-origin: bottom left;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /* 添加以下属性确保文字在区域内居中 */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0;
  box-sizing: border-box;
}

.teachingcompetition_box1 ul dl dd a {
  font-size: 0.22rem;
  line-height: 0.28rem;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.teachingcompetition_box1 ul dl dd a i{
  font-size: 0.22rem;
  line-height: 0.28rem;
  color: #FFFFFF;
  display: flex;

}

.teachingcompetition_box1 ul li dl dd:last-child{
  margin-right: 0;
}



.teachingcompetition_box1 ul li dl dd:nth-child(2n){
  margin-top: 0.5rem;
}

.teachingcompetition_box1 ul li:nth-child(2n) dl dd:nth-child(2n){
  margin-top: 0rem;
}

.teachingcompetition_box1 ul li:nth-child(2n) dl dd:nth-child(2n-1){
  margin-top: 0.5rem;
}



@media (max-width:1024px) {

.jxbsbg1{
  padding-bottom: 0.9rem;
}

.teachingcompetition_box1{
  padding-top: 0rem;
}



.teachingcompetition_box1 .teachingcompetition_nr h3{
  font-size: 0.36rem;
  margin-bottom: 0.4rem;
}

.teachingcompetition_box1 .teachingcompetition_nr p{
  font-size: 0.28rem;
  line-height: 0.5rem;
}

.teachingcompetition_box1 .teachingcompetition_nr p i{
  font-size: 0.28rem;
}

.teachingcompetition_box1 ul{
  justify-content: space-between;

  margin: 0.83rem auto 0 auto;
}

.teachingcompetition_box1 ul li{
  margin: 0rem auto 0.6rem auto;
  text-align: center;
  width: 48%;

}



.teachingcompetition_box1 ul li h5{
  font-size: 0.32rem;
  margin-bottom: 0.3rem;
}

.teachingcompetition_box1 ul li dl{
  justify-content: center;
}

.teachingcompetition_box1 ul li dl dd {
  width: 0.92rem;
  height: 3.6rem;
  font-size: 0.26rem;
  letter-spacing: 2px;
  line-height: 3.2rem; 

  writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(0deg);
  transform-origin: bottom left;

  /* 添加以下属性确保文字在区域内居中 */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0;
  box-sizing: border-box;
}

.teachingcompetition_box1 ul dl dd a {
  font-size: 0.26rem;
  line-height: 0.3rem;
}

.teachingcompetition_box1 ul dl dd a i{
  font-size: 0.26rem;
  line-height: 0.3rem;
}


}