.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: 12px 10px;border: 1px solid #eff3f6;vertical-align:middle;color: #303030;}
.nyrCon td p,
.nyrCon th p{padding-bottom:0;}
.nyrCon table {border-collapse: collapse;border: 1px solid #dadbdd; width:100%}
.nyrCon table tr:not(:first-child) td{}
.nyrCon table td {border: 1px solid #dadbdd;}

.nyrCon table th{ border: 1px solid #dadbdd;}


@media screen and (max-width: 1024px) {
  
  .tbsc{overflow-x: auto;}
  .tbsc table{width: 700px;}
}



/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.nybanner::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(../nyimages/bannerbg.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
}






.nyMain {
  min-height: 4rem;
  padding: 0rem 0 0.9rem 0;
  background: url(../images/pagebg.png) repeat  center;


}

.nyMain .page_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyLeft {
  width: 21%;
  position: relative;
  z-index: 10;
  margin-top: -0.8rem;


}



.nyLeft  .fenlei_t{
  width: 100%;
  height: 0.8rem;
  position: relative;
  background: rgba(0, 105, 183, 0.9);
}

.nyLeft  .fenlei_t h2{
  line-height: 0.8rem;
  font-size: 0.34rem;
  color: #FFFFFF;
  font-weight: normal;
  font-family: "AlibabaPuHuiTi-SemiBold";
  text-align: center;
}

.nyLeft  ul{
  padding: 0.35rem 0 2rem 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 5;
}

.nyLeft  ul::after {
  position: absolute;
  left: 0%;
  bottom: -0.4rem;
  content: "";
  z-index: -1;
  background: url(../nyimages/fenleibg.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 2.95rem;

}

.nyLeft>ul>li{
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.nyLeft>ul>li::before{
  position: absolute;
  bottom: 0;
  left: 8%;
  content: "";
  width: 84%;
  height: 1px;
  background: #F0E6F4;

}


.nyLeft>ul>li>h5{
  position: relative;
  z-index: 9;
  line-height: 0.7rem;

}

.nyLeft>ul>li>h5 a{
  padding: 0 10% 0 10%;
  font-size: 0.2rem;
  color: #333333;
  font-weight: normal;
  display: inline-block;
  width: 80%;
  -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;
  display: 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::after{
  position: absolute;
  left: 0%;
  top: 0rem;
  width: 0%;
  height: 100%;
  background: linear-gradient(270deg, #F7BD5B 3%, #E29717 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>ul>li.on>h5::after{
  width: 100%;
}


.nyLeft>ul>li.on>h5 a{
  color: #FFFFFF;

}

.nyLeft>ul>li.has>h5 em::after{
 display: block;

}

.nyLeft>ul>li.on>h5 em::after{
  background: url(../nyimages/ico2.png) no-repeat center;
  background-size: 100% 100%;
 
 }

.nyLeft>ul>li.on.has>h5 em::after{
  background: url(../nyimages/ico2.png) no-repeat center;
  background-size: 100% 100%;
 
 }

.nyLeft>ul>li.has>h5 em.show::after{

  transform: translateY(-50%) rotate(90deg);
 }


.nyLeft>ul>li .erji{
  width: 100%;
  display: none;
  padding: 0.2rem 0;
  background: #FFF9EF;
}

.nyLeft>ul>li .erji>li{
  line-height: 0.38rem;
  margin: 0 auto;



}

.nyLeft>ul>li .erji>li>h6 {
  position: relative;
  font-size: 0.18rem;
  color: #333333;
  font-weight: normal;
}

.nyLeft>ul>li .erji>li>h6 a{
  display: block;
  font-size: 0.18rem;
  color: #333333;
  font-weight: normal;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 20%;
  position: relative;
}




.nyLeft>ul>li .erji>li>h6 em{
  position: absolute;
  right: .15rem;
  top: 0%;
  width: .14rem;
  height: 100%;
  background: url(../nyimages/ico1.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%;


}

.nyLeft>ul>li .erji>li.on>h6 a{
  color: #E29818;

}



.nyRight {
  width: 75%;
  position: relative;
}

.nyRight .nyrtit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: url(../nyimages/traitxt.png) no-repeat bottom center;
  background-size: 100% 0.1rem;
  line-height: 0.4rem;
  padding-bottom: 0.2rem;
  padding-top: 0.46rem;
}

.nyRight .nyrtit h5{
  position: relative;
  font-size: 0.3rem;
  color: #333333;
  font-weight: normal;
  font-family: "AlibabaPuHuiTi-SemiBold";
  background: url(../images/titleico.png) no-repeat left center;
  background-size: 0.46rem 0.4rem;
  padding-left: 0.5rem;
} 



.posi {
  display: block;
  font-size: 0.16rem;
  color: #FFFFFF;
  background: url(../nyimages/home.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  padding-left: 0.25rem;
  line-height: 0.4rem;
  position: absolute;
  z-index: 10;
  left: 0;
  top: -0.5rem;
}

.posi a {
  font-size: 0.16rem;
  color: #FFFFFF;
}

.posi a + a::before {
  content: '>';
  margin: 0 .05rem;
  font-size: 0.16rem;
  color: #FFFFFF;
}


.nyRight .nyrCon {
  padding: 0;
}



/*nyteam*/

.nyteam{
  margin: 1rem auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nyteam ul{
  width: 3rem;
  margin: 0 0.6rem 0rem 0.6rem;
}

.nyteam ul li{
  width: 100%;
  margin-bottom: 0.4rem;

}

.nyteam ul li a{
  display: block;


}

.nyteam ul li .pic{
  position: relative;
  overflow: hidden;
  width: 2rem;
  height: 2.76rem;
  margin: 0 auto;

}


.nyteam ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  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;
}

.nyteam ul li .txt{
  margin: 0.25rem auto 0 auto;
  text-align: center;

}

.nyteam ul li .txt h5{
  font-size: 0.24rem;
  font-weight: normal;
  font-family: "AlibabaPuHuiTi-SemiBold";
  line-height: 0.34rem;
  color: #0069B7;
}

.nyteam ul li .txt p{
  font-size: 0.23rem;
  font-weight: normal;
  line-height: 0.34rem;
  color: #333;
  margin: 0.12rem auto 0 auto;
}




/* nynotice */

.nynotice{
  margin: 0.5rem auto 0 auto;
}

.nynotice ul li{
  position: relative;
  z-index: 5;
  background: #FFFFFF;
  padding: 0.15rem 0.3rem 0.15rem 0rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 0.2rem;
}

.nynotice ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.nynotice ul li .time{
  text-align: center;
  width: 1rem;
  font-family: "canela";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li .time span{
  display: block;
  font-size: 0.32rem;
  color: #0069B7;
}

.nynotice ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #0069B7;
  margin-top: 0.04rem;
}

.nynotice ul li .txt{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 1.05rem);
}

.nynotice ul li .txt h5{
  font-size: 0.18rem;
  color: #333333;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 90%;
}

.nynotice ul li .txt em{
  display: block;
  background: url(../nyimages/more3.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.32rem;
  height: 0.32rem;
  -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;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #0069b7;
  width: 1px;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nynotice ul li::before {
  position: absolute;
  left: 0;
  top: 0%;
  content: "";
  z-index: -1;
  background:#0069B7;

  width:0;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





/* nynewsxq */


.nynewsxq{
  margin: 0.45rem auto 0 auto;
}


.nynewsxq .arc-tit{
  
}

.nynewsxq .arc-tit h1{
  font-size: 0.28rem;
  font-weight: normal;
  font-family: "AlibabaPuHuiTi-SemiBold";
  line-height: 0.4rem;
  color: #025C9F;
  text-align: center;
  margin: 0 1rem;
}

.nynewsxq .arc-tit .arc-info{
  text-align: center;
  line-height: 0.36rem;
  padding: 0.08rem 0;
  margin-top: 0rem;
  background: url(../nyimages/txtnr.png) no-repeat bottom center;
  background-size: 100%;
}

.nynewsxq .arc-tit .arc-info span{
  display: inline-block;
  font-size: 0.16rem;
  color: #9E9E9E;
  margin: 0 0.2rem;
}


.nynewsxq .nytxtcont{
  margin: 0.33rem auto 0 auto;

}

.nynewsxq .nytxtcont p{
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.36rem;
  text-indent: 2em;
  margin-bottom: 0.15rem;

}
.nynewsxq .nytxtcont img{
    display:block;
    margin:0 auto;

}


.arc-sib {
  margin: 0.4rem auto 0 auto;
  padding: .4rem 0rem;
  font-size: .28rem;
  line-height: 1.6em;
  border-top: 1px solid #C7D5E2;
}

.arc-sib div {
  font-size: .16rem;
  color: #0069B7;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
  background: url(../nyimages/prev.png) no-repeat left center;
  background-size: 0.4rem 0.4rem;
  padding-left: 0.6rem;
}

.arc-sib div.prev{
  background: url(../nyimages/next.png) no-repeat left center;
  background-size: 0.4rem 0.4rem;
}

.arc-sib div a{
  font-size: .18rem;
  color: #333333;

}



/*nyxywh*/

.nyxywh{
  margin: 0.5rem auto 0 auto;
}


.nyxywh ul li{
  width: 100%;
  height: auto;
  background: url(../nyimages/xywhlist.jpg) no-repeat  center;
  background-size: 100% 100%;
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.35rem 0 ;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.nyxywh ul li:first-child{
  padding: 0.78rem 0;
}


.nyxywh ul li .xywh_t{
  width: 0.8rem;
  line-height: 0.8rem;
  display: flex;
  align-items: center;
}

.nyxywh ul li .xywh_t h5{
  letter-spacing: 2px;
  color: #0069B7;
  font-size: 0.28rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(0deg);
  transform-origin: bottom left;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.nyxywh ul li .txt{
  margin: 0 auto;
  width: calc(100% - 2.2rem);
  margin-right: 1.1rem;
} 

.nyxywh ul li .txt p{
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: #333333;
}

.nyxywh ul li .txt img{
  display: block;
  margin: 0 auto;
  width: 3rem;
  height: 3rem;

}



/*nyyzjy*/

.nyyzjy{
  margin: 0.5rem auto 0 auto;
  width: 100%;
    height: auto;
    background: url(../nyimages/yzjybg.jpg) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.75rem 2.3rem 1rem 1.1rem;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 5;
}

.nyyzjy::before{
  position: absolute;
  right: 0.9rem;
  bottom: 0.95rem;
  z-index: 1;
  content: "";
  background: url(../nyimages/yzjyico2.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.71rem;
  height: 0.52rem;
}

.nyyzjy .img{
  position: relative;
  z-index: 5;

}

.nyyzjy .img::after{
  position: absolute;
  left: -0.2rem;
  top: 0.2rem;
  z-index: -1;
  content: "";
  background: #DFEFFF;
  width: 2.5rem;
  height: 3.45rem;
}

.nyyzjy .img::before{
  position: absolute;
  right: -0.5rem;
  top: -0.28rem;
  z-index: 1;
  content: "";
  background: url(../nyimages/yzjyico1.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.71rem;
  height: 0.52rem;
}

.nyyzjy .img .pic{
  position: relative;
  overflow: hidden;
  width: 2.5rem;
  height: 3.45rem;
  margin: 0 auto;
}

.nyyzjy .img .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  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;
}

.nyyzjy .txt{
  width: calc(100% - 3.1rem);


} 

.nyyzjy .txt h5{
  font-size: 0.28rem;
  color: #0069B7;
}

.nyyzjy .txt h5 i{
  font-size: 0.22rem;
  color: #333333;
  margin-left: 0.28rem;
}

.nyyzjy .txt em{
  display: block;
  width: 100%;
  height: 1px;
  background: url(../nyimages/yzjy_xt.png) no-repeat center;
  background-size: 100% ;
  margin: 0.2rem 0 0.3rem 0;


}

.nyyzjy .txt p{
  font-size: 0.28rem !important;
  line-height: 0.44rem !important;
  color: #333333;text-indent:0 !important;
}


/*nynews*/

.nynews{
  margin: 0.5rem auto 0 auto;
}

.nynews ul li{
  position: relative;
  z-index: 5;
  margin-bottom: 0.25rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.nynews ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.3rem 0.3rem ;
}


.nynews ul li .pic{
  position: relative;
  overflow: hidden;
  width: 3rem;
  height: 1.7rem;
}

.nynews ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nynews ul li .txt{
  width: calc(100% - 3.3rem);
} 

.nynews ul li .txt h5{
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.09rem;
}

.nynews ul li .txt p{
  font-size: 0.16rem;
  color: #888F98;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.13rem 0 0.33rem 0;
}

.nynews ul li .txt .time{
  height: 0.32rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;

}

.nynews ul li .txt .time span{
  display: block;
  color: #0069B7;
  font-size: 0.14rem;
  font-family: "canela";
  padding-left: 0.25rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}


.nynews ul li .txt .time span::after {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  background: url(../images/timeico1.png) no-repeat left center;
  background-size: 100% 100%;
  width: 0.15rem;
  height: 0.15rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nynews ul li .txt .time em{
  display: block;
  background: url(../nyimages/newsxt1.png) no-repeat left center;
  background-size: 100%;
  width: 5.36rem;
  height: 0.06rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li .txt .time .more{
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../nyimages/more1.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nynews ul li::after {
  position: absolute;
  left: 0;
  top: 0%;
  content: "";
  z-index: -2;
  background: url(../nyimages/newsico.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nynews ul li::before {
  position: absolute;
  left: 0;
  top: 0%;
  content: "";
  z-index: -1;
  background:#0069b7;

  width: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/*nyjigou*/

.nyjigou{
  margin: 0.5rem auto 0 auto;
}

.nyjigou ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nyjigou ul li{
  width: 48.2%;
  height: 0.92rem;
  line-height: 0.92rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 5;
}

.nyjigou ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0.3rem;
  height: 100%;

}

.nyjigou ul li h5{
  width: calc(100% - 0.35rem);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;

}

.nyjigou ul li h5 em{
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  border: 2px solid #0069B7;
  background: url(../nyimages/jigouico2.png) no-repeat center;
  background-size: 0.45rem  0.45rem;

}

.nyjigou ul li h5 span{
  width: calc(100% - 0.65rem);
  color: #333333;
  font-size: 0.22rem;
  font-family: "AlibabaPuHuiTi-Medium";
  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;
}

.nyjigou ul li .more{
  display: block;
  background: url(../nyimages/more5.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.2rem;
  height: 0.08rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyjigou ul li::before{
  position: absolute;
  left: 0;
  top: 0%;
  content: "";
  z-index: -2;
  background: #0069B7;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyjigou ul li::after{
  position: absolute;
  right: 0.55rem;
  bottom: 0%;
  content: "";
  z-index: -1;
  background: url(../nyimages/jigouico3.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.9rem;
  height: 0.9rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}


/*nyteacher*/

.nyteacher{
  margin: 0.5rem auto 0 auto;
}


.nyteacher ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyteacher ul li{
  width: 48.2%;
  height: 2.98rem;
  background: #FFFFFF url(../nyimages/teamlist.png) no-repeat bottom center;
  background-size: 100% ;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 5;
}

.nyteacher ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.3rem;
}

.nyteacher ul li .pic{
  position: relative;
  overflow: hidden;
  width: 1.7rem;
  height: 2.38rem;

}

.nyteacher ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  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% - 2.1rem);
  margin-top: 0.05rem;
}

.nyteacher ul li .txt h5{
  color: #0055A5;
  font-size: 0.26rem;
  font-family: "AlibabaPuHuiTi-Medium";
  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;
}

.nyteacher ul li .txt em{
  display: block;
  width: 0.24rem;
  height: 0.03rem;
  background: #F4B851;
  margin: 0.08rem 0 0.12rem 0;
}

.nyteacher ul li .txt span{
  display: block;
  color: #333333;
  font-size: 0.18rem;
}

.nyteacher ul li .txt p{
  color: #888F98;
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.78rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.12rem 0 0.28rem 0;
}

.nyteacher ul li .txt .more{
  display: inline-block;
  line-height: 0.32rem;
  font-size: 0.16rem;
  color: #77A0C8;
  background: url(../nyimages/teammore1.png) no-repeat right center;
  background-size: 0.32rem 0.32rem;
  padding-right: 0.43rem;
  float: right;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/*nyabout*/

.nyabout{
  margin: 0.5rem auto 0 auto;
}

.nyabout .ab_title{
  line-height: 0.54rem;
  font-family: "AlibabaPuHuiTi-SemiBold";
  margin-bottom: 0.15rem;
}

.nyabout .ab_title i{
  display: inline-block;
  margin-right: 0.15rem;
  background: url(../nyimages/abico.png) no-repeat center;
  background-size:100% 100%;
  width: 0.54rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  font-size: 0.24rem;
  color: #0069B7;

}

.nyabout .ab_title  h5{
  font-size: 0.24rem;
  color: #0069B7;
  display: inline-block;
}

.nyabout .txt p{
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333333;
  text-indent: 2em;
  margin-bottom: 0.2rem;
}

.nyabout .box{
  margin-bottom: 0.5rem;

}

.nyabout .abbox1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}

.nyabout .abbox1 .ab_l{
  width: 5.15rem;
}

.nyabout .abbox1 .ab_l .ab_t{
  background: url(../nyimages/abxt.png) no-repeat left 0.43rem;
  background-size: 2.92rem 1px;
  line-height: 0.55rem;

}

.nyabout .abbox1 .ab_l .ab_t h6{
  text-align: right;
  font-size: 0.18rem;
  color: #333333;
}

.nyabout .abbox1 .ab_l .ab_t h6 em{
  display: inline-block;
  font-size: 0.6rem;
  color: #0069B7;
  font-family: "canela";
  margin-right: 0.18rem;
}


.nyabout .abbox1 .pic{
  width: 5.15rem;
  height: 3.41rem;
  margin-top: 0.3rem;
}


.nyabout .abbox1 .txt{
  width: calc(100% - 5.55rem);
  margin-top: 0.1rem;
}

.nyabout .abimg.img1{
  margin: 0 auto 0.5rem auto;
  background: #FFFFFF;
  border: 1px solid #DAEAF4;
  padding: 0.3rem 0;
}


.nyabout .abbox2  .abimg{
  margin: 0.45rem auto 0.5rem auto;
  background: #FFFFFF;
  padding: 0.35rem 0;
	
  box-sizing: border-box;
  border: 1px solid #DAEAF4;
}

.nyabout .abbox2  .abimg ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.nyabout .abbox2  .abimg ul li{
  width: 30%;
  margin: 0 1%;


}

.nyabout .abbox2  .abimg ul li img{
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.nyabout .abbox2  .abimg ul li p{
  text-align: center;
  color: #333333;
  font-size: 0.22rem;
  margin: 0.05rem auto 0 auto;
}





.nyabout .abbox4{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyabout .abbox4 .ab_l{
  width: calc(100% - 5.65rem);
}

.nyabout .abbox4 .txt{

}

.nyabout .abbox4 .pic{
  width: 5.15rem;
  height: 3.41rem;
  margin-top: 0.1rem;
}


.nyabout .abbox5  .abimg{
  background: url(../nyimages/aboutbg.jpg) no-repeat center;
  background-size:100% 100%;
  padding: 0.4rem;
  margin: 0.45rem auto 0 auto;

}

.nyabout .abbox5  .abimg ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nyabout .abbox5  .abimg ul li{
  width: 32%;


}

.nyabout .abbox5  .abimg ul li img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*organizationbox*/
      
.organizationbox{
  margin: 0.6rem auto 0 auto;
  background: url(../nyimages/organizationxt.png) no-repeat top center;
  background-size: 7.66rem 1.22rem;

}    

.organizationbox .item:nth-child(1){
  margin-bottom: 0.6rem;

}

.organizationbox .item:nth-child(2){
  margin-bottom: 0.32rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.organizationbox .item:nth-child(1) h5{
  margin: 0 auto;
  width: 1.9rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 4px;
  background: #0069B7;
  text-align: center;
  font-size: 0.24rem;
  color: #FFFFFF;
  font-family: "AlibabaPuHuiTi-Medium";
}

.organizationbox .item dt h5{
  margin: 0 auto;
  width: 1.56rem;
  height: 0.54rem;
  line-height: 0.54rem;
  border-radius: 4px;
  background: #368ADE;
  text-align: center;
  font-size: 0.22rem;
  color: #FFFFFF;
  font-family: "AlibabaPuHuiTi-Medium";
}


.organizationbox .item dl:nth-child(1){
  width: 30%;

}



.organizationbox .item dl:nth-child(2){
  width: 33.5%;
  margin: 0 3.25%;
}

.organizationbox .item dl:nth-child(2) dt h5{
  background: #42CCD6;
}

.organizationbox .item dl:nth-child(3){
  width: 30%;
}

.organizationbox .item dl:nth-child(3) dt h5{
  background: #EDB65C;
}

.organizationbox .item:nth-child(3){


}
  
.organizationbox .item:nth-child(3) dl{
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #DAEAF4;
  padding: 0.2rem 0.2rem 0 0.2rem;
  float: left;
  position: relative;
}

.organizationbox .item dl dd{
  border-radius: 4px;
  background: #EFF5FC;
  width: 100%;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  line-height: 0.28rem;
  text-align: center;
  color: #333333;
  padding: 0.11rem 0rem;

}

.organizationbox .item:nth-child(3) dl:nth-child(2) dd{
  background: #ECF8F9;
}

.organizationbox .item:nth-child(3) dl:last-child dd{
  padding: 0.11rem 0.3rem;
  background: #FAF7F2;
}

.organizationbox .item:nth-child(3) dl::after{
  position: absolute;
  content: "";
  left: 50%;
  top: -0.33rem;
  width: 2px;
  height: 0.33rem;
  background: #CDCDCD;
  opacity: 0.9;

}



/*research_topic*/

.research_topic{
  margin: 0.5rem auto 0 auto;
}

.research_topic ul li{
  position: relative;
  z-index: 5;
  background: #FFFFFF;
	
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 0.5rem;
}

.research_topic ul li .ktz_t{
  background: #0069B7;
  line-height: 0.42rem;
  display: inline-block;
  padding-right: 0.55rem;
  position: relative;
  z-index: 5;
  margin-top: -0.18rem;

}

.research_topic ul li .ktz_t::after{
  position: absolute;
  content: "";
  right: -0.19rem;
  top: 0;
  width: 0.19rem;
  height: 100%;
  z-index: -1;
  background: url(../nyimages/fenlei_t.png) no-repeat center;
  background-size: 100% 100%;
}

.research_topic ul li .ktz_t h5{
  padding-left: 0.3rem;
  margin-left: 0.15rem;
  background: url(../nyimages/ico3.png) no-repeat left center;
  background-size: 0.14rem 0.11rem;
  font-size: 0.22rem;
  color: #FFFFFF;
}

.research_topic ul li .ktz_nr{
  padding: 0.1rem 0 0.3rem 0.4rem;

}

.research_topic ul li .ktz_nr dl{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;

}

.research_topic ul li .ktz_nr dl dt{
  width: 15.5%;
  line-height: 0.65rem;
  border-bottom: 1px solid #D8D8D8;
  margin-right: 4.5%;
  font-size: 0.18rem;
  color: #333333;
  

}

.research_topic ul li .ktz_nr dl dt a{
  display: block;
  font-size: 0.18rem;
  color: #333333;
  padding-right: 0.3rem;
  background: url(../nyimages/more7.png) no-repeat right center;
  background-size: 0.15rem 0.06rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.research_topickt ul li .ktz_nr dl dt{
  width: 20%;

  

}

 /*nyhistory*/

.nyhistory{
  margin: 0.65rem auto 0 auto;
  background: url(../nyimages/historyico2.png) no-repeat top center;
}

.nyhistory .nyhistory_t{
  margin:  0 auto;
  font-size: 0.3rem;
  font-family: "AlibabaPuHuiTi-SemiBold";
  text-align: center;
  color: #666666;
}

.nyhistory .nyhistory_t a{
  margin-right:0.2rem;

}


.nyhistory .nyhistory_t a.on{
  color: #0069B7;font-size: 0.32rem;

}
.nyhistory .nyhistory_t img{
  display: block;
  margin: 0.12rem auto 0 auto;
  width: 0.6rem;
  height: 0.6rem;
}


.nyhistory ul{
  margin: 0 auto;
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding-top: 0.2rem;


}

.nyhistory ul::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #9FC7E5;
}

.nyhistory ul li{
  width: 50%;
  text-align: left;
  padding-left: 1.5rem;
  margin-bottom: 1.35rem;
  float: right;
  position: relative;
  z-index: 5;

}

.nyhistory ul li::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: -0.065rem;
  top: 0.15rem;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #0069B7;
}


.nyhistory ul li::before{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0%;
  top: 0.2rem;
  width: 1.1rem;
  height: 1px;
  background: #9FC7E5;
}

.nyhistory ul li:nth-child(2){
  margin-top: 1.1rem;
}

.nyhistory ul li:nth-child(2n){
  text-align: right;
  padding-right: 1.5rem;
  padding-left: 0;
  float: left;

}

.nyhistory ul li:nth-child(2n)::after{
  left: auto;
  right: -0.065rem;
  top: 0.15rem;

}


.nyhistory ul li:nth-child(2n)::before{

  right: 0%;
  left: auto;
}

.nyhistory ul li h5{
  font-size: 0.22rem;
  color: #0069B7;
}

.nyhistory ul li h5 i{
  font-size: 0.4rem;
  color: #0069B7;
  font-family: "canela";
  margin-right: 0.17rem;
}

.nyhistory ul li p{
  font-size: 0.2rem !important;
  color: #333333 !important;
  margin-bottom: 0.05rem;text-indent:0 !important;
}


.nyhistory .nyhistoryico{
  margin: 0 auto;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../nyimages/historyico1.png) no-repeat  center;
  background-size: 100% 100%;
}


/*nydepartmentbox*/

.nydepartmentbox{
  margin: 0 auto;
}

.nydepartmentbox h1{
  margin: 0.35rem auto 0.3rem auto;
  text-align: center;
  color: #0069B7;
  font-family: "AlibabaPuHuiTi-SemiBold";
  font-size: 0.28rem;
}

.nydepartmentbox .ab_title{
  line-height: 0.54rem;
  font-family: "AlibabaPuHuiTi-SemiBold";
  margin-bottom: 0.15rem;
}

.nydepartmentbox .ab_title i{
  display: inline-block;
  margin-right: 0.15rem;
  background: url(../nyimages/abico.png) no-repeat center;
  background-size:100% 100%;
  width: 0.54rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  font-size: 0.24rem;
  color: #0069B7;

}

.nydepartmentbox .ab_title  h5{
  font-size: 0.24rem;
  color: #0069B7;
  display: inline-block;
}

.nydepartmentbox .txt p{
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333333;
  text-indent: 2em;

}

.nydepartmentbox .box1 img{
  margin: 0.5rem auto 0 auto;
}

.nydepartmentbox .box1 .xq{
  display: none;
}

.nydepartmentbox .box2{
  margin: 0.55rem auto 0 auto;
}

.nydepartmentbox .box2 .txtbox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nydepartmentbox .box2 .txtbox .ab_l{
  width: 5.15rem;

}


.nydepartmentbox .box2 .txtbox .ab_l .nr{
  margin-left: 0.2rem;
  padding-left: 0.3rem;
  padding-top: 0.28rem;
  position: relative;
  z-index: 5;

}

.nydepartmentbox .box2 .txtbox .ab_l .nr::after{
  position: absolute;
  left: 0;
  top: -0.2rem;
  content: "";
  width: 2px;
  height: 2.04rem;
  background: #0069B7;
}

.nydepartmentbox .box2 .txtbox .ab_l .nr p{
  font-size: 0.18rem;
  line-height: 0.33rem;
  color: #0069B7;
}

.nydepartmentbox .box2 .txtbox .txt{
  width: calc(100% - 5.65rem);
  margin-top: 0.2rem;
}






    /*fenye*/
      
    .fenye{
      margin: 0.4rem auto 0 auto;
    }
    
    .page {
      width: 100%;
      margin-top: 0rem;
    }
    
    
    .pb_sys_common {
      font-size:.16rem ;
      padding: 0px 0.05rem ;
      height: auto ;
      line-height: 0.3rem ;
      min-width: 0.3rem ;
    }
    
    .pb_sys_common a{
      text-decoration: none;
    }
    
    .pb_sys_common .p_pages{
      margin-left: -5px;
    }
    
    .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
      border: 1px solid #ccc;
      padding: 0px 0.1rem ;
      margin:0px 0px 0px 5px;
    
      height:0.3rem;
    
      line-height:0.3rem;
      box-sizing:border-box;
      display:inline-block;
      vertical-align:middle;
      background: #fff;
    }
    
    .pb_sys_common .p_t{
      line-height:12px;
      margin:0px;
      padding:0px;
      display:inline-block;
      vertical-align:middle;
    }
    
    .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
      color: #ccc;
    }
    
    .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
      color: #222;
    }
    
    .pb_sys_common .p_dot {
      margin-left:4px;
      margin-right:-4px;
      color:#222;
    }
    
    .pb_sys_common .p_goto input, .pb_sys_common .p_search input {
      /*
      height:22px;
      border: 1px solid #aaa;
      outline-width:thin;
      outline-color:#258CFF;
    
      text-align:center;
      vertical-align:middle;    
      */
      font-size:12px;
    
      border: 1px solid #aaa;
      height:22px;
      line-height:20px;
      box-sizing:border-box;
      vertical-align:middle;
    
      outline-width:thin;
      outline-color:#9c0c14;
      
      margin:0px 2px;
      padding:0px 1px;
    }
    
    
    .pb_sys_common .p_goto input{
      width:22px;
      text-align:center;
    }
    
    .pb_sys_common .p_search input{
      width:100px;
      text-align:left;
    }
    
    .pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
      border: 1px solid #9c0c14;
    }
    
    .pb_sys_common .p_goto a, .pb_sys_common .p_search a{
      border: 1px solid #ccc;
      padding: 0px 0.08rem;
      color: rgba(58, 58, 60, 1);
    
      margin:0px;
    
      height:0.3rem;
      line-height:0.3rem;
      display:inline-block;
      box-sizing:border-box;
      vertical-align:middle;
      background: #fff;
    }
    
    .pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
      /*
      border-width:1px 0px 1px 1px;
      border-style:solid;
      border-color:#ccc;
      padding: 5px 6px;
      color: #222;
      */
      border-right:1px solid #ccc;
      padding: 1px 5px;
      color: #888888;
    }
    
    .pb_sys_common .p_dosize_d{
      /*background-color:#f5f5f5;*/
      color: rgba(58, 58, 60, 1);
    }
    
    .pb_sys_common .p_dosize a:hover{
      /*background-color:#f5f5f5;*/
      color: rgba(58, 58, 60, 1);
    }
    
    .pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
      /*border-right-width:1px*/
      border-right-width:0px;
    }



@media (min-width: 1024px){

  .nyteam ul li:hover .pic img{
    transform: scale(1.1);

  }

  .research_topic ul li .ktz_nr dl dt:hover a{
    color: #0069B7;
  }
  
  .arc-sib div a:hover{
    color: #0069B7;
  }
  
  .nyLeft>ul>li .erji>li>h6 a:hover{
    color: #0069B7;
  }
  
  
  .nyLeft>ul>li>h5 a:hover{
    color: #0069B7;
  }
  
  .nyLeft>ul>li.on>h5 a:hover{
    color: #fff;
  }
  
  .nyLeft>ul>li.on.active .erji{
   /* display: block;*/
  
  }


  .nynotice ul li:hover::before{
    width: 100%;
  }
  
  .nynotice ul li:hover .time span{
    color: #fff;
  }

  .nynotice ul li:hover .time i{
    color: #fff;
  }
  
  .nynotice ul li:hover .txt h5{
    color: #fff;
  
  }
  
  .nynotice ul li:hover .txt em{
  
    background: url(../nyimages/more4.png) no-repeat  center;
    background-size: 100% 100%;
  }



  .nynews ul li:hover::before{
    width: 100%;
  }
  
  .nynews ul li:hover .pic img{
    transform: scale(1.1);
  }
  
  .nynews ul li:hover .txt h5{
    color: rgba(255, 255, 255, 1);
  }
  
  .nynews ul li:hover .txt p{
    color: rgba(255, 255, 255, 0.8);
  }
  
  .nynews ul li:hover .txt .time span{
    color: #fff;
   
  }
  
  
  .nynews ul li:hover .txt .time span::after {
  
    background: url(../images/timeico2.png) no-repeat left center;
    background-size: 100% 100%;
  
  }
  
  .nynews ul li:hover .txt .time em{
    background: url(../nyimages/newsxt2.png) no-repeat left center;
    background-size: 100%;
  
  }
  
  .nynews ul li:hover .txt .time .more{
  
    background: url(../nyimages/more2.png) no-repeat center;
    background-size: 100% 100%;
  
  }


  .nyjigou ul li:hover::before{
    width: 100%;
  }
  
  .nyjigou ul li:hover::after{
    opacity: 1;
  }
  
  .nyjigou ul li:hover .more{
  
    background: url(../nyimages/more6.png) no-repeat center;
    background-size: 100% 100%;
  
  }
  
  .nyjigou ul li:hover h5 span{
    color: #fff;
  
  }
  
  .nyjigou ul li:hover h5 em{
    border: 2px solid #E29717;
    background: #E29717 url(../nyimages/jigouico1.png) no-repeat center;
    background-size: 0.45rem  0.45rem;
  }

  .nyteacher ul li:hover .txt .more{
    color: #0069B7;
    background: url(../nyimages/teammore2.png) no-repeat right center;
    background-size: 0.32rem 0.32rem;
  }


}






@media (max-width: 1024px){
    
    
    
    
  .nyMain {
    padding: 0.5rem 0 1rem 0;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    padding-bottom: 0;
    margin: 0 auto;
  }
  
  
  .nyLeft  .fenlei_t{
    width: 100%;
    height: 0.9rem;
    position: relative;
    padding-top: 0;
  }


  
  .nyLeft  .fenlei_t h2{
    text-align: left;
    line-height: 0.9rem;
    font-size: 0.34rem;
    color: #fff;
    font-weight: normal;
    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: 0.35rem 0 1rem 0;

}
  
  .nyLeft>ul>li{
    width: 100%;
  
  }
  
  .nyLeft>ul>li>h5{
    position: relative;
    z-index: 9;
    line-height: 0.7rem;
  }
  
  .nyLeft>ul>li>h5 a{
    padding: 0 10% 0 10%;
    font-size: 0.3rem;
  }

  .nyLeft>ul>li>h5 em {

    right: 0.3rem;

}
  
  .nyLeft>ul>li>h5 em::after{
    width: 0.12rem;
    height: 0.21rem;
  }
  
  .nyLeft>ul>li.on>h5::after {
    width: 100%;
    left: 0;
}

.nyLeft>ul>li.on>h5 a {
  font-size: 0.3rem;

}

.nyLeft>ul>li .erji{
  width: 100%;
}
  
  .nyLeft>ul>li .erji>li{
    line-height: 0.52rem;
  
  
  
  }
  
  
  .nyLeft>ul>li .erji>li>h6 {
    font-size: 0.28rem;
  }
  
  .nyLeft>ul>li .erji>li>h6 a{
    font-size: 0.28rem;
    padding-left: 10%;
  }

  
  
  .nyLeft>ul>li .erji>li>dl dd a{
  line-height: 0.38rem;
  font-size: 0.26rem;
  
  
  }





  .nyRight {
    width: 100%;
    margin-top: 0.3rem;

  }
  
  .nyRight .nyrtit {

    line-height: 0.4rem;
    padding-bottom: 0.2rem;
    padding-top: 0.3rem;
  }
  
  .nyRight .nyrtit h5{

    font-size: 0.32rem;
    padding-left: 0.6rem;
  } 
  
  
  
  .posi {
    font-size: 0.24rem;
    color: #333;
    background: url(../nyimages/home1.png) no-repeat left center;
    background-size: 0.24rem 0.24rem;
    padding-left: 0.3rem;
    line-height: 0.4rem;
    position: relative;
    top: 0rem;
  }
  
  .posi a {
    font-size: 0.24rem;
    color: #333;
  }
  
  .posi a + a::before {
    font-size: 0.24rem;
    color: #333;
  }
  
  
  .nyRight .nyrCon {
    padding: 0;
  }
  
  
  

  
  .nyteam{
    margin: 0.5rem auto 0 auto;
  
  }
  
  .nyteam ul{
    width: 42%;
    margin: 0 4% 0 4%;
  }
  .nyteam ul li{
    width: 100%;
    margin: 0 0% 0.3rem 0%;
  
  }
  
  
  .nyteam ul li .pic{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 135%;
  
  }
  
  
  .nyteam ul li .txt h5{
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
  
  .nyteam ul li .txt p{
    font-size: 0.26rem;
    line-height: 0.4rem;

  }



  .nynotice ul li{

    padding: 0.15rem 0.2rem 0.15rem 0.2rem;
  
  }
  
  
  
  .nynotice ul li .time{
  
    width: 1.2rem;
    height: 1rem;
  
  }
  
  .nynotice ul li .time span{
  
    font-size: 0.36rem;
    padding-top: 0.15rem;
  }
  
  .nynotice ul li .time i{
  
    font-size: 0.24rem;
  
  }
  
  .nynotice ul li .txt{
  
    width: calc(100% - 1.4rem);
  }
  
  .nynotice ul li .txt h5{
    font-size: 0.3rem;
    width: 100%;
  }
  
  .nynotice ul li .txt em{
    display: none;
  
  }
  
  

  .nynewsxq .arc-tit h1{
    font-size: 0.32rem;
    line-height: 0.45rem;
    margin: 0 auto;
  }
  
  .nynewsxq .arc-tit .arc-info{
    line-height: 0.4rem;
    margin-top: 0.2rem;
  
  }
  
  .nynewsxq .arc-tit .arc-info span{
    font-size: 0.26rem;
  
  }
  
  
  .nynewsxq .nytxtcont{
    margin: 0.38rem auto 0 auto;
  
  }
  
  .nynewsxq .nytxtcont p{
    font-size: 0.3rem;
    line-height: 0.48rem;
  
  }
  
  
  
  .arc-sib div {
    font-size: .26rem;
  
  }
  
  
  .arc-sib div a{
    font-size: .28rem;
  
  
  }




.nyxywh ul li .xywh_t{
  width: 0.7rem;
  line-height: 0.7rem;

}

.nyxywh ul li .xywh_t h5{

  font-size: 0.32rem;


}

.nyxywh ul li .txt{
  margin: 0 auto;
  width: calc(100% - 2rem);
  margin-right: 1rem;
} 



.nyyzjy{
  margin: 0.5rem auto 0 auto;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;

}

.nyyzjy::before{

  right: 0.5rem;
  bottom: 0.5rem;

}


.nyyzjy .txt h5{
  font-size: 0.3rem;

}

.nyyzjy .txt h5 i{
  font-size: 0.24rem;

}



.nyyzjy .txt p{
  font-size: 0.28rem !important;

}



.nynews ul li{

  margin-bottom: 0.25rem;

}




.nynews ul li .pic{

  width: 100%;
  height: auto;
  padding-top: 56%;
}




.nynews ul li .txt{
  width: calc(100% - 0rem);
  margin-top: 0.3rem;
} 

.nynews ul li .txt h5{
  font-size: 0.3rem;
}

.nynews ul li .txt p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 0.8rem;
  margin: 0.13rem 0 0.33rem 0;
}

.nynews ul li .txt .time{
  height: 0.4rem;


}

.nynews ul li .txt .time span{

  font-size: 0.24rem;
  padding-left: 0.35rem;
}


.nynews ul li .txt .time span::after {

  top: -1px;
  width: 0.24rem;
  height: 0.24rem;

}



.nynews ul li .txt .time em{

  width: 3.66rem;
  height: 0.06rem;

}

.nynews ul li .txt .time .more{

  width: 0.4rem;
  height: 0.4rem;

}




.nyjigou ul li{
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  margin-bottom: 0.3rem;

}



.nyjigou ul li h5{
  width: calc(100% - 0.5rem);


}

.nyjigou ul li h5 em{
  width: 0.45rem;
  height: 0.45rem;

}

.nyjigou ul li h5 span{
  width: calc(100% - 0.65rem);
  font-size: 0.3rem;

}

.nyjigou ul li .more{
  width: 0.3rem;
  height: 0.12rem;

}



.nyteacher ul li{
  width: 100%;
  height: auto;
  background: #FFFFFF url(../nyimages/teamlist.png) no-repeat bottom center;
  background-size: auto;
  margin-bottom: 0.4rem;

}

.nyteacher ul li a{

  padding: 0.3rem;
}


.nyteacher ul li .txt{
  width: calc(100% - 2.1rem);
  margin-top: 0.05rem;
}

.nyteacher ul li .txt h5{

  font-size: 0.3rem;
}

.nyteacher ul li .txt em{

  margin: 0.08rem 0 0.13rem 0;
}

.nyteacher ul li .txt span{
  font-size: 0.24rem;
}

.nyteacher ul li .txt p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 0.8rem;
  -webkit-line-clamp: 2;
  margin: 0.13rem 0 0.29rem 0;
}

.nyteacher ul li .txt .more{

  font-size: 0.24rem;


}




.nyabout .ab_title{
  line-height: 0.54rem;

}

.nyabout .ab_title i{
  font-size: 0.28rem;


}

.nyabout .ab_title  h5{
  font-size: 0.28rem;
}

.nyabout .txt p{
  font-size: 0.3rem;
  line-height: 0.45rem;
  margin-bottom: 0.2rem;
}

.nyabout .box{
  margin-bottom: 0.5rem;

}

.nyabout .abbox1{

  margin-bottom: 0.3rem;
}

.nyabout .abbox1 .ab_l{
  width: 100%;
}

.nyabout .abbox1 .ab_l .ab_t{
  background: url(../nyimages/abxt.png) no-repeat left 0.35rem;
  background-size: 3.92rem 1px;
  line-height: 0.55rem;

}


.nyabout .abbox1 .ab_l .ab_t h6 em{
  font-size: 0.5rem;

}


.nyabout .abbox1 .pic{
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}


.nyabout .abbox1 .txt{
  width: calc(100% - 0rem);
  margin-top: 0.4rem;
}




.nyabout .abbox2  .abimg ul li p{

  font-size: 0.24rem;

}



.nyabout .abbox4 .ab_l{
  width: calc(100% - 0rem);
}



.nyabout .abbox4 .pic{
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}



.organizationbox{
  margin: 0.5rem auto 0 auto;
  background: url(../nyimages/organizationxt.png) no-repeat top center;
  background-size: 71.5% 1.22rem;

}    



.organizationbox .item:nth-child(1) h5{
  width: 2.1rem;
  font-size: 0.3rem;

}

.organizationbox .item dt h5{
  width: 1.66rem;
  font-size: 0.24rem;

}


.organizationbox .item dl:nth-child(1){
  width: 30%;

}



.organizationbox .item dl:nth-child(2){
  width: 33.5%;
  margin: 0 3.25%;
}



.organizationbox .item dl:nth-child(3){
  width: 30%;
}




.organizationbox .item dl dd{

  font-size: 0.24rem;


}

.organizationbox .item:nth-child(3) dl:last-child dd {
  padding: 0.11rem 0.1rem;
}





.research_topic ul li .ktz_t{

  line-height: 0.52rem;


}



.research_topic ul li .ktz_t h5{

  font-size: 0.3rem;

}

.research_topic ul li .ktz_nr{
  padding: 0.1rem 0 0.3rem 0.3rem;

}



.research_topic ul li .ktz_nr dl dt{
  width: 44%;
  line-height: 0.75rem;
  margin-right: 6%;
  font-size: 0.28rem;

  

}

.research_topic ul li .ktz_nr dl dt a{
  font-size: 0.28rem;
}



.nyhistory ul li h5{
  font-size: 0.28rem;

}

.nyhistory ul li h5 i{
  font-size: 0.4rem;

}

.nyhistory ul li p{
  font-size: 0.28rem !important;

}

  


.nydepartmentbox h1{
  margin: 0.35rem auto 0.3rem auto;
  font-size: 0.32rem;
}

.nydepartmentbox .ab_title{
  line-height: 0.54rem;
  font-family: "AlibabaPuHuiTi-SemiBold";
  margin-bottom: 0.15rem;
}

.nydepartmentbox .ab_title i{

  font-size: 0.3rem;


}

.nydepartmentbox .ab_title  h5{
  font-size: 0.3rem;
}

.nydepartmentbox .txt p{
  font-size: 0.28rem;
  line-height: 0.45rem;


}

.nydepartmentbox .box2{
  margin: 0.55rem auto 0 auto;
}


.nydepartmentbox .box2 .txtbox .ab_l{
  width: 100%;

}


.nydepartmentbox .box2 .txtbox .ab_l .nr{
  margin-left: 0.2rem;
  padding-left: 0.3rem;
  padding-top: 0.28rem;
  position: relative;
  z-index: 5;

}

.nydepartmentbox .box2 .txtbox .ab_l .nr::after{
  height: 3.04rem;

}

.nydepartmentbox .box2 .txtbox .ab_l .nr p{
  font-size: 0.28rem;
  line-height: 0.45rem;
}

.nydepartmentbox .box2 .txtbox .txt{
  width: calc(100% - 0rem);
  margin-top: 0.2rem;
}



    
  .fenye {
    margin: 0.6rem auto 0 auto;
  }
      
  .pb_sys_common {
    font-size: .24rem;
    line-height: 0.34rem !important;
    min-width: 0.34rem !important;
  }
  
  .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
  
    height: 0.4rem;
    line-height: 0.4rem;
  
  }
  
  .pb_sys_common .p_goto a, .pb_sys_common .p_search a {
    height: 0.4rem;
    line-height: 0.4rem;
  }


}