
/*banner*/

.banner{
  width: 100%;
  margin: 0 auto;
}

.banner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}






/*trait*/


.nytrait{
  width: 100%;
  margin: 0 auto;
  line-height: 0.7rem;
  border-bottom: 1px solid #e8e8e8;
}

.nytrait .pagecontainer{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
}

.nytrait .trait_l{
  width: 24.7%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}



.nytrait .trait_l em img{
  display: block;
  margin: 0.23rem 0.2rem 0 0;
  width: 0.26rem;
  height: 0.24rem;
}

.nytrait .trait_l a{
  display: block;
  float: left;
  font-size: 0.18rem;
  color: #333333;
}

.nytrait .trait_l i{
  display: block;
  float: left;
  background: url(../nyimages/ico1.png) no-repeat  center;
  background-size: 100%;
  width: 0.11rem;
  height: 0.19rem;
  margin: 0.25rem 0.2rem 0 0.2rem;
}

.nytrait .nyback{
  float: right;
  position: relative;
  z-index: 5;
  max-width: 75%;
} 

.nytrait .nyback::after{
  position: absolute;
  right: -2.1rem;
  top: 0;
  width: calc((100% + 2.1rem));
  height: 100%;
  content: "";
  z-index: -1;
  background: #cc2422;
}



.nytrait .nyback ul{

  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.nytrait .nyback ul li{
  width: 1.58rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}

.nytrait .nyback ul li a{
  display: inline-block;
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  position: relative;
}

.nytrait .nyback ul li a::after{
  position: absolute;
  left: -0rem;
  bottom: 0.22rem;
  width: 0%;
  height: 1px;
  content: "";
  background: #fff;
}

.nytrait .nyback ul li.on a{
  font-weight: bold;

}

.nytrait .nyback ul li.on a::after{
  width: 100%;
}




@media (max-width: 1024px){


  .nytrait .pagecontainer{
    width: 100%;
  }

  .nytrait .trait_l{
    width: 100%;
    padding-left: 4%;
  }


  
  .nytrait .trait_l a{
    font-size: 0.26rem;

  }

  .nytrait .trait_l i{
    font-size: 0.26rem;
  }



  .nytrait .nyback.nybacklist{
    width: 100%;
    max-width: 100%;
  } 

  .nytrait .nyback::after {

    right: -0rem;
    width: calc((100% + 0rem));
}
  
  .nytrait .nyback ul{

    overflow: hidden;
    justify-content: left;
  }
  
  .nytrait .nyback ul li {
    width: 24.7%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

  .nytrait .nyback ul li a{
    font-size: 0.28rem;
  }
  
  .nytrait .nyback ul li.on a::after{
    bottom: 0.15rem;
  }
}




/*main*/

.nypagebg{
  margin: 0 auto;
  width: 100%;
  background: url(../nyimages/nypagebg.jpg) no-repeat  center;
  background-size: cover;
  padding-bottom: 1.1rem;
  padding-top: 1rem;
}


.nypagebg .main{
  margin: 0 auto;
}


.nypagebg .main .baoming{
  margin: 0 auto;
}

.nypagebg .main .bm_t{
  margin: 0 auto;
  text-align: center;
}

.nypagebg .main .bm_t h3{
  font-size: 0.5rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.5rem;

}

.nypagebg .main .bm_t h3 span{
  font-size: 0.5rem;
  color: #cc2422;
  font-weight: bold;

}

.nypagebg .main .bm_t i{
  display: block;
  font-size: 0.18rem;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 0.12rem;
}

.nypagebg .main .baoming .bm_nr{
  margin: 0 auto;
} 

.nypagebg .main .baoming .bm_nr h5{
  font-size: 0.28rem;
  color: #cc2422;
  font-weight: bold;
  margin-top: 0.45rem;
}

.nypagebg .main .baoming .bm_nr p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  margin-top: 0.15rem;
}

.nypagebg .main .baoming .attachment-item{
  margin: 0.35rem auto 0 auto;
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0.1rem;
} 

.nypagebg .main .baoming .attachment-item .attachment-name{
  padding: 0 0.35rem;
  font-size: 0.16rem;
  color: #666666;
  width: 75%;
  height: 100%;
  display: inline-block;
}

.nypagebg .main .baoming .attachment-item .btn-download{
  float: right;
  width: 1.5rem;
  height: 0.7rem;
  background: #cc2422;
  border-radius: 0 0.1rem 0.1rem 0;
  cursor: pointer;
  border: none;

}

.nypagebg .main .baoming .attachment-item .btn-download img{
  width: 0.28rem;
  height: 0.24rem;

}



/*selection*/

.selectionbox{
  margin: 0.55rem auto 0 auto;

}

.selectionbox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.selectionbox ul li{
  width: 46.7%;
  height: 1.2rem;
  background: #fff;
  border-radius: 100px;
  margin-bottom: 0.37rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.selectionbox ul li .num{
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../nyimages/numico.png) no-repeat  center;
  background-size: 100% 100%;
  text-align: center;
  width: 1.3rem;
  line-height: 1.2rem;
}

.selectionbox ul li .txt{
  width: calc((100% - 1.7rem));
}

.selectionbox ul li .txt h5{
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  margin: 0.28rem 0 0.1rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.selectionbox ul li .txt p{
  font-size: 0.16rem;
  color: #666666;

}

.selection_nr{
  margin: 0.2rem auto 0 auto;

}

.selection_nr p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}


/*nynews*/

.nybg{

  background: url(../nyimages/nypagebg1.jpg) no-repeat  center;
  background-size: cover;
  padding-top: 1rem;
}

.nynews{
  margin: 0.57rem auto 0 auto;
}


.nynews ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nynews ul li{
  width: 30.6%;
  margin-right: 4%;
  margin-bottom: 0.52rem;
  background: #fff;
  border-radius: 0.2rem;


}

.nynews ul li:nth-child(3n){
  margin-right: 0;
}

.nynews ul li a{
  display: block;

}

.nynews ul li .pic{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 66%;
  border-radius: 0.2rem 0.2rem 0 0;

}

.nynews ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem 0.2rem 0 0;

  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li .txt{
  padding: 0.28rem 0.3rem 0.35rem 0.3rem;

}

.nynews ul li .txt h5{
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li .txt i{
  display: block;
  font-size: 0.16rem;
  color: #888888;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../nyimages/time.png) no-repeat left center;
  background-size: 0.22rem 0.22rem;
  padding-left: 0.3rem;
  margin: 0.18rem 0 0.23rem 0;
}

.nynews ul li .txt p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li .txt .more{
  display: block;
  background: url(../nyimages/newsmore.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.42rem;
  height: 0.42rem;
  margin-top: 0.28rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




/*nyreport*/

.nyreport{
  margin: 0 auto 0 auto;
}

.nyreport ul li{
  padding: 0.65rem 0 0.4rem 0;
  border-bottom: 1px solid #d0d0d0;

}

.nyreport ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyreport ul li .pic{
  position: relative;
  overflow: hidden;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.2rem ;
  box-shadow: 0px 0 8px 8px rgba(0, 0, 0, .03);
}

.nyreport ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem ;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyreport ul li .txt{
  width: calc((100% - 3.3rem));
}

.nyreport ul li .txt span{
  display: block;
  font-size: 0.22rem;
  color: #cc2422;
  font-weight: bold;
}

.nyreport ul li .txt h5{
  font-size: 0.24rem;
  color: #333;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -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-top: 0.15rem;
}

.nyreport ul li .txt i{
  display: block;
  font-size: 0.16rem;
  color: #888888;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../nyimages/time.png) no-repeat left center;
  background-size: 0.22rem 0.22rem;
  padding-left: 0.3rem;
  margin: 0.18rem 0 0.22rem 0;
}

.nyreport ul li .txt p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  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;
}

.nyreport ul li .txt .more{
  display: block;
  background: url(../nyimages/newsmore.png) no-repeat  center;
  background-size: 100% 100%;
  width: 0.42rem;
  height: 0.42rem;
  margin-top: 0.27rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/*guestsbox*/


.guestsbox{
  margin: 0.5rem auto 0 auto;
}

.guestsbox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.guestsbox ul li{
  margin-bottom: 0.15rem;
  width: 48%;
  line-height: 0.4rem;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0.1rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  padding: 0.1rem 0.35rem;
  box-sizing: border-box;
}

.guestsbox ul li h5{
  width: 1.2rem;
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.guestsbox ul li p{
  width: calc((100% - 1.2rem));
  font-size: 0.16rem;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.guestsbox ul li::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 0.1rem;
  background: #cc2422;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}






/*nyinstitutions*/

.nyinstitutions{
  margin: 0.5rem auto 0 auto;
}

.nyinstitutions ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyinstitutions ul li{
  margin-bottom: 0.45rem;
  width: 100%;

}

.nyinstitutions ul li h5{
  font-size: 0.22rem;
  color: #333333;
  font-weight: bold;
  padding-left: 0.25rem;
  position: relative;

}

.nyinstitutions ul li h5::after{
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 0.07rem;
  height: 0.26rem;
  background: #cd280f;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyinstitutions ul li dl{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.nyinstitutions ul li dl dd{
  margin-bottom: 0.25rem;
  margin-right: 2.4%;
  border: 1px solid #e5e5e5;
  border-radius: 0.1rem;
  width: 23%;
  line-height: 0.7rem;
  background: #fff;
  font-size: 0.18rem;
  color: #666666;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyinstitutions ul li dl dd:nth-child(4n){
  margin-right: 0;
}

.nyinstitutions ul li dl dd a{
  font-size: 0.18rem;
  color: #666666;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyinstitutions ul li:nth-child(1),
.nyinstitutions ul li:nth-child(4){
  width: 48.6%;

}


.nyinstitutions ul li:nth-child(1) dl dd,
.nyinstitutions ul li:nth-child(4) dl dd{
  width: 47.1%;
  margin-right: 5.25%;

}

.nyinstitutions ul li:nth-child(1) dl dd:nth-child(2),
.nyinstitutions ul li:nth-child(4) dl dd:nth-child(2){
  margin-right: 0;

}

.nyinstitutions ul li:nth-child(5){
  width: 48.6%;
  margin: 0 0 0 2.7%;

}

.nyinstitutions ul li:nth-child(5) dl dd{
  width: 100%;
  margin: 0;

}


.nyinstitutions ul li:nth-child(2){
  width: 23%;
  margin: 0 2.7%;

}


.nyinstitutions ul li:nth-child(3){
  width: 23%;
  margin-right: 0;

}

.nyinstitutions ul li:nth-child(2) dl dd,
.nyinstitutions ul li:nth-child(3) dl dd{
  width: 100%;
  margin: 0;
}





/*nyhonor*/

.nyhonor{
  margin: 0.5rem  auto 0 auto;
}

.nyhonor ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyhonor ul li{
  width: 29.5%;
  margin: 0 5.7% 0rem 0;
  background: url(../nyimages/honorlist.png) no-repeat bottom center;
  background-size: 3.91rem 1.58rem;
  padding-bottom: 1.58rem;
  position: relative;
}

.nyhonor ul li:nth-child(3n){
  margin-right: 0;
}

.nyhonor li a {
  display: block;
  text-align: center;
  text-decoration: none;

}


.nyhonor .pic {
  width: 100%;
  height: auto;
  padding-top: 96%; 
  position: relative;
}


.nyhonor .pic img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  max-width: 96%;  
  max-height: 96%; 
  object-fit: contain; 
  display: block;
}





/*nyevent_site*/

.nyevent_site{
  margin: 0.55rem auto 0 auto;
}

.timelist{
  margin: 0 auto;
} 

.timelist ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.timelist ul li{
  margin: 0 0.25rem;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 45px;
  width: 2rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.timelist ul li.active{
  color: #fff;
  background: #cc2422;
  border: 1px solid #cc2422;
}


.nyevent_sitebox{
  margin: 0.8rem auto 0 auto;
} 

.nyevent_sitebox .fcshow{

}

.nyevent_sitebox .fcshow a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyevent_sitebox .fcshow .txt{
  width: calc((100% - 8.5rem));
  margin-top: 0.45rem;
}

.nyevent_sitebox .fcshow .txt h5{
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.36rem;
  margin-bottom: 0.4rem;

}

.nyevent_sitebox .fcshow .txt p{
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.36rem;
}

.nyevent_sitebox .fcshow .pic{
  width: 7.53rem;
  height: 4.8rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.2rem;

} 

.nyevent_sitebox .fcshow .pic img{
  display: block;
  width: 100%;
  height: 100%;

}

.nyevent_sitebox .fcpic{
  margin: 0.75rem auto 0 auto;

}

.nyevent_sitebox .fcpic ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyevent_sitebox .fcpic ul li{
  width: 23%;
  margin: 0 2.6% 0.25rem 0;

}

.nyevent_sitebox .fcpic ul li:nth-child(4n){
  margin-right: 0;

}

.nyevent_sitebox .fcpic ul li a{
  display: block;
}

.nyevent_sitebox .fcpic ul li .pic {
  position: relative;
  width: 100%;
  padding-top: 64%;
  overflow: hidden;
  border-radius: 0.2rem;
}

.nyevent_sitebox .fcpic ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fcnr {
  display: none;
  animation: fadeIn 0.4s ease;
}

.fcnr.active {
  display: block;
}



/*nyproductbox*/

.nyproductbox{
  margin: 0.6rem auto 0 auto;
}

.nyproductbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyproductbox ul li{
  width: 30%;
  margin: 0 4.65% 0.6rem 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.2rem;
}

.nyproductbox ul li:nth-child(3n){
  margin-right: 0;

}

.nyproductbox ul li a{
  display: block;

}

.nyproductbox ul li .pic{
  position: relative;
  width: 100%;
  padding-top: 73.5%;
  overflow: hidden;
  border-radius: 0.2rem 0.2rem 0 0;
}

.nyproductbox ul li .pic img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;  
  max-height: 90%; 
  object-fit: contain; 
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyproductbox ul li .txt{
  margin: 0 auto;
  text-align: center;
  height: 1.3rem;
  border-radius: 0 0 0.2rem 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 0.3rem;
  box-sizing: border-box;
}

.nyproductbox ul li .txt h5{
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -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: 0rem auto 0.03rem auto;
}

.nyproductbox ul li .txt p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





/*nyInnovationbox*/

.nyInnovationbox{
  margin: 0.55rem auto 0 auto;
}


.nyInnovationbox ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyInnovationbox ul li{
  background: #fff;
  border-radius: 0.25rem;
  width: 22%;
  margin: 0 4% 0.45rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyInnovationbox ul li:nth-child(4n){
  margin-right: 0;
}

.nyInnovationbox ul li a{
  display: block;
  text-align: center;
  padding: 0.4rem 0.4rem 0.5rem 0.4rem;
}

.nyInnovationbox ul li span{
  display: block;
  width: 0.88rem;
  height: 0.88rem;
  background: url(../nyimages/icolist1.png) no-repeat  center;
  background-size: 100% 100%;
  margin: 0 auto 0.3rem auto;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyInnovationbox ul li .ico1{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyInnovationbox ul li .ico2{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyInnovationbox ul li h5{
  text-align: center;
  font-size: 0.2rem;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}





/*nyteam*/

.nyteam{
  margin: 0.75rem auto 0 auto;
}


.nyteam ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyteam ul li{
  width: 48%;
  height: 3.9rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.2rem;
  margin-bottom: 0.75rem;

}

.nyteam ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.nyteam ul li .pic{
  position: relative;
  overflow: hidden;
  width: 3.3rem;
  height: 3.9rem;
  border-radius: 0.2rem 0 0 0.2rem;

}

.nyteam ul li .pic img{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteam ul li .txt{
  width: calc((100% - 4.3rem));
  margin-top: 0.65rem;
  padding-right: 0.65rem;
 
}

.nyteam ul li .txt h5{
  font-size: 0.28rem;
  color: #282828;
  font-weight: bold;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteam ul li .txt em{
  display: block;
  width: 0.27rem;
  height: 0.05rem;
  background: #cd280f;
  margin: 0.25rem 0 0.4rem 0;
  
}

.nyteam ul li .txt p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




.nyjudges{
  margin: 0.15rem auto 0 auto;
}

.nyjudges .judges_t{

}

.nyjudges .judges_t h3{
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
  line-height: 0.42rem;
}

.nyjudges .judges_t i{
  display: block;
  font-size: 0.18rem;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}

.nyjudges .nyjudgesbox{
  margin: 0.35rem auto 0 auto;

} 

.nyjudges .nyjudgesbox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyjudges .nyjudgesbox ul li{
  margin-bottom: 0.2rem;
  width: 48%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.nyjudges .nyjudgesbox ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 0.4rem;
  padding: 0.15rem 0.35rem;
}

.nyjudges .nyjudgesbox ul li h5{
  width: 1.35rem;
  font-size: 0.22rem;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyjudges .nyjudgesbox ul li p{
  width: calc((100% - 1.75rem));
  font-size: 0.18rem;
  color: #666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-right: 0.4rem;
  background: url(../nyimages/more1.png) no-repeat right 0.12rem;
  background-size: 0.2rem 0.16rem;
}



/*nyyzfc*/

.backico a{
  display: block;
  line-height: 0.7rem;
  font-size: 0.18rem;
  color: #333333;
  background: url(../nyimages/back.png) no-repeat right center;
  background-size: 0.28rem 0.26rem;
  padding-right: 0.45rem;
}

.yzfcbox{
  margin: 0 auto;
  overflow: hidden;
}


.yzfcbox ul li{
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 0.85rem;
  overflow: hidden;



}

.yzfcbox ul li .txt{
  float: left;
  width: 45.4%;
}

.yzfcbox ul li .txt h5{
  font-size: 0.24rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.46rem;
  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.7rem 0 0.3rem 0;
}

.yzfcbox ul li .txt p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.4rem;
  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;
}

.yzfcbox ul li .pic{
  float: right;
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem;
  width: 7.1rem;
  max-width: 48%;
  height: 4.2rem;

} 

.yzfcbox ul li .pic a{
  display: block;
}

.yzfcbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.15rem;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.yzfcbox ul li .pic .videoBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../nyimages/videoico.png) center no-repeat;
  background-size: 0.56rem 0.56rem;
  left: 0;
  top: 0;
  z-index: 99;
  border-radius: 0;

}


.yzfcbox ul li .pic .videoico {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  border-radius: 0.15rem;
  background: rgba(0, 0, 0, 0.4);
}


.yzfcbox ul li:nth-child(2n) .txt{
  float: right;

}


.yzfcbox ul li:nth-child(2n) .pic{
  float: left;

}



#videoAlert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#videoAlert .cont {
  position: relative;
  height: 100%;

}

#videoAlert .video_box {
  position: absolute;
  margin-top: 10%;
  width: 70%;
  height: 60%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

#videoAlert .video_box video {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  left: 10%;
}

#videoAlert .video_box .close img {
  width: 0.3rem;
  position: relative;
  top: -2rem;
  right: 0%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 0px;
  height: 0.3rem;
  position: relative;
  z-index: 10000;
  cursor: pointer;
  right: 0;

}



/*Schedulebox*/

.Event_Schedulebox{
  margin: 0.9rem auto 0 auto;
}


.Event_Schedulebox .Schedulebox{
  margin: 0 auto;
  position: relative;
}

.Event_Schedulebox .Schedulebox::after{
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #a0a0a0;
}

.Event_Schedulebox .Schedulebox ul li{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 1.3rem;
  position: relative;

}


.Event_Schedulebox .Schedulebox ul li::after{
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 0.33rem;
  height: 0.29rem;
  content: "";
  background: #f2f7fd url(../nyimages/ico2.png) no-repeat  center;
  background-size: 100% 100%;
}



.Event_Schedulebox .Schedulebox ul li .txt{
  float: left;
  width: 40%;
}

.Event_Schedulebox .Schedulebox ul li .txt span{
  display: block;
  font-size: 0.8rem;
  color: #cd280f;
  font-family: "BarlowCondensed";
  line-height: 0.8rem;
  margin: 0.1rem 0 0.15rem 0;
}

.Event_Schedulebox .Schedulebox ul li .txt h5{
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;

}

.Event_Schedulebox .Schedulebox ul li .txt .nr{
  margin-top: 1rem;

}

.Event_Schedulebox .Schedulebox ul li .txt .nr h6{
  font-size: 0.22rem;
  color: #cd280f;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.Event_Schedulebox .Schedulebox ul li .txt .nr p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
}

.Event_Schedulebox .Schedulebox ul li .pic{
  float: right;
  width: 6rem;

}

.Event_Schedulebox .Schedulebox ul li .pic img{
  display: block;
  width: 100%;
  height: auto;
  max-height: 3.2rem;
  border-radius: 0.15rem;
  margin-bottom: 0.05rem;
}


.Event_Schedulebox .Schedulebox ul li:nth-child(2n) .txt{
  float: right;

}

.Event_Schedulebox .Schedulebox ul li:nth-child(2n) .pic{
  float: left;

}


/*nyabout*/

.abbg{
  background: #fff;
}

.nyabout{
  margin: 0 auto;
}


.nyabout .abbox1{

}

.nyabout .abbox1 .txt{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyabout .abbox1 .txt .bm_t{
  width: 20.7%;
  text-align: left;

}

.nyabout .abbox1 .txt .txt_r{
  width: 74.2%;

}

.nyabout .abbox1 .txt .txt_r .nr{

}

.nyabout .abbox1 .txt .txt_r .nr h6{
  padding-left: 0.7rem;
  background: url(../images/abico.png) no-repeat left center;
  background-size: 0.42rem 0.42rem;
  line-height: 0.42rem;
  font-size: 0.24rem;
  color: #333333;
  letter-spacing: 12px;
  margin-bottom: 0.2rem;

}

.nyabout .abbox1 .txt .txt_r .nr p{
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
}

.nyabout .abbox1 .txt .txt_r .ab_num{
  margin: 0.8rem auto 0 auto;
  
}

.nyabout .abbox1 .txt .txt_r .ab_num ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyabout .abbox1 .txt .txt_r .ab_num ul li{
  width: 23%;
  margin-right: 2.5%;

}

.nyabout .abbox1 .txt .txt_r .ab_num ul li:last-child{
  margin-right: 0;
}

.nyabout .abbox1 .txt .txt_r .ab_num ul li h5{
  line-height: 0.44rem;
  position: relative;

}

.nyabout .abbox1 .txt .txt_r .ab_num ul li h5 span{
  font-size: 0.6rem;
  color: #cd280f;
  font-family: "Barlow";
}

.nyabout .abbox1 .txt .txt_r .ab_num ul li h5 i{
  font-size: 0.26rem;
  color: #cd280f;
}

.nyabout .abbox1 .txt .txt_r .ab_num ul li h5 em img{
  width: 0.32rem;
  height: 0.32rem;
  position: relative;
  top: -0.12rem;
  margin-left: 0.4rem;
  
}

.nyabout .abbox1 .txt .txt_r .ab_num ul li p{
  font-size: 0.22rem;
  color: #333;

}



.nyabout .abbox1 .abimg{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

.nyabout .abbox1 .abimg .img_l{
  width: 20.7%;
}

.nyabout .abbox1 .abimg .img_l ul li{
  margin-bottom: 0.15rem;

}

.nyabout .abbox1 .abimg .img_l ul li img{
  display: block;
  width: 1.8rem;
  height: 1.8rem;

}

.nyabout .abbox1 .abimg .img_r{
  width: 79%;

}

.nyabout .abbox1 .abimg .img_r img{
  display: block;
  width: 100%;
  height: 5.5rem;
  border-radius: 0.2rem;
  object-fit: cover;

}

.nyabout .abbox2{
  margin: 1rem auto 0 auto;

}

.nyabout .abbox2 .ab_t{
  font-size: 0.22rem;
  color: #888888;
}

.nyabout .abbox2 .ab_t h3{
  font-size: 0.5rem;
  color: #333333;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.12rem;

}

.nyabout .abbox2 .ab_nr{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.3rem auto 0 auto;
} 

.nyabout .abbox2 .ab_nr .txt{
  width: 37.4%;
  background: url(../nyimages/abtxt.jpg) no-repeat  center;
  background-size: 100% 100%;
  border-radius: 0.2rem;
  padding: 0 0.48rem 0rem 0.48rem;
  box-sizing: border-box;
}

.nyabout .abbox2 .ab_nr .txt h5{
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
  margin: 0.7rem 0 0.1rem 0;

}

.nyabout .abbox2 .ab_nr .txt h6{
  font-size: 0.22rem;
  color: #cd280f;
  font-weight: normal;

}

.nyabout .abbox2 .ab_nr .txt em{
  display: block;
  width: 0.39rem;
  height: 0.04rem;
  background: #cd280f;
  margin: 0.2rem 0 0.3rem 0;
}

.nyabout .abbox2 .ab_nr .txt p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
}

.nyabout .abbox2 .ab_nr .abimg{
  width: 59%;
  height: 5.03rem;


}

.nyabout .abbox2 .ab_nr .abimg img{
  display: block;
  width: 100%;
  height: 100%;
}


.nyabout .abbox3{
  margin: 1.1rem auto 0 auto;

}

.nyabout .abbox3 .txt{

}

.nyabout .abbox3 .txt h5{
  font-size: 0.5rem;
  color: #333333;
  font-weight: bold;
}

.nyabout .abbox3 .txt h5 i{
  color: #cd280f;
  font-size: 0.5rem;
  font-weight: bold;
}

.nyabout .abbox3 .txt span{
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.2rem;
  color: #999999;
  margin-bottom: 0.25rem;
}

.nyabout .abbox3 .txt p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}

.nyabout .abbox3 .abimg{
  margin: 0 auto;

}

.nyabout .abbox3 .abimg ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyabout .abbox3 .abimg ul li{
  width: 49.3%;
  margin-bottom: 0.6rem;
  position: relative;
  z-index: 5;

}

.nyabout .abbox3 .abimg ul li .pic{
  position: relative;
  z-index: 5;
  width: 100%;
  height: 4.4rem;
  border-radius: 0.2rem;
}

.nyabout .abbox3 .abimg ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  object-fit: cover;

}


.nyabout .abbox3 .abimg ul li .videoBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../nyimages/videoico.png) center no-repeat;
  background-size: 0.56rem 0.56rem;
  left: 0;
  top: 0;
  z-index: 99;
  border-radius: 0;

}


.nyabout .abbox3 .abimg ul li .videoico {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.nyabout .abbox3 .abimg ul li .pic::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 0.2rem;
  opacity: 0.2;
  content: "";
  pointer-events: none;
}

.nyabout .abbox3 .abimg ul li p{
  margin: 0.25rem auto 0 auto;
  text-align: center;
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyabout .abbox3 .abimg ul li:nth-child(1){
  width: 73%;

}

.nyabout .abbox3 .abimg ul li:nth-child(2){
  width: 24.9%;
  margin-top: 0.86rem;

}

.nyabout .abbox3 .abimg ul li:nth-child(1) .pic{

  height: 5.94rem;
  border-radius: 0rem;
}

.nyabout .abbox3 .abimg ul li:nth-child(2) .pic{
  background: url(../nyimages/aboutlist.png) no-repeat  center;
  background-size: 100% 100%;
  height: 5.07rem;
  border-radius: 0rem;
}


.nyabout .abbox3 .abimg ul li:nth-child(1) .pic img{
  border-radius: 0rem;

}


.nyabout .abbox3 .abimg ul li:nth-child(2) .pic img{
  border-radius: 0rem;
  left: 0.16rem;
  top: 0.16rem;
  width: calc((100% - 0.32rem));
  height: calc((100% - 0.32rem));
}



.page {
  text-align: center;
  margin: 0.55rem auto 0 auto;
  overflow: hidden;
}

.page .black{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page span {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 0.18rem;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0.08rem;
}

.page span.disabled{
  background: #fff url(../nyimages/prev.png) no-repeat  center;
  background-size: 100% 100%;
    color: rgba(0, 0, 0, 0);
} 

.page span.disabled:last-child{
  background: #fff url(../nyimages/next.png) no-repeat  center;
  background-size: 100% 100%;
    color: rgba(0, 0, 0, 0);
} 

.page span.current, .page span.current {
  background: #cc2422;
  color: #fff;
}


.page a{
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 0.18rem;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0.08rem;
}

.page span.current, .page a.current {
  background: #cc2422;
  color: #fff;
}


.page a:first-child{
  background: #fff url(../nyimages/prev.png) no-repeat  center;
  background-size: 100% 100%;
    color: rgba(0, 0, 0, 0);
} 

.page a:last-child{
  background: #fff url(../nyimages/next.png) no-repeat  center;
  background-size: 100% 100%;
    color: rgba(0, 0, 0, 0);
} 


@media (min-width: 1024px){

  .nyabout .abbox3 .abimg ul li:hover p{
    color: #cd280f;
  }

  .nyteam ul li:hover .txt h5{
    color: #cd280f;
  
  }
  
  .nyjudges .nyjudgesbox ul li:hover{
    background: #cd280f;
  }
  
  .nyjudges .nyjudgesbox ul li:hover h5{
    color: #fff;
  }
  
  .nyjudges .nyjudgesbox ul li:hover p{
    color: #fff;
    background: url(../nyimages/more2.png) no-repeat right 0.12rem;
    background-size: 0.2rem 0.16rem;
  }
  
.nyInnovationbox ul li:hover{
  background: #cc2422;

}

.nyInnovationbox ul li:hover span{
  background: url(../nyimages/icolist2.png) no-repeat  center;
  background-size: 100% 100%;
}

.nyInnovationbox ul li:hover .ico1{
  transform: translateY(-100%);
}

.nyInnovationbox ul li:hover .ico2{
  transform: translateY(-100%);
}


.nyInnovationbox ul li:hover h5{
  color: #fff;
}

  .nyproductbox ul li:hover .txt{
    background: #cc2422;
  }
  
  .nyproductbox ul li:hover .txt h5{
    color: #fff;
  }
  
  .nyproductbox ul li:hover .txt p{
    color: #fff;
  }


  .nyevent_sitebox .fcpic ul li:hover .pic img{
    transform: scale(1.1);
  }

  .nyinstitutions ul li dl dd:hover{

    background: #cc2422;
    color: #fff;
  }
  

  
  .nyinstitutions ul li dl dd:hover a{
    color: #fff;

  }

  .guestsbox ul li:hover::after{
    opacity: 1;
  }
  
  .guestsbox ul li:hover h5{
    color: #fff;
  }
  
  .guestsbox ul li:hover p{
    color: #fff;
  }

  .selectionbox ul li:hover .txt h5{
    color: #cc1917;
  }

  .nynews ul li:hover .pic img{
    transform: scale(1.1);
  }

  .nynews ul li:hover .txt h5{
    color: #cc1917;
  }

  .nynews ul li:hover .txt .more{
    background: url(../nyimages/newsmore1.png) no-repeat  center;
    background-size: 100% 100%;
  }

  .nyreport ul li:hover .txt h5{
    color: #cc2422;
  }
  
  .nyreport ul li:hover .txt .more{
    background: url(../nyimages/newsmore1.png) no-repeat  center;
    background-size: 100% 100%;

  }



}


@media (max-width: 1024px){
  .nypagebg{
    padding-bottom: 0.8rem;
    padding-top: 0.55rem;
  }
  


  
  .nypagebg .main .bm_t h3{
    font-size: 0.4rem;
  
  }

  .nypagebg .main .bm_t h3 span{
    font-size: 0.4rem;
  
  }
  
  .nypagebg .main .bm_t i{
    font-size: 0.28rem;
    margin-top: 0.12rem;
  }
  
  
  .nypagebg .main .baoming .bm_nr h5{
    font-size: 0.3rem;
    margin-top: 0.4rem;
  }
  
  .nypagebg .main .baoming .bm_nr p{
    font-size: 0.28rem;
    line-height: 0.45rem;
  }
  
  .nypagebg .main .baoming .attachment-item{

    height: auto;
    line-height: 0.8rem;

  } 
  
  .nypagebg .main .baoming .attachment-item .attachment-name{
    font-size: 0.28rem;
    padding: 0 0.25rem;

  }
  
  .nypagebg .main .baoming .attachment-item .btn-download{
    width: 1.2rem;
    height: 0.8rem;
  
  }

  .nypagebg .main .baoming .attachment-item .btn-download img{
    width: 0.32rem;
    height: 0.28rem;
  
  }



  .selectionbox{
    margin: 0.4rem auto 0 auto;
  
  }
  
  
  .selectionbox ul li{
    width: 100%;
    height: 1.5rem;
    margin-bottom: 0.3rem;

  }
  
  .selectionbox ul li .num{
    font-size: 0.4rem;
    width: 1.5rem;
    line-height: 1.5rem;
  }
  
  .selectionbox ul li .txt{
    width: calc((100% - 2rem));
    padding-right: 0.2rem;
  }
  
  .selectionbox ul li .txt h5{
    font-size: 0.3rem;
    margin: 0.1rem 0 0.05rem 0;

  }
  
  .selectionbox ul li .txt p{
    font-size: 0.28rem;
  
  }
  
  .selection_nr{
    margin: 0.2rem auto 0 auto;
  
  }
  
  .selection_nr p{
    font-size: 0.28rem;
    line-height: 0.45rem;
    margin-bottom: 0.3rem;
  }


  .nybg{
    padding-top: 0.55rem;
  }
  
  .nynewscon{
    margin: 0 auto;
  }
  
  
  
  .nynews ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.4rem;
  
  
  }
  
  .nynews ul li:nth-child(3n){
    margin-right: 4%;
  }

  .nynews ul li:nth-child(2n){
    margin-right: 0;
  }
  

  .nynews ul li .txt{
    padding: 0.25rem 0.25rem 0.35rem 0.25rem;
  
  }
  
  .nynews ul li .txt h5{
    font-size: 0.3rem;
    line-height: 0.5rem;

  }
  
  .nynews ul li .txt i{
    font-size: 0.28rem;
    background: url(../nyimages/time.png) no-repeat left center;
    background-size: 0.22rem 0.22rem;
    padding-left: 0.3rem;

  }
  
  .nynews ul li .txt p{
    font-size: 0.28rem;
    line-height: 0.42rem;

  }
  


  
  .nyreport ul li{
    padding: 0.5rem 0 0.4rem 0;
  
  }
  
  
  .nyreport ul li .pic{
    width: 2.7rem;
    height: 2.7rem;

  }

  
  .nyreport ul li .txt{
    width: calc((100% - 3.1rem));
  }
  
  .nyreport ul li .txt span{

    font-size: 0.26rem;

  }
  
  .nyreport ul li .txt h5{
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
  }
  
  .nyreport ul li .txt i{
    font-size: 0.26rem;
    padding-left: 0.33rem;
    margin: 0.1rem 0 0.1rem 0;
  }
  
  .nyreport ul li .txt p{
    font-size: 0.28rem;
    line-height: 0.45rem;

  }
  
  .nyreport ul li .txt .more{

    margin-top: 0.15rem;

  }
  
  
  
  .guestsbox{
  margin: 0.5rem auto 0 auto;
}



.guestsbox ul li{
  margin-bottom: 0.2rem;
  width: 100%;
  line-height: 0.45rem;

  padding: 0.2rem 0.3rem;

}

.guestsbox ul li h5{
  width: 1.45rem;
  font-size: 0.3rem;

}

.guestsbox ul li p{
  width: calc((100% - 1.45rem));
  font-size: 0.28rem;

}




.nyinstitutions ul li{
  margin-bottom: 0.3rem;
  width: 100%;

}

.nyinstitutions ul li h5{
  font-size: 0.32rem;


}

.nyinstitutions ul li h5::after{
  top: 50%;

}


.nyinstitutions ul li dl{
  justify-content: space-between;
}

.nyinstitutions ul li dl dd{
  margin: 0% 0 0.25rem 0;
  width: 48%;
  font-size: 0.28rem;
  padding: 0.2rem 0.1rem;
  line-height: 0.4rem;
  box-sizing: border-box;
}

.nyinstitutions ul li dl dd:nth-child(4n){
  margin-right: 0;
}

.nyinstitutions ul li dl dd a{
  font-size: 0.28rem;
}


.nyinstitutions ul li:nth-child(1),
.nyinstitutions ul li:nth-child(4){
  width: 100%;

}


.nyinstitutions ul li:nth-child(1) dl dd,
.nyinstitutions ul li:nth-child(4) dl dd{
  width: 48%;
  margin: 0% 0 0.25rem 0;

}


.nyinstitutions ul li:nth-child(5){
  width: 100%;
  margin: 0 0% 0.3rem 0;

}

.nyinstitutions ul li:nth-child(5) dl dd{
  width: 100%;
  margin: 0% 0 0.25rem 0;

}


.nyinstitutions ul li:nth-child(2){
  width: 100%;
  margin: 0 0% 0.3rem 0;

}


.nyinstitutions ul li:nth-child(3){
  width: 100%;
  margin-right: 0;

}

.nyinstitutions ul li:nth-child(2) dl dd,
.nyinstitutions ul li:nth-child(3) dl dd{
  width: 48%;
  margin: 0% 0 0.25rem 0;
}
  


.nyhonor ul li{
  width: 48%;
  margin: 0 4% 0rem 0;
  background: url(../nyimages/honorlist.png) no-repeat bottom center;
  background-size: 100% 1.58rem;
  padding-bottom: 1.58rem;
}

.nyhonor ul li:nth-child(3n){
  margin: 0 4% 0rem 0;
}

.nyhonor ul li:nth-child(2n){
  margin-right: 0;
}


.nyevent_site{
  margin: 0.5rem auto 0 auto;
}


.timelist ul li{
  width: 2.3rem;
  line-height: 0.7rem;
  font-size: 0.28rem;

}



.nyevent_sitebox{
  margin: 0.5rem auto 0 auto;
} 


.nyevent_sitebox .fcshow .txt{
  width: calc((100% - 0rem));
  margin-top: 0rem;
}

.nyevent_sitebox .fcshow .txt h5{
  font-size: 0.28rem;
  line-height: 0.46rem;

}

.nyevent_sitebox .fcshow .txt p{
  font-size: 0.28rem;
  line-height: 0.46rem;
}

.nyevent_sitebox .fcshow .pic{
  width: 100%;
  height: auto;
  max-height: 4.8rem;
  margin: 0.3rem auto 0 auto;

} 



.nyevent_sitebox .fcpic{
  margin: 0.5rem auto 0 auto;

}



.nyevent_sitebox .fcpic ul li{
  width: 48%;
  margin: 0 4% 0.25rem 0;

}

.nyevent_sitebox .fcpic ul li:nth-child(4n){
  margin: 0 4% 0.25rem 0;

}

.nyevent_sitebox .fcpic ul li:nth-child(2n){
  margin-right: 0;

}

.nyproductbox{
  margin: 0.5rem auto 0 auto;
}



.nyproductbox ul li{
  width: 47%;
  margin: 0 4.8% 0.4rem 0;
}

.nyproductbox ul li:nth-child(3n){
  margin: 0 4.8% 0.4rem 0;

}

.nyproductbox ul li:nth-child(2n){
  margin-right: 0;

}

.nyproductbox ul li .txt{
  height: auto;
  padding: 0.3rem;

}

.nyproductbox ul li .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
}

.nyproductbox ul li .txt p{
  font-size: 0.28rem;
  line-height: 0.45rem;
}



.nyInnovationbox{
  margin: 0.5rem auto 0 auto;
}


.nyInnovationbox ul li{

  width: 48%;
  margin: 0 4% 0.4rem 0;

}

.nyInnovationbox ul li:nth-child(4n){
  margin: 0 4% 0.45rem 0;
}

.nyInnovationbox ul li:nth-child(2n){
  margin-right: 0;
}

.nyInnovationbox ul li a{

  padding: 0.4rem 0.3rem 0.4rem 0.3rem;
}



.nyInnovationbox ul li h5{
  font-size: 0.28rem;


}


.nyteam{
  margin: 0.5rem auto 0 auto;
}



.nyteam ul li{
  width: 100%;
  height: 3.9rem;
  margin-bottom: 0.3rem;

}



.nyteam ul li .txt{
  width: calc((100% - 4.15rem));
  margin-top: 0.45rem;
  padding-right: 0.5rem;
 
}

.nyteam ul li .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;

}


.nyteam ul li .txt p{
  font-size: 0.28rem;
  line-height: 0.45rem;

}




.nyjudges{
  margin: 0.25rem auto 0 auto;
}

.nyjudges .judges_t{
  text-align: center;
  margin: 0 auto;

}



.nyjudges .judges_t i{
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-top: 0.1rem;
}



.nyjudges .nyjudgesbox ul li{
  margin-bottom: 0.2rem;
  width: 100%;


}

.nyjudges .nyjudgesbox ul li a{

  line-height: 0.5rem;
  padding: 0.2rem 0.3rem;
}

.nyjudges .nyjudgesbox ul li h5{
  width: 100%;
  font-size: 0.3rem;

}

.nyjudges .nyjudgesbox ul li p{
  width: 100%;
  font-size: 0.28rem;
  padding-right: 0.5rem;
  background: url(../nyimages/more1.png) no-repeat right 0.12rem;
  background-size: 0.24rem 0.19rem;
}


.backico {
    float: right;
    position: absolute;
    right: 3%;
}

.backico a{
  font-size: 0.28rem;

}



.yzfcbox ul li{
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 0.4rem;


}

.yzfcbox ul li .txt{
  width: 100%;
}

.yzfcbox ul li .txt h5{
  font-size: 0.3rem;
  margin: 0rem 0 0.3rem 0;
}

.yzfcbox ul li .txt p{
  font-size: 0.28rem;
  line-height: 0.45rem;

}

.yzfcbox ul li .pic{
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 56%;
  margin: 0.3rem auto 0 auto;

} 


.Event_Schedulebox{
  margin: 0.5rem auto 0 auto;
}


.Event_Schedulebox .Schedulebox ul li{

  margin-bottom: 1.3rem;


}


.Event_Schedulebox .Schedulebox ul li::after{

  width: 0.44rem;
  height: 0.39rem;

}



.Event_Schedulebox .Schedulebox ul li .txt{
  width: 47%;
}

.Event_Schedulebox .Schedulebox ul li .txt span{
  font-size: 0.5rem;
  line-height: 0.6rem;
  margin: 0.1rem 0 0.05rem 0;
}

.Event_Schedulebox .Schedulebox ul li .txt h5{
  font-size: 0.3rem;

}

.Event_Schedulebox .Schedulebox ul li .txt .nr{
  margin-top: 0.2rem;

}

.Event_Schedulebox .Schedulebox ul li .txt .nr h6{
  font-size: 0.28rem;
}

.Event_Schedulebox .Schedulebox ul li .txt .nr p{
  font-size: 0.26rem;
  line-height: 0.36rem;
}

.Event_Schedulebox .Schedulebox ul li .pic{
  width: 47%;

}

.Event_Schedulebox .Schedulebox ul li .pic img{
  margin-bottom: 0.1rem;
  max-height: 2rem;
  object-fit: cover;
}




.nyabout .abbox1 .txt .bm_t{
  width: 100%;
  text-align: center;

}

.nyabout .abbox1 .txt .txt_r{
  width: 100%;
  margin-top: 0.3rem;

}


.nyabout .abbox1 .txt .txt_r .nr h6{
  line-height: 0.42rem;
  font-size: 0.28rem;
  letter-spacing: 0px;


}

.nyabout .abbox1 .txt .txt_r .nr p{
  font-size: 0.28rem;
  line-height: 0.5rem;
}

.nyabout .abbox1 .txt .txt_r .ab_num{
  margin: 0.5rem auto 0 auto;
  
}

.nyabout .abbox1 .txt .txt_r .ab_num ul {

  justify-content: space-between;

}


.nyabout .abbox1 .txt .txt_r .ab_num ul li{
  width: 42%;
  margin-bottom: 0.2rem;
  margin-right: 0;

}





.nyabout .abbox1 .txt .txt_r .ab_num ul li h5 span{
  font-size: 0.5rem;

}

.nyabout .abbox1 .txt .txt_r .ab_num ul li h5 i{
  font-size: 0.36rem;

}

.nyabout .abbox1 .txt .txt_r .ab_num ul li h5 em img{
  top: -0rem;
  margin-left: 0.2rem;
  
}

.nyabout .abbox1 .txt .txt_r .ab_num ul li p{
  font-size: 0.28rem;

}



.nyabout .abbox1 .abimg{

  margin-top: 0.3rem;
}

.nyabout .abbox1 .abimg .img_l{
  width: 100%;
}

.nyabout .abbox1 .abimg .img_l ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nyabout .abbox1 .abimg .img_l ul li{
  margin: 0 0.15rem;

}

.nyabout .abbox1 .abimg .img_l ul li img {
  width: 1.5rem;
  height: 1.5rem;
}


.nyabout .abbox1 .abimg .img_r{
  width: 100%;
  margin-top: 0.3rem;
}

.nyabout .abbox1 .abimg .img_r img{
  display: block;
  width: 100%;
  height: auto;
  max-height: 5.5rem;
  object-fit: cover;


}

.nyabout .abbox2{
  margin: 0.5rem auto 0 auto;

}

.nyabout .abbox2 .ab_t{
  font-size: 0.28rem;
}

.nyabout .abbox2 .ab_t h3{
  font-size: 0.4rem;


}

.nyabout .abbox2 .ab_nr{

  margin: 0.3rem auto 0 auto;
} 

.nyabout .abbox2 .ab_nr .txt{
  width: 100%;
  padding: 0 0.4rem 0.4rem 0.4rem;

}

.nyabout .abbox2 .ab_nr .txt h5{
  font-size: 0.32rem;
  margin: 0.5rem 0 0.1rem 0;

}

.nyabout .abbox2 .ab_nr .txt h6{
  font-size: 0.28rem;


}



.nyabout .abbox2 .ab_nr .txt p{
  font-size: 0.28rem;
  line-height: 0.45rem;
}

.nyabout .abbox2 .ab_nr .abimg{
  width: 100%;
  height: auto;
  margin-top: 0.4rem;


}



.nyabout .abbox3{
  margin: 0.7rem auto 0 auto;

}



.nyabout .abbox3 .txt h5{
  font-size: 0.36rem;

}

.nyabout .abbox3 .txt h5 i{
  font-size: 0.36rem;
}

.nyabout .abbox3 .txt span{

  font-size: 0.28rem;

}

.nyabout .abbox3 .txt p{
  font-size: 0.28rem;
  line-height: 0.45rem;
}

.nyabout .abbox3 .abimg{
  margin: 0 auto;

}



.nyabout .abbox3 .abimg ul li{
  width: 48%;
  margin-bottom: 0.5rem;

}

.nyabout .abbox3 .abimg ul li .pic{
  height: auto;
  padding-top: 56%;
 

}


.nyabout .abbox3 .abimg ul li p{
  margin: 0.25rem auto 0 auto;
  font-size: 0.26rem;

}

.nyabout .abbox3 .abimg ul li:nth-child(1){
   width: 64%;

}

.nyabout .abbox3 .abimg ul li:nth-child(2){
  width: 32%;
  margin-top: 0;

}

.nyabout .abbox3 .abimg ul li:nth-child(1) .pic{

  height: auto;

}

.nyabout .abbox3 .abimg ul li:nth-child(1) .pic img{
  object-fit: contain;

}

.nyabout .abbox3 .abimg ul li:nth-child(2) .pic{
  background: url(../nyimages/aboutlist.png) no-repeat  center;
  background-size: 100% 100%;
  height: auto;
  padding-top: 113%;
}

.nyabout .abbox3 .abimg ul li:nth-child(2) .pic img{
  object-fit: contain;

}



  
  .page span {

    font-size: 0.26rem;

  }
  



}