.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 .nytxtcont td,
.nyrCon .nytxtcont th{padding: 5px 10px !important;border: 1px solid #999 !important;vertical-align:middle;color: #303030;line-height: 1.25;}
.nyrCon .nytxtcont td p,
.nyrCon .nytxtcont th p{padding-bottom:0; text-align: center;    color: #333;}
.nyrCon .nytxtcont table {border-collapse: collapse; width:100%}
.nyrCon .nytxtcont table tr:not(:first-child) td{}
.nyrCon .nytxtcont table td {border: 1px solid #999 !important;}

.nyrCon .nytxtcont table th{ border: 1px solid #999 !important;}

/*banner*/

.nybannerbg{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  padding-top: 1.3rem;display:none;
}


.nybanner{
  width: 100%;
  margin: 0 auto;

}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}






/*文字列表*/

.nyMain {
  min-height: 6rem;
  padding: 0rem 0 0.7rem 0;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: linear-gradient(180deg, rgba(241, 241, 255, 1) 53.62%, rgba(241, 241, 255, 0.2) 100%);padding-top:2.6rem;
}





.nyLeft {
  width: 21.3%;
  padding-bottom: 0.23rem;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  background: linear-gradient(270deg, rgba(136, 26, 150, 1) 0%, rgba(86, 31, 210, 1) 100%);
  float: left;
  margin-top: -0.88rem;

}

.nyLeft  .fenlei_t{
  width: 100%;
  height: 0.88rem;
  background: url(../nyimages/fenleiico1.png) no-repeat right bottom;
  background-size: 1.06rem 0.7rem;
  position: relative;
}

.nyLeft  .fenlei_t h2{
  text-align: left;
  line-height: 0.88rem;
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 1);
  font-family: "SourceHanSansBold";
  padding-left: 0.4rem;
}

.nyLeft  ul{
  background: #fff url(../nyimages/fenleibg.jpg) no-repeat center bottom;
  background-size:100%;
  border-radius: 0px 0px 0px 10px;
  margin-left: 0.15rem;
  padding-bottom: 1.7rem;

}




.nyLeft>ul>li{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;

}

.nyLeft>ul>li>h5{
  position: relative;
  z-index: 9;
  padding: .22rem .25rem .22rem .25rem;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.nyLeft>ul>li>h5 a{
  font-size: 0.22rem;
  color: rgba(39, 47, 58, 1);
  display: inline-block;
  width: 90%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft>ul>li>h5 em {
  position: absolute;
  right: 0rem;
  top: 0%;
  height: 100%;
  width: 30%;
}

.nyLeft>ul>li>h5 em::after {
  position: absolute;
  right: .3rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  background: url(../nyimages/ico1.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.08rem;
  height: 0.14rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyLeft>ul>li>h5 em.show::after{
  transform: translateY(-50%) rotate(90deg);
}



.nyLeft>ul>li>h5::after{
  position: absolute;
  left: 0%;
  top: 0rem;
  width: 0%;
  height: 100%;
  background: linear-gradient(270deg, rgba(136, 26, 150, 0.05) 0%, rgba(86, 31, 210, 0.05) 100%);
  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::before{
  position: absolute;
  left: -5px;
  top: 0;
  width: 5px;
  height: 0px;
  background: rgba(225, 178, 126, 1);
  content: "";
  z-index: -2;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft>ul>li.on>h5::after{
  width: 0%;
}

.nyLeft>ul>li.on>h5::before{
  height: 0%;
}


.nyLeft>ul>li.on>h5 a{
  color: rgba(115, 32, 124, 1);
}


.nyLeft>ul>li.nav-show>h5::after{
  width: 0%;
}

.nyLeft>ul>li.nav-show>h5::before{
  height: 0%;
}


.nyLeft>ul>li.nav-show>h5 a{
  color: rgba(115, 32, 124, 1);
}





.nyLeft>ul>li .erji{
  display: none;
}

.nyLeft>ul>li.on .erji {
  display: block;
}

.nyLeft>ul>li .erji>li{
  line-height: 0.6rem;
  margin: 0 auto;
  border-bottom: 1px solid rgba(224, 224, 224, 1);


}

.nyLeft>ul>li .erji>li>h6 {
  position: relative;
  z-index: 5;
  font-size: 0.2rem;
  color: rgba(39, 47, 58, 1);
}

.nyLeft>ul>li .erji>li>h6 a{
  display: block;
  font-size: 0.2rem;
  color: rgba(39, 47, 58, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 0.45rem;
}


.nyLeft>ul>li .erji>li>h6 em{
  position: absolute;
  right: .3rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: url(../nyimages/ico1.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.08rem;
  height: 0.14rem;
}


.nyLeft>ul>li .erji>li>h6::after{
  position: absolute;
  left: 0%;
  top: 0rem;
  width: 0%;
  height: 100%;
  background: linear-gradient(270deg, rgba(136, 26, 150, 0.05) 0%, rgba(86, 31, 210, 0.05) 100%);
  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 .erji>li>h6::before{
  position: absolute;
  left: -5px;
  top: 0;
  width: 5px;
  height: 0px;
  background: rgba(225, 178, 126, 1);
  content: "";
  z-index: -2;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyLeft>ul>li .erji>li.on>h6::after{
  width: 100%;
}

.nyLeft>ul>li .erji>li.on>h6::before{
  height: 100%;
}


.nyLeft>ul>li .erji>li>dl{
  display: none;
  border-bottom: 1px dashed #ddd;
}


.nyLeft>ul>li .erji>li>dl dd a{
display: block;
line-height: 0.36rem;
font-size: 0.15rem;
color: #666666;
-webkit-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
padding-left: 20%;


}


.nyLeft>ul>li .erji>li> .sanji a{
  display: block;
  padding-left: 0.45rem;
  font-size: 0.16rem;
  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;

}

.nyLeft>ul>li .erji>li> .sanji a.on {
  color: rgba(115, 32, 124, 1);
}

.nyRight {
  float: right;
  width: 76.4%;
  position: relative;
  z-index: 2;
  padding: 0.05rem 0.4rem 0.65rem 0.4rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  margin-top: -0.88rem;
}

.nyRight .nyrtit {
  padding: 0.23rem 0;
  border-bottom: 2px solid rgba(115, 32, 124, 1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nyRight .nyrtit h5{
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: rgba(115, 32, 124, 1);
  font-family: "SourceHanSansBold";
  width: 60%;
}
.posi {
  line-height: 0.4rem;
  display: block;
}

.posi a {
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 0.8);
}

.posi a + a::before {
  content: '>';
  margin: 0 .05rem;
  font-size: 0.12rem;
  color: #bbbbbb;
  font-family: "simsun";
  position: relative;
  top: -1px;
}


.nyRight .nyrCon {
  padding: 0;
}



/*fenye*/



@media (min-width: 1024px) {


  .nyLeft>ul>li:hover>h5 a{
    color: rgba(115, 32, 124, 1);
  }

  .nyLeft>ul>li .erji>li>h6:hover::after{
    width: 100%;
  }

  .nyLeft>ul>li .erji>li>h6:hover::before{
    height: 100%;
  }

  .nyLeft>ul>li .erji>li>h6:hover a{
    color: rgba(115, 32, 124, 1);
  }
}

  
@media (max-width: 1024px) {
  
  .nybannerbg{
    padding-top: 0;
  }

  .nyMain {
    padding: 0.5rem 0 0.8rem 0;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    margin-top: 0;
    padding-bottom: 1px;
    border-radius: 5px;
  }
  
  .nyLeft  .fenlei_t{
    width: 100%;
    height: 0.9rem;
    position: relative;
    padding-top: 0;
  }


  
  .nyLeft  .fenlei_t h2{
    text-align: left;
    line-height: 0.9rem;
    font-size: 0.34rem;
    color: #fff;
    padding-left: 0.3rem;
  }

  
  .nyLeft  .fenlei_t i.plus{
    position: absolute;
    top: 0.25rem;
    right: 0.3rem;
    content: "";
    background: url(../nyimages/fenleiico2.png) no-repeat center;
    background-size: 100%;
    width: 0.4rem;
    height: 0.4rem;
}
  
.nyLeft>ul{
  margin-bottom: 0.22rem;
  display: none;
  
}
  
  .nyLeft>ul>li{
    width: 100%;
  
  }
  
  .nyLeft>ul>li>h5{
    position: relative;
    z-index: 9;
    line-height: 0.6rem;
  }
  
  .nyLeft>ul>li>h5 a{
    padding: 0 10% 0 3%;
    font-size: 0.28rem;
  }
  
  .nyLeft>ul>li>h5 em::after{
    width: 0.14rem;
    height: 0.26rem;
  }
  
  
  
  .nyLeft>ul>li .erji>li{
    line-height: 0.8rem;
  
  
  
  }
  
  .nyLeft>ul>li .erji>li>h6 {
    font-size: 0.26rem;
  }
  
  .nyLeft>ul>li .erji>li>h6 a{
    font-size: 0.26rem;
    padding-left: 10%;
  }

  
  
  .nyLeft>ul>li .erji>li>dl dd a{
  line-height: 0.38rem;
  font-size: 0.24rem;
  
  
  }

  .nyLeft>ul>li .erji>li>h6 em {

    background: url(../nyimages/ico1.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.12rem;
    height: 0.21rem;
}

  .nyLeft>ul>li .erji>li> .sanji a {
    padding-left: 0.7rem;
    font-size: 0.24rem;
    line-height: 0.5rem;

}


  .nyRight {
    float: none;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: .3rem;
    padding: 0.15rem 0.3rem 0.65rem 0.3rem;
  }
  


  .nyRight .nyrtit h5{
    font-size: 0.3rem;
    line-height: 0.42rem;
    width: 100%;
  }
  
  .nyRight .nyrtit .tit {
    font-size: .36rem;
    order: 2;
  }
  
  .posi {
    order: 1;
    width: 100%;
    margin-top: 0.2rem;


  }
  
  .posi a {
    font-size: 0.24rem;
}
  
.posi a + a::before {
  font-size: 0.24rem;
  top: 0px;
}





.nyrCon.nyArc{
  margin: 0.5rem auto 0 auto;


}


.arc-info {
  font-size: .24rem;

}


.nytxtcont {
  line-height: 0.45rem;
  font-size: 0.3rem;
}

.nytxtcont p {
  line-height: 0.45rem;
  font-size: 0.3rem;
  margin-bottom: 0.3rem;

}


.arc-sib div {
  padding: .12rem 0rem;
  font-size: 0.26rem;
  line-height: 0.42rem;
}

.arc-sib div a{
  font-size: 0.26rem;
}













}







@media screen and (max-width: 1024px) {
  
  .tbsc{overflow-x: auto;}
  .tbsc table{width: 700px;}
}


@media (max-width: 597px) {
body {
    font-size: .26rem;
}
}






/*活动新闻*/


.nynews{
  margin: 0.05rem auto 0.1rem auto;
}

.nynews ul li{
  width: 100%;
  padding: 0.45rem 0 0.4rem 0;
  border-bottom: 1px solid rgba(241, 241, 241, 1);
}

.nynews ul li a{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nynews ul li .time{
  width: 1rem;
  font-family: "PingFangSC";
}

.nynews ul li .time i{
  display: block;
  font-size: 0.38rem;
  font-weight: 600;
  color: rgba(115, 32, 124, 1);
  line-height: 0.36rem;
  margin-left: 0.05rem;

}

.nynews ul li .time span{
  display: block;
  font-size: 0.14rem;
  color: rgba(115, 32, 124, 1);
  margin-top: 0.07rem;
}


.nynews ul li .pic{
  width: 2.1rem;
  height: 1.3rem;
  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% - 3.75rem));
  max-width: calc((100% - 1.3rem));
  margin-left: 0.3rem;
  font-family: "PingFangSC";
}


.nynews ul li .txt h5{
  font-size: 0.2rem;
  color: rgba(51, 51, 51, 1);
  font-family: "PingFangSCbold";
  line-height: 0.32rem;
  max-height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nynews ul li .txt p{
  font-size: 0.14rem;
  color: rgba(51, 51, 51, 0.6);
  font-family: "PingFangSC";
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.1rem;
}




/*通知公告*/


.nynotice{
  margin: 0.15rem auto 0.2rem auto;
}

.nynotice ul li{
  width: 100%;
  line-height: 0.7rem;
  border-bottom:  1px solid rgba(241, 241, 241, 1);
  position: relative;
  z-index: 5;
}

.nynotice ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "PingFangSC";
}


.nynotice ul li h5{
  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.2rem;
  color: rgba(51, 51, 51, 1);
  font-family: "PingFangSCbold";
  padding-left: 0.25rem;
  position: relative;
  z-index: 5;
  width: 75%;
}

.nynotice ul li h5::after{
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(115, 32, 124, 1);
}

.nynotice ul li .time{
  display: block;
  font-size: 0.16rem;
  color: rgba(154, 154, 154, 1);
}


.nynotice ul li::after{
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  content: "";
  width: 0px;
  height: 1px;
  background: rgba(115, 32, 124, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/*内容页*/

.nyArcbg{
  width: 100%;

}

.nyrCon.nyArc{
  padding: 0.9rem 1.2rem 0 1.2rem;

}

.arc-tit {
  margin-bottom: .55rem;
  border-bottom: 2px solid rgba(115, 32, 124, 1);
  padding-bottom: 0.2rem;
}


.arc-tit h1 {
  font-size: 0.42rem;
  color: rgba(58, 58, 60, 1);
  text-align: center;
  line-height: 1.4em;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.arc-info {
  text-align: center;
  font-size: .18rem;
  color: rgba(140, 140, 140, 1);
  margin-bottom: .6rem;
  margin-top: 0.3rem;
}

.arc-info span {
  display: inline-block;
  margin: 0 .1rem;
  padding: 4px 0 2px;
}

.nytxtcont {
  line-height: 0.38rem;
  color: rgba(58, 58, 60, 1);
  font-size: .2rem;
}

.nytxtcont p{
  line-height: 0.38rem;
  color: rgba(58, 58, 60, 1);
  font-size: .2rem;
  text-indent: 2em;
  margin-bottom: 0.35rem;
}


.nytxtcont p>img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.2rem auto 0.4rem auto;

}

.nytxtcont  p i{
  display: block;
  text-align: center;
  text-indent: 0;
  line-height: 0.38rem;
  color: rgba(58, 58, 60, 1);
  font-size: .2rem;
}



/*服务*/

.nyfw{
  padding: 0.4rem 0.3rem 0 0.3rem;

}

.nyfw .txt{
  margin-bottom: 0.35rem;
}

.nyfw .txt p{
  font-size: 0.18rem !important;
  line-height: 0.36rem !important;
  color: rgba(0, 0, 0, 1);
}


.nyfw .txt strong{
color:rgba(115, 32, 124, 1);

}
.nyfw .txt p a{
  font-size: 0.18rem !important;
  color: rgba(115, 32, 124, 1);
}

.nyfw .txt p i{
  font-size: 0.18rem !important;
  color: rgba(115, 32, 124, 1);
}
.nyfw .txt img{
   margin:25px auto !important;
  display:block;
max-width:100% !important;
height:auto !important;
border:none !important;

}
.nyfw .txt:nth-child(1) p{
  text-indent: 2em;

}




/*指南*/

.nyguide{
  margin: 0 auto;
  padding: 0.35rem  0.35rem 0 0.35rem;
}

.nyguide .txt{
  margin-bottom: 0.4rem;

}

.nyguide .txt p{
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: rgba(0, 0, 0, 1);
}

.nyguide .txt h5.title{
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: rgba(115, 32, 124, 1);
}


.nyguide .txt img{
  display: block;
  margin: 0.45rem auto 0 auto;
  max-width: 100%;
}



/*database*/

.databasebg{
  width: 100%;
  padding: 0.6rem 0.8rem 0.65rem 0.8rem;
}

.databasebg .database .back{
 

}

.databasebg .database .back a{
  display:inline-block;
  padding-left: 0.35rem;
  color: rgba(51, 51, 51, 1);
  font-size: 0.2rem;
  background: url(../nyimages/back.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
}

.databasebg .database .back h3{
  display:inline-block;
  font-size: 0.24rem;
  color: rgba(48, 49, 51, 1);
  background: url(../nyimages/xt.png) no-repeat left center;
  padding-left: 0.35rem;
  margin-left: 0.35rem;
}

.databasebg .database .database_t{
  margin: 0.35rem 0 0.3rem 0;
}

.databasebg .database .database_t h5{
  font-size: 0.42rem;
  color: rgba(0, 0, 0, 1);
  font-family: "SourceHanSansBold";
  margin-bottom: 0.35rem;
}

.databasebg .database .database_t p{
  color: rgba(153, 153, 153, 1);
  font-size: 0.2rem;
  line-height: 0.42rem;
}

.databasebg .database .database_t p i{
  color: rgba(51, 51, 51, 1);
  font-size: 0.2rem;
}

.databasebg .database .txt{
  margin-bottom: 0.5rem;

}

.databasebg .database .txt .txt_t{
  background: url(../nyimages/nytitle.png) no-repeat top left;
  background-size: 100%;
  height: 0.56rem;
  width: 100%;
  margin-bottom: 0.3rem;
}

.databasebg .database .txt .txt_t h5{
  font-size: 0.24rem;
  color: rgba(115, 32, 124, 1);
  font-weight: bold;
  padding-top: 0.15rem;
  width: 2.1rem;
  text-align: center;
}
.nyRight1 .databasebg .database .txt .txt_t h5{

  width: 1.7rem;

}
.databasebg .database .txt .gwrk{
  display: inline-block;
  text-align: center;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 45px;
  background: linear-gradient(270deg, rgba(136, 26, 150, 0.1) 0%, rgba(86, 31, 210, 0.1) 100%);
} 

.databasebg .database .txt .gwrk a{
  display: block;
  padding: 0px 0.4rem 0 0.4rem;
}

.databasebg .database .txt .gwrk a i{
  display: block;
  font-size: 0.2rem;
  color: rgba(115, 32, 124, 1);
  background: url(../nyimages/ico2.png) no-repeat right center;
  background-size: 0.17rem 0.16rem;
  padding-right: 0.3rem;
}


.databasebg .database .txt .fangwen{

} 

.databasebg .database .txt .fangwen p{
  font-size: 0.18rem;
  line-height: 0.42rem;
  color: rgba(51, 51, 51, 1);
}

.databasebg .database .txt .fangwen p a{
  font-size: 0.18rem;
  color: rgba(115, 32, 124, 1);
  text-decoration: underline;
}

.databasebg .database .txt .txt_xq{

}

.databasebg .database .txt .txt_xq p{
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: rgba(51, 51, 51, 1);
}


/*电子资源*/

.electronicbg{
  padding: 0rem 0rem;
  background: rgba(255, 255, 255, 0);
}

.nyresource{
  padding: 0.05rem 0.3rem 0.15rem 0.3rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
}


.nySearch{
  margin: 0.22rem auto 0rem auto;
}

.nySearch .search-field{
  margin-bottom: 0.22rem;

}

.nySearch .search-field.searchbox{
  width: 100%;
  height: 0.6rem;
  
}

.nySearch .search-field.searchbox .name{
  float: left;
  width: calc((100% - 1.6rem));
  height: 0.6rem;
  padding-left: 0.22rem;
  font-size: 0.2rem;
  color: rgba(153, 153, 153, 1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  
  border: 1px solid rgba(213, 213, 213, 1);
}

.nySearch .search-field.searchbox .name::placeholder{
  font-size: 0.2rem;
  color: rgba(153, 153, 153, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
}

.nySearch .search-field.searchbox .submitBtn{
  float: right;
  border-radius: 10px;
  background: #73207c url(../nyimages/search.png) no-repeat 0.32rem center;
  background-size: 0.2rem 0.2rem;
  width: 1.38rem;
  height: 0.6rem;
  cursor: pointer;
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 1);
  padding-left: 0.25rem;
} 

.nySearch .filter-section{
  margin-bottom: 0.1rem;
  display: flex;
  justify-content: left;
}

.nySearch .filter-section .filter-title{
  display: inline-block;
  width: 8%;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 1);
  line-height: 0.32rem;
  vertical-align: top;
}

.nySearch .filter-section .filter-options{
  display: inline-block;
  width: 92%;

}

.nySearch .filter-section .filter-options button{
  height: 0.32rem;
  line-height: 0.3rem;
  border-radius: 100px;
  border: 1px solid rgba(204, 204, 204, 1);
  padding: 0px 0.15rem 0px 0.15rem;
  background: none;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  margin: 0 0.03rem 0.12rem 0;
}

.nySearch .filter-section .filter-options button.active{
  
  background: linear-gradient(270deg, rgba(136, 26, 150, 1) 0%, rgba(86, 31, 210, 1) 100%);
  color: rgba(255, 255, 255, 1);
} 












.electronicbox{
  margin: 0.17rem auto 0 auto;
  padding: 0.05rem 0.3rem 0.65rem 0.3rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.electronicbox .electronic_l{
  width: 47.5%;
  font-family: "PingFangSC";
}

.electronicbox .electronic_l .electronic_t{
  line-height: 0.4rem;
  padding: 0.25rem 0;
  font-size: 0.28rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
}

.electronicbox .electronic_l .electronic_t i{
  font-size: 0.15rem;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 0.15rem;
}

.electronicbox .electronic_l dl{

}

.electronicbox .electronic_l dl dt{
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 1);
  padding: 0 0.25rem;
  line-height: 0.6rem;
  background: linear-gradient(270deg, rgba(136, 26, 150, 1) 0%, rgba(86, 31, 210, 1) 100%);
}

.electronicbox .electronic_l dl dd{
  line-height: 0.6rem;
  padding: 0 0.25rem;
}

.electronicbox .electronic_l dl dd:nth-child(2n-1){
  background: rgba(242, 243, 247, 1);
}

.electronicbox .electronic_l dl dd h5{
  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;
}

.electronicbox .electronic_l dl dd h5 a{
  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;
}

.electronicbox .electronic_l dl dd.on h5{
  background: url(../nyimages/ico3.png) no-repeat left center;
  background-size: 0.08rem 0.13rem;
  padding-left: 0.2rem;

}






@media (min-width: 1024px) {

  .nynews ul li:hover .pic img{
    transform: scale(1.1);
  }

  .nynews ul li:hover .txt h5{
    color: rgba(115, 32, 124, 1);
  }

  .nynotice ul li:hover::after{
    width: 100%;
  }

  .nynotice ul li:hover h5{
    color: rgba(115, 32, 124, 1);
  }

  .electronicbox .electronic_l dl dd:hover h5{
    color: rgba(115, 32, 124, 1);
  }

  .electronicbox .electronic_l dl dd:hover h5 a{
    color: rgba(115, 32, 124, 1);
  }
  
}


@media (max-width: 1024px) {


  
  .nynews ul li a{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  
  .nynews ul li .time{
    width: 100%;
  }
  
  .nynews ul li .time i{
    display: inline-block;
    font-size: 0.48rem;
    line-height: 0.36rem;
    margin-left: 0rem;
  
  }
  
  .nynews ul li .time span{
    display: inline-block;
    font-size: 0.24rem;
    margin-top: 0rem;
  }
  
  
  .nynews ul li .pic{
    width: 100%;
    height: auto;
    padding-top: 56%;
    margin: 0.2rem 0 0.2rem 0;

  }
  

  
  
  .nynews ul li .txt{
    width: calc((100% - 0rem));
    max-width: calc((100% - 0rem));
    margin-left: 0rem;
  }
  
  
  .nynews ul li .txt h5{
    font-size: 0.28rem;
    line-height: 0.45rem;
    max-height: 0.9rem;

  }
  
  
  .nynews ul li .txt p{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin-top: 0.15rem;
  }


  
  .nynotice ul li{
    line-height: 0.8rem;
  }
  

  
  .nynotice ul li h5{
    font-size: 0.28rem;
    font-family: "PingFangSC";
    width: 70%;
  }
  
  
  .nynotice ul li .time{

    font-size: 0.24rem;

  }
  
  

  .nyrCon.nyArc{
    padding: 0rem 0.1rem 0 0.1rem;
  
  }
  
  .arc-tit {
    margin-bottom: .4rem;
  }
  
  
  .arc-tit h1 {
    font-size: 0.32rem;
    width: 100%;
  }
  
  .arc-info {
    font-size: .24rem;
    margin-bottom: .3rem;
    margin-top: 0.2rem;
  }
  

  
  .nytxtcont {
    line-height: 0.45rem;
    font-size: .28rem;
  }
  
  .nytxtcont p{
    line-height: 0.45rem;
    font-size: .28rem;
    margin-bottom: 0.35rem;
  }
  
  
  .nytxtcont  p i{
    line-height: 0.42rem;
    font-size: .28rem;
  }


  
  .nyfw{
    padding: 0.4rem 0rem 0 0rem;
  
  }
  
  .nyfw .txt{
    margin-bottom: 0.35rem;
  }
  
  .nyfw .txt p{
    font-size: 0.28rem !important;
    line-height: 0.5rem !important;
  }
  
  .nyfw .txt p a{
    font-size: 0.28rem !important;
  }
  
  .nyfw .txt p i{
    font-size: 0.28rem !important;
  }
  
  
  .nyguide{
    padding: 0.35rem  0rem 0 0rem;
  }
  
  .nyguide .txt{
    margin-bottom: 0.4rem;
  
  }
  
  .nyguide .txt p{
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  
  .nyguide .txt h5.title{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  







  .databasebg{
    padding: 0.5rem 0.3rem 0.65rem 0.3rem;
  }
  

  
  .databasebg .database .back a{
    font-size: 0.28rem;

  }
  
  .databasebg .database .back h3{
    font-size: 0.28rem;
    padding-left: 0.35rem;
    margin-left: 0.35rem;
  }

  
  .databasebg .database .database_t h5{
    font-size: 0.36rem;
  }
  
  .databasebg .database .database_t p{
    font-size: 0.24rem;

  }
  
  .databasebg .database .database_t p i{
    font-size: 0.24rem;
  }
  
  .databasebg .database .txt{
    margin-bottom: 0.5rem;
  
  }
  
  .databasebg .database .txt .txt_t{
    background: url(../nyimages/nytitle.png) no-repeat top left;
    background-size: 200% 100%;
    height: 0.65rem;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  
  .databasebg .database .txt .txt_t h5{
    font-size: 0.28rem;
    padding-top: 0.15rem;
    width: 2.6rem;
  }
  
  .databasebg .database .txt .gwrk{
    height: 0.65rem;
    line-height: 0.65rem;

  } 
  

  .databasebg .database .txt .gwrk a i{

    font-size: 0.28rem;
    background: url(../nyimages/ico2.png) no-repeat right center;
    background-size: 0.25rem 0.24rem;
    padding-right: 0.4rem;
  }
  
  
  
  .databasebg .database .txt .fangwen p{
    font-size: 0.26rem;
    line-height: 0.65rem;
  }
  
  .databasebg .database .txt .fangwen p a{
    font-size: 0.26rem;
  }
  

  
  .databasebg .database .txt .txt_xq p{
    font-size: 0.28rem;
    line-height: 0.5rem;
  }




  
  
  .nySearch{
    margin: 0.35rem auto 0rem auto;
  }
  
  .nySearch .search-field{
    margin-bottom: 0.22rem;
  
  }

  
  .nySearch .search-field.searchbox .name{
    width: calc((100% - 1.7rem));
    padding-left: 0.25rem;
    font-size: 0.26rem;
  }
  
  .nySearch .search-field.searchbox .name::placeholder{
    font-size: 0.26rem;

  }
  
  .nySearch .search-field.searchbox .submitBtn{

    background: #73207c url(../nyimages/search.png) no-repeat 0.35rem center;
    background-size: 0.24rem 0.24rem;
    width: 1.48rem;
    height: 0.6rem;
    font-size: 0.26rem;
    padding-left: 0.45rem;
  } 
  
  .nySearch .filter-section{
    margin-bottom: 0.1rem;
    display: flex;
    justify-content: left;
  }
  
  .nySearch .filter-section .filter-title{
    width: 20%;
    font-size: 0.28rem;
    line-height: 0.52rem;

  }
  
  .nySearch .filter-section .filter-options{
    width: 80%;
  
  }
  
  .nySearch .filter-section .filter-options button{
    height: 0.52rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
    margin: 0 0.05rem 0.15rem 0;
    padding: 0px 0.2rem 0px 0.2rem;
  }
  

  
  
  
  
  .electronicbox{
    margin: 0.3rem auto 0 auto;

  }
  
  .electronicbox .electronic_l{
    width: 100%;
    margin-bottom: 0.3rem;

  }
  
  .electronicbox .electronic_l .electronic_t{
    line-height: 0.5rem;
    font-size: 0.3rem;
  }
  
  .electronicbox .electronic_l .electronic_t i{
    font-size: 0.24rem;
    margin-left: 0.15rem;
  }
  
  
  .electronicbox .electronic_l dl dt{
    font-size: 0.28rem;
    line-height: 0.75rem;
  }
  
  .electronicbox .electronic_l dl dd{
    line-height: 0.75rem;
  }
  
  
  .electronicbox .electronic_l dl dd h5{
    font-size: 0.28rem;
  }
  
  .electronicbox .electronic_l dl dd h5 a{
    font-size: 0.28rem;
  }
  
  .electronicbox .electronic_l dl dd.on h5{
    background: url(../nyimages/ico3.png) no-repeat left center;
    background-size: 0.16rem 0.26rem;
    padding-left: 0.3rem;
  
  }
  
  
  





}


@media (max-width: 640px){

  .databasebg .database .txt .txt_t{
    background: url(../nyimages/nytitle.png) no-repeat top left;
    background-size: 300% 100%;
  }


  

  


}


.nypiclist{
  margin-top: 0.3rem;
}
.nypiclist li{
  float: left;
  width: 46%;
  margin-right: 2%;
  margin-bottom: 0.3rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(2, 70, 143, 0.15);
}


.nypiclist li:nth-child(2n){
  margin-right: 0;
}

.nypiclist li a{
  display: block;
}

.nypiclist li .img{
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  width: 95%;
  margin: 0.1rem auto 0 auto;
}

.nypiclist li .img img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nypiclist li .txt{
  margin: 0px auto 0 auto;
  width: 90%;
  padding: 0.2rem 0 0.2rem 0;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 0.18rem;
  color: #333333;
}






/*图片­*/

.nylmxy{
  margin: 0.5rem auto 0 auto;
  position: relative;
}

.nylmxy .gallery-top{
  margin: 0 auto;
}

.nylmxy .gallery-top .swiper-slide{
  position: relative;
}

.nylmxy .gallery-top .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 63%;
}


.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;
}


.nylmxy .gallery-top .swiper-slide .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.8rem;
  background: rgba(115, 32, 124, 0.8);
}

.nylmxy .gallery-top .swiper-slide .txt a{
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  padding-top: 0.25rem;
}

.nylmxy .gallery-top .swiper-slide .txt h5{
  font-size: 0.22rem;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.nylmxy .gallery-top .swiper-slide .txt p{
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
  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;
  margin-top: 0.1rem;
}

.nylmxy .gallery-thumbs{
  margin: 0.2rem 0.4rem 0 0.4rem;
  position: relative;
}

.nylmxy .gallery-thumbs .swiper-slide{
  position: relative;

}

.nylmxy .gallery-thumbs .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 66.5%;
}


.nylmxy .gallery-thumbs .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;
}

.nylmxy .gallery-thumbs .swiper-slide-thumb-active {
  background: #73207c;
  border: 4px solid #73207c;
}



.nylmxy  .swiper-campus-next{
  cursor: pointer;
  position: absolute;
  right: 0rem;
  bottom: 0.4rem;
  z-index: 5;
  background: url(../nyimages/fc_right.png) center repeat;
  background-size: 100%;
  width: 0.14rem;
  height: 0.37rem;
}

.nylmxy  .swiper-campus-prev{
  cursor: pointer;
  position: absolute;
  left: 0rem;
  bottom: 0.4rem;
  z-index: 5;
  background: url(../nyimages/fc_left.png) center repeat;
  background-size: 100%;
  width: 0.14rem;
  height: 0.37rem;
}


@media (min-width: 1024px){
  .nylmxy .gallery-top .swiper-slide:hover .pic img{
    transform: scale(1.1);
  }
}

@media (max-width: 1024px){


  .nylmxy .gallery-top .swiper-slide .txt{

    height: 0.8rem;
  
  }
  
  .nylmxy .gallery-top .swiper-slide .txt a{
  
    padding-top: 0.2rem;
  }
  
  .nylmxy .gallery-top .swiper-slide .txt h5{
    font-size: 0.28rem;
  
  
  }
  
  .nylmxy .gallery-top .swiper-slide .txt p{
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
  
  .nylmxy .gallery-thumbs{
    margin: 0.3rem 0.4rem 0 0.4rem;
    position: relative;
  }
  
  
  .nylmxy  .swiper-campus-next{
  
    bottom: 0.7rem;
    width: 0.18rem;
    height: 0.41rem;
  }
  
  .nylmxy  .swiper-campus-prev{
  
    bottom: 0.7rem;
    width: 0.18rem;
    height: 0.41rem;
  }
  
  
}