.clear {
  clear: both;
}

.clear:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.nyrCon video{
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  height: auto;
}


/*内容样式*/
.nyrCon td,
.nyrCon th{padding: 10px 10px;border: 1px solid #eff3f6;vertical-align:middle;color: #303030;line-height: 1.25;}
.nyrCon td p,
.nyrCon th p{padding-bottom:0;}
.nyrCon table {border-collapse: collapse;border: 1px solid #dadbdd; width:100%}
.nyrCon table tr:not(:first-child) td{}
.nyrCon table td {border: 1px solid #dadbdd;}

.nyrCon table th{ border: 1px solid #dadbdd;}


@media screen and (max-width: 1024px) {
  
  .tbsc{overflow-x: auto;}
  .tbsc table{width: 700px;}
}

.headder_box:before{
  display: none;
}

/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}


.nybanner::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url(../nyimages/nybannerbg.png) no-repeat top center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}





.nybanner .yjlm{
  position: absolute;
  left: 0%;
  bottom: 1.7rem;
  width: 100%;
  z-index: 9;
}

.nybanner .yjlm::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0.25rem;
  width: 1.1rem;
  height: 1px;
  background: rgba(255, 255, 255, 1);
  z-index: -1;

}



.nybanner .yjlm  h2{
  font-size: 0.48rem;
  font-weight: normal;
  font-family: "SourceHanSansCN";
  line-height: 0.5rem;
  color: rgba(255, 255, 255, 1);
}

.nybanner .yjlm .trait{
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
  margin-top: 0.25rem;
}

.nybanner .yjlm .trait a{
  padding: 0 0.05rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
}


/*column*/

.nycolumnbg{
  position: relative;
  margin: 0 auto;
  z-index: 11;
}
.nycolumn{
  width: 100%;
  margin: 0 auto;
  height: 0.7rem;
  position: absolute;
  left: 0;
  top: -0.59rem;
  z-index: 10;
}

.nycolumn::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1;
  box-shadow: 0px 4px 20px rgba(0, 84, 167, 0.2);
}


.nycolumn .page_container{
  position: relative;
}

.nycolumn .item{
  position: absolute;
  left: 0;
  top: 0;
  min-width: 81%;
  height: 100%;

}

.nycolumn .item::after{
  position: absolute;
  right: -0.72rem;
  top: 0;
  width: 0.72rem;
  height: 0.7rem;
  content: "";
  background: url(../nyimages/traitico.png) no-repeat center;
  background-size: 100% 100%;
}


.nycolumn ul{
  align-items: center;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  width: 100%;
  height: 0.7rem;
  overflow: hidden;
  box-shadow: 21px 4px 20px  rgba(0, 84, 167, 0.2);
}

.nycolumn ul li{
  padding: 0 0.23rem;
  line-height: 0.7rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.nycolumn ul li a{
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nycolumn ul li.on{
  background: rgba(0, 84, 167, 1);
}


.nycolumn ul li.on a{
  color: rgba(255, 255, 255, 1);
  
}





/*分类*/

.nyMain .ejlm {
  display: none;
  margin: 0.4rem 0;
}

.nyMain .ejlm .fenlei_t{
  position: relative;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  background: rgba(0, 84, 167, 1);
  padding: 0 0.2rem;
}

.nyMain .ejlm .fenlei_t h2 {
  color: #fff;
  font-weight: normal;
  font-size: 0.28rem ;

}

.nyMain .ejlm .fenlei_t .plus{
  position: absolute;
  right: 0.2rem;
  top: 0.25rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../nyimages/fenleiico.png) no-repeat  center ;
  background-size: 100%;
}

.nyMain .ejlm ul {
  display: none;
  background: #fff;
  padding: 0.3rem;
}

.nyMain .ejlm ul li {
  width: 100%;
  line-height: 0.65rem;
}

.nyMain .ejlm li h5{
  position: relative;
}

.nyMain .ejlm li h5 a {
  font-size: 0.26rem;
  color: #333;
  padding-bottom: 0.2rem;
  transition: 0.5s;
  display: block;
  padding: 0 0.28rem;
  display: block;
  width: 90%;
}

.nyMain .ejlm .subNavs>li>h5 em{
  position: absolute;
  right: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;


}

.nyMain .ejlm .subNavs>li.active>h5 em{
  display: block;
}


.nyMain .ejlm .subNavs>li>h5 em::after{
  position: absolute;
  right: .15rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  width: .14rem;
  height: .2rem;
  background: url(../nyimages/fenleiico1.png) no-repeat center;
  background-size: 100% 100%;
}

.nyMain .ejlm .subNavs li.on h5 a  {
  color: rgba(0, 84, 167, 1);
}


.ejlm  .subNavs ol{

  display: none;
}

.ejlm  .subNavs ol>li{
  line-height: 0.3rem;


}

.ejlm  .subNavs ol>li>h6{
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 0.1rem 0;
}

.ejlm  .subNavs ol>li>h6 a{
  display: block;
  padding: 0rem 0rem 0rem .35rem;
  font-size: 0.26rem;
  color: #333;
  width: 85%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ejlm  .subNavs>li.on > h6 a {
  color: #fff;
  font-weight: bold;
  position: relative;
}


.ejlm  .subNavs ol>li>h6 em{
  position: absolute;
  right: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;

}


.ejlm  .subNavs ol>li>h6 em::after{

  content: "";
  position: absolute;
  right: .15rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: .07rem;
  height: .14rem;
  background: url(../nyimages/fenleiico1.png) no-repeat center;
  background-size: 100% 100%;
}


.ejlm  .subNavs ol>li .sanji{
  margin: 0 auto;
  padding: 0.1rem .25rem 0.1rem .45rem;
  border-top: 1px dashed #eee;
  display: none;
}

.ejlm  .subNavs ol>li> .sanji a{
  display: block;
  width: 100%;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.36rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}





/*nyMain*/


.nyMain{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  min-height: 6rem;
  padding-top: 0.3rem;
  padding-bottom: 1.45rem;
  background: url(../nyimages/nyaboutbg.jpg) no-repeat top center;
  background-size: 100% 100%;
}







.nyMain .nyrCon{
  margin: 0 auto;
}





/*notice*/


.noticebg{
  width: 100%;
  margin: 0 auto;
  background: url(../nyimages/noticebg.jpg) no-repeat top center;
  background-size: 100% 100%;
}


.nynotice{
  margin: 0 auto;
  padding-top: 0.4rem;
}

.nynotice ul li{
  position: relative;
  z-index: 5;
  width: 100%;
  height: 2rem;
  border-bottom: 1px solid rgba(139, 131, 124, 0.2);
}

.nynotice ul li a{
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.nynotice ul li .time{
  width: 0.88rem;
  height: 0.9rem;
  border-radius: 5px;
  background: rgba(6, 151, 192, 1);
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li .time span{
  display: block;
  font-size: 0.48rem;
  line-height: 0.42rem;
  color: rgba(255, 255, 255, 1);
  padding: 0.12rem 0 0.07rem 0;
}

.nynotice ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
}


.nynotice ul li .txt{
  width: calc((100% - 1.2rem));
}

.nynotice ul li .txt h5{
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: rgba(1, 1, 1, 1);
  font-family: "PingFangSCbold";
  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;
}


.nynotice ul li .txt p{
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: rgba(140, 140, 140, 1);
  height: 0.48rem;
  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-top: 0.2rem;
}

.nynotice ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  content: "";
  z-index: -1;
  background: rgba(0, 84, 167, 1);

  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/*nynews*/

.nynewsbg{
  background: url(../nyimages/nypagebg.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.nynews{
  margin: 0 auto 0em auto;
  padding-top: 0.15rem;
  padding-bottom: 0.2rem;
}

.nynews ul li{
  position: relative;
  z-index: 5;
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(139, 131, 124, 0.2);
  padding: 0.58rem 0;

}

.nynews ul li a{
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.nynews ul li .pic{
  width: 4.02rem;
  height: 2.23rem;
  position: relative;
  overflow: hidden;
}

.nynews ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li .txt{
  width: calc((100% - 4.02rem));
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} 

.nynews ul li .txt .time{
  text-align: center;
  width: 1.5rem;

}

.nynews ul li .txt .time span{
  display: block;
  font-size: 0.48rem;
  line-height: 0.42rem;
  color: rgba(72, 58, 49, 1);
  font-weight: bold;
  margin: 0.12rem 0 0.2rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li .txt .time i{
  display: block;
  font-size: 0.14rem;
  color: rgba(156, 156, 156, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li .txt .nr{
  width: calc((100% - 1.65rem));
} 

.nynews ul li .txt .nr h5{
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: rgba(1, 1, 1, 1);
  font-family: "PingFangSCbold";
  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;
}

.nynews ul li .txt .nr p{
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: rgba(140, 140, 140, 1);
  height: 0.48rem;
  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-top: 0.2rem;
}

.nynews ul li .txt .nr .more{
  width: 1.33rem;
  height: 0.47rem;
  line-height: 0.47rem;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(222, 216, 210, 1);
  text-align: center;
  font-size: 0.16rem;
  color: rgba(170, 170, 170, 1);
  margin-top: 0.5rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nynews ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 2px;
  content: "";
  z-index: -1;
  background: rgba(0, 84, 167, 1);

  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}






/*详情*/

.nynewsxqbg{
  padding-bottom: 0.95rem;


}

.nynewsxqbg::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0rem;
  background: url(../nyimages/nypagebg1.png) no-repeat bottom center;
  background-size: 100%;
}

.nynewsxq{
  width: 100%;
  margin: 0.6rem auto 0 auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 30px  rgba(0, 0, 0, 0.05);
  padding: 0 2rem 0.45rem 2rem;
} 

.nynewsxq .arc-tit{
  margin: 0 auto;
  padding-top: 0.95rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(0, 84, 167, 1);
}

.nynewsxq .arc-tit h1{
  font-size: 0.42rem;
  font-weight: normal;
  font-family: "PingFangSCbold";
  line-height: 0.6rem;
  color: rgba(58, 58, 60, 1);
  text-align: center;
}

.nynewsxq .arc-tit .arc-info{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0.25rem auto 0 auto;
}

.nynewsxq .arc-tit .arc-info span{
  display: inline-block;
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: rgba(140, 140, 140, 1);
  margin: 0 0.05rem;
}

.nynewsxq .nytxtcont{
  margin: 0.65rem auto 0 auto; 
}

.nynewsxq .nytxtcont p{
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: rgba(58, 58, 60, 1);
  text-indent: 2em;
  margin-bottom: 0.52rem;
}

.nynewsxq .nytxtcont p .img{
  margin: 0.2rem auto;
  display: block;
}
.nynewsxq .nytxtcont p img{
width:700px;

}
.nynewsxq .originate{
  margin: 0.15rem auto 0 auto;
  border-top: 2px solid rgba(234, 234, 234, 1);
  padding: 0.3rem 0;
  text-align: center;
}

.nynewsxq .originate i{
  display: inline-block;
  margin: 0 0.02rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: rgba(58, 58, 60, 1);
}


.nynewsxq .arc-sib{
  margin: 0rem auto 0 auto;
  border-top: 2px solid rgba(234, 234, 234, 1);
  padding-top: 0.55rem;
}

.nynewsxq .arc-sib div{
  margin-bottom: 0.23rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  color: rgba(0, 84, 167, 1);
  font-family: "PingFangSCBold";
}

.nynewsxq .arc-sib a{
  font-size: 0.2rem;
  color: rgba(58, 58, 60, 1);
  font-family: "PingFangSCBold";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}








/*fenye*/

.fenye{
  margin: 0.6rem auto 0 auto;
}

.page {
  width: 100%;
  margin-top: 0rem;
}


.pb_sys_common {
  font-size:.16rem ;
  padding: 0px 0.05rem ;
  height: auto ;
  line-height: 0.3rem ;
  min-width: 0.3rem ;
}

.pb_sys_common a{
  text-decoration: none;
}

.pb_sys_common .p_pages{
  margin-left: -5px;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
  border: 1px solid #ccc;
  padding: 0px 0.1rem ;
  margin:0px 0px 0px 5px;

  height:0.3rem;

  line-height:0.3rem;
  box-sizing:border-box;
  display:inline-block;
  vertical-align:middle;
  background: #fff;
}

.pb_sys_common .p_t{
  line-height:12px;
  margin:0px;
  padding:0px;
  display:inline-block;
  vertical-align:middle;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
  color: #ccc;
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
  color: #222;
}

.pb_sys_common .p_dot {
  margin-left:4px;
  margin-right:-4px;
  color:#222;
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
  /*
  height:22px;
  border: 1px solid #aaa;
  outline-width:thin;
  outline-color:#258CFF;

  text-align:center;
  vertical-align:middle;    
  */
  font-size:12px;

  border: 1px solid #aaa;
  height:22px;
  line-height:20px;
  box-sizing:border-box;
  vertical-align:middle;

  outline-width:thin;
  outline-color:#9c0c14;
  
  margin:0px 2px;
  padding:0px 1px;
}


.pb_sys_common .p_goto input{
  width:22px;
  text-align:center;
}

.pb_sys_common .p_search input{
  width:100px;
  text-align:left;
}

.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
  border: 1px solid #9c0c14;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
  border: 1px solid #ccc;
  padding: 0px 0.08rem;
  color: rgba(58, 58, 60, 1);

  margin:0px;

  height:0.3rem;
  line-height:0.3rem;
  display:inline-block;
  box-sizing:border-box;
  vertical-align:middle;
  background: #fff;
}

.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
  /*
  border-width:1px 0px 1px 1px;
  border-style:solid;
  border-color:#ccc;
  padding: 5px 6px;
  color: #222;
  */
  border-right:1px solid #ccc;
  padding: 1px 5px;
  color: #888888;
}

.pb_sys_common .p_dosize_d{
  /*background-color:#f5f5f5;*/
  color: rgba(58, 58, 60, 1);
}

.pb_sys_common .p_dosize a:hover{
  /*background-color:#f5f5f5;*/
  color: rgba(58, 58, 60, 1);
}

.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
  /*border-right-width:1px*/
  border-right-width:0px;
}





@media (min-width:1024px) {

  .nycolumn ul li:hover a{
    color: rgba(0, 84, 167, 1);
  }

  .nycolumn ul li.on:hover a{
    color: #fff;
  }


  .nynewsxq .arc-sib a:hover{
    color: rgba(0, 84, 167, 1);
  }

  .nyleader ul li:hover::after{
    width: 100%;
    box-shadow: 0px 4px 30px  rgba(0, 0, 0, 0.1);
  }
  
  .nyleader ul li:hover h5{
    color: #fff;
  }
  
  .nyleader ul li:hover p{
    color: #fff;
  }


  
.nynotice ul li:hover::after{
  width: 100%;
}

.nynotice ul li:hover .time{
  background: rgba(0, 84, 167, 1);
}

.nynotice ul li:hover .txt h5{
  color: rgba(0, 84, 167, 1);
}

.nynews ul li:hover::after{
  width: 100%;
}

.nynews ul li:hover .pic img{
  transform: scale(1.1);
}

.nynews ul li:hover .txt .time span{
  color: rgba(0, 84, 167, 1);

}

.nynews ul li:hover .txt .time i{
  color: rgba(0, 84, 167, 1);
}

.nynews ul li:hover .txt .nr h5{
  color: rgba(0, 84, 167, 1);
}

.nynews ul li:hover .txt .nr .more{
  background: rgba(0, 84, 167, 1);
  color: #fff;
}









}



@media (max-width:1024px) {

  .fwbg{
    margin: 0rem auto 0 auto;
  }

  .nybanner .yjlm {
    display: none;
  }

  .nycolumn {
    display: none;
  }

  .nyMain .ejlm {
    display: block;
    margin: 0rem 0 0.4rem 0;
  }




.nyMain{

  min-height: 6rem;
  padding-top: 0.55rem;
  padding-bottom: 1rem;
}



.nyleader{
  margin: 0 auto;
  padding-top: 0.2rem;
}

.nyleader ul li{
  height: auto;
  padding-bottom: 0.3rem;
  margin-bottom: 0.55rem;

}

.nyleader ul li a{
  padding: 0.35rem 0.8rem 0 0.5rem;
}

.nyleader ul li h5{
  font-size: 0.3rem;
}

.nyleader ul li p{
  font-size: 0.26rem;
  line-height: 0.45rem;
  height: 1.35rem;
  margin-top: 0.2rem;
}





.nynotice{
  padding-top: 0rem;
}

.nynotice ul li{
  height: 2.2rem;

}



.nynotice ul li .time{
  width: 1.2rem;
  height: 1.2rem;
}

.nynotice ul li .time span{
  font-size: 0.48rem;
  padding: 0.18rem 0 0.06rem 0;
}

.nynotice ul li .time i{
  font-size: 0.24rem;

}


.nynotice ul li .txt{
  width: calc((100% - 1.5rem));
}

.nynotice ul li .txt h5{
  font-size: 0.28rem;
  line-height: 0.4rem;
}


.nynotice ul li .txt p{
  font-size: 0.25rem;
  line-height: 0.4rem;
  height: 0.8rem;
  margin-top: 0.2rem;
}



.nynews{
  padding-top: 0rem;
  padding-bottom: 0.4rem;
}

.nynews ul li{
  padding: 0.4rem 0;

}


.nynews ul li .pic{
  width: 100%;
  height: auto;
  padding-top: 56%;

}


.nynews ul li .txt{
  width: calc((100% - 0.01rem));
  margin: 0.3rem auto 0 auto;

} 

.nynews ul li .txt .time{
  text-align: center;
  width: 1.4rem;

}

.nynews ul li .txt .time span{

  font-size: 0.48rem;
  margin: 0.12rem 0 0.2rem 0;

}

.nynews ul li .txt .time i{

  font-size: 0.24rem;

}

.nynews ul li .txt .nr{
  width: calc((100% - 1.5rem));
} 

.nynews ul li .txt .nr h5{
  font-size: 0.28rem;
  line-height: 0.4rem;

}

.nynews ul li .txt .nr p{
  font-size: 0.24rem;
  line-height: 0.4rem;
  height: 0.8rem;
  margin-top: 0.2rem;
}

.nynews ul li .txt .nr .more{
  width: 1.63rem;
  height: 0.57rem;
  line-height: 0.57rem;
  font-size: 0.24rem;
  margin-top: 0.3rem;

}





.nynewsxq{
  margin: 0.55rem auto 0 auto;
  padding: 0 0.4rem 1rem 0.4rem;
} 

.nynewsxq .arc-tit{
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
}

.nynewsxq .arc-tit h1{
  font-size: 0.32rem;
  line-height: 0.5rem;

}

.nynewsxq .arc-tit .arc-info{

  margin: 0.3rem auto 0 auto;
}

.nynewsxq .arc-tit .arc-info span{
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin: 0 0.1rem;
}

.nynewsxq .nytxtcont{
  margin: 0.4rem auto 0 auto; 
}

.nynewsxq .nytxtcont p{
  font-size: 0.28rem;
  line-height: 0.5rem;
  margin-bottom: 0.3rem;
}

.nynewsxq .nytxtcont p span{
  font-size: 0.28rem;
  line-height: 0.5rem;
  margin-top: 0.3rem;
}

.nynewsxq .originate{
  margin: 0.5rem auto 0 auto;
  padding: 0.3rem 0;
}

.nynewsxq .originate i{
  font-size: 0.24rem;
  line-height: 0.4rem;

}

.nynewsxq .arc-sib{
  margin: 0rem auto 0 auto;
  padding-top: 0.5rem;
}

.nynewsxq .arc-sib div{
  margin-bottom: 0.23rem;
  line-height: 0.42rem;
  font-size: 0.24rem;
}

.nynewsxq .arc-sib a{
  font-size: 0.24rem;

}







.nyMain1 .ejlm{
  display: none;
}




.pb_sys_common {
  font-size: .24rem;
  line-height: 0.34rem !important;
  min-width: 0.34rem !important;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {

  height: 0.4rem;
  line-height: 0.4rem;

}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a {
  height: 0.4rem;
  line-height: 0.4rem;
}





}




/*nypiclist*/


.nypiclist{
  margin: 0.5rem auto 0 auto;

}


.nypiclist li{
  float: left;
  width: 31.7%;
  margin-right: 2%;
  margin-bottom: 0.3rem;
}


.nypiclist li:nth-child(3n){
  margin-right: 0;
}

.nypiclist li a{
  display: block;
}

.nypiclist li .img{
  overflow: hidden;
  position: relative;
  padding-top: 40%;
  width: 100%;
  margin: 0rem 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;
  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.18rem;
  color: #333333;
}



/*学校校训*/

.nymotto{
  margin: 0.75rem auto 0 auto;
}

.nymotto .motto_t{
  font-size: 0.42rem;
  color: rgba(0, 0, 0, 1);
  font-family: "PingFangSCbold";
  text-align: center;
}

.nymotto .xiaoxunimg{
  margin: 1.2rem auto 0 auto;

}

.nymotto .xiaoxunimg img{
  display: block;
  margin: 0 auto;
  max-width: 90%;
}

.nymotto .mottobox{
  margin: 1.2rem auto 0 auto;
} 


.nymotto .mottobox ul{

}

.nymotto .mottobox ul li{
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
} 

.nymotto .mottobox ul li .pic{
  position: relative;
  width: 2.8rem;
  height: 1.93rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 20px  rgba(0, 0, 0, 0.1);
  overflow: hidden;
}


.nymotto .mottobox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;


}

.nymotto .mottobox ul li .txt{
  width: calc((100% - 3.55rem));
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: rgba(51, 51, 51, 1);
}



/*学校校标*/

.biaoshibg{
  background: url(../nyimages/nyaboutbg.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.nybiaoshi{
  margin: 0.8rem auto 0 auto;
}

.nybiaoshi .biaoshi_t{
  background: url(../nyimages/biaoshi_xt.png) no-repeat right center;
  background-size: auto;
}

.nybiaoshi .biaoshi_t h3{
  color: rgba(0, 0, 0, 1);
  font-size: 0.36rem;
}


.nybiaoshi .biaoshibox1{
  margin-bottom: 1.2rem;
  
}

.nybiaoshi .biaoshibox1 .biaoshi_img{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.9rem auto 0 auto;
}

.nybiaoshi .biaoshibox1 .biaoshi_img .pic{
  width: 47%;
  margin: 0 1.5%;

}

.nybiaoshi .biaoshibox1 .biaoshi_img .pic img{
  display: block;
  margin: 0 auto;
}


.nybiaoshi .biaoshibox2{
  margin-bottom: 1.05rem;
  
}


.nybiaoshi .biaoshibox2 .biaoshi_img{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0.9rem auto 0 auto;
}

.nybiaoshi .biaoshibox2 .biaoshi_img .pic{
  width: 48%;
  margin: 0 1%;
  position: relative;

}

.nybiaoshi .biaoshibox2 .biaoshi_img .pic img{
  display: block;
  margin: 0 auto;

}



.nybiaoshi .biaoshibox3 .biaoshi_img{

  margin: 0.4rem auto 0 auto;
}

.nybiaoshi .biaoshibox3 .biaoshi_img .pic{
  position: relative;
  margin: 0 auto;

}

.nybiaoshi .biaoshibox3 .biaoshi_img .pic img{
  display: block;
  margin: 0 auto;

}

.nybiaoshi .download{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.3rem auto 0 auto;
}

.nybiaoshi .download a{
  display: block;
  height: 0.51rem;
  border-radius: 100px;
  background: rgba(0, 84, 167, 1);
  padding: 0 0.45rem;
  margin: 0 0.13rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nybiaoshi .download a i{
  display: inline-block;
  background: url(../nyimages/downico.png) no-repeat left center;
  background-size: 0.15rem 0.17rem;
  padding-left: 0.25rem;
  font-size: 0.18rem;
  line-height: 0.5rem;
  color: rgba(255, 255, 255, 1);
}




/*机构设置*/

.nyinstitution{
  margin: 0.3rem auto 0 auto;
}


.nyinstitution dl{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.nyinstitution dl dt{
  width: 100%;
  font-size: 0.32rem;
  font-family: "PingFangSCbold";
  line-height: 0.56rem;
  color: rgba(0, 84, 167, 1);
  margin-bottom: 0.4rem;
}

.nyinstitution dl dt img{
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.2rem;

}

.nyinstitution dl dd{
  width: 47%;
  line-height: 0.75rem;
  border-bottom: 1px solid rgba(221, 221, 221, 1);
  position: relative;
  z-index: 5;

}

.nyinstitution dl dd a{
  display: block;
  font-size: 0.22rem;
  color: rgba(51, 51, 51, 1);
  padding-left: 0.4rem;
  background: url(../nyimages/ico1.png) no-repeat left center;
  background-size: 0.09rem 0.15rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.nyinstitution dl dd::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  content: "";
  z-index: -1;
  background: rgba(0, 84, 167, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/*现任领导*/

.nyteambg{
  background: url(../nyimages/nyteambg.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 0.8rem;
}

.nyteam{
  margin: 0.3rem auto 0 auto;
}

.nyteam ul li{
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.3rem;

}

.nyteam ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nyteam ul li .pic{
  position: relative;
  width: 2.21rem;
  height: 2.7rem;
  overflow: hidden;
}

.nyteam ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.nyteam ul li .txt{
  margin-right: 0.25rem;
  width: calc((100% - 3rem));
}

.nyteam ul li .txt h5{
  font-size: 0.28rem;
  color: rgba(51, 51, 51, 1);
  font-family: "PingFangSCbold";
  -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.44rem;
  height: 2px;
  background: rgba(0, 84, 167, 1);
  margin: 0.04rem 0 0.17rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteam ul li .txt .position{
  display: block;
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.1rem;
}

.nyteam ul li .txt p{
  position: relative;
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 0.8);
  line-height: 0.36rem;
  padding-left: 0.15rem;
}

.nyteam ul li .txt p::after{
  position: absolute;
  left: 0;
  top: 0.1rem;
  content: "";
  width: 1px;
  height: 0.15rem;
  background: rgba(0, 84, 167, 1);
}




/*校园风光*/

.nyfcbg{
  background: url(../nyimages/nyfcbg.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 0.85rem;
}

.nyfc{
  margin: 0.85rem auto 0 auto;
}

.nyfc .nyfc_t{
  margin: 0 auto;
  text-align: center;
  font-size: 0.42rem;
  color: rgba(0, 0, 0, 1);
  font-family: "PingFangSCbold";
}

.nyfc .fc_show{
  margin: 0.55rem 0 0 -0.7rem;
  background: url(../nyimages/fcbg.png) no-repeat bottom center;
  background-size: 100% ;
  position: relative;
  padding-bottom: 0.65rem;
  padding-left: 0.7rem;
}

.nyfc .fc_show::after{
  position: absolute;
  content: "";
  right: 0.55rem;
  top: 2.05rem;
  background: url(../nyimages/fcico.png) no-repeat center;
  background-size: 100% ;
  width: 1.41rem;
  height: 3.72rem;
}



.nyfc .nylmxy{
  width: 13.6rem;
  position: relative;
}

.nyfc .nylmxy .gallery-top{
  margin: 0rem auto 0 auto;
}


.nyfc .nylmxy .gallery-top .swiper-slide{
  position: relative;
}

.nyfc .nylmxy .gallery-top .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 7.58rem;
  overflow: hidden;
}


.nyfc .nylmxy .gallery-top .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyfc .nylmxy .gallery-thumbs{
  margin: -0.9rem 0 0 0.45rem;
  width: 100%;
}

.nyfc .nylmxy .gallery-thumbs .swiper-slide{
  width: 2.31rem;
  margin-right: 0.3rem;
}

.nyfc .nylmxy .gallery-thumbs .swiper-slide .pic{
  width: 2.31rem;
  height: 1.62rem;
  border: 10px solid rgba(214, 161, 88, 0);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyfc .nylmxy .gallery-thumbs .swiper-slide .pic img{
  display: block;
  width: 100%;
  height: 100%;
  
}

.nyfc .nylmxy .gallery-thumbs .swiper-slide-thumb-active .pic{
  border: 10px solid rgba(214, 161, 88, 1);
}


.nyfc .nylmxy .swiper-campus-next{
  position: absolute;
  right: -1.9rem;
  bottom: -0.15rem;
  cursor: pointer;
  background: url(../nyimages/nyright.png) no-repeat  center;
  background-size: 100% ;
  width: 0.47rem;
  height: 0.47rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyfc .nylmxy .swiper-campus-prev{
  position: absolute;
  right: -1.3rem;
  bottom: -0.15rem;
  cursor: pointer;
  background: url(../nyimages/nyleft.png) no-repeat  center;
  background-size: 100% ;
  width: 0.47rem;
  height: 0.47rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyfc .nyfcbox{
  margin: 0.25rem auto 0 auto;
  position: relative;
}

.nyfc .nyfcbox {
  position: relative;

}

.nyfc .nyfcbox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyfc .nyfcbox ul li{
  position: relative;
  margin-bottom: 0.18rem;

}

.nyfc .nyfcbox ul li .pic{
  position: relative;
  width: 100%;
  overflow: hidden;

}

.nyfc .nyfcbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyfc .nyfcbox ul li .txt{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.4) url(../nyimages/more.png) no-repeat  center;
  background-size: 0.46rem 0.46rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyfc .nyfcbox ul li:nth-child(1){
  width: 60%;

}

.nyfc .nyfcbox ul li:nth-child(1) .pic{
  height: 4.29rem;

}


.nyfc .nyfcbox ul li:nth-child(2){
  width: 38.7%;

}

.nyfc .nyfcbox ul li:nth-child(2) .pic{
  height: 4.29rem;
}


.nyfc .nyfcbox ul li:nth-child(3){
  width: 44.1%;

}


.nyfc .nyfcbox ul li:nth-child(3) .pic{
  height: 9.53rem;
}


.nyfc .nyfcbox ul li:nth-child(4){
  width: 54.8%;
  height: 4.68rem;
}


.nyfc .nyfcbox ul li:nth-child(4) .pic{
  height: 4.68rem;
}


.nyfc .nyfcbox ul li:nth-child(5){
  width: 54.8%;
  height: 4.68rem;
  position: absolute;
  right: 0;
  bottom: 0;
}


.nyfc .nyfcbox ul li:nth-child(5) .pic{
  height: 4.68rem;
}





/*校区简介*/

.nyabout{
  margin: 0.75rem auto 0 auto;
}

.nyabout .ab_t{
  margin: 0 auto;
  text-align: center;
  font-size: 0.42rem;
  color: rgba(0, 0, 0, 1);
  font-family: "PingFangSCbold";
}

.nyabout .aboutbox1{
  margin: 0.45rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}


.nyabout .aboutbox1 .ablogo{
  width: 0.62rem;
  height: 3.03rem;
  margin-left: 0.65rem;
  margin-top: 0.4rem;


}

.nyabout .txt{
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: rgba(51, 51, 51, 1);
  text-indent: 2em;
}


.nyabout .txt p{
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: rgba(51, 51, 51, 1);

}


.nyabout .aboutbox1 .txt{
  width: calc((100% - 7.35rem));
  margin-top: 0.55rem;
}

.nyabout .aboutbox1 .abimg{
  width: 4.52rem;
  height: 4.87rem;
  

}

.nyabout .abimg img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}


.nyabout .aboutbox2{
  margin: -0.87rem -1.6rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../nyimages/aboutbg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 0.85rem;
  padding-bottom: 0.45rem;
  padding-right: 1.6rem;
}

.nyabout .aboutbox2 .txt{
  margin-left: 0.8rem;
  width: calc((100% - 9.2rem));
  color: #fff;
  line-height: 0.36rem;
}
.nyabout .aboutbox2 .txt p{
  color: #fff;

}
.nyabout .aboutbox2 .ablist{
  width: 7.8rem;
  margin-top: 0.2rem;

}

.nyabout .aboutbox2 .ablist ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyabout .aboutbox2 .ablist ul li{
  width: 1.67rem;
  height: 1.67rem;
  text-align: center;
  position: relative;
  margin: 0 0.45rem 0 0.45rem;
}

.nyabout .aboutbox2 .ablist ul li .pic{
  width: 1.67rem;
  height: 1.67rem;
  border: 0.8px dashed rgba(246, 178, 84, 1);
  border-radius: 50%;


}

.nyabout .aboutbox2 .ablist ul li .pic img{
  display: block;
  width: 100%;
  height: 100%;
}

.nyabout .aboutbox2 .ablist ul li .num{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}

.nyabout .aboutbox2 .ablist ul li .num i{
  display: block;
  font-size: 0.54rem;
  line-height: 0.64rem;
  color: rgba(255, 255, 255, 1);
  font-family: "AbhayaLibre";
  padding-top: 0.3rem;
}

.nyabout .aboutbox2 .ablist ul li .num span{
  display: block;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
}

.nyabout .aboutbox2 .ablist ul li:nth-child(2){
  margin-top: 0.3rem;

}

.nyabout .aboutbox2 .ablist ul li:nth-child(3){
  margin-top: 0.13rem;
}

.nyabout .aboutbox2 .ablist ul li:nth-child(4){
  margin: -0.15rem 0 0 1.55rem;

}

.nyabout .aboutbox2 .ablist ul li:nth-child(5){
  margin: 0rem  1.55rem 0 0 ;
}


.nyabout .aboutbox3{
  margin: 0.75rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.nyabout .aboutbox3 .ab_l{
  width: 49.7%;

}

.nyabout .aboutbox3 .ab_l .abimg{
  margin-top: 0.48rem;
}



.nyabout .aboutbox3 .ab_r{
  width: 46%;
  margin-top: 0.15rem;
}

.nyabout .aboutbox3 .ab_r .abimg{
  margin-bottom: 0.4rem;
}

.nyabout .aboutbox3 .ab_r p{
  margin-bottom: 0.32rem;
}

.nyabout .aboutbox4{
  margin-top: 0.4rem;

}

.nyabout .aboutbox4 p em{
  display: block;
  text-align: right;
}



/*新闻带列表*/

.nyNews_Display{
  margin: 0.1rem auto 0 auto;
}

.nyNews_Display .news_l{
  width: 70%;
  float: left;

}


.nyNews_Display .news_l ul li{
  position: relative;
  z-index: 5;
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(139, 131, 124, 0.2);
  padding: 0.58rem 0;

}

.nyNews_Display .news_l ul li a{
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.nyNews_Display .news_l ul li .pic{
  width: 4.02rem;
  height: 2.23rem;
  position: relative;

}

.nyNews_Display .news_l ul li .img{
  width: 4.02rem;
  height: 2.23rem;
  position: relative;
  overflow: hidden;
}

.nyNews_Display .news_l ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nyNews_Display .news_l ul li .pic .time{
  text-align: center;
  padding: 0.07rem 0.12rem 0.1rem 0.12rem;
  position: absolute;
  right: -0.2rem;
  bottom: 0.2rem;
  background: rgba(0, 84, 167, 0.9);
}

.nyNews_Display .news_l ul li .pic .time span{
  display: block;
  font-size: 0.38rem;
  line-height: 0.42rem;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  margin: 0rem 0 0rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyNews_Display .news_l ul li .pic .time i{
  display: block;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nyNews_Display .news_l ul li .txt{
  width: calc((100% - 4.6rem));
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} 



.nyNews_Display .news_l ul li .txt h5{
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: rgba(1, 1, 1, 1);
  font-family: "PingFangSCbold";
  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;
}

.nyNews_Display .news_l ul li .txt p{
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: rgba(140, 140, 140, 1);
  height: 0.72rem;
  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-top: 0.2rem;
}

.nyNews_Display .news_l ul li .txt .more{
  width: 1.33rem;
  height: 0.47rem;
  line-height: 0.47rem;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(222, 216, 210, 1);
  text-align: center;
  font-size: 0.16rem;
  color: rgba(170, 170, 170, 1);
  margin-top: 0.5rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyNews_Display .news_l ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 2px;
  content: "";
  z-index: -1;
  background: rgba(0, 84, 167, 1);

  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}











.nyNews_Display .news_list{
  margin-top: 0.55rem;
  float: right;
  width: 27.5%;
  padding: 0.3rem 0.2rem 0  0.3rem;
  background: rgba(255, 255, 255, 0.9);

  border-top: 3px solid rgba(0, 84, 167, 1);

  box-shadow: 0px 4px 40px  rgba(0, 0, 0, 0.06);
  overflow: hidden;
}



.nyNews_Display .news_list .news_t{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nyNews_Display .news_list .news_t h3{
  font-size: 0.34rem;
  color: rgba(51, 51, 51, 1);
}

.nyNews_Display .news_list .news_t .more{
  font-size: 0.18rem;
  color: rgba(0, 84, 167, 1);
  background: url(../nyimages/more1.png) no-repeat right center;
  background-size: 0.18rem 0.14rem;
  padding-right: 0.3rem;
}

.nyNews_Display .news_list ul{
  margin-top: 0.4rem;
  position: relative;
  z-index: 5;
}

.nyNews_Display .news_list ul::after{
  position: absolute;
  left: 0.05rem;
  top: 0.1rem;
  width: 1px;
  height: 105%;
  content: "";
  z-index: -1;
  border-right: 1px dashed rgba(0, 84, 167, 1);
}

.nyNews_Display .news_list ul li{
  margin-bottom: 0.35rem;
  background: url(../nyimages/newsico.png) no-repeat left 0.08rem;
  background-size: 0.12rem 0.12rem;
  padding-left: 0.25rem;

}

.nyNews_Display .news_list ul li a{
  display: block;
} 

.nyNews_Display .news_list ul li a h5{
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
    line-height: 0.28rem;
    max-height: 0.56rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nyNews_Display .news_list ul li .time{
  font-size: 0.14rem;
  color: rgba(129, 138, 153, 1);
  margin-top: 0.12rem;
}

.nyNews_Display .news_list ul li .time img{
  display: inline-block;
  width: 0.6rem;
  height: 0.21rem;
  border-radius: 3px;
  margin-right: 0.15rem;
}



/*历史*/

.nyHistorybg{
  background: url(../nyimages/Historybg.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.nyHistory{
  margin: 0.85rem auto 0 auto;
  position: relative;
  padding-bottom: 3.7rem;
}


.nyHistory .History_t{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;

}

.nyHistory .History_t .name1{
  display: block;

}

.nyHistory .History_t .name2{
  display: none;

}

.nyHistory .History_t h3{
  position: absolute;
  bottom: 0;
  font-size: 0.8rem;
  color: rgba(0, 84, 167, 1);
  font-family: "SourceHanSerifCN";
  width: 0.9rem;
  line-height: 0.85rem;
  margin-top: 2rem;
  margin-left: 1.7rem;
}


.nyHistory .nyHistorybox{
  margin: 0rem  0rem 0 0rem;
  height: 24.77rem;
  width: 100%;
  background: url(../nyimages/Historyline.png) no-repeat top center;
  background-size: 100%;
  position: relative;

}

.nyHistory .nyHistorybox .nyHistory_left{
  position: absolute;
  top: 2.9rem;
  left: 0rem;
  width: 50%;



}

.nyHistory .nyHistorybox .nyHistory_left dt{
  width: 1.44rem;
  height: 1.44rem;
  margin-left: 45%;

}

.nyHistory .nyHistorybox .nyHistory_left dl dd:nth-child(1){
  position: relative;
  margin: 1.1rem 0 0 50%;
}

.nyHistory .nyHistorybox .nyHistory_left dl dd:nth-child(2){
  margin: 1rem 46.5% 0 0rem;
}

.nyHistory .nyHistorybox .nyHistory_left dl dd:nth-child(3){
  margin: 0.9rem 0 0 57%
}



.nyHistory .nyHistorybox .nyHistory_right{
  position: absolute;
  top: 0;
  right: 0.85rem;
  width: 100%;
}

.nyHistory .nyHistorybox .nyHistory_right dt{
  width: 1.44rem;
  height: 1.44rem;
  margin: -15px 0 0 75%;


}

.nyHistory .nyHistorybox .nyHistory_right dl dd{
  padding-left: 0.5rem;
}


.nyHistory .nyHistorybox .nyHistory_right dl dd:nth-child(1){
  position: relative;
  margin:0.75rem 0 0 74.2%
}

.nyHistory .nyHistorybox .nyHistory_right dl dd:nth-child(2){
  margin: 0.3rem 30.5% 0 0
}

.nyHistory .nyHistorybox .nyHistory_right dl dd:nth-child(3){
  margin: 0.35rem 0% 0 64%;
}



.nyHistory .nyHistorybox .nyHistory_right dl dd:nth-child(4){
  position: relative;
  margin: 0.3rem 39.5% 0 0%;
}

.nyHistory .nyHistorybox .nyHistory_right dl dd:nth-child(5){
  margin: 0.45rem 0 0 56%;
}

.nyHistory .nyHistorybox .nyHistory_right dl dd:nth-child(6){
  margin: 0.4rem 45.8% 0 0;
}


.nyHistory .nyHistorybox .nyHistory_right dl dd:nth-child(7){
  margin: 0.45rem 0 0 51.5%;
}

.nyHistory .nyHistorybox .nyHistory_right dl dd:nth-child(8){
  margin: 0.4rem 48.8% 0 0;
}

.nyHistory .nyHistorybox .nyHistory_right dl dd:nth-child(9){
  margin: 0.45rem 0 0 50.5%
}

.nyHistory .nyHistorybox .nyHistory_right dl dd:nth-child(2n){
  padding-right: 0.3rem ;
}



.nyHistory .nyHistorybox .nyHistory_end{
  position: absolute;
  top: 0;
  margin: 13.4rem auto 0 auto;
  width: 100%;
  
}




.nyHistory .nyHistorybox dl dt{
  position: relative;
  margin: 0 auto;
  width: 1.21rem;
  height: 1.21rem;

}

.nyHistory .nyHistorybox dl dt img{
  display: block;
  position: relative;
  margin: 0 auto;

}

.nyHistory .nyHistorybox dl dt p{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 1.44rem;
  text-align: center;
  font-size: 0.37rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.nyHistory .nyHistorybox dl dd{
  background: url(../nyimages/line1.png) no-repeat bottom left;
  background-size: 2.7rem 0.13rem;
  padding-bottom: 0.2rem;

}

.nyHistory .nyHistorybox dl dd h5{
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.2rem;
  color: rgba(0, 84, 167, 1);
  margin-bottom: 0.05rem;

}

.nyHistory .nyHistorybox dl p{
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: rgba(60, 66, 73, 0.8);
}


.nyHistory .nyHistorybox dl dd:nth-child(2n){
  background: url(../nyimages/line2.png) no-repeat bottom right;
  background-size: 2.7rem 0.13rem;
  padding-bottom: 0.2rem;
  text-align: right;

}





.nyHistory .nyHistorybox  dl dd{
  padding-left: 0.3rem;
}

.nyHistory .nyHistorybox  dl dd:nth-child(2n){
  padding-right: 0.3rem;
  padding-left: 0;
}


.nyHistory .nyHistorybox .nyHistory_end dt{
  position: relative;
  margin: 0 auto;
  width: 1.21rem;
  height: 1.21rem;
  left: -0.2rem;
}



.nyHistory .nyHistorybox .nyHistory_end dt{
  position: relative;
  margin: 0 auto;
  width: 1.21rem;
  height: 1.21rem;
  left: -0.2rem;
}


.nyHistory .nyHistorybox .nyHistory_end dl dd:nth-child(1){
  position: relative;
  margin: 0.2rem 0 0 53.8%;
}

.nyHistory .nyHistorybox .nyHistory_end dl dd:nth-child(2){
  margin: 0.7rem 41.8% 0 0
}

.nyHistory .nyHistorybox .nyHistory_end dl dd:nth-child(3){
  margin: 0.3rem 0 0 59%
}



.nyHistory .nyHistorybox .nyHistory_end dl dd:nth-child(4){
  position: relative;
  margin: 0.65rem 38.6% 0 0%;
}

.nyHistory .nyHistorybox .nyHistory_end dl dd:nth-child(5){
  margin: 0.45rem 0 0 60.2%;
}

.nyHistory .nyHistorybox .nyHistory_end dl dd:nth-child(6){
  margin: 0.45rem 40% 0 0;
}




.nyHistory .nyHistorybox .endico{
  position: relative;
  width: 3.21rem;
  height: 3.21rem;
  margin: 1.4rem auto 0 auto;
  left: 0.5rem;

}

.nyHistory .nyHistorybox .endico p{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 3.21rem;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}



.nyHistory .nyHistorybox .endlogo{
  margin: 0.41rem auto 0 auto;
  position: relative;
  left: 0.2rem;
}

.nyHistory .nyHistorybox .endlogo img{
  display: block;
  margin: 0 auto;
}



  @media (min-width:1024px) {
    .nypiclist li:hover .img img{
      transform: scale(1.1);
    }

    .nypiclist li:hover .txt{
      color: rgba(0, 84, 167, 1);
    }

    .nybiaoshi .download a:hover{
      background: rgba(214, 161, 88, 1);
    }

    .nyinstitution dl dd:hover::after{
      width: 100%;
    }
    
    .nyinstitution dl dd:hover a{
      color: rgba(0, 84, 167, 1);
    }

    .nyteam ul li:hover .txt h5{
      color: rgba(0, 84, 167, 1);
    }
    
    .nyteam ul li:hover .txt em{
      width: 0.8rem;
    }

    .nyfc .nylmxy .swiper-campus-next:hover{
 
      background: url(../nyimages/nyright1.png) no-repeat  center;
      background-size: 100% ;

    }
    
    .nyfc .nylmxy .swiper-campus-prev:hover{
      background: url(../nyimages/nyleft1.png) no-repeat  center;
      background-size: 100% ;

    }

    .nyfc .nylmxy .gallery-top .swiper-slide:hover .pic img{
      transform: scale(1.1);
    }

    .nyfc .nyfcbox ul li:hover .txt{
      height: 100%;

    }

    .nyfc .nyfcbox ul li:hover .pic img{
      transform: scale(1.1);
    }


    .nyNews_Display .news_list ul li:hover a h5{
      color: rgba(0, 84, 167, 1);
    }


.nyNews_Display .news_l ul li:hover::after{
  width: 100%;
}

.nyNews_Display .news_l ul li:hover .pic img{
  transform: scale(1.1);
}



.nyNews_Display .news_l ul li:hover .txt h5{
  color: rgba(0, 84, 167, 1);
}
.nyNews_Display .news_l ul li:hover .txt .more{
  background: rgba(0, 84, 167, 1);
  color: #fff;
}


  }





  @media (max-width:1024px) {

    
    
    .nypiclist li{
      float: none;
      width: 100%;
      margin-right: 0%;
      margin-bottom: 0.3rem;
    }
    
    
    
    
    .nypiclist li .txt{
      margin: 0px auto 0 auto;
      padding: 0.2rem 0 0.2rem 0;
      font-size: 0.28rem;
    }



    .nymotto{
      margin: 0.5rem auto 0 auto;
    }
    
    .nymotto .motto_t{
      font-size: 0.32rem;
    }
    
    .nymotto .xiaoxunimg{
      margin: 0.7rem auto 0 auto;
    
    }
    
    
    .nymotto .mottobox{
      margin: 0.7rem auto 0 auto;
    } 
    
    
    .nymotto .mottobox ul li{
      margin-bottom: 0.75rem;
    } 
    
    .nymotto .mottobox ul li .pic{
      width: 80%;
      height: 2.5rem;
      margin: 0 auto;
    }
    
    
    
    .nymotto .mottobox ul li .txt{
      width: calc((100% - 0rem));
      font-size: 0.28rem;
      line-height: 0.45rem;
      margin: 0.4rem auto 0 auto;
    }
    

    
    
    .nybiaoshi .biaoshi_t h3{
      font-size: 0.36rem;
    }
    
    
    .nybiaoshi .biaoshibox1{
      margin-bottom: 1.2rem;
      
    }
    
    .nybiaoshi .biaoshibox1 .biaoshi_img{

      margin: 0.7rem auto 0 auto;
    }
    
    .nybiaoshi .biaoshibox1 .biaoshi_img .pic{
      width: 80%;
      margin: 0 auto 0.4rem auto;
    
    }
    
    
    
    .nybiaoshi .biaoshibox2{
      margin-bottom: 0.5rem;
      
    }
    
    
    .nybiaoshi .biaoshibox2 .biaoshi_img{
 
      margin: 0.7rem auto 0 auto;
    }
    
    .nybiaoshi .biaoshibox2 .biaoshi_img .pic{
      width: 90%;
      margin: 0 auto 0.3rem auto;
    
    }
    

    
    .nybiaoshi .biaoshibox3 .biaoshi_img{
    
      margin: 0.3rem auto 0 auto;
    }
    
    .nybiaoshi .biaoshibox3 .biaoshi_img .pic{
      width: 80%;
    
    }
    
    
    .nybiaoshi .download{
      margin: 1rem auto 0 auto;
    }
    
    .nybiaoshi .download a{
      display: block;
      height: 0.61rem;
      padding: 0 0.45rem;
      margin: 0 0.15rem 0.2rem 0.15rem;
    }
    
    .nybiaoshi .download a i{
      background: url(../nyimages/downico.png) no-repeat left center;
      background-size: 0.22rem 0.25rem;
      padding-left: 0.3rem;
      font-size: 0.24rem;
      line-height: 0.6rem;
    }

    
.nyinstitution{
  margin: 0.5rem auto 0 auto;
}


.nyinstitution dl{

  margin-bottom: 0.6rem;
}

.nyinstitution dl dt{
  font-size: 0.32rem;
  line-height: 0.6rem;
  margin-bottom: 0.3rem;
}

.nyinstitution dl dt img{
  width: 0.6rem;
  height: 0.6rem;


}

.nyinstitution dl dd{
  width: 100%;
  line-height: 0.8rem;


}

.nyinstitution dl dd a{
  font-size: 0.28rem;
  background: url(../nyimages/ico1.png) no-repeat left center;
  background-size: 0.13rem 0.22rem;


}

.nyinstitution dl dd::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  content: "";
  z-index: -1;
  background: rgba(0, 84, 167, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nyteam{
  margin: 0.4rem auto 0 auto;
}


.nyteam ul li{
  padding: 0.4rem 0;
}

.nyteam ul li .pic{
  width: 90%;
  height: auto;
  padding-top: 115%;
  margin: 0 auto;
}


.nyteam ul li .txt{
  margin-right: 0rem;
  margin-top: 0.3rem;
  width: calc((100% - 0rem));
  padding: 0 0.2rem;
}

.nyteam ul li .txt h5{
  font-size: 0.3rem;
}

.nyteam ul li .txt em{
  width: 0.6rem;
  margin: 0.05rem 0 0.17rem 0;

}

.nyteam ul li .txt .position{
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}

.nyteam ul li .txt p{
  font-size: 0.24rem;
  line-height: 0.42rem;
  padding-left: 0.15rem;
}

.nyteam ul li .txt p::after{

  height: 0.22rem;

}




.nyfc{
  margin: 0.85rem auto 0 auto;
}

.nyfc .nyfc_t{
  font-size: 0.36rem;

}

.nyfc .fc_show{
  margin: 0.55rem 0 0 0rem;
  padding: 0 0.3rem 0.65rem 0.3rem;
}

.nyfc .fc_show::after{
  display: none;
}



.nyfc .nylmxy{
  width: 100%;
}

.nyfc .nylmxy .gallery-top .swiper-slide .pic{

  height: auto;
  padding-top: 56%;

}




.nyfc .nylmxy .gallery-thumbs{
  margin: -0.8rem 0 0 0.3rem;
  width: 80%;
}

.nyfc .nylmxy .gallery-thumbs .swiper-slide{
  width: 48%;
  margin: 0 1%;
  background: rgba(214, 161, 88, 0);
  padding: 5px;
}

.nyfc .nylmxy .gallery-thumbs .swiper-slide .pic{
  width: 100%;
  height: auto;
  padding-top: 56%;
  border: 0px solid rgba(214, 161, 88, 0);
  position: relative;
}

.nyfc .nylmxy .gallery-thumbs .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
}

.nyfc .nylmxy .gallery-thumbs .swiper-slide-thumb-active{

  background: rgba(214, 161, 88, 1);
}

.nyfc .nylmxy .gallery-thumbs .swiper-slide-thumb-active .pic{
  border: 0px solid rgba(214, 161, 88, 1);

}


.nyfc .nylmxy .swiper-campus-next{
  right: -0rem;
  bottom: -0.35rem;
  background: url(../nyimages/nyright.png) no-repeat  center;
  background-size: 100% ;
  width: 0.47rem;
  height: 0.47rem;

}

.nyfc .nylmxy .swiper-campus-prev{
  right: 0.6rem;
  bottom: -0.35rem;
  width: 0.47rem;
  height: 0.47rem;
}


.nyfc .nyfcbox ul li{

  margin-bottom: 0.2rem;

}



.nyfc .nyfcbox ul li:nth-child(1){
  width: 100%;

}

.nyfc .nyfcbox ul li:nth-child(1) .pic{
  height: auto;
  padding-top: 56%;

}


.nyfc .nyfcbox ul li:nth-child(2){
  width: 100%;

}

.nyfc .nyfcbox ul li:nth-child(2) .pic{
  height: auto;
  padding-top: 56%;
}


.nyfc .nyfcbox ul li:nth-child(3){
  width: 100%;

}


.nyfc .nyfcbox ul li:nth-child(3) .pic{
  height: auto;
  padding-top: 132%;
}


.nyfc .nyfcbox ul li:nth-child(4){
  width: 100%;
  height: auto;
}


.nyfc .nyfcbox ul li:nth-child(4) .pic{
  height: auto;
  padding-top: 56%;
}


.nyfc .nyfcbox ul li:nth-child(5){
  width: 100%;
  height: auto;
  position: relative;

}


.nyfc .nyfcbox ul li:nth-child(5) .pic{
  padding-top: 56%;
}




.nyabout{
  margin: 0.5rem auto 0 auto;
}

.nyabout .ab_t{
  font-size: 0.36rem;

}

.nyabout .aboutbox1{
  margin: 0.4rem auto 0 auto;
}


.nyabout .aboutbox1 .ablogo{
  width: 0.62rem;
  height: 3.03rem;
  margin-left: 0rem;
  margin-top: 0.15rem;


}

.nyabout .txt{
  font-size: 0.28rem;
  line-height: 0.42rem;
}


.nyabout .txt p{
  font-size: 0.28rem;
  line-height: 0.45rem;

}


.nyabout .aboutbox1 .txt{
  width: calc((100% - 0.9rem));
  margin-top: 0rem;
}

.nyabout .aboutbox1 .abimg{
  width: 100%;
  height: auto;
  margin: 0.3rem auto 0 auto;
  

}


.nyabout .aboutbox2{
  margin: 0.3rem 0rem 0 0;
  padding: 0.5rem 0.3rem 0 0.3rem;
  padding-bottom: 0.45rem;
}

.nyabout .aboutbox2 .txt{
  margin-left: 0rem;
  width: calc((100% - 0rem));
  color: #fff;
  line-height: 0.45rem;
}

.nyabout .aboutbox2 .ablist{
  width: 100%;
  margin-top: 0.4rem;

}


.nyabout .aboutbox2 .ablist ul li{
  width: 1.67rem;
  height: 1.67rem;
  margin: 0 ;

}


.nyabout .aboutbox2 .ablist ul li{
  width: 30%;
  margin: 0;
}

.nyabout .aboutbox2 .ablist ul li .pic{
  width: 1.67rem;
  height: 1.67rem;
  border: 0.8px dashed rgba(246, 178, 84, 1);
  border-radius: 50%;
  margin: 0 auto;


}





.nyabout .aboutbox2 .ablist ul li .num i{
  font-size: 0.4rem;
  line-height: 0.5rem;
  padding-top: 0.3rem;
}

.nyabout .aboutbox2 .ablist ul li .num span{

  font-size: 0.24rem;

}



.nyabout .aboutbox2 .ablist ul li:nth-child(4){
  margin: -0.15rem 0 0 15%;

}

.nyabout .aboutbox2 .ablist ul li:nth-child(5){
  margin: 0rem  15% 0 0 ;
}


.nyabout .aboutbox3{
  margin: 0.5rem auto 0 auto;
}


.nyabout .aboutbox3 .ab_l{
  width: 100%;

}

.nyabout .aboutbox3 .ab_l .abimg{
  margin-top: 0.3rem;
}



.nyabout .aboutbox3 .ab_r{
  width: 100%;
  margin-top: 0.3rem;
}

.nyabout .aboutbox3 .ab_r .abimg{
  margin-bottom: 0.4rem;
}

.nyabout .aboutbox3 .ab_r p{
  margin-bottom: 0.2rem;
}

.nyabout .aboutbox4{
  margin-top: 0.2rem;

}






.nyNews_Display{
  margin: 0.1rem auto 0 auto;
}

.nyNews_Display .news_l{
  width: 100%;
  float: none;

}




.nyNews_Display .news_l ul li .pic{
  width: 96%;
  height: auto;
  position: relative;
  margin: 0 auto;

}

.nyNews_Display .news_l ul li .img{
  width: 100%;
  height: auto;
  padding-top: 56%;
}




.nyNews_Display .news_l ul li .pic .time span{
  font-size: 0.38rem;
  line-height: 0.42rem;
}

.nyNews_Display .news_l ul li .pic .time i{
  font-size: 0.24rem;
}



.nyNews_Display .news_l ul li .txt{
  width: calc((100% - 0rem));
  margin: 0.3rem auto 0 auto;
  padding: 0 0.3rem;

} 



.nyNews_Display .news_l ul li .txt h5{
  font-size: 0.3rem;

}

.nyNews_Display .news_l ul li .txt p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 1.2rem;
  -webkit-line-clamp: 3;
  margin-top: 0.2rem;
}

.nyNews_Display .news_l ul li .txt .more{
  width: 1.63rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
  margin-top: 0.4rem;
}






.nyNews_Display .news_list{
  margin-top: 0.55rem;
  float: none;
  width: 100%;
  padding: 0.3rem 0.2rem 0.2rem 0.3rem;
}



.nyNews_Display .news_list .news_t h3{
  font-size: 0.34rem;

}

.nyNews_Display .news_list .news_t .more{
  font-size: 0.24rem;
  background: url(../nyimages/more1.png) no-repeat right center;
  background-size: 0.22rem 0.17rem;
  padding-right: 0.35rem;
}

.nyNews_Display .news_list ul{
  margin-top: 0.4rem;

}

.nyNews_Display .news_list ul::after{
 
  left: 0.05rem;


}

.nyNews_Display .news_list ul li{
  margin-bottom: 0.5rem;
  background: url(../nyimages/newsico.png) no-repeat left 0.1rem;
  background-size: 0.2rem 0.2rem;
  padding-left: 0.4rem;

}



.nyNews_Display .news_list ul li a h5{
  font-size: 0.3rem;
    line-height: 0.4rem;
    max-height: 0.8rem;
}

.nyNews_Display .news_list ul li .time{
  font-size: 0.26rem;
  margin-top: 0.15rem;
}

.nyNews_Display .news_list ul li .time img{
  width: 0.8rem;
  height: 0.32rem;

}








.nyHistory{
  margin: 0.55rem auto 0 auto;
  padding-bottom: 5rem;
}


.nyHistory .History_t{
  position: relative;

}


.nyHistory .History_t .name1{
  display: none;
}

.nyHistory .History_t .name2{
  display: block;
  width: 70%;
  margin: 0 auto;
}


.nyHistory .History_t h3{
  position: relative;
  bottom: 0;
  font-size: 0.4rem;
  width: 100%;
  line-height: 0.45rem;
  margin: 0.2rem auto 0 auto;
  text-align: center;
}


.nyHistory .nyHistorybox{
  margin: 0.8rem  0rem 0 0rem;
  height: 24.77rem;
  background: url(../nyimages/Historyline.png) no-repeat top center;
  background-size: 100% 100%;


}



.nyHistory .nyHistorybox .nyHistory_left dt{

  margin-left: 40%;

}

.nyHistory .nyHistorybox .nyHistory_left dl dd:nth-child(1){
  position: relative;
  margin: 1.1rem 0 0 50%;
}

.nyHistory .nyHistorybox .nyHistory_left dl dd:nth-child(2){
  margin: 1rem 46.5% 0 0rem;
}

.nyHistory .nyHistorybox .nyHistory_left dl dd:nth-child(3){
  margin: 0.9rem 0 0 57%
}






.nyHistory .nyHistorybox .nyHistory_end{
  position: absolute;
  top: 0;
  margin: 13.4rem auto 0 auto;
  width: 100%;
  
}




.nyHistory .nyHistorybox dl dt{
  position: relative;
  margin: 0 auto;
  width: 1.21rem;
  height: 1.21rem;

}

.nyHistory .nyHistorybox dl dt img{
  display: block;
  position: relative;
  margin: 0 auto;

}

.nyHistory .nyHistorybox dl dt p{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 1.44rem;
  text-align: center;
  font-size: 0.37rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}



.nyHistory .nyHistorybox dl dd h5{
  font-size: 0.28rem;
  line-height: 0.3rem;


}

.nyHistory .nyHistorybox dl p{
  font-size: 0.24rem;
  line-height: 0.32rem;

}







.nyHistory .nyHistorybox .endico{
  width: 3rem;
  height: 3rem;
  margin: 1rem auto 0 auto;
  left: 0rem;

}

.nyHistory .nyHistorybox .endico p{
  line-height: 3rem;
  font-size: 0.6rem;
}



.nyHistory .nyHistorybox .endlogo{
  margin: 0.3rem auto 0 auto;
  left: 0.2rem;
}

.nyHistory .nyHistorybox .endlogo img{

  width: 50%;
}






}




@media (max-width:912px) {

  .nyHistory{
    padding-bottom: 3.5rem;
  }
  .nyHistory .nyHistorybox .nyHistory_right{

    right: 0.43rem;

  }

  .nyHistory .nyHistorybox .nyHistory_end {

    margin: 16.9rem auto 0 auto;

}


  .nyHistory .nyHistorybox {
    height: 30.77rem;
    background: url(../nyimages/Historyline1.png) no-repeat top center;
    background-size: 100% 100%;

}


.nyHistory .nyHistorybox .nyHistory_left dl dd:nth-child(3) {
  margin: 1.9rem 0 0 57%;
}



.nyHistory .nyHistorybox .nyHistory_left dl dd:nth-child(3) {
  margin: 1.6rem 0 0 54%;
}


.nyHistory .nyHistorybox .nyHistory_right dl dd:nth-child(8) {
  margin: 0.4rem 47% 0 0;
}



}


@media (max-width:430px) {
  .nyHistory .nyHistorybox .nyHistory_left dt {
    margin-left: 33%;
    top: -0.4rem;
  }

}