.nyrCon video{
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  height: auto;
}


/*氓鈥犫�γヂ姑β犅访ヂ悸�*/
.nyrCon td,
.nyrCon th{padding: 5px 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 table {border-collapse: collapse;border: 1px solid #999 !important; width:100%}
.nyrCon table tr:not(:first-child) td{}
.nyrCon table td {border: 1px solid #999 !important;}

.nyrCon table th{ border: 1px solid #999 !important;}


.header {

  position: relative !important;
  background: linear-gradient(241deg, #CF5AC1 -21%, #1A1F8A 81%);
}

/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;

}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}


.nybanner::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bannerbg.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-size: 100%;
}

.nyLeft {
  width: 21%;
  padding-bottom: 1rem;
  position: relative;
  z-index: 3;
  background: #f4fafa;
  background-size: 100%;
  float: left;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.03);
  display: none;
}

.nyLeft  .fenlei_t{
  width: 100%;
  height: 0.9rem;
  background: linear-gradient(270deg, #B14BB0 -16%, #3C44EB 105%);
  position: relative;
}

.nyLeft  .fenlei_t h2{
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.34rem;
  color: #fff;
  font-weight: normal;
  
}

.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 6%;
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  color: #222222;
  
  -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: 5%;
  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: linear-gradient(270deg, #B14BB0 -16%, #3C44EB 105%);
  border-left: 0px solid #007779;
  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;
  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 ;
  
  -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>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: 100%;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.1rem 0rem 0 0.6rem;
  min-height:500px;
}

.nyRight .nyrtit {
  height: 0.75rem;
  border-bottom: 1px solid #6769FF;
  display: flex;
  justify-content: left;
  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: #6769FF;
  
}
.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;
  position: absolute;
  right: 0;
}

.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: #6769FF;
  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;
  white-space: initial;
}

.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(241deg, #CF5AC1 -21%, #1A1F8A 81%);
  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(241deg, #CF5AC1 -21%, #1A1F8A 81%);
  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 {
  line-height: 0.36rem;
  font-size: 0.16rem;
  color: #5e5e5e;
  margin-bottom: 0.5rem;
}

.nytxtcont  img {
  text-align: center;
  display: block;
  margin: 0rem auto;
  max-width: 100%;
}

.arc-sib {
margin: 0 auto 0rem auto;
}

.arc-sib div {
  padding: .1rem 0.25rem;
  background: #eaf3f3;
  font-size: 0.14rem;
  color: #949494;
  line-height: 0.3rem;
  margin-bottom: 1px;
}

.arc-sib div a{
  font-size: 0.14rem;
  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;
}





/*氓鈥郝久р�扳�∶ニ嗏�斆÷�*/


.nypiclist{
  margin-top: 0.3rem;
}
.nypiclist li{
  float: left;
  width: 22%;
  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(4n){
  margin-right: 0;
}

.nypiclist li a{
  display: block;
}

.nypiclist li .img{
  overflow: hidden;
  position: relative;
  padding-top: 105%;
  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: 1024px) {

  .noticeList li:hover h4 a{
    color: #6769FF;
  }

  .nypiclist li:hover .img img{
    transform: scale(1.1);
  }

  .nypiclist li:hover .txt h5{
    color: #6769FF;
  }


  .arc-sib div:hover a{
    color: #6769FF;
  }

  .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: #6769FF;
    
}

.nyLeft>ul>li .erji>li>h6 a:hover{
  color: #6769FF;
}


}




@media (max-width: 1024px) {

  .nyMain {
    padding: 0.5rem 0 0.8rem 0;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    padding-bottom: 0;
  }
  
  .nyLeft  .fenlei_t{
    width: 100%;
    height: 0.9rem;
    position: relative;
  }


  
  .nyLeft  .fenlei_t h2{
    text-align: left;
    line-height: 0.9rem;
    font-size: 0.34rem;
    color: #fff;
    font-weight: normal;
    margin-left: 0.3rem;
    
  }

  
  .nyLeft  .fenlei_t i.plus{
    position: absolute;
    top: 0.25rem;
    right: 0.3rem;
    content: "";
    background: url(../nyimages/fenleiico2.png) no-repeat center;
    background-size: 100%;
    width: 0.4rem;
    height: 0.4rem;
}
  
.nyLeft>ul{
  padding-bottom: 0.5rem;
}
  
  .nyLeft>ul>li{
    width: 90%;
  
  }
  
  .nyLeft>ul>li>h5{
    position: relative;
    z-index: 9;
    height: 1rem;
    line-height: 1rem;
  }
  
  .nyLeft>ul>li>h5 a{
    padding: 0 10% 0 5%;
    font-size: 0.28rem;
  }
  
  .nyLeft>ul>li>h5 em{
    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;

    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%;
    position: relative;


  }
  
  .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;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    line-height: 0.4rem;
    height: 1.2rem;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
  
  .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, #007779 10%, #007779 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 {
    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.3rem;
  }
  
  
  .nypiclist li:nth-child(4n){
    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: 1024px) {

	.tbsc{overflow-x: auto;}
	.tbsc table{width: 700px;}
  }


@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: 40%;
  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: 57%;
}

.teambox .teamlist .txt h5{
  height: 0.5rem;
  line-height: 0.4rem;
  border-bottom: 1px solid #BED6F4;
  font-size: 0.28rem;
  font-weight: bold;
  color: #6769FF;
  margin-bottom: 0.1rem;
}

.teambox .teamlist .txt p{
  font-size: 0.2rem;
  line-height: 0.4rem;
  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: #007779;
  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: #c7272b;
  border-radius: 50%;
}

.teambox .team_experience .team_t h5{
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #6769FF;
}

.teambox .team_experience .nr{

} 

.teambox .team_experience .nr p{
  font-size: 0.2rem !important;
  line-height: 0.36rem !important;
  color: #333333;
}

.teambox .team_experience.team6 .nr p{
  margin-bottom: 0.3rem;
}



@media (max-width: 1024px){

.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;
}


}




/*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: 22%;
  padding-top: 25.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: 72%;

} 

.Currentleader li .txt h5{
  height: 0.47rem;
  border-bottom: 1px solid #BED6F4;
  line-height: 0.35rem;
  font-size: 0.24rem;
  color: #6769FF;
}

.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.18rem;
  line-height: 0.4rem;
  color: #444444;
}


@media (max-width: 1024px){

  
  .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.55rem;
  line-height: 0.55rem;
  border-left: 4px solid #007779;
}

.Teacher_t h5{
  font-size: 0.24rem;
  color: #6769FF;
  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-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;
}


.TeacherListbox3{
  margin: 0.6rem auto 0.15rem auto;
}

.TeacherListbox3 .particulars_list{
  margin: 0.4rem auto 0 auto;
}

.TeacherListbox3 .particulars_list ul{
  text-align: center;
}

.TeacherListbox3 .particulars_list ul li{
  display: inline-block;
  margin: 0 0.1rem;
  line-height: 0.5rem;
  padding: 0px 0.2rem;
  border: 1px solid #007779;
  border-radius: 45px;
  font-size: 0.2rem;text-align:center;
  color: #6769FF;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #007779;
  color: #fff;  width: 17%;
}

.TeacherListbox31 .particulars_list ul li{width:19%;}



.TeacherListbox3 .particulars_list ul li a{ color:#ffffff;}
.TeacherListbox3 .particulars_list ul li.active{
  background: #007779;
  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-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{
  min-width: 11%;
}
.TeacherListbox31 ul li{
  width: 45%;

}
.TeacherListbox3 ul li a{
  display: block;
  font-size: 0.18rem;
  color: #222222;
  line-height: 0.5rem;
  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;
  text-align: justify;
  text-align-last: justify;
  letter-spacing: 3.5px;
}







.nyteacher{
  margin: 0.4rem auto 0 auto;
}

.nyteacher .teacher_t{
  position: relative;
  padding-bottom: 0.2rem;
}

.nyteacher .teacher_t h3{
  font-size: 0.36rem;
  text-transform: uppercase;



}

.nyteacher .teacher_t::before {
  display: block;
  content: "";
  width: 2px;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: -7px;
  background: #6769FF;
}


.nyteacher .teacher_t::after {
  display: block;
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  left: 30px;
  bottom: 0;
  background: #c8c8c8;

}



.nyteacher .teacher_t i{
  display: block;
}

.nyteacher ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}

.nyteacher ul li{
  width: 32.4%;
  background: #FFFFFF url(../nyimages/teamico2.png) top left no-repeat;
  background-size: 2.48rem 3.22rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0.3rem 0.35rem 0.3rem 0.3rem;
  margin-bottom: 0.7rem;
  margin-top: 0.6rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 0.1rem;
}

.nyteacher ul li a{
  display: block;
}


.nyteacher ul li .pic{
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: -1.2rem auto 0 auto;

}

.nyteacher ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  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: 100%;
  position: relative;
  text-align: center;
  margin: 0.2rem auto 0 auto;
}

.nyteacher ul li .txt .name{

}

.nyteacher ul li .txt h5{

  font-size: 0.2rem;
  color: #333;
  line-height: 0.35rem;
  max-height: 0.7rem;
  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;
  position: relative;

}

.nyteacher ul li .txt .nr{
  margin-top: 0rem;
  padding-top: 0.15rem;
}

.nyteacher ul li .txt .nr p{
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.34rem;
  max-height: 0.68rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: anywhere;
    word-break: normal;
    hyphens: none;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nyteacher ul li .txt .more {
  width: 1.25rem;
  height: 0.28rem;
  line-height: 0.28rem;
  border-radius: 50px 0px 0px 50px;
  background: #6769FF;
  position: absolute;
  bottom: 0;
  right: -0.35rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}

.nyteacher ul li .txt .more i{
  display: inline-block;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  background: url(../nyimages/more2.png) right center no-repeat;
  background-size: 0.23rem 0.07rem;
  padding-right: 0.32rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nypublications{
  margin: 0 auto;
}

.nypublications ul li{
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 0.4rem;

}

.nypublications ul li a{
  display: block;
}

.nypublications ul li .journal_t{
  line-height: 0.6rem;
  background: linear-gradient(270deg, #B14BB0 -16%, #3C44EB 105%);
  display: flex;
  justify-content: left;
  flex-wrap: wrap;

}

.nypublications ul li .journal_t i{
  display: block;
  width: 0.8rem;
  height: 0.6rem;
  background: url(../nyimages/time.png) no-repeat center;
  background-size: 0.4rem 0.4rem;


}

.nypublications ul li .journal_t h5{
  width: calc(100% - 0.8rem);
  font-size: 0.24rem;
  color: #fff;
  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;
}


.nypublications ul li .box{
  margin: 0;
  padding: 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nypublications ul li .box .journal_l{
  width: 55%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nypublications ul li .box .journal_l .pic{
  position: relative;
  width: 1.8rem;
  height: 2.4rem;
  overflow: hidden;


}


.nypublications ul li .box .journal_l .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.nypublications ul li .box .journal_l .txt{
  width: calc(100% - 2.2rem);
  margin-right: 0.2rem;
} 

.nypublications ul li .box .journal_l .txt h5{
  font-size: 0.2rem;
  color: #333;
  line-height: 0.32rem;
  max-height: 0.96rem;
  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.1rem 0 0.2rem 0;
}

.nypublications ul li .box .journal_l .txt p{
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  height: 0.6rem;
  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-bottom: 0.1rem;
}

.nypublications ul li .box .journal_l .txt .doi{
  font-size: 0.16rem;
  color: #999;
  line-height: 0.32rem;
  height: 0.64rem;
  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;
}

.nypublications ul li .box .journal_r{
  width: 44%;
  border-left: 1px solid #ddd;
  padding-left: 0.2rem;
  display: flex;
  align-items: center;

}


.nypublications ul li .box .journal_r .pic{
  width: 100%;
  height: 2.4rem;
  position: relative;
  overflow: hidden;

}

.nypublications ul li .box .journal_r .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.nycontact{
  margin: 0 auto;
}

.nycontact .contactimg{
  margin: 0 auto;
  width: 100%;
}

.nycontact .contactimg img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}



.nycontact .cont_map{
  margin: 0.5rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nycontact .cont_map .map{
  width: 60%;
  height: 3.6rem;
  position: relative;
}

.nycontact .cont_map .map img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nycontact .cont_map .map iframe{
  width: 100%;
  height: 100%;
}

.nycontact .cont_map .address-section{
  width: 35%;
}

.nycontact .cont_map .address-section h5{
  font-size: 0.36rem;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-weight: bold;
  margin: 0.3rem 0 0.5rem 0;
}

.nycontact .cont_map .address-section p{
  font-size: 0.18rem;

  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  line-height: 0.4rem;
}

.nycontact .cont_map .address-section p i{
  font-size: 0.18rem;

  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
}

@media (min-width: 1024px){


  .nyteacher ul li:hover{
    background: linear-gradient(270deg, #B14BB0 -16%, #3C44EB 105%);
  }

  .nyteacher ul li:hover .txt h5{
    color: #fff;

  }

  .nyteacher ul li:hover .txt p{
    color: #fff;
  }

  .TeacherListbox2 .particularsbox .details ul li:hover .txt a{
    color: #6769FF;
  }

  .TeacherListbox3 ul li:hover a{
    color: #6769FF;
  }





.nyteacher ul li:hover .txt .more {
  background: linear-gradient(270deg, #B14BB0 -16%, #3C44EB 105%);
}

.nyteacher ul li:hover .txt .more i{
  color: #FFFFFF;
  background: url(../nyimages/more2.png) right center no-repeat;
  background-size: 0.23rem 0.07rem;

}

}

@media (max-width: 1024px){
  
  .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{
    min-width: 33%;
  }
  
  .TeacherListbox3 ul li a{
    font-size: 0.28rem;
    line-height: 0.56rem;
    margin: 0 0.35rem;
    letter-spacing: 8px;
  }

  .TeacherListbox3 .particulars_list ul li{

    line-height: 0.68rem;
    padding: 0px 0.3rem;
    font-size: 0.3rem;
    width: auto;
  }






  
.nyteacher{
  margin: 0.5rem auto 0 auto;
}


.nyteacher ul li{
  width: 100%;
  padding: 0.3rem 0.3rem 0.3rem 0.3rem ;

}




.nyteacher ul li .txt{
  width: calc(100% - 2.3rem);
}

.nyteacher ul li .txt .name{


}



.nyteacher ul li .txt h5{
  max-height: 0.7rem;
  line-height: 0.35rem;
  font-size: 0.28rem;
}

.nyteacher ul li .txt .nr{
  margin-top: 0rem;

}

.nyteacher ul li .txt .nr p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  max-height: 0.8rem;
}

.nyteacher ul li .txt .more {
  width: 1.5rem;
  height: 0.38rem;
  line-height: 0.38rem;
  right: -0.3rem;
  display: none;
}

.nyteacher ul li .txt .more i{

  font-size: 0.24rem;
  background: url(../nyimages/more2.png) right center no-repeat;
  background-size: 0.23rem 0.07rem;
  padding-right: 0.35rem;

}




.nypublications ul li .journal_t{
  line-height: 0.7rem;

}

.nypublications ul li .journal_t i{

  height: 0.7rem;
  background: url(../nyimages/time.png) no-repeat center;
  background-size: 0.4rem 0.4rem;


}

.nypublications ul li .journal_t h5{
  font-size: 0.28rem;

}

.nypublications ul li .box{
  padding: 0.3rem 0.2rem;
}


.nypublications ul li .box .journal_l{
  width: 100%;
  margin-bottom: 0.2rem;

}

.nypublications ul li .box .journal_l .pic{
  position: relative;
  width: 2.1rem;
  height: 2.8rem;
  overflow: hidden;


}



.nypublications ul li .box .journal_l .txt{
  width: calc(100% - 2.3rem);
  margin-right: 0rem;
} 

.nypublications ul li .box .journal_l .txt h5{
  font-size: 0.3rem;
  line-height: 0.34rem;
  max-height: 1.02rem;
  margin: 0.1rem 0 0.25rem 0;
}

.nypublications ul li .box .journal_l .txt p{
  font-size: 0.24rem;
  line-height: 0.32rem;
  height: 0.64rem;
  margin-bottom: 0.15rem;
}

.nypublications ul li .box .journal_l .txt .doi{
  font-size: 0.24rem;
  line-height: 0.32rem;
  height: 0.64rem;

}

.nypublications ul li .box .journal_r{
  width: 100%;
  border-left: none;
  border-top: 1px solid #ddd;
  padding-left: 0rem;
  padding-top: 0.2rem;


}


.nypublications ul li .box .journal_r .pic{
  height: auto;


}

.nypublications ul li .box .journal_r .pic img{
  position: relative;
}






.nycontact .cont_map .map{
  width: 100%;
  height: 4.2rem;
  position: relative;
}


.nycontact .cont_map .address-section{
  width: 100%;
  margin: 0.3rem auto 0rem  auto;
}

.nycontact .cont_map .address-section h5{
  font-size: 0.38rem;
  margin: 0.3rem 0 0.3rem 0;
}

.nycontact .cont_map .address-section p{
  font-size: 0.28rem;

  line-height: 0.5rem;
}

.nycontact .cont_map .address-section p i{
  font-size: 0.28rem;
}



}