.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%;
}

.nyrCon video{
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  height: auto;
}


/*å†…å®¹æ ·å¼*/
.nyrCon td,
.nyrCon th{padding: 10px 10px;border: 1px solid #eff3f6;vertical-align:middle;color: #303030;line-height: 1.25;}
.nyrCon td p,
.nyrCon th p{padding-bottom:0;}
.nyrCon table {border-collapse: collapse;border: 1px solid #dadbdd; width:100%}
.nyrCon table tr:not(:first-child) td{}
.nyrCon table td {border: 1px solid #dadbdd;}

.nyrCon table th{ border: 1px solid #dadbdd;}

/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}


.nybanner::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/topbg2.png) no-repeat top center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}



/*æ–‡å­—åˆ—è¡¨*/

.nyMain {
  min-height: 6rem;
  padding: 0rem 0 1rem 0;
  position: relative;
  z-index: 9;
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(../nyimages/pagebg1.png) no-repeat right top;
    background-size:auto;
}

.nyMain::before{
  position: absolute;
  left: 0%;
  bottom: 0rem;
  width: 100%;
  height: 100%;
  background: url(../nyimages/pagebg.png) no-repeat bottom center;
  background-size: 100%;
  content: "";
  z-index: -2;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nyLeft {
  width: 17.5%;
  padding-bottom: 2.6rem;
  position: relative;
  z-index: 10;
  background: #DEF1FF url(../nyimages/fenleibg.jpg) no-repeat bottom center;
  background-size: 100%;
  float: left;
  margin-top: -1.2rem;

}

.nyLeft  .fenlei_t{
  width: 100%;

  background: url(../nyimages/fenlei_t.jpg) no-repeat  center;
  background-size: 100%;
  position: relative;
  padding: 0.4rem 0.2rem;
}

.nyLeft  .fenlei_t h2{
  text-align: center;
  line-height: 0.34rem;
  font-size: 0.32rem;
  color: #fff;
  font-weight: bold;
  font-family: "SourceHanSerifCN";
}

.nyLeft  ul{
  padding-top: 0.2rem;
}

.nyLeft>ul>li{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;

}

.nyLeft>ul>li>h5{
  position: relative;
  z-index: 9;
  height: 0.7rem;
  line-height: 0.7rem;
}

.nyLeft>ul>li>h5 a{
  padding: 0 10% 0 11%;
  font-size: 0.22rem;
  color: #333333;
  display: inline-block;
  width: 90%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft>ul>li>h5 em {
  position: absolute;
  right: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;
}

.nyLeft>ul>li>h5 em::after {
  position: absolute;
  right: .3rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  background: url(../nyimages/ico1.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.08rem;
  height: 0.14rem;
}



.nyLeft>ul>li>h5::after{
  position: absolute;
  left: 0%;
  top: 0rem;
  width: 0%;
  height: 100%;
  background: #FD8E0B ;
  content: "";
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft>ul>li>h5::before{
  position: absolute;
  left: 9%;
  bottom: 0;
  width: 82%;
  height: 1px;
  background: #C1D7E5;
  content: "";
  z-index: -2;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft>ul>li.on>h5::after{
  width: 100%;
}


.nyLeft>ul>li.on>h5 a{
  color: #fff;
}

.nyLeft>ul>li.on>h5 em::after{
  background: url(../nyimages/ico.png) no-repeat center;
  background-size: 100% 100%;
}

.nyLeft>ul>li .erji{
  display: none;
padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #ddd;
}

.nyLeft>ul>li .erji>li{
  line-height: 0.4rem;
  margin: 0 auto;



}

.nyLeft>ul>li .erji>li>h6 {
  position: relative;
  font-size: 0.18rem;
  color: #333;
}

.nyLeft>ul>li .erji>li>h6 a{
  display: block;
  font-size: 0.18rem;
  color: #222222 ;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 12%;
}
.nyLeft>ul>li .erji>li.on>h6 a{
  font-weight:bold;
  font-size: 0.18rem;
  color: #fd8e0b ;

}



.nyLeft>ul>li .erji>li>h6 em{
  position: absolute;
  right: .15rem;
  top: 0%;
  width: .14rem;
  height: 100%;
  background: url(../nyimages/fenleiico1.png) no-repeat center;
  background-size: 100%;
  transform: rotate(-90deg);
  display: none;
}


.nyLeft>ul>li .erji>li>dl{
  display: none;
  border-bottom: 1px dashed #ddd;
}


.nyLeft>ul>li .erji>li>dl dd a{
display: block;
line-height: 0.36rem;
font-size: 0.15rem;
color: #666666;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
padding-left: 20%;


}





.nyRight {
  float: right;
  width: 77.5%;
  position: relative;
  z-index: 2;
  padding-top: 0.7rem;
}

.nyRight .nyrtit {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #027AC7;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nyRight .nyrtit h5{
  line-height: 0.4rem;
  font-size: 0.38rem;
  color: #155BA6;
  font-family: "SourceHanSerifCN";
  width: 60%;
}
.posi {
  margin-top: 0.1rem;
  line-height: 0.3rem;
  display: block;
  background: url(../nyimages/home.png) no-repeat left center;
    background-size: auto;
  background-size: .21rem .19rem;
  padding-left: .32rem;
}

.posi a {
  font-size: 0.18rem;
  color: #777777;
}

.posi a + a::before {
  content: '>';
  margin: 0 .05rem;
  font-size: 0.18rem;
  color: #777777;
}


.nyRight .nyrCon {
  padding: 0;
}




/*æ–‡å­—åˆ—è¡¨*/

.nynotice{
  margin: 0.3rem auto 0 auto;
}

.nynotice ul li{
  width: 100%;
  line-height: 0.93rem;
  border-bottom: 1px solid #DAE8F4;
  position: relative;
  z-index: 5;

}

.nynotice ul li a{
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}


.nynotice ul li h5{
  margin-left: 0.1rem;
  padding-left: 0.3rem;
  font-size: 0.22rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  width: 80%;
}


.nynotice ul li h5::after{
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 0.07rem;
  height:  0.07rem;
  background: #0275C5;
  border-radius: 50%;
  transform: translateY(-50%);
}

.nynotice ul li .time{
  width: 1.5rem;
  height: 0.33rem;
  line-height: 0.33rem;
  background: #DEF1FF;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li .time i{
  display: inline-block;
  text-align: center;
  font-size: 0.16rem;
  color: #155BA6;
  background: url(../nyimages/time1.png) no-repeat left center;
  background-size: 0.17rem 0.17rem;
  padding-left: 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;
  bottom: -1px;
  content: "";
  z-index: -1;
  width: 0rem;
  height:  1px;
  background: #155BA6;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/*æ–°é—»*/

.nynews{
  margin: 0.6rem auto 0 auto;
}


.nynews ul li{
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #DAE8F4;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}

.nynews ul li  a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nynews ul li .pic{
  width: 3rem;
  height: 1.69rem;
  background: #D8D8D8;
  position: relative;
  overflow: hidden;
}


.nynews ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li .txt{
  margin-right: 0.3rem;
  width: calc((100% - 3.7rem));
}

.nynews ul li .txt h5{
  font-size: 0.22rem;
  color: #333333;
  font-family: "PuHuiTi";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.1rem 0 0.12rem 0;
}

.nynews ul li .txt p{
  font-size: 0.16rem;
  color: #888888;
  line-height: 0.28rem;
  height: 0.56rem;
  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;
}

.nynews ul li .txt .morecon{
  margin: 0.2rem auto 0 auto;
  line-height: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nynews ul li .txt .morecon .time{
  font-size: 0.16rem;
  color: #1A59B3;
  background: url(../nyimages/time1.png) no-repeat left center;
  background-size: 0.17rem 0.17rem;
  padding-left: 0.3rem;
}


.nynews ul li .txt .morecon .more{
  font-size: 0.16rem;
  color: #0275C5;
  background: url(../nyimages/more3.png) no-repeat left center;
  background-size: 0.48rem 0.4rem;
  padding-left: 0.52rem;
}



/*å†…å®¹*/

.nyrCon.nyArc{
  margin: 0.65rem auto 0 auto;


}

.arc-tit {
  margin-bottom: .3rem;
  border-bottom: 1px solid #DAE8F4;
  padding-bottom: 0.2rem;
}


.arc-tit h1 {
  font-size: .32rem;
  color: #155BA6;
  font-weight: normal;
  font-family: "PuHuiTi";
  text-align: center;
  line-height: 1.4em;
}

.arc-info {
  text-align: center;
  font-size: .18rem;
  color: #9E9E9E;
  margin-bottom: 0.05rem;
  margin-top: 0.15rem;
}

.arc-info span {
  display: inline-block;
  margin: 0 .1rem;
  padding: 4px 0 2px;
}

.nytxtcont {
  line-height: 0.36rem;
  color: #333333;
  text-align: justify;
  font-size: .2rem;
}
.nytxtcont * {
  line-height: 0.36rem !important;
  font-size: 0.2rem !important;
  color: #333333;
  font-family:"AlibabaPuHuiTi",'Microsoft YaHei',  Arial, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif  !important;
}
.nytxtcont p {
  line-height: 0.36rem;
  font-size: 0.2rem ;
  color: #333333;
  margin-bottom: 0.35rem;
  text-indent: 2em;
}

.nytxtcont p>img {
   object-fit: cover; 
   margin: 0 auto; 
  display: block; 
}

.arc-sib {
margin: 0 auto 0rem auto;
border-top: 1px solid #DAE8F4;
padding-top: 0.33rem;
}

.arc-sib div {
  padding: .06rem 0rem;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
}

.arc-sib div a{
  font-size: 0.2rem;
  color: #333;
}




/*å›¾ç‰‡åˆ—è¡¨*/


.nyscenery{
  margin: 0.2rem auto 0 auto;
}

.nyscenery ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyscenery ul li{
  position: relative;
  z-index: 5;
  width: 31.4%;
  margin: 0.4rem 2.8% 0rem 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.nyscenery ul li:nth-child(3n){
  margin-right: 0;
}

.nyscenery ul li a{
  display: block;
}

.nyscenery ul li .pic{
  position: relative;
  z-index: 5;
  width: 100%;
  padding-top: 67%;
  overflow: hidden;

}

.nyscenery ul li .pic img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyscenery ul li .pic .more{

  position: absolute;
    width: 0.46rem;
    height: 0.48rem;
    background: url(../nyimages/more4.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: calc((100% - 0.46rem) / 2);
    top: calc((100% - 0.48rem) / 2);
    z-index: 99;
    opacity: 0;
}

.nyscenery ul li .pic::after{
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 91, 166, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.nyscenery ul li .txt{
  line-height: 0.7rem;
  text-align: center;
  font-size: 0.22rem;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nyscenery ul li::after{
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: #155BA6;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}



/*å­¦é™¢ç®€ä»‹*/

.nyabout{
  margin: 0.8rem auto 0 auto;
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #333333;
  text-indent: 2em;


}

.ab_time{
  margin: 0.65rem auto 0 auto;
  border-left: 1px solid #DAE8F4;
  padding: 0.18rem 0;
} 

.ab_time ul li{
  background: url(../nyimages/time_xt.png) no-repeat top left;
  background-size: 0.4rem auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.45rem;
}

.ab_time ul li:last-child{
  padding-bottom: 0;
}

.ab_time ul li .time{
  font-size: 0.2rem;
  color: #333333;
  padding-left: 0.48rem;
  display: flex;
  align-items: center;
  height: 0.3rem;
  position: relative;
  top: -0.15rem;
}

.ab_time ul li .time i{
  font-size: 0.3rem;
  color: #155BA6;
  margin-right: 0.08rem;
}

.ab_time ul li .txt{
  font-size: 0.2rem;
  color: #333333;
  width: calc((100% - 1.7rem));
  line-height: 0.3rem;
  position: relative;
  top: -0.15rem;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ab_time ul li .txt p{text-indent:0 !important;}


/*è”ç³»æ–¹å¼*/


.nyContact_Information{
  margin: 0.5rem auto 0 auto;

}

.nyContact_Information .nyContact_list{
  margin-bottom: 0.15rem;
}

.nyContact_Information .nyContact_list .nycont_t{
  position: relative;
  padding-left: 0.25rem;
  font-size: 0.22rem;
  color: #155BA6;
  font-family: "PuHuiTi";
  line-height: 0.3rem;
}

.nyContact_Information .nyContact_list .nycont_t::after{
  position: absolute;
  left: 0;
  top: 0.06rem;
  content: "";
  width: 4px;
  height: 0.17rem;
  background: #FD8E0B;

}

.nyContact_Information .nyContact_list .nycont_t::before{
  position: absolute;
  left: 8px;
  top: 0.06rem;
  content: "";
  width: 4px;
  height: 0.17rem;
  background: #155BA6;
}


.nyContact_Information .nyContact_list ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}

.nyContact_Information .nyContact_list ul li{
  width: 31.5%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0 2.6% 0.35rem 0;
  padding: 0.15rem 0.25rem 0.25rem 0.25rem;
}

.nyContact_Information .nyContact_list ul li:nth-child(3n){
  margin-right: 0;
}

.nyContact_Information .nyContact_list ul li .txt{
  padding-left: 0.45rem;
  background: url(../nyimages/telico.png) no-repeat left 0.05rem;
  background-size: 0.27rem 0.27rem;
}

.nyContact_Information .nyContact_list ul li .txt p{
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.36rem;
}




/*çŽ°ä»»é¢†å¯¼*/

.nyleader{
  margin: 0.6rem auto 0 auto;
}

.nyleader ul li{
  width: 100%;
  min-height: 2.6rem;
  background: #fff url(../nyimages/teamlist.png) no-repeat 0.5rem center;
  background-size: 3.14rem 1.8rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.38rem;
  padding: 0.4rem 0.55rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyleader ul li a{
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyleader ul li .pic{
  /* border-radius: 50%; */
  width: 1.8rem;
  height: 2.2rem;
  overflow: hidden;
  position: relative;
  margin-left: 0.8rem;
}

.nyleader ul li .pic img{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* border-radius: 50%; */
  object-position: top;
  object-fit: cover;
}

.nyleader ul li .txt{
  width: calc((100% - 3.3rem));
}

.nyleader ul li .txt h5{
  height: 0.6rem;
  line-height: 0.45rem;
  position: relative;
  font-size: 0.26rem;
  color: #155BA6;
  font-family: "PuHuiTi";
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nyleader ul li .txt h5::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(21, 91, 166, 0) 0%, #155BA6 100%);
}

.nyleader ul li .txt h5 i{
  margin-left: 0.4rem;
  font-size: 0.22rem;
  color: #333333;
}

.nyleader ul li .txt .nr{
  margin-top: 0.2rem;

}

.nyleader ul li .txt .nr p{
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.34rem;
  height: 1.02rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}




/*ä¸“èŒæ•™å¸ˆè¯¦æƒ…*/


.nyteachersnr{
  margin: 0.6rem auto 0 auto;
}

.nyteachersnr .nyteachersnrlist{
  position: relative;
  z-index: 5;
  width: 100%;
  background: #FFFFFF url(../nyimages/teamico2.png) top left no-repeat;
  background-size: 2.48rem 3.22rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.3rem;
}


.nyteachersnr .nyteachersnrlist::after{
  position: absolute;
    right: 0;
    bottom: 0.5rem;
    width: 3.03rem;
    height: 1.74rem;
    z-index: -1;
    content: "";
    background: url(../nyimages/teamlist.png) center no-repeat;
    background-size: 100%;

}


.nyteachersnr .nyteachersnrlist .pic{
  position: relative;
  width: 2rem;
  height: 2.62rem;
  overflow: hidden;

}

.nyteachersnr .nyteachersnrlist .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyteachersnr .nyteachersnrlist .txt{
  width: calc(100% - 2.4rem);

} 

.nyteachersnr .nyteachersnrlist .txt h5{
  height: 0.7rem;
  line-height: 0.65rem;
  font-size: 0.26rem;
  color: #155BA6;
  font-family: "PuHuiTi";
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.nyteachersnr .nyteachersnrlist .txt h5::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, rgba(21, 91, 166, 0) 0%, #155BA6 100%);
}


.nyteachersnr .nyteachersnrlist .txt ul{
  margin-top: 0.25rem;

}

.nyteachersnr .nyteachersnrlist .txt ul li{
  position: relative;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.34rem;
}


.nyteachersnr .teacher_experience{
  margin-top: 0.45rem;
  
}

.nyteachersnr .teacher_experience .team_t{
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}

.nyteachersnr .teacher_experience .team_t .title {
    position: relative;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
text-indent: 0em  !important;
}

.nyteachersnr .teacher_experience .team_t em{
  position: relative;
  display: inline-block;
}

.nyteachersnr .teacher_experience .team_t em::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0.17rem;
  background: #FD8E0B;
}

.nyteachersnr .teacher_experience .team_t em::before{
  position: absolute;
  content: "";
  z-index: -2;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0.17rem;
  background: #155BA6;
}


.nyteachersnr .teacher_experience .team_t h5{
  color: #155BA6;
  font-size: 0.22rem;
  font-family: "PuHuiTi";
  line-height: 0.3rem;
  padding-left: 0.25rem;
}

.nyteachersnr .teacher_experience .nr{
  margin-bottom: 0.4rem;

}

.nyteachersnr .teacher_experience p{

  font-size: 0.2rem;
  color: #333333;
  line-height: 0.36rem ;
  text-indent: 2em;

}




/*ä¸“èŒæ•™å¸ˆ*/

.filter-container{
  margin: 0.6rem auto 0 auto;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.filter-container .filter{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  width: 42.7%;
}

.filter-container .filter label{
  font-size: 0.2rem;
  color: #155BA6;

}

.filter-container .filter select{
  width: 3.5rem;
  height: 0.4rem;
  background: #DFF2FF;
  border: 1px solid #B0D7F4;
  border-radius: 45px;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #666666;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../nyimages/downico.png");
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 0.14rem 0.08rem;
}

.filter-container .filter select option{
  line-height: 0.4rem;
}





.nyteacher{
  margin: 0.4rem auto 0 auto;
}

.nyteacher ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyteacher ul li{
  width: 32.4%;
  background: #FFFFFF url(../nyimages/teamico2.png) top left no-repeat;
  background-size: 2.48rem 3.22rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0.3rem 0.35rem 0.3rem 0.3rem;
  margin: 0 1.3% 0.4rem 0;
}

.nyteacher ul li:nth-child(3n){
  margin-right: 0;
}

.nyteacher ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}


.nyteacher ul li .pic{
  width: 1.7rem;
  height: 2.22rem;
  position: relative;
  overflow: hidden;
}

.nyteacher ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteacher ul li .txt{
  width: calc(100% - 1.9rem);
  position: relative;
  min-height: 2.62rem;
}

.nyteacher ul li .txt h5{
  height: 0.7rem;
  line-height: 0.65rem;
  font-size: 0.26rem;
  color: #155BA6;
  font-family: "PuHuiTi";
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  border-bottom: 1px solid #D8D8D8;
}

.nyteacher ul li .txt .nr{
  margin-top: 0.1rem;

}

.nyteacher ul li .txt .nr p{
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.34rem;
  max-height: 0.68rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nyteacher ul li .txt .more {
  width: 1.25rem;
  height: 0.28rem;
  line-height: 0.28rem;
  border-radius: 50px 0px 0px 50px;
  background: #DEF1FF;
  position: absolute;
  bottom: 0;
  right: -0.35rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteacher ul li .txt .more i{
  display: inline-block;
  text-align: center;
  font-size: 0.16rem;
  color: #155BA6;
  background: url(../nyimages/more1.png) right center no-repeat;
  background-size: 0.23rem 0.07rem;
  padding-right: 0.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}






/*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.24rem ;
  min-width: 0.24rem ;
}

.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.08rem ;
  margin:0px 0px 0px 5px;

  height:0.24rem;

  line-height:0.24rem;
  box-sizing:border-box;
  display:inline-block;
  vertical-align:middle;
}

.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: #222;

  margin:0px;

  height:0.24rem;
  line-height:0.24rem;
  display:inline-block;
  box-sizing:border-box;
  vertical-align:middle;
}

.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: #222;
}

.pb_sys_common .p_dosize a:hover{
  /*background-color:#f5f5f5;*/
  color: #222;
}

.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
  /*border-right-width:1px*/
  border-right-width:0px;
}






@media (min-width: 1024px) {


.nyLeft>ul>li .erji>li>h6 a:hover{
  color: #155BA6     ;
}


.nyLeft>ul>li>h5 a:hover{
  color: #155BA6;
}

.nyLeft>ul>li.on>h5 a:hover{
  color: #fff;
}

.nyLeft>ul>li.on.active .erji{
 /* display: block;*/

}



.nynotice ul li:hover::after{
  width: 100%;
}

.nynotice ul li:hover h5{
  color: #155BA6;
}

.nynotice ul li:hover .time{
  background: #155BA6;
}

.nynotice ul li:hover .time i{
  color: #FFFFFF;
  background: url(../nyimages/time2.png) no-repeat left center;
  background-size: 0.17rem 0.17rem;
}


.nynews ul li:hover .pic img{
  transform: scale(1.1);
}


.nynews ul li:hover .txt h5{
  color: #1A59B3;
}

.nynews ul li:hover .txt p{
  color: rgba(21, 91, 166, 0.7);
}

.arc-sib div:hover{
  color: #155BA6 ;
}

.arc-sib div:hover a{
  color: #155BA6 ;
}



.nyscenery ul li:hover::after{
  height: 100%;
}

.nyscenery ul li:hover .pic::after{
  opacity: 1;

}

.nyscenery ul li:hover .pic img{
  transform: scale(1.1);
}

.nyscenery ul li:hover .pic .more{
  opacity: 1;
}

.nyscenery ul li:hover .txt{
  color: #fff;
}


.nyleader ul li:hover{
  box-shadow: 0px 0px 10px 0px rgba(21, 91, 166, 0.5);
}



.nyteacher ul li:hover .txt h5{

  border-bottom: 1px solid #155BA6;
}



.nyteacher ul li:hover .txt .more {
  background: #155BA6;
}

.nyteacher ul li:hover .txt .more i{
  color: #FFFFFF;
  background: url(../nyimages/more2.png) right center no-repeat;
  background-size: 0.23rem 0.07rem;

}






}




@media (max-width: 980px) {

  .nybanner::after{
    display: none;
  }

  .nyMain {
    padding: 0.5rem 0 0.8rem 0;
    background: url(../nyimages/pagebg1.png) no-repeat right top;
    background-size: 60% ;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    padding-bottom: 0;
    margin-top: 0;
    background: #DEF1FF ;
  }
  
  .nyLeft  .fenlei_t{
    width: 100%;
    height: 0.9rem;
    background: #155BA6;
    border-bottom: 4px solid #155BA6;
    position: relative;
    padding-top: 0;
  }


  
  .nyLeft  .fenlei_t h2{
    text-align: left;
    line-height: 0.9rem;
    font-size: 0.34rem;
    color: #fff;
    padding-left: 0.3rem;
  }

  
  .nyLeft  .fenlei_t i.plus{
    position: absolute;
    top: 0.25rem;
    right: 0.3rem;
    content: "";
    background: url(../nyimages/fenleiico2.png) no-repeat center;
    background-size: 100%;
    width: 0.4rem;
    height: 0.4rem;
}
  
.nyLeft>ul{
  padding-bottom: 0.5rem;
}
  
  .nyLeft>ul>li{
    width: 90%;
  
  }
  
  .nyLeft>ul>li>h5{
    position: relative;
    z-index: 9;
    height: 1rem;
    line-height: 1rem;
  }
  
  .nyLeft>ul>li>h5 a{
    padding: 0 10% 0 5%;
    font-size: 0.28rem;
  }
  
  .nyLeft>ul>li>h5 em::after{
    width: 0.14rem;
    height: 0.26rem;
  }
  
  .nyLeft>ul>li>h5::before {
    left: 0%;
    width: 100%;

}
  
  
  .nyLeft>ul>li .erji>li{
    line-height: 0.45rem;
  
  
  
  }
  
  .nyLeft>ul>li .erji>li>h6 {
    font-size: 0.24rem;
  }
  
  .nyLeft>ul>li .erji>li>h6 a{
    font-size: 0.24rem;
    padding-left: 5%;
  }

  
  
  .nyLeft>ul>li .erji>li>dl dd a{
  line-height: 0.38rem;
  font-size: 0.2rem;
  
  
  }


  .nyRight {
    float: none;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: .2rem;
    padding: 0.3rem 0.2rem 0 0.2rem;
  }
  


  .nyRight .nyrtit h5{
    line-height: 0.42rem;
    width: 100%;
  }
  
  .nyRight .nyrtit .tit {
    font-size: .36rem;
    order: 2;
  }
  
  .posi {
    order: 1;
    width: 100%;
    margin-top: 0.2rem;


  }
  
  .posi a {
    font-size: 0.24rem;
}
  
.posi a + a::before {
  font-size: 0.24rem;
}





.nynotice{
  margin: 0.3rem auto 0 auto;
}

.nynotice ul li{
  line-height:initial;
  padding: 0.25rem 0 0.25rem 0;


}



.nynotice ul li h5{
  margin-left: 0rem;
  padding-left: 0.3rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  width: 100%;
}


.nynotice ul li h5::after{
  width: 0.1rem;
  height:  0.1rem;

}

.nynotice ul li .time{
  width: 2.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-top: 0.1rem;
}

.nynotice ul li .time i{
  font-size: 0.24rem;
  background: url(../nyimages/time1.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  padding-left: 0.35rem;

}



.nynews{
  margin: 0.3rem auto 0 auto;
}


.nynews ul li{
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}



.nynews ul li .pic{
  width: 100%;
  height: auto;
  padding-top: 57%;

}


.nynews ul li .txt{
  width: 100%;
  margin-right: 0rem;
  width: calc((100% - 0.01rem));
}

.nynews ul li .txt h5{
  font-size: 0.3rem;
  margin: 0.2rem 0 0.12rem 0;
}

.nynews ul li .txt p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 0.8rem;
}

.nynews ul li .txt .morecon{
  margin: 0.2rem auto 0 auto;
  line-height: 0.4rem;
}

.nynews ul li .txt .morecon .time{
  font-size: 0.24rem;
  background: url(../nyimages/time1.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  padding-left: 0.35rem;
}


.nynews ul li .txt .morecon .more{
  font-size: 0.24rem;
  background: url(../nyimages/more3.png) no-repeat left center;
  background-size: 0.48rem 0.4rem;
  padding-left: 0.52rem;
}




.nyrCon.nyArc{
  margin: 0.5rem auto 0 auto;


}


.arc-info {
  font-size: .24rem;

}


.nytxtcont {
  line-height: 0.45rem;
  font-size: 0.3rem;
}

.nytxtcont p {
  line-height: 0.45rem;
  font-size: 0.3rem;
  margin-bottom: 0.3rem;

}
.nytxtcont iframe{
max-width:100%;margin:0 auto !important ; display:block;

}

.arc-sib div {
  padding: .12rem 0rem;
  font-size: 0.26rem;
  line-height: 0.42rem;
}

.arc-sib div a{
  font-size: 0.26rem;
}






.nyscenery{
  margin: 0.1rem auto 0.2rem auto;
}


.nyscenery ul li{
  width: 100%;
  margin: 0.4rem 0% 0rem 0;
}


.nyscenery ul li .txt{
  line-height: 1rem;
  font-size: 0.28rem;

}



.nyabout{
  margin: 0.5rem auto 0 auto;
  font-size: 0.28rem;
  line-height: 0.45rem;


}



.ab_time ul li{
  background: url(../nyimages/time_xt.png) no-repeat top left;
  background-size: 0.4rem 100%;
  padding-bottom: 0.45rem;
}



.ab_time ul li .time{
  font-size: 0.26rem;
  height: 0.4rem;
  position: relative;
  top: -0.2rem;
}

.ab_time ul li .time i{
  font-size: 0.32rem;
  margin-right: 0.08rem;
}

.ab_time ul li .txt{
  font-size: 0.28rem;
  width: calc((100% - 1.8rem));
  line-height: 0.4rem;
  top: -0.2rem;

}




.nyContact_Information .nyContact_list{
  margin-bottom: 0.15rem;
}

.nyContact_Information .nyContact_list .nycont_t{
  padding-left: 0.4rem;
  font-size: 0.3rem;
  line-height: 0.4rem;
}

.nyContact_Information .nyContact_list .nycont_t::after{
  height: 0.27rem;

}

.nyContact_Information .nyContact_list .nycont_t::before{
  height: 0.27rem;
}


.nyContact_Information .nyContact_list ul{

  margin-top: 0.3rem;
}

.nyContact_Information .nyContact_list ul li{
  width: 100%;
  margin: 0 0% 0.3rem 0;
  padding: 0.25rem 0.35rem 0.25rem 0.35rem;
}


.nyContact_Information .nyContact_list ul li .txt{
  padding-left: 0.45rem;
  background: url(../nyimages/telico.png) no-repeat left 0.05rem;
  background-size: 0.32rem 0.32rem;
}

.nyContact_Information .nyContact_list ul li .txt p{
  font-size: 0.28rem;
  line-height: 0.42rem;
}





.nyleader ul li{

  background: #fff url(../nyimages/teamlist.png) no-repeat 0.2rem center;
  background-size: 3.14rem 1.8rem;
  margin-bottom: 0.3rem;
  padding: 0.4rem 0.2rem;

}


.nyleader ul li .pic{

  margin-left: 0.5rem;

}



.nyleader ul li .txt{
  width: calc((100% - 2.6rem));
}

.nyleader ul li .txt h5{
  height: 0.55rem;
  line-height: 0.4rem;
  font-size: 0.28rem;

}


.nyleader ul li .txt h5 i{
  margin-left: 0.3rem;
  font-size: 0.26rem;
}

.nyleader ul li .txt .nr{
  margin-top: 0.15rem;

}

.nyleader ul li .txt .nr p{
  font-size: 0.26rem;
  line-height: 0.35rem;
  height: 1.05rem;

}





.nyteachersnr .nyteachersnrlist{
  align-items: center;
  padding: 0.3rem 0.2rem 0.3rem 0.3rem;
}


.nyteachersnr .nyteachersnrlist::after{
    bottom: 0.5rem;


}


.nyteachersnr .nyteachersnrlist .pic{
  width: 2rem;
  height: 2.7rem;


}




.nyteachersnr .nyteachersnrlist .txt{
  width: calc(100% - 2.3rem);

} 

.nyteachersnr .nyteachersnrlist .txt h5{
  height: 0.6rem;
  line-height: 0.55rem;
  font-size: 0.28rem;
}



.nyteachersnr .nyteachersnrlist .txt ul{
  margin-top: 0.15rem;

}

.nyteachersnr .nyteachersnrlist .txt ul li{
  font-size: 0.24rem;
  line-height: 0.34rem;
}




.nyteachersnr .teacher_experience .team_t{

  margin-bottom: 0.1rem;
}



.nyteachersnr .teacher_experience .team_t em::after{

  height: 0.23rem;

}

.nyteachersnr .teacher_experience .team_t em::before{
  height: 0.23rem;
}


.nyteachersnr .teacher_experience .team_t h5{
  font-size: 0.3rem;
  line-height: 0.4rem;
  padding-left: 0.35rem;
}


.nyteachersnr .teacher_experience p{

  font-size: 0.28rem;
  line-height: 0.46rem ;

}




.filter-container{
  margin: 0.6rem auto 0 auto;
  justify-content: space-between;
}

.filter-container .filter{
  justify-content: space-between;
  width: 48%;
}

.filter-container .filter label{
  font-size: 0.28rem;
  margin-bottom: 0.1rem;

}

.filter-container .filter select{
  width: 100%;
  height: 0.54rem;
  font-size: 0.24rem;
  background-size: 0.16rem 0.1rem;
}




.nyteacher{
  margin: 0.5rem auto 0 auto;
}


.nyteacher ul li{
  width: 100%;
  padding: 0.3rem 0.35rem 0.3rem 0.3rem ;
  margin: 0 0% 0.3rem 0;
}




.nyteacher ul li .txt{
  width: calc(100% - 2.3rem);
}

.nyteacher ul li .txt h5{
  height: 0.6rem;
  line-height: 0.55rem;
  font-size: 0.28rem;
}

.nyteacher ul li .txt .nr{
  margin-top: 0.25rem;

}

.nyteacher ul li .txt .nr p{
  font-size: 0.24rem;
  line-height: 0.4rem;
  max-height: 0.8rem;
}

.nyteacher ul li .txt .more {
  width: 1.5rem;
  height: 0.38rem;
  line-height: 0.38rem;

}

.nyteacher ul li .txt .more i{

  font-size: 0.24rem;
  background: url(../nyimages/more1.png) right center no-repeat;
  background-size: 0.23rem 0.07rem;
  padding-right: 0.35rem;

}





.pb_sys_common {
  font-size: .24rem;
  line-height: 0.4rem !important;
  min-width: 0.4rem !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;
}



}





@media screen and (max-width: 1024px) {

	.tbsc{overflow-x: auto;}
	.tbsc table{width: 700px;}
  }


@media (max-width: 597px) {
  body {
      font-size: .26rem;
  }
}









/*æœºæž„è®¾ç½®*/

.nyinstitution{
  margin: 0.5rem auto 0 auto;
  padding-bottom: 0.25rem;
}

.nyinstitution .institutionbox{
  margin-bottom: 0.65rem;
  padding-left: 0.07rem;
  background: url(../nyimages/jigou_xt2.png) no-repeat left top;
  background-size: 0.07rem 1.37rem;
}

.nyinstitution .institutionbox .institution_t{
  width: 97%;
  height: 0.68rem;
  line-height: 0.68rem;
  border-radius: 0px 0.4rem 0px 0px;
  background: #e5f3fe;
  padding-left: 0.2rem;

}

.nyinstitution .institutionbox .institution_t h3{
  background: url(../nyimages/jigou_xt.png) no-repeat left center;
  background-size: 0.05rem 0.23rem;
  padding-left: 0.2rem;
}

.nyinstitution .institutionbox .institution_t h3 i{
  display: inline-block;
  font-size: 0.24rem;
  font-weight: bold;
  background: linear-gradient(110deg, #155ba6 56%, #155ba6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background: none\0;
}

.nyinstitution .institutionbox .nr{
  background: #FFFFFF;
  border: 1px solid #EFE9FA;
  padding: 0.32rem 0 0.15rem 0.45rem;
}

.nyinstitution .institutionbox .nr ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyinstitution .institutionbox .nr ul li{
  margin: 0 2% 0.22rem 0;
  padding-left: 0.2rem;
  background: url(../nyimages/jigouico.png) no-repeat left center;
  background-size: 0.05rem 0.05rem;
  width: 23%;
}

.nyinstitution .institutionbox .nr ul li a{
  font-size: 0.2rem;
  color: #333333;
  font-family: "SourceHanSans-Regular";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 5;
}

.nyinstitution .institutionbox .nr ul li a::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 1px;
  background: linear-gradient(109deg, #155ba6 56%, #155ba6 100%);
}




@media (min-width:1024px) {

  .nyinstitution .institutionbox .nr ul li:hover a{
    font-family: "SourceHanSansCN";
    font-weight: bold;
    background: linear-gradient(109deg, #155ba6 56%, #155ba6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background: none\0;
  }
  
  .nyinstitution .institutionbox .nr ul li:hover a::after{
    width: 100%;
  }
}


@media (max-width:1024px) {


  .nyinstitution{
    padding-bottom: 0rem;
  }
  
  .nyinstitution .institutionbox{
    margin-bottom: 0.5rem;
  
  }
  
  .nyinstitution .institutionbox .institution_t{
    width: 97%;
    height: 0.78rem;
    line-height: 0.78rem;
    border-radius: 0px 0.4rem 0px 0px;
    padding-left: 0.25rem;
  
  }
  
  .nyinstitution .institutionbox .institution_t h3{
  
    padding-left: 0.2rem;
  }
  
  .nyinstitution .institutionbox .institution_t h3 i{
    font-size: 0.3rem;
  }
  
  .nyinstitution .institutionbox .nr{
  
    padding: 0.32rem 0 0.15rem 0.25rem;
  }
  
  
  .nyinstitution .institutionbox .nr ul li{
    margin: 0 2% 0.22rem 0;
    padding-left: 0.2rem;
    width: 48%;
    background: url(../nyimages/jigouico.png) no-repeat left 0.18rem;
    background-size: 0.05rem 0.05rem;
  }
  
  .nyinstitution .institutionbox .nr ul li a{
    font-size: 0.28rem;
  }
  
  
}