.clear {
  clear: both;
}

.clear:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.nyrCon video{
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  height: auto;
}


/*内容样式*/
.nyrCon td,
.nyrCon th{padding: 10px 10px;border: 1px solid #eff3f6;vertical-align:middle;color: #303030;line-height: 1.25;}
.nyrCon td p,
.nyrCon th p{padding-bottom:0; text-indent: 0 !important;}
.nyrCon table {border-collapse: collapse;border: 1px solid #dadbdd; width:99% !important; margin: 0 auto;}
.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: 1199px) {
  
  .tbsc{overflow-x: auto;}
  .tbsc table{width: 700px;}
}



/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}


.nybanner::before {
  position: absolute;
  content: "";
  left: 0;
  top: -0px;
  width: 100%;
  height: 100%;
  background: url(/images/bannerbg1.png) no-repeat top center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}


.nybanner::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(/nyimages/nybannerbg.png) no-repeat left center;
  background-size: 100% 100%;
  z-index: 2;
  pointer-events: none;
}


.nybanner .yjlm{
  position: absolute;
  left: 0%;
  bottom: 0.9rem;
  width: 100%;
  height: 1.83rem;
  z-index: 9;
}

.nybanner .yjlm::after{
  position: absolute;
  content: "";
  left: 0;
  top: 52%;
  width: 1.8rem;
  height: 1px;
  background: #fafcff;
  z-index: -1;

}


.nybanner .yjlm .yjlm_t{
  margin-left: -0.7rem;
  padding-left: 0.7rem;
  height: 1.83rem;
  background: url(/nyimages/traitico.png) no-repeat left center;
  background-size: 1.83rem 1.83rem;
}

.nybanner .yjlm .yjlm_t i{
  display: block;
  text-transform: uppercase;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 0.52rem;
}

.nybanner .yjlm .yjlm_t h2{
  font-size: 0.52rem;
  color: #fff;
  font-family: "sourcehansanSCbold";
  line-height: 0.7rem;
}





/*左侧列表*/

.nyMain {
  min-height: 6rem;
  padding: .6rem 0 2.35rem 0;
  background: #fafcff url(../nyimages/pagebg.jpg) no-repeat bottom center;
  background-size: 100%;
  position: relative;
  z-index: 9;
}

.nyMain .pagecontainer{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyMain::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 4rem;
  background: url(/nyimages/pagebg1.png) no-repeat top center;
  background-size: 100% ;
  z-index: -1;
}


.nyLeft {
  width: 16.7%;
  position: relative;
}

.nyLeft .fenlei_t {
  position: relative;
  position: relative;
  z-index: 10;
  justify-content: left;
  align-items: center;
  height: 0.85rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  display: none;
}

.nyLeft .fenlei_t h2 {
  font-size: .3rem;
  font-weight: bold;
  display: block;
  text-align: left;
}

.nyLeft .nyLeftBtn i.plus{
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.nyLeft .subNavs {
  margin-top: 0rem;
  display: block;
}

.nyLeft .subNavs>li {
  position: relative;
  border-bottom: 1px dashed #e1e2e5;
}

.nyLeft .subNavs>li>h5 {
  padding: .2rem .45rem .2rem .35rem;
  display: block;
  position: relative;
  font-size: .2rem;

}

.nyLeft .subNavs>li>h5 a{
  display: block;
  font-size: .2rem;
  color: #000000;
  width: 90%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft .subNavs>li>h5 em{
  position: absolute;
  right: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;
  display: none;

}

.nyLeft .subNavs>li.active>h5 em{
  display: block;
}

.nyLeft .subNavs>li>h5 em::after{
  position: absolute;
  right: .15rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  width: .08rem;
  height: .14rem;
  background: url(/nyimages/fenleiico1.png) no-repeat center;
  background-size: 100% 100%;
}

.nyLeft .subNavs>li>h5::before {
  position: absolute;
  left: 3px;
  top: 0rem;
  width: 0px;
  height: 100%;
  background: #fafcff;
  content: "";
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft>ul>li>h5::after {
  position: absolute;
  left: 0%;
  top: 0rem;
  width: 0%;
  height: 100%;
  background: url(/nyimages/fenleilist.jpg) no-repeat center;
  background-size: 100% 100%;
  content: "";
  z-index: -2;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyLeft .subNavs>li.on>h5::after {
  width: 100%;
}

.nyLeft .subNavs>li.on>h5::before {
  width: 2px;
}

.nyLeft .subNavs>li.on>h5 a{
  color: #fff;
}

.nyLeft .subNavs ol{

  display: none;
}

.nyLeft .subNavs ol>li{
  line-height: 0.3rem;


}

.nyLeft .subNavs ol>li>h6{
  border-top: 1px dashed #e6effc;
  position: relative;
  padding: 0.1rem 0;
}

.nyLeft .subNavs ol>li>h6 a{
  display: block;
  padding: 0rem 0rem 0rem .35rem;
  font-size: 0.16rem;
  color: #555;
  width: 85%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyLeft .subNavs>li.on > h6 a {
  color: #0c65dd;
  font-weight: bold;
  position: relative;
}


.nyLeft .subNavs ol>li>h6 em{
  position: absolute;
  right: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;

}


.nyLeft .subNavs ol>li>h6 em::after{

  content: "";
  position: absolute;
  right: .15rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: .07rem;
  height: .14rem;
  background: url(/nyimages/fenleiico1.png) no-repeat center;
  background-size: 100% 100%;
}


.nyLeft .subNavs ol>li .sanji{
  margin: 0 auto;
  padding: 0.1rem .25rem 0.1rem .45rem;
  border-top: 1px dashed #eee;
  display: none;
}

.nyLeft .subNavs ol>li> .sanji a{
  display: block;
  width: 100%;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.36rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}




.nyRight {
  width: 80%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 2;
  padding: 0 0.6rem;
}

.nyRight .nyrtit {
  border-bottom: 1px solid #e6effc;
  padding-bottom: .2rem;
  padding-top: 0.6rem;
}

.nyRight .nyrtit .trait{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  min-height: 0.32rem;
}

.nyRight .nyrtit h5{
  line-height: 0.32rem;
  font-size: 0.32rem;
  color: #000000; ;
  font-family: "sourcehansanSCbold";
  width: 55%;
}


.posi {
  display: block;
  background: url(/nyimages/home.png) no-repeat left center;
    background-size: auto;
  background-size: .2rem .17rem;
  padding-left: .35rem;
}

.posi a {
  font-size: 0.16rem;
  color: #333333;
}

.posi a + a::before {
  content: ' / ';
  margin: 0 0.02rem;
  font-size: 0.16rem;
  color: #333333;
}


.nyRight .nyrCon {
  padding: 0;
  margin-top: 0.4rem;
}


/*风光映像*/


.nyfc{
  margin: 0 auto;

}

.nyfc ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyfc ul li{
  width: 30.8%;
  margin: 0 3.75% 0.4rem 0;

}

.nyfc ul li:nth-child(3n){
  margin-right: 0;
}

.nyfc ul li .pic{
  position: relative;
  width: 100%;
  padding-top: 74.7%;
  overflow: hidden;

}

.nyfc ul li .pic 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;
}

.nyfc ul li .pic .more{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5) ;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.nyfc ul li .pic .more i{
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: url(/nyimages/fcico.png) center no-repeat;
  background-size: 100% 100%;
  left: calc((100% - 0.3rem) / 2);
  top: calc((100% - 0.3rem) / 2);
  z-index: 99;

}

.nyfc ul li .txt{
  text-align: center;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #f7f7f7;
  position: relative;
  z-index: 5;

}

.nyfc ul li .txt a{
  width: 90%;
  margin: 0 auto;
  font-size: 0.2rem;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyfc ul li .txt::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: #0c65dd;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/*现任领导*/


.nylearder{
  margin: 0 auto;

}

.nylearder ul li{
  width: 100%;
  background: #f7f7f7;
  margin-bottom: 0.25rem;
  padding: 0.27rem 0 0.25rem 0;

}

.nylearder ul li h5{
  line-height: 0.26rem;
  padding-left: 0.3rem;
  font-size: 0.24rem;
  color: #0c65dd;
  font-weight: normal;
  font-family: "sourcehansanSCbold";
  position: relative;
}

.nylearder ul li h5::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0.26rem;
  content: "";
  background: #0c65dd;
}

.nylearder ul li h5 i{
  font-size: 0.18rem;
  color: #000000;
  margin-left: 0.15rem;
  font-family: "sourcehansanSC";
}

.nylearder ul li p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  margin: 0.12rem 0.3rem 0 0.3rem;
}



/*博鱼体育平台,亚星游戏登录正网平台,三期必出标识*/

.nyxybs{
  margin: 0 auto;
}

.nyxybs .bsbox1{
  margin: 0 auto 0.25rem auto;
  border: 1px solid #e5e5e5;
  padding: 0 0.35rem;
}


.nyxybs .bsbox1 .bs_t{
  border-bottom: 1px solid #ebedef;
  height: 0.85rem;
  line-height: 0.85rem;
  text-align: center;
}

.nyxybs .bsbox1 .bs_t h5{
  display: inline-block;
  text-align: center;
  font-size: 0.28rem;
  color: #0c65dd;
  font-family: "sourcehansanSCbold";
  position: relative;


}

.nyxybs .bsbox1 .bs_t h5::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #0c65dd;
}

.nyxybs .bsbox1 .bs_nr{
  margin: 0.4rem auto 0 auto;

} 

.nyxybs .bsbox1 .bs_nr img{
  display: block;
  margin: 0 auto;width:150px;
}

.nyxybs .bsbox1 .bs_nr p{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.36rem;
  text-align: center;
  margin: 0.25rem auto 0.5rem auto;

}



.nyxybs .bsbox2{
  margin: 0 auto 0rem auto;
  border: 1px solid #e5e5e5;
  padding: 0 0.35rem;
}


.nyxybs .bsbox2 .bs_t{
  border-bottom: 1px solid #ebedef;
  height: 0.85rem;
  line-height: 0.85rem;
  text-align: center;
}

.nyxybs .bsbox2 .bs_t ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nyxybs .bsbox2 .bs_t ul li{
  text-align: center;
  display: inline-block;
  padding: 0 0.25rem 0 0.1rem;
  position: relative;

}

.nyxybs .bsbox2 .bs_t ul li::after{
  position: absolute;
  top: 0;
  right: 0;
  content: '·';
  font-size: 0.26rem;
  color: #999;
}

.nyxybs .bsbox2 .bs_t ul li:last-child:after{
  display: none;
}

.nyxybs .bsbox2 .bs_t ul li h5{
  font-size: 0.22rem;
  color: #0c65dd;
  position: relative;

}

.nyxybs .bsbox2 .bs_t ul li h5::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 3px;
  background: #0c65dd;
}

.nyxybs .bsbox2 .bs_t ul li h5.active{
  font-size: 0.28rem;
  color: #0c65dd;
  font-family: "sourcehansanSCbold";

}

.nyxybs .bsbox2 .bs_t ul li h5.active::after{
  width: 100%;
}

.nyxybs .bsbox2 .bs_nr{
  margin: 0.6rem auto 0.55rem auto;
}

.nyxybs .bsbox2 .bs_nr .details{
  margin: 0 auto;

}

.nyxybs .bsbox2 .bs_nr .details img{
  display: block;
  margin: 0 auto;
}



/*教学机构*/


.nyinstitution{
  margin: 0 auto;
}

.nyinstitution dl{
  margin-bottom: 0.7rem;
  position: relative;
  z-index: 5;
  padding: 0.4rem 0 0.6rem 0.4rem;
} 

.nyinstitution dl::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 3px;
  height: 100%;
  background: #0c65dd;
}

.nyinstitution dl dt{
  font-size: 0.26rem;
  color: #0c65dd;
  font-family: "sourcehansanSCbold";
}


.nyinstitution dl dd{
  display: inline-block;
  height: 0.63rem;
  line-height: 0.63rem;
  border-bottom: 1px solid #eceff1;
  position: relative;
  z-index: 5;
  margin: 0.22rem 3% 0 0;
  min-width: 30%;

}

.nyinstitution dl dd a{
  display: block;
  align-items: center;
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nyinstitution dl dd .name{
  max-width: 100%;
  font-size: 0.18rem;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyinstitution dl dd .more{
  position: relative;
  margin-left: 0.5rem;
  right: 0.2rem;
  top: 0%;
  opacity: 0;
  width: 0.2rem;
  height: 0.08rem;
  background: url(/nyimages/more.png) no-repeat center;
  background-size: 100% ;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyinstitution dl:nth-child(1){
  background: #f9fcfe;

} 


.nyinstitution dl:nth-child(2){
  background: #fffcf8;
} 

.nyinstitution dl:nth-child(2)::after{
  background: #f69830;
}

.nyinstitution dl:nth-child(3){
  background: #f9fcfe;
} 


.nyinstitution dl dd::after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 0px;
  height: 100%;
  background: #0c65dd;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/*历史沿革*/

.nyhistory{
  margin: 0 auto;
  padding-top: 0.35rem;
}


.nyhistory ul li{
  position: relative;
  z-index: 5;
  padding-bottom: 0.65rem;

}

.nyhistory ul li:last-child{
  padding-bottom: 0rem;
}

.nyhistory ul li::after{
  position: absolute;
  left: 0.17rem;
  top: 0.35rem;
  content: "";
  z-index: -1;
  width: 1px;
  height: calc(100% - 0.35rem);
  background: #e5e5e5;
}

.nyhistory ul li .year{
  font-size: 0.4rem;
  color: #0c65dd;
  font-family: "sourcehansanSCbold";
  line-height: 0.35rem;
  padding-left: 0.65rem;
  background: url(/nyimages/time.png) no-repeat left center;
  background-size: 0.35rem 0.35rem;
}

.nyhistory ul li .xt{
  width: calc(100% - 0.17rem);
  height: 1px;
  background: #f2f2f2;
  position: relative;
  margin: 0.3rem 0 0 0.17rem;

}

.nyhistory ul li .xt em{
  display: block;
  width: 0.4rem;
  height: 3px;
  background: #0c65dd;
  position: relative;
  top: -2px;
  margin-left: 0.52rem;
}

.nyhistory ul li .time{
  font-size: 0.28rem;
  color: #000;
  font-family: "sourcehansanSCbold";
  margin: 0.18rem 0 0 0.65rem;
}

.nyhistory ul li .txt{
  font-size: 0.18rem;
  color: #333;
  line-height: 0.32rem;
  margin: 0.12rem 0 0 0.65rem;
}


/*通知买lol比赛输赢的软件*/


.nynoticebg .nyRight{
  width: 100%;
}


.nynoticebox{
  margin: 0 auto;
}


.nynoticebox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nynoticebox ul li{
  position: relative;
  z-index: 5;
  width: 48.5%;
  height: 1.7rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0.3rem;
  padding: 0 0.4rem;
}

.nynoticebox ul li a{
  display: block;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nynoticebox ul li .time{
  margin: 0.32rem 0 0 0rem;
  text-align: center;
  width: 1.07rem;
  height: 1.07rem;
  background: url(/nyimages/time1.png) no-repeat center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynoticebox ul li .time i{
  display: block;
  font-size: 0.3rem;
  color: #0c65dd;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 0.25rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynoticebox ul li .time em{
  display: block;
  font-size: 0.14rem;
  color: #0c65dd;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.5;
  margin-top: 0.05rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynoticebox ul li .txt{
  width: calc(100% - 1.35rem);
  position: relative;
  top: 0.13rem;
}

.nynoticebox ul li .txt h5{
  font-size: 0.2rem;
  color: #000;
  font-weight: normal;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0rem 0 0.1rem 0;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
  
}

.nynoticebox ul li .txt p{
  font-size: 0.16rem;
  color: #999;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynoticebox ul li::after{
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
  content: "";
  z-index: -1;
  width: 0px;
  height: 1.8rem;
  background: url(/nyimages/noticelist.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/*亚星游戏登录正网平台新闻*/

.nynews{
  margin: 0 auto;
}

.nynews ul li{
  height: 2.52rem;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 0.28rem;

}

.nynews ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nynews ul li .newsimg{
  position: relative;
  width: 4rem;
  height: 2.25rem;
}

.nynews ul li .newsimg .pic{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;

}

.nynews ul li .newsimg 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 .newsimg .time{
  position: absolute;
  top: 0.22rem;
  right: -0.5rem;
  text-align: center;
  width: 0.99rem;
  height: 0.99rem;
  background: url(/nyimages/newstime1.png) no-repeat center;
  background-size: 100% ;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li .newsimg .time i{
  display: block;
  font-size: 0.32rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-top: 0.2rem;
}

.nynews ul li .newsimg .time em{
  display: block;
  font-size: 0.14rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.5;
  margin-top: 0.01rem;
}


.nynews ul li .txt{
  width: calc(100% - 4.9rem);
  position: relative;
}

.nynews ul li .txt h5{
  font-size: 0.22rem;
  color: #000;
  line-height: 0.35rem;
  height: 0.7rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.15rem 0 0.17rem 0;
}

.nynews ul li .txt .xt{
  width: 0.65rem;
  height: 2px;
  background: #0c65dd;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li .txt p{
  font-size: 0.16rem;
  color: #999;
  line-height: 0.28rem;
  height: 0.84rem;
  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;
}


/*博鱼体育平台,亚星游戏登录正网平台,三期必出简介*/

.nyabout{
  margin: 0 auto;

}


.nyabout .abimg1{
  position: relative;
    z-index: 5;
    float: right;
    margin-left: 0.45rem;
    margin-top: 0.1rem;
    width: 4.17rem;
    height: 3.41rem;
}

.nyabout .abimg img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;

}

.nyabout .abimg2{
  position: relative;
    z-index: 5;
    float: left;
    margin-left: 0rem;
    margin-right: 0.45rem;
    margin-top: 0.1rem;
    width: 5rem;
    height: 3.48rem;
}

.nyabout .abimg3{
    float: none;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0.35rem;
    width: 100%;
    height: 3.21rem;
}

.nyabout p{
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.36rem;
  text-indent: 2em;
  margin-bottom: 0.35rem;
}

.nyabout p:last-child{
  margin-bottom: 0;
}


.nyabout p i{
  display: block;
  text-align: right;
  font-size: 0.18rem;
  color: #999999;
}


.nyabout .ab_num{
  margin: 0.1rem auto 0.5rem auto;
  width: 106%;
}

.nyabout .ab_num ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyabout .ab_num ul li{
  width: 25%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyabout .ab_num ul li .ico{
  width: 1.1rem;
  height: 1.1rem;
  background: url(/nyimages/ablist.png) no-repeat center;
  background-size: 100% ;

}

.nyabout .ab_num ul li .ico img{
  display: block;
  width: 100%;
  height: 100%;

}

.nyabout .ab_num ul li .txt{
  width: calc(100% - 1.3rem);
} 

.nyabout .ab_num ul li .txt .scrollnum{
  display: block;
  font-size: 0.46rem;
  color: #0c65dd;
  font-family: "Cochin";
  margin-bottom: 0.02rem;
} 


.nyabout .ab_num ul li .txt .ab_p{
  color: #999999;
  font-size: 0.16rem;
  line-height: 0.22rem;
} 


/*正文*/


.newsxqbg .nyRight{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}


.newsxqbg .newsxq_l{
  width: 65.6%;

}

.newsxqbg .newsxq_l .arc-tit{
  margin: 0 auto;
}

.arc-tit h1 {
  width: 100%;
  background: #f7f7f7;
  padding: 0.3rem 0.3rem 0.3rem 0.3rem;
  font-size: .24rem;
  color: #000000;
  font-weight: normal;
  text-align: center;
  line-height: 0.3rem;
}

.arc-info {
  text-align: center;
  font-size: .16rem;
  color: #999999;
  margin-bottom: .3rem;
  margin-top: 0.2rem;
}

.arc-info span {
  display: inline-block;
  margin: 0 .1rem;
}

.newsxqbg .nynewslist{
  width: 30%;
}

.nytxtcont {
  line-height: 0.36rem;
  color: #5e5e5e;
  text-align: justify;
  font-size: .18rem;
}

.nytxtcont p {
  line-height: 0.36rem;
  font-size: 0.18rem;
  color: #333333;
  text-indent: 2em;
  margin-bottom: 0.2rem;
 background:none !important;
}

.nytxtcont  img {
  display: block;
  margin: 0rem auto;
  max-width: 100%;

}

.nytxtcont iframe{
  display: block;
  margin: 0rem auto;
  max-width: 100%;

}


.nytxtcont p em{
  display: block;
  color: #666666;
  font-size: 0.16rem;
  text-align: center;
  margin-top: 0.08rem;
}


.arc-sib {
  margin: 0.35rem auto 0rem auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.4rem;
  position: relative;
  }
  
  .arc-sib div {
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.2rem;
    margin-bottom: 0.25rem;
    padding-left: 0.2rem;
    position: relative;
    line-height: 0.26rem;
    width: 80%;
  }
  
  .arc-sib div a{
    font-size: 0.2rem;
    color: #000000;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .arc-sib div::after{
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    width: 3px;
    height: 0.2rem;
    background: #0c65dd;
  }

  .arc-sib .backico{
    position: absolute;
    right: 0;
    top: 0.2rem;
    background: #0c65dd;
    border-radius: 5px;
    width: 1.62rem;
    height: 0.67rem;
    line-height: 0.67rem;
    padding-left: 0;
    margin-bottom: 0;
  }

  .arc-sib .backico::after{
    display: none;
  }

  .arc-sib .backico a{
    display: block;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
  }

  .arc-sib .backico a:hover{
    color: #fff;
  }


  .nynewslist{
    margin-top: 0.6rem;
  }

  .nynewslist .news_t{
    line-height: 0.45rem;
    background: url(/nyimages/newsico.png) no-repeat left center;
    background-size: 0.45rem 0.45rem;
    padding-left: 0.57rem;
  }

  .nynewslist .news_t h3{
    font-size: 0.28rem;
    color: #0c65dd;
    font-family: "sourcehansanSCbold";
  }

  .nynewslist ul{
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding-top: 0.45rem;
  }

  .nynewslist ul::after{
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0.22rem;
    width: 1px;
    height: 91%;
    background: rgba(0, 0, 0, 0.1);
  }

  .nynewslist ul li{
    position: relative;

  }

  .nynewslist ul li .time{
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .nynewslist ul li .time em{
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    margin: 0 0.17rem;
  }

  .nynewslist ul li .time i{
    background: url(/nyimages/timelist.png) no-repeat center;
    background-size: 100%;
    width: 1.29rem;
    line-height: 0.32rem;
    height: 0.32rem;
    font-size: 0.14rem;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
  }

  .nynewslist ul li .time i span{
    display: inline-block;
    background: url(/nyimages/newstime.png) no-repeat center;
    background-size: 100%;
    width: 0.15rem;
    height: 0.15rem;
    margin: 0 0.05rem 0 0.18rem;
    position: relative;
    top: 0.03rem;
  }

  .nynewslist ul li .txt{
    margin: 0.15rem 0 0.3rem 0.5rem;

  }

  .nynewslist ul li .txt a{
    font-size: 0.2rem;
    color: #000;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }




/*未来学生*/


.nystudent{
  margin: 0 auto;
}

.nystudent .Futurestudents_item{
  margin-bottom: 0.53rem;
  padding: 0.4rem 0.4rem 0.55rem 0.4rem;
  background: rgba(12, 101, 221, 0.04);
  overflow: hidden;
}



.nystudent .Futurestudents_item .item_l{

  float: left;
  width: calc(100% - 4.85rem);
}

.nystudent .Futurestudents_item .item_l .s_title{
  display: flex;
  align-items: center;
  background: #0c65dd;
  line-height: 0.85rem;
}

.nystudent .Futurestudents_item .item_l .s_title a{
  display: block;
}

.nystudent .Futurestudents_item .item_l .s_title h5{
  margin-left: 0.25rem;
  font-size: 0.26rem;
  color:  #fff;

}

.nystudent .Futurestudents_item .item_l .s_title a h5 img{
  display: inline-block;
  margin-right: 0.12rem;
  width: 0.38rem;
  height: 0.38rem;

}


.nystudent .Futurestudents_item .item_l .itemlist{
  margin-top: 0.4rem;

}

.nystudent .Futurestudents_item .item_l .itemlist ul li{
  float: left;
  width: 42%;
  line-height: 0.35rem;
  padding: 0.15rem 0;
  border-bottom:1px solid rgba(0, 0, 0, 0.08);
  margin: 0 4%;
  position: relative;
  z-index: 5;

}

.nystudent .Futurestudents_item .item_l .itemlist ul li a{
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nystudent .Futurestudents_item .item_l .itemlist ul li h5{
  font-size: 0.2rem;
  color: #333;
  width: 80%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nystudent .Futurestudents_item .item_l .itemlist ul li em{
  display: block;
  width: 0.2rem;
  height: 0.08rem;
  background: url(/nyimages/s_more1.png) no-repeat center;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nystudent .Futurestudents_item .item_l .itemlist ul li::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: #f69830;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nystudent .Futurestudents_item .pic{
  position: relative;
  width: 4.4rem;
  height: 4.95rem;
  float: right;
  
}

.nystudent .Futurestudents_item .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.nystudent .Futurestudents_item:nth-child(2n){
  background: rgba(246, 152, 48, 0.04);
}

.nystudent .Futurestudents_item:nth-child(2n) .item_l{
  float: right;

}

.nystudent .Futurestudents_item:nth-child(2n) .pic{
  float: left;
}

.nystudent .Futurestudents_item:nth-child(2n) .item_l .s_title{
  background: #f69830 url(../nyimages/s_title.jpg) no-repeat right center;
  background-size: 100%;
}





/*fenye*/

.fenye{
  padding: 0.3rem 0 0rem 0;
}

.page {
  width: 100%;
  margin-top: 0rem;
}


.pb_sys_common {
  font-size:.16rem ;
  padding: 0px 0.05rem ;
  height: auto ;
  line-height: 0.24rem ;
  min-width: 0.24rem ;
}

.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.05rem ;
  margin:0px 0px 0px 5px;

  height:0.24rem;

  line-height:0.24rem;
  box-sizing:border-box;
  display:inline-block;
  vertical-align:middle;
}

.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:#258CFF;
  
  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 #258CFF;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
  border: 1px solid #ccc;
  padding: 0px 0.05rem;
  color: #222;

  margin:0px;

  height:0.24rem;
  line-height:0.24rem;
  display:inline-block;
  box-sizing:border-box;
  vertical-align:middle;
}

.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: #222;
}

.pb_sys_common .p_dosize a:hover{
  /*background-color:#f5f5f5;*/
  color: #222;
}

.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) {

  
.nystudent .Futurestudents_item .item_l .itemlist ul li:hover::after{
  width: 100%;
}

.nystudent .Futurestudents_item .item_l .itemlist ul li:hover h5{
  color: #f69830;

}
.nystudent .Futurestudents_item .item_l .itemlist ul li:hover em{
  background: url(/nyimages/s_more2.png) no-repeat center;
  background-size: 100%;
}


  .nynewslist ul li:hover .txt a{
    color: #0c65dd;
  }

  .arc-sib div a:hover{
    color: #0c65dd;

  }

  .nyLeft .subNavs ol>li:hover>h6 a{
    color: #0c65dd;
  }


  .nyfc ul li:hover .pic .more{
    opacity: 1;
  }
  
  
  .nyfc ul li:hover .txt::after{
    height: 100%;
  }
  
  .nyfc ul li:hover .txt a{
    color: #fff;
  }


  
.nyinstitution dl dd:hover::after{
  width: 100%;
}


.nyinstitution dl dd:hover .name{
  color: #fff;
  margin-left: 0.17rem;

}

.nyinstitution dl dd:hover .more{
  opacity: 1;

}


.nynoticebox ul li:hover::after{
  width: calc(100% + 0.1rem);
}

.nynoticebox ul li:hover .time{
  background: url(/nyimages/time2.png) no-repeat center;
  background-size: 100%;
  margin: 0.22rem 0 0 0rem;
}

.nynoticebox ul li:hover .time i{
  color: #fff;
  
}

.nynoticebox ul li:hover .time em{
  color: #fff;
}

.nynoticebox ul li:hover .txt h5{
  color: #fff;
  
}

.nynoticebox ul li:hover .txt p{
  color: #fff;
  opacity: 0.6;
  
}

.nynews ul li:hover .newsimg img{
  transform: scale(1.1);
}

.nynews ul li:hover .newsimg .time{

  background: url(/nyimages/newstime2.png) no-repeat center;
  background-size: 100% ;

}

.nynews ul li:hover .txt .xt{
  width: 100%;
  background: #f69830;
}




}


@media (max-width: 1024px) {




.nybanner::before {
  display: none;
}


.nybanner::after{
  display: none;
}


.nybanner .yjlm{
  display: none;
}





.nyMain {
  padding: .6rem 0 2rem 0;

}



.nyMain::after{
  display: none;
}


.nyLeft {
  width: 100%;
  position: relative;
}

.nyLeft .fenlei_t {
  padding: .2rem .25rem;
  height: auto;
  justify-content: space-between;
  display: flex;
  display: block;
  background: #0c65dd;
}

.nyLeft .fenlei_t h2 {
  font-size: .36rem;
  text-align: left;
}

.nyLeft .fenlei_t i.plus{
  display: block;
  width: .8rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.nyLeft i.plus:before {
  content: '';
  position: absolute;
  left: 50%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  width: .24rem;
  margin-left: -.12rem;
  background: #fff;
}

.nyLeft i.plus:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: .24rem;
  margin-top: -.12rem;
  width: 2px;
  margin-left: -1px;
  background: #fff;
  transition: .3s;
}

.nyLeft .subNavs {
  margin-top: 0rem;
  display: block;
}

.nyLeft .subNavs>li {
  position: relative;
  border-bottom: 1px dashed #e1e2e5;
}

.nyLeft .subNavs>li>h5 {
  padding: .2rem .45rem .2rem .45rem;
  display: block;
  position: relative;
  font-size: .2rem;

}

.nyLeft .subNavs>li>h5 a{
  font-size: .28rem;
  width: 80%;
}



.nyLeft .subNavs>li>h5 em::after{
  width: .12rem;
  height: .18rem;

}



.nyLeft .subNavs ol>li{
  line-height: 0.5rem;


}


.nyLeft .subNavs ol>li>h6 a{
  font-size: 0.24rem;
  padding: 0rem 0rem 0rem .45rem;
}

.nyLeft .subNavs ol>li>h6 em::after {
  width: .1rem;
  height: .18rem;

}


.nyLeft .subNavs ol>li .sanji{
  padding: 0.1rem .25rem 0.1rem .15rem;

}

.nyLeft .subNavs ol>li> .sanji a{
  font-size: 0.24rem;
  line-height: 0.5rem;

}

.nyLeft i.plus.show:after {
  transform: rotate(90deg);
}



.nyRight {
  width: 100%;
  padding: 0 0.3rem;
  margin-top: 0.4rem;
}

.nyRight .nyrtit {
  border-bottom: 1px solid #e6effc;
  padding-bottom: .2rem;
  padding-top: 0.4rem;
}



.nyRight .nyrtit h5{
  line-height: 0.4rem;
  font-size: 0.3rem;
  width: 100%;
}


.posi {
  order: 1;
  width: 100%;
  margin-top: .2rem;
  line-height: 0.4rem;
  background-size: .27rem .24rem;
}

.posi a {
  font-size: 0.24rem;
}

.posi a + a::before {
  font-size: 0.24rem;
}


.nyRight .nyrCon {
  padding: 0;
  margin-top: 0.4rem;
}



.nyfc ul li{
  width: 48%;
  margin: 0 4% 0.3rem 0;

}

.nyfc ul li:nth-child(3n){
  margin-right: 4%;
}

.nyfc ul li:nth-child(2n){
  margin-right: 0%;
}



.nyfc ul li .txt{

  height: 0.8rem;
  line-height: 0.8rem;


}

.nyfc ul li .txt a{
  font-size: 0.28rem;

}



.nylearder ul li{

  padding: 0.3rem 0 0.25rem 0;

}

.nylearder ul li h5{
  line-height: 0.35rem;
  padding-left: 0.3rem;
  font-size: 0.3rem;
}

.nylearder ul li h5::after{

  width: 2px;
  height: 0.35rem;

}

.nylearder ul li h5 i{
  font-size: 0.28rem;
  margin-left: 0.15rem;

}

.nylearder ul li p{
  font-size: 0.26rem;
  line-height: 0.42rem;
  margin: 0.15rem 0.3rem 0 0.3rem;
}




.nyxybs .bsbox1{
  margin: 0 auto 0.5rem auto;

}




.nyxybs .bsbox1 .bs_nr p{
  font-size: 0.28rem;
  line-height: 0.48rem;
  margin: 0.35rem auto 0.5rem auto;

}





.nyxybs .bsbox2 .bs_t{
  height: auto;

}


.nyxybs .bsbox2 .bs_t ul li{
  padding: 0 0.3rem 0 0.15rem;

}

.nyxybs .bsbox2 .bs_t ul li::after{
  font-size: 0.32rem;

}



.nyxybs .bsbox2 .bs_t ul li h5{
  font-size: 0.26rem;

}



.nyxybs .bsbox2 .bs_nr{
  margin: 0.6rem auto 0.55rem auto;
}




.nyinstitution dl{
  margin-bottom: 0.5rem;
} 



.nyinstitution dl dt{
  font-size: 0.28rem;
}

.nyinstitution dl dd{
  display: inline-block;
  margin: 0.25rem 3% 0 0;
  min-width: 46%;
  height: 0.7rem;
  line-height: 0.7rem;
}


.nyinstitution dl dd .name{
  font-size: 0.26rem;

}

.nyinstitution dl dd .more{
  right: 0.2rem;
  width: 0.24rem;
  height: 0.12rem;

}


.nyhistory{
  padding-top: 0.3rem;
}




.nyhistory ul li .xt em{
  width: 0.5rem;

}


.nyhistory ul li .txt{
  font-size: 0.26rem;
  line-height: 0.45rem;
}




.nynoticebox ul li{

  width: 100%;
  height: 2rem;
  margin-bottom: 0.3rem;
  padding: 0 0.3rem;
}


.nynoticebox ul li .time{
  margin: 0.3rem 0 0 0rem;
  width: 1.4rem;
  height: 1.4rem;

}

.nynoticebox ul li .time i{
  font-size: 0.3rem;
  padding-top: 0.35rem;

}

.nynoticebox ul li .time em{
  font-size: 0.24rem;
  margin-top: 0.05rem;

}

.nynoticebox ul li .txt{
  width: calc(100% - 1.7rem);
}

.nynoticebox ul li .txt h5{
  font-size: 0.28rem;
  margin: 0rem 0 0.1rem 0;
}

.nynoticebox ul li .txt p{
  font-size: 0.26rem;
  line-height: 0.38rem;
  height: 0.76rem;
}




.nynews ul li{
  height: auto;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 0.35rem;
  padding-bottom: 0.25rem;

}


.nynews ul li .newsimg{
  position: relative;
  width: 100%;
  height: auto;
}

.nynews ul li .newsimg .pic{
  width: 100%;
  height: auto;
  padding-top: 56%;

}


.nynews ul li .newsimg .time{
  position: absolute;
  top: auto;
  bottom: -0.42rem;
  right: auto;
  left: 0.5rem;
  width: 1.4rem;
  height: 1.4rem;

}

.nynews ul li .newsimg .time i{
  font-size: 0.32rem;
  padding-top: 0.3rem;
}

.nynews ul li .newsimg .time em{

  font-size: 0.24rem;
  margin-top: 0.05rem;
}


.nynews ul li .txt{
  width: calc(100% - 0.01rem);
}

.nynews ul li .txt h5{
  font-size: 0.28rem;
  line-height: 0.45rem;
  height: 0.9rem;
  margin: 0.48rem 0 0.2rem 0;
}


.nynews ul li .txt p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 1.2rem;
  margin-top: 0.2rem;
}



.nyabout .abimg1{

    float: none;
    margin: 0rem auto 0.35rem auto;
    width: 100%;
    height: auto;
}



.nyabout .abimg2{
  float: none;
  margin: 0rem auto 0.35rem auto;
    width: 100%;
    height: auto;
}

.nyabout .abimg3{
    float: none;
    margin: 0rem auto 0.35rem auto;
    width: 100%;
    height: auto;
}

.nyabout p{
  font-size: 0.28rem;
  line-height: 0.5rem;
  margin-bottom: 0.3rem;
  text-align: justify;
}



.nyabout p i{
  font-size: 0.28rem;

}


.nyabout .ab_num{
  margin: 0.2rem auto 0.15rem auto;
  width: 100%;
}



.nyabout .ab_num ul li{
  width: 50%;
  margin-bottom: 0.3rem;

}



.nyabout .ab_num ul li .txt .ab_p{
  font-size: 0.24rem;
  line-height: 0.32rem;
} 





.newsxqbg .newsxq_l{
  width: 100%;

}



.arc-tit h1 {
  font-size: .3rem;
  line-height: 0.45rem;
}

.arc-info {
  font-size: .26rem;
  line-height: 0.38rem;
  margin-top: 0.3rem;
}


.newsxqbg .nynewslist{
  width: 100%;
}

.nytxtcont {
  line-height: 0.46rem;
  font-size: .28rem;
}

.nytxtcont p {
  line-height: 0.46rem;
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
}

.nytxtcont p em{
  font-size: 0.24rem;
  margin-top: 0.1rem;
}


  
  .arc-sib div {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 0.25rem;
    padding-left: 0.2rem;
    width: 100%;
  }
  
  .arc-sib div a{
    font-size: 0.28rem;
  }

  .arc-sib div::after{
    width: 3px;
    height: 0.4rem;

  }

  .arc-sib .backico{
    position: relative;
    width: 1.72rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin: 0.45rem auto 0 auto;
  }


  .arc-sib .backico a{
    font-size: 0.26rem;

  }




  .nynewslist{
    margin-top: 0.6rem;
  }

  .nynewslist .news_t{
    line-height: 0.6rem;
    background: url(/nyimages/newsico.png) no-repeat left center;
    background-size: 0.6rem 0.6rem;
    padding-left: 0.75rem;
  }


  .nynewslist ul{
    padding-top: 0.55rem;
  }

  .nynewslist ul::after{

    left: 0.22rem;

    height: 91%;

  }


  .nynewslist ul li .time em{
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.17rem 0 0.14rem;
  }

  .nynewslist ul li .time i{
    width: 2.29rem;
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.24rem;
    background-size: 100% 100%;

  }

  .nynewslist ul li .time i span{
    width: 0.25rem;
    height: 0.25rem;
    margin: 0 0.08rem 0 0.28rem;
    position: relative;
    top: 0.06rem;
  }

  .nynewslist ul li .txt{
    margin: 0.2rem 0 0.35rem 0.65rem;

  }

  .nynewslist ul li .txt a{
    font-size: 0.28rem;
    line-height: 0.45rem;
    height: 0.9rem;
  }




  
  .nystudent .Futurestudents_item{
    margin-bottom: 0.4rem;
    padding: 0.4rem 0.3rem 0.55rem 0.3rem;

  }
  
  
  .nystudent .Futurestudents_item .item_l{
  
    float: none;
    width: calc(100% - 0.01rem);
  }
  
  .nystudent .Futurestudents_item .item_l .s_title{
    line-height: 0.85rem;
  }
  
  
  .nystudent .Futurestudents_item .item_l .s_title h5{
    margin-left: 0.25rem;
    font-size: 0.3rem;
  
  }
  
  .nystudent .Futurestudents_item .item_l .s_title a h5 img{
    display: inline-block;
    margin-right: 0.15rem;
  
  }
  
  .nystudent .Futurestudents_item .item_l .itemlist ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .nystudent .Futurestudents_item .item_l .itemlist ul li{
    float: none;
    width: 48%;
    line-height: 0.45rem;
    padding: 0.15rem 0;
    margin: 0 0;
  
  }
  
  
  .nystudent .Futurestudents_item .item_l .itemlist ul li h5{
    font-size: 0.28rem;

  }
  
  .nystudent .Futurestudents_item .item_l .itemlist ul li em{
    width: 0.2rem;
    height: 0.08rem;
  }
  

  
  .nystudent .Futurestudents_item .pic{
    width: 100%;
    height: 6.5rem;
    float: none;
    margin: 0.45rem auto 0 auto;
    
  }
  

  
  
  



.pb_sys_common {
  font-size: .24rem;
  line-height: 0.64rem !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.34rem;
  line-height: 0.34rem;

}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a {
  height: 0.34rem;
  line-height: 0.34rem;
}


}


@media screen and (max-width: 768px) {
  .tbsc table {
      width: 98% !important;
  }
  
  .nyrCon td, .nyrCon th {
    padding: 5px 0px !important;
}

}