.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; 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(../nyimages/nybannerbg.png) no-repeat top center;
  background-size: 100% 100%;
  z-index: 2;
  pointer-events: none;
}




/*文字列表*/

.nyMain {
  min-height: 4rem;
  padding: 0.8rem 0 0.8rem 0;
  overflow: hidden;
  background: url(../nyimages/pagebg.jpg) no-repeat top center;
  background-size: 100%;
}

.nyLeft {
  width: 21%;
  padding-bottom: 1.6rem;
  position: relative;
  z-index: 3;
  background: #f4f9ff url(../nyimages/fenleibg.jpg) no-repeat bottom center;
  background-size: 100% ;
  float: left;
  box-shadow: 0px 4px 10px 0px rgba(2, 70, 143, 0.15);
}

.nyLeft  .fenlei_t{
  width: 100%;
  height: 0.9rem;
  background: #0956BD;
  border-bottom: 4px solid #FFBA00;
  position: relative;
}

.nyLeft  .fenlei_t h2{
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.34rem;
  color: #fff;
  font-weight: normal;
  font-family: "PuHuiTi";
}

.nyLeft  ul{
  padding-top: 0.2rem;
}

.nyLeft>ul>li{
  width: 87%;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  position: relative;

}

.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.2rem;
  letter-spacing: 0.05em;
  color: #222222;
  font-family: "PuHuiTi";
  -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: 8%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../nyimages/ico.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.14rem;
  height: 0.14rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyLeft>ul>li>h5::after{
  position: absolute;
  left: 0%;
  top: 0.1rem;
  width: 0%;
  height: 0.5rem;
  background: #0956bd;
  border-left: 0px solid #0956bd;
  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>h5::before{
  position: absolute;
  left: 0%;
  top: 0.1rem;
  width: 0%;
  height: 0.5rem;
  background: #ffba00;
  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.on>h5::after{
  width: 100%;
}

.nyLeft>ul>li.on>h5::before{
  width: 4px;
}

.nyLeft>ul>li.on>h5 a{
  color: #fff;
}

.nyLeft>ul>li.on>h5 em{
  background: url(../nyimages/ico1.png) no-repeat center;
  background-size: 100% 100%;
}

.nyLeft>ul>li .erji{
  display: none;
  padding-bottom: 0.2rem;
}

.nyLeft>ul>li .erji>li{
  line-height: 0.34rem;
  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 ;
  font-family: "PuHuiTi";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 20%;
}

.nyLeft>ul>li .erji>li.on>h6 a{
  color: #0956BD;
}


.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: 79%;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.1rem 0.4rem 0 0.6rem;
}

.nyRight .nyrtit {
  height: 0.75rem;
  border-bottom: 1px solid #0956bd;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
}

.nyRight .nyrtit h5{
  line-height: 0.75rem;
  font-size: 0.32rem;
  font-weight: normal;
  color: #0448A4;
  font-family: "PuHuiTi";
}
.posi {
  margin-top: 0.15rem;
  line-height: 0.6rem;
  display: block;
  background: url(../nyimages/home.png) no-repeat left center;
    background-size: auto;
  background-size: .17rem .15rem;
  padding-left: .25rem;
}

.posi a {
  font-size: 0.14rem;
  color: #777777;
}

.posi a + a::before {
  content: '>';
  margin: 0 .05rem;
  font-size: 0.14rem;
  color: #777777;
}


.nyRight .nyrCon {
  padding: 0;
}

.txtList {
  padding-bottom: .4rem;
}

.txtList li {
  position: relative;
  border-bottom: 1px dashed #d8dff2;
}

.txtList li a {
  padding: .2rem .3rem;
  transition: .3s;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.txtList li .time {
  background: #0956BD;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: .3s;
  position: relative;
  z-index: 3;
  width: .8rem;
  height: .8rem;
  flex-direction: column;
}

.txtList li .time span {
  font-size: .38rem;
  display: block;
  line-height: 1em;
}

.txtList li h4 {
  flex: 1;
  overflow: hidden;
  margin-left: .25rem;
  font-size: .2rem;
  line-height: 1.4em;
  position: relative;
  z-index: 3;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.eclips {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.txtList li a::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(159deg, #0956BD 10%, #0956BD 49%);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}


.pages{
  margin: 0 auto 0 auto;
  text-align: center;
}

.pages img{
  max-width: 100%;
}




/*图文列表*/


.djList {
  margin-bottom: .5rem;
  margin-top: 0.5rem;
}

.djList li {
  position: relative;
  border-bottom: 1px dashed #d8dff2;
  
}

.djList li a {
  padding: .3rem 0 .3rem .3rem;
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.djList li .img {
  width: 3.25rem;
  height: 1.9rem;
  overflow: hidden;
}

.zoomImg img {
  width: 100%;
  transition: .5s;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}


.djList li .txt {
  flex: 1;
  overflow: hidden;
  margin-left: .3rem;
  margin-right: .3rem;
}

.djList li .txt h4 {
  font-size: .2rem;
  line-height: 1.4em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.djList li .txt .desc {
  margin: .2rem 0 .25rem;
  color: #888;
  line-height: 0.3rem;
  text-align: justify;
  font-size: .15rem;
  height: .9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.djList li .txt .times {
  color: #666;
  font-size: .16rem;
}

.djList li::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(159deg, #0956BD 10%, #0956BD 49%);
  background-size: auto;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}


/*内容*/

.nyrCon.nyArc{
  background: #fff;
  padding: 0.4rem 4% 0.45rem 4%;
  margin-bottom: 0.5rem;

}

.arc-tit {
  margin-bottom: .2rem;
  border-bottom: 1px solid #ddd;
}


.arc-tit h1 {
  font-size: .24rem;
  color: #333333;
  font-weight: normal;
  text-align: center;
  line-height: 1.4em;
  text-align: center;
}

.arc-info {
  text-align: center;
  font-size: .14rem;
  color: #666;
  margin-bottom: .4rem;
  margin-top: 0.2rem;
}

.arc-info span {
  display: inline-block;
  margin: 0 .1rem;
  padding: 4px 0 2px;
}

.nytxtcont {
  line-height: 0.36rem;
  color: #5e5e5e;
  text-align: justify;
  font-size: .16rem;
}

.nytxtcont p ,.nytxtcont p *{
  line-height: 0.36rem !important;
  font-size: 0.16rem !important;
  color: #5e5e5e;
  margin-bottom: 0.2rem;word-break:break-all; 
}

.nytxtcont  img {
  max-width: 100% !important;
height:auto !important;
  display:block;
margin:0 auto !important;
}
.nytxtcont table p{
text-indent:0 !important;

}
.arc-sib {
margin: 0 auto 0rem auto;
}

.arc-sib div {
  padding: .1rem 0.25rem;
  background: #f1f7ff;
  font-size: 0.16rem;
  color: #949494;
  line-height: 0.3rem;
  margin-bottom: 1px;
}

.arc-sib div a{
  font-size: 0.16rem;
  color: #5e5e5e;
}


/*notice*/

.txtList_t{
  margin: 0 auto;
  padding: 0.15rem 0;
  line-height: 0.3rem;
  overflow: hidden;
}

.txtList_t ul li{
  float: left;
  font-size: 0.16rem;
  color: #333;
}

.txtList_t ul li:nth-child(1){
  width: 7%;

}

.txtList_t ul li:nth-child(2){
  width: 72%;
}

.txtList_t ul li:nth-child(3){
  width: 14%;
}

.txtList_t ul li:nth-child(4){
  width: 7%;
}


.noticeList{
  margin: 0 auto 0.8rem auto;
  overflow: hidden;
}

.noticeList li{
  width: 100%;
  padding: 0.15rem 0;
  line-height: 0.3rem;
  overflow: hidden;
}

.noticeList li:nth-child(2n-1){
  background: #ffffff;
}

.noticeList li .num{
  float: left;
  width: 7%;
  font-size: 0.16rem;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0.15rem;
}


.noticeList li h4 a{
  width: 72%;
  font-size: 0.16rem;
  color: #333;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-right: 0.5rem;
}


.noticeList li .qk{
  width: 14%;
  font-size: 0.16rem;
  color: #333;
  float: left;
}


.noticeList li .sc{
  float: left;
  background: url(../nyimages/shoucang.png) no-repeat  center;
  background-size: 100%;
  width: 0.27rem;
  height: 0.27rem;
  display: inline-block;
  vertical-align: middle;
}




.table-container {
  width: 100%;
  overflow-x: auto;
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  border: none;

}

.table-container table th, .table-container table td {
  padding: 0.17rem 0.1rem 0.17rem 0rem;
  text-align: left;
  border: none;
  font-size: 0.16rem;
  color: #333;
  font-weight: normal;
}

.table-container table th:nth-child(2){
  padding-right: 2.5rem;
}

.table-container table td:nth-child(2){
  padding-right: 2.5rem;
}

.table-container table td:nth-child(1){
  padding-left: 0.2rem;
}





/*图片列表*/


.nypiclist{
  margin-top: 0.3rem;
}
.nypiclist li{
  float: left;
  width: 31.6%;
  margin-right: 2%;
  margin-bottom: 0.3rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(2, 70, 143, 0.15);
}


.nypiclist li:nth-child(3n){
  margin-right: 0;
}

.nypiclist li a{
  display: block;
}

.nypiclist li .img{
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  width: 95%;
  margin: 0.1rem auto 0 auto;
}

.nypiclist li .img img{
  position: absolute;
  left: 0;
  top: 0px;
  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;
}

.nypiclist li .txt{
  margin: 0px auto 0 auto;
  width: 90%;
  padding: 0.2rem 0 0.2rem 0;
  text-align: center;
  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;
  font-size: 0.16rem;
  color: #333333;
}



/*简介页*/

.nyabout{
  margin: 0.4rem  auto 0 auto;
}

.nyabout p{
  line-height: 0.36rem;
  font-size: 0.18rem;
  color: #5e5e5e;
  margin-bottom: 0.3rem;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}

.nyabout .a1{
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  width: 58%;
  height: 3.3rem;
}

.nyabout .a2{
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  margin-left: 2%;
  width: 40%;
  height: 3.3rem;
}



@media (min-width: 980px) {

  .noticeList li:hover h4 a{
    color: #0448A4;
  }

  .nypiclist li:hover .img img{
    transform: scale(1.1);
  }

  .nypiclist li:hover .txt h5{
    color: #0448A4;
  }


  .arc-sib div:hover a{
    color: #0448A4;
  }

  .djList li:hover::after {
    opacity: 1;
    visibility: visible;
  }

  a:hover .zoomImg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .djList li:hover .txt h4 {
    color: #fff;
  }

  .djList li:hover .txt .desc {
    color: rgba(255,255,255,.8);
  }

  .djList li:hover .txt .times {
    color: #fff;
  }


  .txtList li:hover a::after {
    opacity: 1;
    visibility: visible;
  }

  .txtList li:hover a {
    color: #fff;
  }

  .txtList li:hover .time {
    background: #fff;
    color: #0956BD;
    
}

.nyLeft>ul>li .erji>li>h6 a:hover{
  color: #0956BD;
}


}




@media (max-width: 980px) {

  .nyMain {
    padding: 0.5rem 0 0.8rem 0;
    min-height: 9rem;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    padding-bottom: 0;
  }
  
  .nyLeft  .fenlei_t{
    width: 100%;
    height: 0.9rem;
    background: #0956BD url(../nyimages/fenleiico.png) no-repeat  center;
    border-bottom: 4px solid #FFBA00;
    position: relative;
  }


  
  .nyLeft  .fenlei_t h2{
    text-align: center;
    line-height: 0.9rem;
    font-size: 0.34rem;
    color: #fff;
    font-weight: normal;
    font-family: "PuHuiTi";
  }

  
  .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{
    width: 0.2rem;
    height: 0.2rem;
  }
  
  
  .nyLeft>ul>li>h5::after{
    height: 0.8rem;
  }
  
  .nyLeft>ul>li>h5::before{

    height: 0.8rem;

  }
  
  
  .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 {
    padding-bottom: .15rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    margin-bottom: 0.4rem;
  }

  .nyRight .nyrtit h5{
    line-height: 0.4rem;
  }
  
  .nyRight .nyrtit .tit {
    font-size: .36rem;
    order: 2;
  }
  
  .posi {
    order: 1;
    width: 100%;


  }
  
  .posi a {
    font-size: 0.24rem;
}
  
.posi a + a::before {
  font-size: 0.24rem;
}

  .txtList {
    padding-bottom: .4rem;
    padding-top: 0.4rem;
  }
  
  .txtList li {
    position: relative;
    border-bottom: 1px dashed #d8dff2;
    margin-bottom: 0.3rem;
  }
  
  .txtList li a {
    padding: 0rem 0 0.3rem 0;
    align-items: flex-start;
  }
  
  .txtList li .time {
    width: 1.2rem;
    height: 1.2rem;
  }
  
  .txtList li .time span {
    font-size: .46rem;
  }
  
  .txtList li h4 {
    font-size: .28rem;
    display: inline-block;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    line-height: 0.4rem;
    height: 1.2rem;
    overflow: hidden;
  }
  
  .eclips {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .txtList li a::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(159deg, #0956BD 10%, #0956BD 49%);
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  
  
  .pages{
    margin: 0 auto 0 auto;
    text-align: center;
  }


  .djList li{
    margin-bottom: 0.3rem;
  }

  .djList li a {
    padding: 0rem 0 .3rem 0rem;
  }
  
  .djList li .img {
    width: 2.8rem;
    height: 1.8rem;
  }
  

  
  .djList li .txt {
    margin-right: 0;
  }
  
  .djList li .txt h4 {
    font-size: .28rem;
    margin-bottom: .15rem;
    font-weight: normal;
    line-height: 0.4rem;
    display: inline-block;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    height: 0.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .djList li .txt .desc {
    display: none;
  }
  
  .djList li .txt .times {
    font-size: .26rem;
  }
  
  .nyrCon.nyArc{
    margin-bottom: 0rem;
  
  }
  
  .arc-tit h1 {
    font-size: .34rem;
  }
  
  .arc-info {
    font-size: .26rem;
    margin-bottom: 0.5rem;
  }
  
  
  .nytxtcont {
    line-height: 1.8em;
    color: #333;
    text-align: justify;
    padding-bottom: .2rem;
    font-size: .28rem;
  }
  
  .nytxtcont p,  .nytxtcont p *{
    margin-bottom: .1rem;
    line-height: 1.8em !important;
    font-size: .28rem !important;
  }
  
  
  .arc-sib {
    padding-top: .26rem;
    font-size: .28rem;
    line-height: 1.6em;
  }
  
  .arc-sib div {
    font-size: .28rem;
    line-height: 1.6em;
    margin-bottom: 2px;
  }

  .arc-sib div a{
    font-size: .28rem;
  }

  .nypiclist{
    margin-top: 0.4rem;
  }
  .nypiclist li{
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0.3rem;
  }
  
  
  .nypiclist li:nth-child(3n){
    margin-right: 0;
  }

  .nypiclist li a{
    display: block;
    padding-top: 2.5%;
  }
  
  .nypiclist li .img {
    margin: 0rem auto 0 auto;
}

  .nypiclist li .txt{
    padding: 0.3rem 0 0.3rem 0;
    font-size: 0.28rem;
    color: #333333;
  }
  
  

  /*notice*/


.txtList_t{
  margin: 0.3rem auto 0 auto;
  padding: 0.2rem 0;
  line-height: 0.36rem;
  overflow: hidden;
}

.txtList_t ul li{
  float: left;
  font-size: 0.28rem;
}

.txtList_t ul li:nth-child(1) {
  display: none;
}

.txtList_t ul li:nth-child(2) {
  width: 68%;
}

.txtList_t ul li:nth-child(3) {
  width: 27%;
}

.txtList_t ul li:nth-child(4) {
  display: none;
}

.noticeList{
  margin: 0 auto 0rem auto;
  overflow: hidden;
}

.noticeList li{
  width: 100%;
  padding: 0.2rem 0;
  line-height: 0.36rem;
  overflow: hidden;
}

.noticeList li:nth-child(2n-1){
  background: #ffffff;
}

.noticeList li .num{
  float: left;
  width: 7%;
  font-size: 0.26rem;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0.15rem;
  display: none;
}


.noticeList li h4 a{
  width: 68%;
  font-size: 0.26rem;
  padding-left: 0.15rem;
}


.noticeList li .qk{
  width: 27%;
  font-size: 0.26rem;
  color: #333;
  float: left;
}


.noticeList li .sc{
  float: left;
  background: url(../nyimages/shoucang.png) no-repeat  center;
  background-size: 100%;
  width: 0.27rem;
  height: 0.27rem;
  display: inline-block;
  vertical-align: middle;
  display: none;
}



.nyabout{
  margin: 0.4rem  auto 0 auto;
}

.nyabout p{
  line-height: 0.45rem;
  font-size: 0.28rem;
  margin-bottom: 0.4rem;
}

.nyabout .a1{
  width: 100%;
  height: 3.5rem;
  margin-bottom: 0.4rem;
}

.nyabout .a2{
  margin-left: 0%;
  width: 100%;
  height: 3.5rem;
}





}





@media screen and (max-width: 1199px) {

	.tbsc{overflow-x: auto;margin-bottom: 0.2rem;}
	.tbsc table{width: 980px;}
  }


@media (max-width: 597px) {
  body {
      font-size: .26rem;
  }
}





/*teambox*/

.teambox{
  margin: 0rem auto 0 auto;
}

.teambox .teamlist{
  padding: 0.3rem 0.4rem 0.3rem 0.3rem;
  background: #E6F1FF;
  overflow: hidden;
}

.teambox .teamlist .pic{
  position: relative;
  width: 19%;
  padding-top: 27%;
  float: left;

}

.teambox .teamlist .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; 
}

.teambox .teamlist .txt{
  float: right;
  width: 76.5%;
}

.teambox .teamlist .txt h5{
  height: 0.5rem;
  line-height: 0.4rem;
  border-bottom: 1px solid #BED6F4;
  font-size: 0.24rem;
  font-weight: bold;
  color: #0956BD;
  margin-bottom: 0.1rem;
}

.teambox .teamlist .txt p{
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #444444;
}

.teambox .team_experience{
  margin-top: 0.45rem;

} 

.teambox .team_experience .team_t{
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}

.teambox .team_experience .team_t::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.12rem;
  background: linear-gradient(270deg, #E6F1FF 0%, rgba(230, 241, 255, 0) 100%);
}

.teambox .team_experience .team_t em{
  position: relative;
  display: inline-block;
  width: 0.45rem;

}

.teambox .team_experience .team_t em::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background: #0956BD;
  border-radius: 50%;
}

.teambox .team_experience .team_t em::before{
  position: absolute;
  content: "";
  z-index: -2;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background: #FFBA00;
  border-radius: 50%;
}

.teambox .team_experience .team_t h5{
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #0956BD;
}

.teambox .team_experience .nr{

} 

.teambox .team_experience .nr p{
  font-size: 0.18rem !important;
  line-height: 0.36rem !important;
  color: #333333;
}

.teambox .team_experience.team6 .nr p{
  margin-bottom: 0.3rem;
}



@media (max-width: 980px){

.teambox{
  margin: 0rem auto 0 auto;
}

.teambox .teamlist{
  padding: 0.3rem ;
}

.teambox .teamlist .pic{
  position: relative;
  width: 100%;
  padding-top: 130%;
  float: none;
  margin: 0 auto;

}


.teambox .teamlist .txt{
  float: none;
  width: 92%;
  margin: 0.3rem auto 0 auto;
}

.teambox .teamlist .txt h5{
  height: 0.5rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}

.teambox .teamlist .txt p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
}

.teambox .team_experience{
  margin-top: 0.5rem;

} 

.teambox .team_experience .team_t{
  margin-bottom: 0.25rem;
}



.teambox .team_experience .team_t em::after{
  width: 0.16rem;
  height: 0.16rem;

}

.teambox .team_experience .team_t em::before{
  left: 0.14rem;
  width: 0.16rem;
  height: 0.16rem;
}

.teambox .team_experience .team_t h5{
  font-size: 0.32rem;
  line-height: 0.36rem;
}


.teambox .team_experience .nr p{
  font-size: 0.26rem !important;
  line-height: 0.5rem !important;
}

.teambox .team_experience.team6 .nr p{
  margin-bottom: 0.2rem;
}


}




/*Currentleader*/

.Currentleader{
  margin: 0 auto;
}

.Currentleader li{
  position: relative;
  margin-bottom: 0.3rem;
  background: #e6f1ff;
  overflow: hidden;
  padding: 0.3rem;
}

.Currentleader li a{
  display: block;

}

.Currentleader li .pic{
  position: relative;
  width: 31%;
  padding-top: 20.5%;
  float: left;

}

.Currentleader li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.Currentleader li .txt{
  float: right;
  width: 66%;

} 

.Currentleader li .txt h5{
  height: 0.47rem;
  border-bottom: 1px solid #BED6F4;
  line-height: 0.35rem;
  font-size: 0.24rem;
  color: #0956BD;
  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;
}

.Currentleader li .txt h5 em{
  color: #222222;
  font-size: 0.2rem;
  margin-left: 0.45rem;
}

.Currentleader li .txt .xq{
  margin-top: 0.12rem;

}

.Currentleader li .txt .xq p{
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #444444;
}


@media (max-width: 980px){

  
  .Currentleader li{
    margin-bottom: 0.3rem;
    padding: 0.3rem;
  }
  
  
  .Currentleader li .pic{
    position: relative;
    width: 100%;
    padding-top: 65%;
    float: none;
  
  }
  
  
  .Currentleader li .txt{
    float: none;
    width: 100%;
    margin: 0.3rem auto 0 auto;
  
  } 
  
  .Currentleader li .txt h5{
    height: 0.5rem;
    line-height: 0.35rem;
    font-size: 0.32rem;
  }
  
  .Currentleader li .txt h5 em{
    font-size: 0.28rem;
    margin-left: 0.4rem;
  }
  
  
  .Currentleader li .txt .xq p{
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

}




/*TeacherList*/

.TeacherListbox{
  margin: 0 auto; 
}

.Teacher_t{
  background: #E6F1FF;
  height: 0.4rem;
  line-height: 0.4rem;
  border-left: 4px solid #0956BD;
}

.Teacher_t h5{
  font-size: 0.24rem;
  color: #0956BD;
  padding-left: 0.25rem;
}

.TeacherListbox ul{
  margin: 0.3rem auto 0 auto;
  text-align: center;
}

.TeacherListbox ul li{
  width: 22%;
  background: #E6F1FF;
  margin: 0 0.2rem;
  display: inline-block;
  padding: 0.25rem 0 0.22rem 0;
}

.TeacherListbox ul li .pic{
  position: relative;
  padding-top: 110%;
  width: 80%;
  margin: 0 auto;

}

.TeacherListbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; 
}

.TeacherListbox ul li .txt{
  margin: 0.15rem auto 0 auto;

}

.TeacherListbox ul li .txt a{
  font-family: "PuHuiTi";
  font-size: 0.22rem;
  color: #222222;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.TeacherListbox ul li .txt a p{
  font-size: 0.18rem;
  color: #666666;
  margin-top: 0.03rem;
}


.TeacherListbox2{
  margin: 0.6rem auto 0.15rem auto;
}

.TeacherListbox2 .particulars_list{
  margin: 0.4rem auto 0 auto;
}

.TeacherListbox2 .particulars_list ul{
  text-align: center;
}

.TeacherListbox2 .particulars_list ul li{
  display: inline-block;
  margin: 0 0.1rem;
  line-height: 0.4rem;
  padding: 0px 0.2rem;
  border: 1px solid #0956BD;
  border-radius: 45px;
  font-size: 0.18rem;
  color: #0956BD;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.TeacherListbox2 .particulars_list ul li.active{
  background: #0956BD;
  color: #fff;
}

.TeacherListbox2 .particularsbox{
  margin: 0.4rem auto 0 auto;
  text-align: center;

}

.TeacherListbox2 .particularsbox .details ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.TeacherListbox2 .particularsbox .details ul li{
  display: inline-block;
  width: 17.6%;
  margin-right: 2.9%;
  margin-bottom: 0.35rem;
  background: #E6F1FF;
  padding: 1px;


}

.TeacherListbox2 .particularsbox .details ul li:nth-child(5n){
  margin-right: 0;
}

.TeacherListbox2 .particularsbox .details ul li .pic{
  position: relative;
  padding-top: 140%;

}

.TeacherListbox2 .particularsbox .details ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.TeacherListbox2 .particularsbox .details ul li .txt a{
  font-family: "PuHuiTi";
  font-size: 0.2rem;
  color: #222222;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 0.6rem;
}

.TeacherListbox3{
  margin-bottom: 0.35rem;
} 

.TeacherListbox3 ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}

.TeacherListbox3 ul li{
  width: 11%;
  text-align: justify; /* 尝试两端对齐 */
  text-justify: inter-ideograph; /* 适用于中文的两端对齐 */
}

.TeacherListbox3 ul li a{
  display: inline-block;
  font-size: 0.2rem;
  color: #222222;
  line-height: 0.4rem;
  margin: 0 0.25rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



@media (min-width: 1024px){

  .TeacherListbox2 .particularsbox .details ul li:hover .txt a{
    color: #0956BD;
  }

  .TeacherListbox3 ul li:hover a{
    color: #0956BD;
  }
}

@media (max-width: 980px){
  
  .Teacher_t{
    height: auto;
    line-height: 0.5rem;
    padding: 0.05rem 0;
  }
  
  .Teacher_t h5{
    font-size: 0.3rem;
  }
  
  .TeacherListbox ul{
    margin: 0.4rem auto 0 auto;
  }
  
  .TeacherListbox ul li{
    width: 90%;
    margin: 0 auto 0.2rem auto;
    padding: 0.45rem 0 0.35rem 0;
  }
  
  
  .TeacherListbox ul li .txt{
    margin: 0.2rem auto 0 auto;
  
  }
  
  .TeacherListbox ul li .txt a{
    font-size: 0.28rem;
  }
  
  .TeacherListbox ul li .txt a p{
    font-size: 0.24rem;
    margin-top: 0.03rem;
  }
  
  
  .TeacherListbox2{
    margin: 0.4rem auto 0.15rem auto;
  }
  

  
  .TeacherListbox2 .particulars_list ul{
    text-align: center;
  }
  
  .TeacherListbox2 .particulars_list ul li{
    line-height: 0.6rem;
    padding: 0px 0.15rem;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;

  }
  
  
  .TeacherListbox2 .particularsbox .details ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.35rem;
  
  
  }
  
  .TeacherListbox2 .particularsbox .details ul li:nth-child(5n){
    margin-right: 2%;
  }
  
  .TeacherListbox2 .particularsbox .details ul li:nth-child(2n){
    margin-right: 0%;
  }


  
  .TeacherListbox2 .particularsbox .details ul li .txt a{
    font-size: 0.26rem;
    line-height: 0.8rem;
  }
  
  .TeacherListbox3{
    margin-bottom: 0.35rem;
  } 
  
  
  .TeacherListbox3 ul li{
    width: 33%;
  }
  
  .TeacherListbox3 ul li a{
    font-size: 0.26rem;
    line-height: 0.5rem;
    margin: 0 0.25rem;
  }

}




  /*中国工程院院士*/

  .teacher-list{
    margin: 0 auto 0.9rem auto;
  }

  .teacher-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .teacher-list ul li{
    position: relative;
    z-index: 5;
    width: 50%;
    margin-bottom: 0.5rem;
  }

  .teacher-list ul li:first-child{
    width: 54%;
    margin: 0 auto 0.5rem auto;
  }

  .teacher-list ul li::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../nyimages/teacherico.png) no-repeat center;
    background-size: 100%;
    display: none;
  }

  .teacher-list ul li .pic{
    width: 45%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 58%;

  }

  .teacher-list 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;
  }

  .teacher-list ul li .txt{
    width: 100%;
    margin: 0 auto;
    text-align: center;

  }

  .teacher-list ul li .txt a{
    display: block;
  }

  .teacher-list ul li .txt a h5{
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #222222;
    display: inline-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;
    margin: 0.15rem 0 0.1rem 0;
    padding: 0 0.05rem;

  }

  .teacher-list ul li .txt a .xt{
    display: block;
    width: 0.24rem;
    height: 3px;
    background: #0956BD;
    display: none;
  }

  .teacher-list ul li .txt a p{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #666666;
    height: 0.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0.15rem;
    display: none;
  }

  .teacher-list ul li .txt .more{
    font-size: 0.14rem;
    line-height: 0.28rem;
    color: #084EB2;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    display: none;
  }

  .teacher-list ul li .txt .more i{
    display: inline-block;
    border-radius: 100%;
    background: #0956BD url(../nyimages/more.png) no-repeat  center;
    background-size: inherit;
    width: 0.28rem;
    height: 0.28rem;
    margin-left: 0.13rem;
    display: none;
  }

  .teacher-list ul li:first-child .txt a h5{
    border: 1px solid #222222;
  }


  /*高层次人才*/

.teacher-tit{
  margin: 0 auto 0 auto;

}

.teacher-tit ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.teacher-tit ul li{
  margin: 0 0.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 50px;
  padding: 0px 0.2rem;
  background: #FFFFFF;
  border: 1px solid #0956BD;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.teacher-tit ul li a{
  display: block;
  text-align: center;
  font-size: 0.18rem;
  color: #0956BD;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.teacher-tit ul li.on{
  background: #0956BD;
}

.teacher-tit ul li.on a{
  color: #fff;
}


.teacher-list1{
  margin: 0.4rem auto 0rem auto;
}

.teacher-list1 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.teacher-list1 ul li{
  position: relative;
  z-index: 5;
  width: 48%;
  background: #E6F1FF;
  margin-bottom: 0.5rem;
  padding: 0.2rem 3% 0.2rem 2%;
}

.teacher-list1 ul li::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../nyimages/teacherico.png) no-repeat center;
  background-size: 100%;
}

.teacher-list1 ul li .pic{
  float: left;
  width: 40.5%;
  height: 2.51rem;
  position: relative;
  overflow: hidden;

}

.teacher-list1 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;
}

.teacher-list1 ul li .txt{
  float: right;
  width: 52.5%;

}

.teacher-list1 ul li .txt a{
  display: block;
}

.teacher-list1 ul li .txt a h5{
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #222222;
  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;
  margin: 0.15rem 0 0.1rem 0;
}

.teacher-list1 ul li .txt a .xt{
  display: block;
  width: 0.24rem;
  height: 3px;
  background: #0956BD;
}

.teacher-list1 ul li .txt a p{
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #666666;
  height: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
}

.teacher-list1 ul li .txt .more{
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #084EB2;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.teacher-list1 ul li .txt .more i{
  display: inline-block;
  border-radius: 50%;
  background: #0956BD url(../nyimages/more.png) no-repeat  center;
  background-size: inherit;
  width: 0.28rem;
  height: 0.28rem;
  margin-left: 0.13rem;
}


/*正高级*/

.teacher_name{
  margin: 0 auto 0.2rem auto;

}
.teacher_name1{
   margin-top:50px;
}
.teacher_name ul{
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  width: 104%;
}

.teacher_name ul li{
  width: 10.3%;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #E6F1FF;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 2% 0.2rem 0rem;
}
.teacher_name1 ul li{width:22.3%;}
.teacher_name ul li a{
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #222222;
  text-align: center;
}




  @media (min-width: 1024px){

    .teacher-list ul li:hover .pic img{
      transform: scale(1.1);
    }

    .teacher-list ul li:hover .txt a h5{
      color: #0956BD;
    }

    .teacher-list ul li:first-child .txt a h5{
      color: #222;
    }

    .teacher-tit ul li:hover{
      background: #0956BD;
    }
    
    .teacher-tit ul li:hover a{
      color: #fff;
    }

    
    .teacher-list1 ul li:hover .pic img{
      transform: scale(1.1);
    }

    .teacher-list1 ul li:hover .txt a h5{
      color: #0956BD;
    }

    .teacher_name ul li:hover{
	
      box-shadow: 0px 4px 10px 0px rgba(9, 86, 189, 0.3);
    }

    .teacher_name ul li:hover a{
      color: #0956BD;
    }

  }




  @media (max-width: 980px){

    .teacher-list{
      margin: 0 auto 0rem auto;
    }
  
  
    .teacher-list ul li{
      width: 100%;
      margin-bottom: 0.5rem;
    }
  
    .teacher-list ul li:first-child {
      width: 100%;
      margin: 0 auto 0.5rem auto;
  }
  
    .teacher-list ul li .pic{
      height: auto;
      padding-top: 70%;
      width: 50%;
  
    }
  
  
    .teacher-list ul li .txt{
      float: none;
      width: 52.5%;
      margin: 0 auto;
  
    }
  
  
    .teacher-list ul li .txt a h5{
      font-size: 0.3rem;
      line-height: 0.5rem;
      margin: 0.2rem 0 0.15rem 0;
    }
  
    .teacher-list ul li .txt a .xt{
      width: 0.4rem;
    }
  
    .teacher-list ul li .txt a p{
      font-size: 0.26rem;
      line-height: 0.4rem;
      height: 1.2rem;
      margin-top: 0.15rem;
    }
  
    .teacher-list ul li .txt .more{
      font-size: 0.24rem;
      line-height: 0.35rem;
      margin-top: 0.45rem;
    }
  
    .teacher-list ul li .txt .more i{
      background-size: inherit;
      width: 0.35rem;
      height: 0.35rem;
      margin-left: 0.13rem;
    }
  
  .teacher-tit ul{
    justify-content: left;
  }

  .teacher-tit ul li{
    margin: 0 0.05rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 50px;
    padding: 0px 0.2rem;
    margin-bottom: 0.15rem;
  }
  
  .teacher-tit ul li a{
    font-size: 0.24rem;
  }
  
  
  
  .teacher-list1{
    margin: 0.3rem auto 0rem auto;
  }
  
    
  .teacher-list1 ul li{
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 0.2rem 4% 0.2rem 3%;
  }


  .teacher-list1 ul li .pic{
    height: 3.2rem;

  }


  .teacher-list1 ul li .txt{
    float: right;
    width: 52.5%;

  }


  .teacher-list1 ul li .txt a h5{
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin: 0.2rem 0 0.15rem 0;
  }

  .teacher-list1 ul li .txt a .xt{
    width: 0.4rem;
  }

  .teacher-list1 ul li .txt a p{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 1.2rem;
    margin-top: 0.15rem;
  }

  .teacher-list1 ul li .txt .more{
    font-size: 0.24rem;
    line-height: 0.35rem;
    margin-top: 0.45rem;
  }

  .teacher-list1 ul li .txt .more i{
    background-size: inherit;
    width: 0.35rem;
    height: 0.35rem;
    margin-left: 0.13rem;
  }
  
  
  
  .teacher_name{
    margin: 0 auto 0rem auto;
  
  }
  
  .teacher_name ul{
    width: 100%;
  }
  
  .teacher_name ul li{
    width: 31%;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 3% 0.2rem 0%;
  }

  .teacher_name ul li:nth-child(3n){
    margin-right: 0;
  }
  
  .teacher_name ul li a{
    font-size: 0.28rem;
  }

  }