img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.clear {
  clear: both;
}

.clear:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.nyrCon video{
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  height: auto;
}



/*内容样式*/
.nyrCon td,
.nyrCon th{padding: 10px 10px !important;border: 1px solid #999 !important;vertical-align:middle;color: #303030;line-height: 1.25;}
.nyrCon td p,
.nyrCon th p{padding-bottom:0; text-align: center;    color: #333;}
.nyrCon .nytxtcont table {border-collapse: collapse;border: 1px solid #999 !important; width:100%}
.nyrCon .nytxtcont table tr:not(:first-child) td{}
.nyrCon .nytxtcont table td {border: 1px solid #999 !important;}

.nyrCon .nytxtcont table th{ border: 1px solid #999 !important;}

.nyrCon .firstRow td,
.nyrCon .firstRow th{
  padding: 10px 10px !important;
}



@media screen and (max-width: 1199px) {
  
  .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%;
}



/*左侧列表*/

.nyMain {
  min-height: 6rem;
  padding: 0rem 0 1.6rem 0;
  background: #e6f1f6 url(../nyimages/pagebg.jpg) no-repeat bottom center;
  background-size: 100%;
  position: relative;
  z-index: 9;
}



.nyLeft {
  width: 21.5%;
  position: relative;
  border-top: 5px solid #fdd000;
  margin-top: -1.1rem;
  z-index: 10;
  background: #163479;
  float: left;
  box-shadow: 0 0 8px 8px rgb(22 52 121 / 2%);
}



.nyLeft .fenlei_t {
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 1.05rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.nyLeft .fenlei_t h2 {
  font-size: .34rem;
  color: #fbfeff;
  font-weight: bold;
  display: block;
  text-align: center;
  background: url(../nyimages/fenlei_t.png) no-repeat bottom center;
  background-size: 1.23rem 0.24rem;
  padding-bottom: 0.12rem;
  line-height: 0.4rem;
}

.nyLeft .nyLeftBtn i.plus{
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.nyLeft .subNavs {
  margin-left: 0.1rem;
  display: block;
  background: #fff url(../nyimages/fenleibg.jpg) no-repeat bottom center;
  background-size: 100%;
  min-height: 2.9rem;
  padding-top: 0.3rem;
}


.nyLeft .subNavs>li {
  position: relative;
  z-index: 5;
}

.nyLeft .subNavs>li>h5 {
  padding: .18rem .45rem .18rem .25rem;
  display: block;
  position: relative;
  z-index: 5;
  font-size: .18rem;
  border-bottom: 1px solid #e6effc;
}

.nyLeft .subNavs>li>h5 a{
  display: block;
  font-size: .18rem;
  color: #000000;
  font-weight: bold;
  width: 90%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft .subNavs>li>h5 em{
  position: absolute;
  right: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;


}

.nyLeft .subNavs>li.active>h5 em{
  display: block;
}

.nyLeft .subNavs>li>h5 em::after{
  position: absolute;
  right: .15rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  width: .08rem;
  height: .14rem;
  background: url(../nyimages/fenleiico1.png) no-repeat center;
  background-size: 100% 100%;
}


.nyLeft>ul>li>h5::after {
  position: absolute;
  left: 0%;
  top: 0rem;
  width: 0%;
  height: 100%;
  background: url(../nyimages/fenleilist.png) no-repeat left center;
  background-size: 100% 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 .subNavs>li.on>h5::after {
  width: 100%;
}


.nyLeft .subNavs>li.on>h5 a{
  color: #163479;
}

.nyLeft .subNavs ol{

  display: none;
}

.nyLeft .subNavs ol>li{
  line-height: 0.3rem;


}

.nyLeft .subNavs ol>li>h6{
  border-top: 1px dashed #e6effc;
  position: relative;
  padding: 0.1rem 0;
}

.nyLeft .subNavs ol>li>h6 a{
  display: block;
  padding: 0rem 0rem 0rem .35rem;
  font-size: 0.16rem;
  color: #555;
  width: 85%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyLeft .subNavs>li.on > h6 a {
  color: #163479;
  font-weight: bold;
  position: relative;
}


.nyLeft .subNavs ol>li>h6 em{
  position: absolute;
  right: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;

}


.nyLeft .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%;
}


.nyLeft .subNavs ol>li .sanji{
  margin: 0 auto;
  padding: 0.1rem .25rem 0.1rem .45rem;
  border-top: 1px dashed #eee;
  display: none;
}

.nyLeft .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;

}




.nyRight {
  width: 73%;
  position: relative;
  z-index: 2;
  padding-top: 0.8rem;
  float: right;

}

.nyRight .nyrtit {
  border-bottom: 1px solid rgba(22, 52, 121, 0.1);
  padding-bottom: .15rem;
  padding-top: 0rem;
}

.nyRight .nyrtit .trait{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  min-height: 0.3rem;
}

.nyRight .nyrtit h5{
  line-height: 0.3rem;
  font-size: 0.28rem;
  color: #000000; 
  font-weight: bold;

  background: url(../nyimages/xt.png) no-repeat left center;
  background-size: 3px 0.26rem;
  padding-left: 0.15rem;
}


.posi {
  display: block;
  background: url(../nyimages/home.png) no-repeat left center;
  background-size: .16rem .18rem;
  padding-left: .22rem;
}

.posi a {
  font-size: 0.16rem;
  color: #333333;
}

.posi a + a::before {
  content: ' > ';
  margin: 0 0.02rem;
  font-size: 0.16rem;
  color: #333333;
}


.nyRight .nyrCon {
  padding: 0;
  margin-top: 0.25rem;
}




/*学院新闻*/

.nynews{
  margin: 0 auto 0.8rem auto;
}

.nynews ul li{
  position: relative;
  z-index: 5;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  margin-top: 0.55rem;
  padding-bottom: 0.28rem;
}

.nynews ul li::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  content: "";
  z-index: -1;
  background: #163479;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nynews ul li .pic{
  position: relative;
  width: 3.2rem;
  height: 1.86rem;

}

.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 .pic .time{
  position: absolute;
  left: 0.25rem;
  top: -0.27rem;
  z-index: 9;
  width: 0.75rem;
  height: 0.75rem;
  background: #163479;
  border-bottom: 5px solid #fdd000;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li .pic .time span{
  display: block;
  font-size: 0.24rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 0.1rem;
}

.nynews ul li .pic .time i{
  display: block;
  font-size: 0.14rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.nynews ul li .txt{
  width: calc((100% - 3.55rem));
}

.nynews ul li .txt h5{
  font-size: 0.2rem;
  color: #000;
  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;
  margin: 0.15rem 0;
}

.nynews ul li .txt p{
  font-size: 0.16rem;
  color: #999999;
  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 .more{
  width: 1.15rem;
  height: 0.35rem;
  line-height: 0.34rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0.15rem;
  margin-top: 0.4rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nynews ul li .txt .more i{
  display: block;
  font-size: 0.14rem;
  color: #555555;
  background: url(../nyimages/more1.png) no-repeat right center;
  background-size: 0.1rem 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fenye{
  margin: 0 auto;
  text-align: center;
}

.fenye img{
  display: block;
  margin: 0 auto;
}




/*内容*/

.nyrCon.nyArc{
  background: rgba(255, 255, 255, 0.3);
  padding: 0.4rem 4% 0.45rem 4%;
  margin-top: 0.3rem;

}

.arc-tit {
  margin-bottom: .2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2rem;
}


.arc-tit h1 {
  font-size: .26rem;
  color: #333333;
  font-weight: normal;
  text-align: center;
  line-height: 1.4em;
  text-align: center;
}

.arc-info {
  text-align: center;
  font-size: .16rem;
  color: #666;
  margin-bottom: .2rem;
  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: .18rem;
}

.nytxtcont p {
  line-height: 0.36rem;
  font-size: 0.18rem;
  color: #5e5e5e;
  margin-bottom: 0.2rem;
word-break:break-all !important;
}

.nytxtcont img{
  max-width:100% !important;height:auto !important;
  display: block;
  margin: 0 auto;
}

.nytxtcont iframe{
  max-width:100% !important;
  display: block;
  margin: 0 auto;
}

.nytxtcont p img{
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.nytxtcont table .firstRow,.nytxtcont1 table .firstRow{

	line-height: 45px;
	color: #fff;
	background-color: #659eb5 !important;

}


.nyrCon table .firstRow p{

line-height: 45px;
	color: #fff;
	

}

.nyrCon .nytxtcont1 table{border:none !important;}

.nyrCon .nytxtcont1 .firstRow td, .nyrCon .nytxtcont1 .firstRow th{padding:20px 10px !important;}

.nyrCon .nytxtcont1 tbody tr{
  background: #eeeeee;
}
.nyrCon .nytxtcont1 tbody tr:nth-child(2n){
  background: #fbfbfb;
}


.arc-sib {
margin: 0 auto 0rem auto;
border-top: 1px solid #eee;
padding-top: 0.1rem;
}

.arc-sib div {
  padding: .1rem 0.25rem;
  font-size: 0.16rem;
  color: #949494;
  line-height: 0.3rem;
}

.arc-sib div a{
  font-size: 0.16rem;
  color: #5e5e5e;
}



/*图片列表*/


.nypiclist{
  margin-top: 0.3rem;
}
.nypiclist li{
  float: left;
  width: 31.7%;
  margin-right: 2%;
  margin-bottom: 0.3rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}


.nypiclist li:nth-child(3n){
  margin-right: 0;
}

.nypiclist li a{
  display: block;
}

.nypiclist li .img{
  overflow: hidden;
  position: relative;
  padding-top: 58%;
  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;
}


/*通知公告*/


.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: #163479 ;
  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;

}

.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: #163479;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}





@media (min-width: 1024px) {

  .nyLeft .subNavs>li>h5 a:hover{
    color: #163479;
  }

  .nyLeft .subNavs ol>li>h6 a:hover{
    color: #163479;
  }

  .nynews ul li:hover .pic .time{
    background: #fdd000;

  }

  .nynews ul li:hover .txt h5{
    font-weight: bold;
    color: #163479;

  }

  .nynews ul li:hover .txt .more{
    background: #163479;
    border: 1px solid #163479;

  }

  .nynews ul li:hover .txt .more i{
    color: #fff;
    background: url(../nyimages/more2.png) no-repeat right center;
    background-size: 0.1rem 0.1rem;
  }

  .nynews ul li:hover::after{
    width: 100%;
  }


  .arc-sib div:hover a{
    color: #163479     ;
  }

  .nypiclist li:hover .img img{
    transform: scale(1.1);
  }

  .nypiclist li:hover .txt{
    color: #163479     ;
  }

  .txtList li:hover a::after {
    opacity: 1;
    visibility: visible;
  }

  .txtList li:hover a {
    color: #fff;
  }

  .txtList li:hover .time {
    background: #fff;
    color: #163479     ;
    
}

}



@media (max-width: 1024px) {


  
  
  .nyMain {
    padding: 0.5rem 0 1rem 0;
  
  }
  

  
  .nyLeft {
    width: 100%;
    position: relative;
    margin: 0 auto;
    float: none;
  }
  
  .nyLeft .fenlei_t {
    padding: .2rem .25rem;
    height: auto;
    justify-content: space-between;
    display: flex;
    display: block;
    background: #163479;
  }
  
  .nyLeft .fenlei_t h2 {
    text-align: left;
    background: url(../nyimages/fenlei_t.png) no-repeat bottom left;
    background-size: 1.23rem 0.24rem;
  }
  
  .nyLeft .fenlei_t i.plus{
    display: block;
    width: .8rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
  }
  
  .nyLeft i.plus:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    width: .24rem;
    margin-left: -.12rem;
    background: #fff;
  }
  
  .nyLeft i.plus:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: .24rem;
    margin-top: -.12rem;
    width: 2px;
    margin-left: -1px;
    background: #fff;
    transition: .3s;
  }
  
  .nyLeft .subNavs {
    margin-top: 0rem;
    display: block;
    min-height: auto;
    padding-bottom: 0.4rem;
  }
  
  .nyLeft .subNavs>li {
    position: relative;
    border-bottom: 1px dashed #e1e2e5;
  }
  
  .nyLeft .subNavs>li>h5 {
    padding: .2rem .45rem .2rem .45rem;
    display: block;
    position: relative;
    font-size: .2rem;
  
  }
  
  .nyLeft .subNavs>li>h5 a{
    font-size: .28rem;
    width: 80%;
  }
  
  
  
  .nyLeft .subNavs>li>h5 em::after{
    width: .12rem;
    height: .18rem;
  
  }
  
  
  
  .nyLeft .subNavs ol>li{
    line-height: 0.5rem;
  
  
  }
  
  
  .nyLeft .subNavs ol>li>h6 a{
    font-size: 0.24rem;
    padding: 0rem 0rem 0rem .45rem;
  }
  
  .nyLeft .subNavs ol>li>h6 em::after {
    width: .1rem;
    height: .18rem;
  
  }
  
  
  .nyLeft .subNavs ol>li .sanji{
    padding: 0.1rem .25rem 0.1rem .15rem;
  
  }
  
  .nyLeft .subNavs ol>li> .sanji a{
    font-size: 0.24rem;
    line-height: 0.5rem;
  
  }
  
  .nyLeft i.plus.show:after {
    transform: rotate(90deg);
  }
  
  
  
  .nyRight {
    width: 100%;
    padding-top: 0.4rem;
    float: none;
  }
  
  .nyRight .nyrtit {
    padding-bottom: .2rem;
    padding-top: 0.1rem;
  }
  
  
  
  .nyRight .nyrtit h5{
    line-height: 0.4rem;
    font-size: 0.3rem;
    width: 100%;
  }
  
  
  .posi {
    order: 1;
    width: 100%;
    margin-top: .2rem;
    line-height: 0.4rem;
    background-size: .26rem .28rem;
    padding-left: .35rem;
  }
  
  .posi a {
    font-size: 0.24rem;
  }
  
  .posi a + a::before {
    font-size: 0.24rem;
  }
  
  
  .nyRight .nyrCon {
    margin-top: 0.4rem;
  }




  .nynews{
    margin: 0 auto 0.5rem auto;
  }
  
  .nynews ul li{
    margin-top: 0.65rem;
    padding-bottom: 0.35rem;
  }
  
  
  .nynews ul li .pic{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 57%;
  
  }
  

  
  .nynews ul li .pic .time{
    position: absolute;
    left: 0.25rem;
    top: -0.27rem;
    z-index: 9;
    width: 1.2rem;
    height: 1rem;

  }
  
  .nynews ul li .pic .time span{
    font-size: 0.28rem;
    padding-top: 0.12rem;
  }
  
  .nynews ul li .pic .time i{
    font-size: 0.24rem;
    margin-top: 0.1rem;

  }
  
  .nynews ul li .txt{
    width: calc((100% - 0.01rem));
    margin-top: 0.15rem;
  }
  
  .nynews ul li .txt h5{
    font-size: 0.28rem;
    margin: 0.15rem 0;
  }
  
  .nynews ul li .txt p{
    font-size: 0.26rem;
    line-height: 0.42rem;
    height: 0.84rem;
  
  }
  
  .nynews ul li .txt .more{
    width: 1.85rem;
    height: 0.55rem;
    line-height: 0.53rem;
    padding: 0 0.2rem;
    margin-top: 0.4rem;

  }
  
  
  .nynews ul li .txt .more i{
    font-size: 0.24rem;
    background: url(../nyimages/more1.png) no-repeat right center;
    background-size: 0.16rem 0.16rem;

  }


  .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 {
    margin-bottom: .2rem;
    line-height: 1.8em;
    font-size: .28rem;
  }
  
  
  .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.4rem;
  }
  
  
  .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;
  }
  
  .txtList {
    padding-bottom: .4rem;
    padding-top: 0.1rem;
  }
  
  .txtList li {
    position: relative;
    border-bottom: 1px dashed #d8dff2;
    margin-bottom: 0.3rem;
  }
  
  .txtList li a {
    padding: 0rem 0 0.3rem 0;
    align-items: center;
  }
  
  .txtList li .time {
    width: 1.2rem;
    height: 1.2rem;
    font-size: .24rem;
  }
  
  .txtList li .time span {
    font-size: .46rem;
    margin-bottom: 0.1rem;
  }
  
  .txtList li h4 {
    font-size: .28rem;
    display: inline-block;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    line-height: 0.45rem;
    height: 0.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .eclips {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  

  
  
}  




@media screen and (max-width: 1199px) {

	.tbsc{overflow-x: auto;}
	.tbsc table{width: 700px;}
  }


@media (max-width: 597px) {
  body {
      font-size: .26rem;
  }
}



/*TeacherList*/

.TeacherListbox{
  margin: 0 auto; 
}

.Teacher_t{
  background: #f3f5f8;
  height: 0.4rem;
  line-height: 0.4rem;
 border-left: 2px solid #17357b; 
}

.Teacher_t h5{
  font-size: 0.2rem;
  color: #16347a;
  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 #163479;
  border-radius: 45px;
  font-size: 0.18rem;
  color: #163479;
  -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: #163479;
  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.18rem;
  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: #163479;
  }

  .TeacherListbox3 ul li:hover a{
    color: #163479;
  }
}

@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;
  }

}
.nyRight .nyrCon1{margin-bottom:.3rem;}
.nyRight .nyrCon1 h1{ font-size:.24rem;color:#163479;float:left;}
.nyRight .nyrCon1 .p{ font-size:.16rem;color:#163479;float:left; line-height:30px;}



/*teambox*/

.teambox{
  margin: 0rem auto 0 auto;
}

.teambox .teamlist{
  padding: 0.3rem 0.4rem 0.3rem 0.3rem;
  background:#f6f6f6;
  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: #163479;
  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 .title{text-indent:0 !important;}
.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: #163479;
  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: #163479;
}

.teambox .team_experience .nr{

} 

.teambox .team_experience .nr p{
  font-size: 0.18rem;
  line-height: 0.36rem;
  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;
  line-height: 0.5rem;
}

.teambox .team_experience.team6 .nr p{
  margin-bottom: 0.2rem;
}


}

.pb_sys_common{ line-height:35px !important;}