img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}


.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;}
.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: 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::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -0px;
  width: 100%;
  height: 100%;
  background: url(../nyimages/nybannerbg.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}


.pagecontainer2 {
  max-width: 16rem;
  margin: 0 auto;
  width: 94%;

}



/*左侧列表*/

.nyMain {

  padding: .9rem 0 1.8rem 0;padding: .9rem 0 0rem 0;
  background: url(../nyimages/pagebg.jpg) no-repeat top center;
  background-size: 100% 100%;
  position: relative;
  z-index: 9;
}

.nyMain .pagecontainer2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyMain::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0.3rem;
  width: 100%;
  height: 3.08rem;
  background: url(../nyimages/pagebg1.png) no-repeat top center;
  background-size: 100% ;
  z-index: -1;
}


.nyLeft {
  width: 18%;
  position: relative;
  z-index: 5;
  margin-top: 0.52rem;
}

.nyLeft::before{
  position: absolute;
  top: -0.52rem;
  right: 0;
  content: "";
  z-index: 1;
  width: 2.99rem;
  height: 0.55rem;
  background: url(../nyimages/fenlei_t.png) no-repeat top center;
  background-size: 100% 100%;
}




.nyLeft .fenlei_t {
  position: relative;
  z-index: 10;
  justify-content: center;
  height: 1.03rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  background: #6c216d;
  padding-top: 0.1rem;
}

.nyLeft .fenlei_t::after{
  width: 91%;
  height: 1px;
  position: absolute;
  left: 4.5%;
  bottom: 0;
  content: "";
  z-index: -1;
  background:rgba(241, 184, 101, 0.3);

}

.nyLeft .fenlei_t h2 {
  font-size: .3rem;
  font-weight: bold;
  display: block;
  text-align: center;
}

.nyLeft .fenlei_t h2 em{
  display: block;
  font-size: 0.5rem;
  color: #fff;
  font-family: "MiSansSemibold";
  text-transform: uppercase;
  line-height: 0.46rem;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%);

  -webkit-background-clip: text;

  background-clip: text;

  color: transparent;
}

.nyLeft .fenlei_t h2 span{
  display: block;

  font-size: 0.42rem;
  color: #f1b865;
  -webkit-background-clip: text; 

  -webkit-text-fill-color: transparent; 
  margin-top: -0.28rem;
}

.nyLeft .nyLeftBtn i.plus{
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.nyLeft .subNavs {
  margin-top: 0rem;
  display: block;
  background: #6c216d;
  position: relative;
  z-index: 5;
  padding-bottom: 1.1rem;
}

.nyLeft .subNavs::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 2.22rem;
  background: url(../nyimages/fenleiimg.png) no-repeat bottom center;
  background-size: 100% ;
}


.nyLeft .subNavs>li {
  position: relative;
  width: 91%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(241, 184, 101, 0.3);
}

.nyLeft .subNavs>li>h5 {
  padding: .24rem .35rem .23rem .35rem;
  display: block;
  position: relative;
  font-size: .24rem;

}

.nyLeft .subNavs>li>h5 a{
  display: block;
  font-size: .24rem;
  color: #fff;
  width: 90%;
  text-align: center;
  -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>ul>li>h5::after {
    position: absolute;
    left: -4.8%;
    top: 0.02rem;
    width: 0%;
    height: 100%;
    background: url(../nyimages/fl_list.png) 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: 2.94rem;
}


.nyLeft .subNavs>li.on>h5 a{
  color: #6c216d;
}

.nyLeft .subNavs ol{

  display: none;
}

.nyLeft .subNavs ol>li{
  line-height: 0.3rem;


}

.nyLeft .subNavs ol>li>h6{
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 0.1rem 0;
}

.nyLeft .subNavs ol>li>h6 a{
  display: block;
  padding: 0rem 0rem 0rem .35rem;
  font-size: 0.16rem;
  color: #fff;
  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: #fff;
  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: 76.5%;
  position: relative;
  min-height: 6rem;
}

.nyRight .nyrtit {
  height: 0.53rem;

}

.nyRight .nyrtit .trait{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  min-height: 0.3rem;
}

.nyRight .nyrtit h5{
  line-height: 0.3rem;
  font-size: 0.32rem;
  color: #000000; ;
  width: 55%;
}


.posi {
  display: block;
  background: url(../nyimages/home.png) no-repeat left center;
    background-size: auto;
  background-size: .22rem .19rem;
  padding-left: .4rem; font-size: 0.16rem;
}

.posi a {
  font-size: 0.16rem;
  color: #922e8e;
  font-family: "SourceHanSansCN";
}

.posi a + a::before{
  content: ' > ';
  margin: 0 0.02rem;
  font-size: 0.16rem;
  color: #922e8e;
  font-family: "SourceHanSansCN";
}

.nyRight .nyrCon {
  padding: 0;
  margin-top: 0rem;
}







/*管理机构*/



.nyinstitutionbg .nyRight {
  width: 100%;

}


.nyinstitution{
  margin: 0.17rem auto 0 auto;
}


.nyinstitution ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}


.nyinstitution ul li{
  position: relative;
  z-index: 5;
  width: 31.8%;
  height: 1.1rem;
  background: url(../nyimages/leaderlist.png) no-repeat center;
  background-size: 100%;
  margin: 0 2.2% 0.4rem 0;
}

.nyinstitution ul li::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: url(../nyimages/leaderlist1.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;
}

.nyinstitution ul li:nth-child(3n){
  margin-right: 0;
}

.nyinstitution ul li a{
  display: block;
  padding: 0 0.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.nyinstitution ul li h5{
  width: 90%;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.32rem;
  max-height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyinstitution ul li h5 i{
  font-size: 0.3rem;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyinstitution ul li .more{
  width: 0.2rem;
  height: 0.2rem;
  background: url(../nyimages/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;
}



/*nynotice*/


.nynoticebg{
  width: 100%;
  margin: 0 auto;
  background: url(../nyimages/pagebg1.jpg) no-repeat top center;
  background-size: cover;
}


.nynotice{
  margin-top: 0.22rem;
  margin-bottom: 0.85rem;
}

.nynotice ul li{
  position: relative;
  z-index: 5;
  height: 1.1rem;
  margin-bottom: 0.35rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nynotice ul li .time{
  width: 1.67rem;
  height: 1.1rem;
  background: #e9e9e9;
  border-radius: 0.18rem 0 0  0.18rem;
  padding-left: 0.35rem;

}

.nynotice ul li .time span{
  display: block;
  font-size: 0.2rem;
  color: #959595;
  font-family: "BodoniBT";
  font-style: initial;
  padding-top: 0.23rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li .time i{
  display: block;
  font-size: 0.36rem;
  color: #959595;
  font-family: "BodoniBT";
  font-style: initial;
  margin-top: 0.02rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li .txt {
  width: calc((100% - 1.85rem));
  background: url(../nyimages/noticelist1.jpg) no-repeat  center;
  background-size: 100% 100%;
}

.nynotice ul li .txt  a{
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.nynotice ul li .txt  h5{
  font-size: 0.2rem;
  color: #000000;
  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;
  margin-left: 0.5rem;
  width: 82%;
}

.nynotice ul li .txt  .more{
  background: url(../nyimages/more.png) no-repeat  center;
  background-size: 100%;
  width: 0.47rem;
  height: 0.08rem;
  margin-right: 0.5rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li::after{
  position: absolute;
  left: -0.15rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  background: url(../nyimages/noticelist2.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;
  opacity: 0;
  border-radius: 0.18rem;
}

.nynotice ul li:hover::after{
 opacity: 1;
}

.nynotice ul li:hover .time{
  background: none;
}

.nynotice ul li:hover .time span{
  color: #fff;
}

.nynotice ul li:hover .time i{
  color: #fff;
}

.nynotice ul li:hover .txt{
  margin: 0.21rem 0;
  height: 0.68rem;
  background: none;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.nynotice ul li:hover .txt h5{
  color: #fff;
}

.nynotice ul li:hover .txt .more{
  opacity: 1;
}


/*要闻*/

.nynews{
  margin: 0 auto 0.8rem 0;
}

.nynews ul li{
  position: relative;
  z-index: 5;
  width: 100%;
  height: 2.8rem;
  margin-bottom: 0.35rem;

}

.nynews ul li::after{
  position: absolute;
  z-index: -1;
  left: -0.25rem;
  bottom: -0rem;
  content: "";
  width: 0;
  height: 100%;
  background: #fff url(../nyimages/newslist.png) no-repeat right bottom;
  border-radius: 0.18rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nynews ul li::before{
  position: absolute;
  z-index: -2;
  left: -0.25rem;
  bottom: -3px;
  content: "";
  width: 0;
  height: 100%;
  background: #922e8e;
  border-radius: 0.18rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nynews ul li a{
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.nynews ul li .pic{
  position: relative;
  width: 3.35rem;
  height: 2.07rem;
  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.2rem));
  margin-right: 0.4rem;
}

.nynews ul li .txt h5{
  font-size: 0.24rem;
  color: #000000;
  font-family: "MiSansMedium";
  font-weight: normal;
  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;
}

.nynews ul li .txt p{
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.22rem 0 0 0;

}

.nynews ul li .txt .time{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.37rem;
}

.nynews ul li .txt .time em{
  display: block;
  width: 82%;
  height: 1px;
  background: #e2a956;
  opacity: 0.5;
  position: relative;
  margin-top: 0.1rem;

}

.nynews ul li .txt .time span{
  background: url(../images/time1.png) center left no-repeat;
  background-size: 0.13rem 0.13rem;
  font-size: 0.18rem;
  color: #922e8e;
  font-family: "BodoniBT";
  font-style: italic;
  padding-left: 0.22rem;
}



/*现任领导*/

.nyteam{
  margin: 0 auto 0 auto;
}

.nyteam ul li{
  position: relative;
  z-index: 5;
  height: 3.04rem;
  background: #fff url(../nyimages/teamlist1.jpg) no-repeat right bottom;
  margin-bottom: 0.7rem;
  padding-top: 0.4rem;

}

.nyteam ul li::before{
  position: absolute;
  z-index: -2;
  right: 0rem;
  bottom: -6px;
  content: "";
  width: 90%;
  height: 6px;
  background: #922e8e;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteam ul li::after{
  position: absolute;
  z-index: -1;
  right: 0rem;
  top: 0px;
  content: "";
  width: 100%;
  height: 0%;
  background: url(../nyimages/teamlist2.png) no-repeat center top;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




.nyteam ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyteam ul li .pic{
  margin: 0rem 0 0 0.5rem;
  width: 2rem;
  height: 2.9rem;
  overflow: hidden;
  position: relative;

}

.nyteam ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nyteam ul li .txt{
  width: calc((100% - 3.7rem));
  margin-right: 0.6rem;
  font-family: "Microsoft YaHei";
}

.nyteam ul li .txt .team_t{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.16rem;
}

.nyteam ul li .txt .team_t h5{
  width: 90%;
  font-weight: bold;
  font-size: 0.36rem;
  color: #6c216d;
  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;
}

.nyteam ul li .txt .team_t h5 i{
  font-weight: normal;
  font-size: 0.2rem;
  color:  #666666;
}

.nyteam ul li .txt .team_t .moreico{
  background: url(../nyimages/more3.png) no-repeat center;
  background-size: 100%;
  width: 0.18rem;
  height: 0.18rem;

}

.nyteam ul li .txt p{
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.32rem;
  height: 1.28rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 0.22rem;

}

.nyteam ul li .txt .more{
  float: right;
  margin: 0;
  text-align: right;
  background: url(../nyimages/more4.png) no-repeat left 0.1rem;
  background-size: 0.3rem 0.09rem;
  padding-left: 0.4rem;
  font-size: 0.18rem;
  color: #e0b578;
}





/*正文*/


.nynewsxq{
  margin: 0 auto;
  padding: 0 1rem 0.8rem 1rem;
  background: #fff;
  font-family: "SourceHanSansCN";
}

.arc-tit{
  margin: 0 auto;
  padding-top: 0.75rem;

}

.arc-tit h1{
  text-align: center;
  font-size: 0.32rem;
  color: 191919;
  line-height: 0.48rem;
  font-weight: bold;

}

.arc-tit .arc-info{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.35rem auto 0 auto;
}

.arc-tit .arc-info span{
  display: inline-block;
  line-height: 0.28rem;
  font-size: 0.18rem;
  color: rgba(25, 25, 25, 0.6);
  font-family: "HarmonyOS";
}

.arc-tit .arc-info span.yaowen{
  border-radius: 45px;
  text-align: center;
  padding: 0 0.2rem;
  background: #f2f3f5;
}

.arc-tit .arc-info em{
  display: inline-block;
  width: 75%;
  height: 1px;
  background: #e5e5e5;
  margin: 0.14rem auto 0 auto;
  position: relative;
}

.nynewsxq .nytxtcont{
  margin: 0.5rem auto 0 auto;
}

.nynewsxq .nytxtcont p{
  font-size: 0.18rem;
  color: rgba(25, 25, 25, 0.8);
  line-height: 0.34rem;
  text-indent: 2em;
  margin-bottom: 0.4rem;

word-break:break-all;white-space:normal;
text-align:justify;
text-justify:inter-ideograph;
text-wrap-mode: wrap !important;
}

.nynewsxq .nytxtcont  img{
  display: block;
  margin: 0.1rem auto 0.1rem auto;
  text-indent: 0em;


    max-width: 80% !important;

   height:auto !important;
    display: block;
    margin: 20px auto;
}
video {max-width: 80% !important;
   width:auto !important;
   height:auto !important;
    display: block;
    margin: 20px auto;}


.nynewsxq .nytxtcont  .tbsc {
    overflow-x: auto;
}
.nynewsxq .nytxtcont  .tbsc table {
    width: 100%; 
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
 .nynewsxq .nytxtcont     .tbsc table {
        width: 700px;
    }
}




.nynewsxq .nytxtcont  iframe {
    margin: 0 auto;
    display: block;
width:100%;
}


.arc-sib {
  margin: 0.65rem auto 0rem auto;
  border-top: 1px solid #e5e5e5;
  padding-top: 0.3rem;
  position: relative;
  }
  
  .arc-sib div {
    font-size: 0.16rem;
    color: rgba(25, 25, 25, 0.8);
    line-height: 0.3rem;
    margin-bottom: 0rem;
    position: relative;

  }
  
  .arc-sib div a{
    font-size: 0.16rem;
    color: rgba(25, 25, 25, 0.8);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }



.nynewsxq .backico{

    border-radius: 45px;
    width: 1.84rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 1px solid #922e8e;
    margin: 0.5rem auto 0 auto;
    text-align: center;
  }



  .nynewsxq .backico a{
    display: inline-block;
    font-size: 0.16rem;
    color: #922e8e;
    text-align: center;
    background: url(../nyimages/ico1.png) no-repeat right center;
    background-size: 0.16rem 0.16rem;
    padding-right: 0.5rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }






/*学院简介*/

.nyabout{
  background: url(../nyimages/aboutbg.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 0.65rem 0.65rem 0 0.7rem;
  font-family: "Microsoft YaHei";
  overflow: hidden;
  padding-bottom: 0.65rem;
}

.nyabout .ab_t{
  padding-left: 0.7rem;
  border-left: 4px solid #6c216d;
  margin-left: -0.7rem;
  margin-bottom: 0.45rem;
  

}

.nyabout .ab_t h5{
  font-size: 0.48rem;
  color: #6c216d;
  font-weight: bold;
  line-height: 0.6rem;

}

.nyabout .ab_t i{
  display: block;
  font-size: 0.24rem;
  color: #333333;
  font-weight: normal;
  margin-top: 0.15rem;
}

.nyabout .abimg{
  position: relative;
  z-index: 5;
  width: 5.3rem;
  height: 3.06rem;
  float: right;
  margin-left: 0.7rem;
}

.nyabout .abimg.abimg1::after{
  position: absolute;
  left: -0.1rem;
  bottom: -0.1rem;
  content: "";
  z-index: -1;
  background: #6c216d;
  width: 5rem;
  height: 2.9rem;

}

.nyabout .abimg.abimg2{
  position: relative;
  width: 3.3rem;
  height: 3.93rem;



}

.nyabout .abimg img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nyabout p{
  font-size: 0.18rem !important;
  color: #333333;
  line-height: 0.34rem !important;
  text-indent: 2em !important;
  margin-bottom: 0.35rem;
  position: relative;

}

.nyabout p em{
  display: inline-block;
  text-align: right;
  font-size: 0.16rem;
  color: #999;
  background: url(../nyimages/abico.png) no-repeat left center;
  background-size: 0.22rem 0.22rem;
  float: right;
}


/*历史沿革*/

.nytimeline{
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  background: url(../nyimages/timelinebg.jpg) no-repeat top center;
  background-size: cover;
  border-top: 9px solid #6c216d;
  padding-bottom: 0.95rem;
}

.nytimeline .timelinebox{
  margin: 0.75rem 0.3rem 0 0.75rem;
  position: relative;
  z-index: 5;
  overflow-y: auto;
  height: 9.7rem;
}



.nytimeline .timelinebox ul{
  position: relative;
  z-index: 5;
}

.nytimeline .timelinebox ul::after{
  position: absolute;
  left: 0.18rem;
  top: 0;
  z-index: -1;
  content: "";
  width: 0.14rem;
  height: 100%;
  background: url(../nyimages/timeline_xt.png) repeat center top;
  background-size: 100% 100%;
}



.nytimeline .timelinebox ul li{
  background: url(../nyimages/timeico.png) no-repeat left top;
  background-size: 0.5rem 0.6rem;
  padding-left: 0.6rem;
  padding-bottom: 0.15rem;
}

.nytimeline .timelinebox ul li .time{
  line-height: 0.5rem;
  background: url(../nyimages/timeline_xt1.png) no-repeat left center;
  background-size: 0.85rem 0.06rem;
  padding-left: 1rem;
  font-size: 0.36rem;
  color: #922e8e;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.nytimeline .timelinebox ul li p{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
  margin: 0 0 0.3rem 0.65rem;
  width: 85%;
}

.nytimeline .timelinebox ul li p i{
  font-size: 0.2rem;
  color: #333333;
  margin-right: 0.25rem;
}


/* 滚动条轨道宽度设为2px */

::-webkit-scrollbar {

  width: 3px; /* 垂直滚动条宽度 */

  height: 2px; /* 水平滚动条高度 */

}

 

/* 轨道样式 */

::-webkit-scrollbar-track {

  background: #f0f0f0; /* 透明轨道，避免遮挡滑块延伸 */

}

 

/* 滑块样式：通过边框扩展视觉宽度 */

::-webkit-scrollbar-thumb {

  background: #ebc18a;

  border-radius: 10px;

  border: 4px solid #ebc18a; /* 关键：用边框扩展宽度 */

  background-clip: content-box; /* 限制背景仅显示在内容区域 */

  min-width: 6px; /* 确保滑块最小宽度为10px */

}

 

/* 滑块悬停效果 */

::-webkit-scrollbar-thumb:hover {

  background: #ebc18a;

  border-color: #ebc18a;

}



@supports (-webkit-background-clip: text) or (background-clip: text) {
  .nyLeft .fenlei_t h2 span {
    background-image: url(../images/time.jpg); 
    background-size: 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}




/*fenye*/

.fenye{
  padding: 0.3rem 0 0.3rem 0;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #6c216d !important;
    color: #fff;
    background-color: #6c216d !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{margin:0px 0px 5px 5px !important}
.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.08rem ;
  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.08rem;
  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) {

  .nyLeft .subNavs>li>h5 a:hover{
    color: #e0b578;
  }

  .nyLeft .subNavs>li.on>h5 a:hover{
    color: #6c216d;
  }

  .nyinstitution ul li:hover h5{
    color: #e0b578;
  }
  
  .nyinstitution ul li:hover  h5 i{
    color: #ffccff;
  }
  
  .nyinstitution ul li:hover .more{
    background: url(../nyimages/more2.png) no-repeat center;
    background-size: 100%;
  }
  
  .nyinstitution ul li:hover::after{
    width: 100%;
  }


  .nynotice ul li:hover::after{
    opacity: 1;
   }
   
   .nynotice ul li:hover .time{
     background: none;
   }
   
   .nynotice ul li:hover .time span{
     color: #fff;
   }
   
   .nynotice ul li:hover .time i{
     color: #fff;
   }
   
   .nynotice ul li:hover .txt{
     margin: 0.21rem 0;
     height: 0.68rem;
     background: none;
     border-left: 1px solid rgba(255, 255, 255, 0.5);
   }
   
   .nynotice ul li:hover .txt h5{
     color: #fff;
   }
   
   .nynotice ul li:hover .txt .more{
     opacity: 1;
   }


   
.nynews ul li:hover::after{
  width: 102%;
}

.nynews ul li:hover::before{
  width: 102%;
  box-shadow: 0px 6px 6px 6px rgba(146, 46, 142, 0.15);
}

.nynews ul li:hover .pic img{
  transform: scale(1.1);
}


.nynews ul li:hover .txt h5{
  color: #6c216d;

}


.nyteam ul li:hover::after{
  height: 100%;
}


.arc-sib div a:hover{
  color: #922e8e;
}


.nynewsxq .backico a:hover{
  padding-right: 0.58rem;
}





}


@media (max-width: 1024px) {

  .pagecontainer2 {
    width: 92%;
  
  }


  .nybanner::before {
    display: none;
  }
  
  
  .nybanner::after{
    display: none;
  }
  
  
  
  
  
  
  .nyMain {
    padding: .6rem 0 1rem 0;
  
  }
  
  
  
  .nyMain::after{
    bottom: 0;
    background: url(../nyimages/pagebg1.png) no-repeat top center;
    background-size: 100% 100%;
  }
  
  
  .nyLeft {
    width: 100%;
    position: relative;
    margin-top: 0rem;
  }

  .nyLeft::before{
    display: none;
  }
  
  .nyLeft .fenlei_t {
    padding: .2rem .25rem;
    height: auto;
    justify-content: space-between;
    display: flex;
    display: block;
  }

  .nyLeft .fenlei_t::after{
    display: none;
  }
  
  .nyLeft .fenlei_t h2 {
    font-size: .36rem;
    text-align: left;
  }

  .nyLeft .fenlei_t h2 span{
    font-size: .36rem;
  }

  .nyLeft .fenlei_t h2 em{
    font-size: .46rem;
  }
  
  .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;
  }
  
  .nyLeft .subNavs>li>h5 {
    padding: .25rem .45rem .25rem .45rem;
    display: block;
    position: relative;
    font-size: .2rem;
  
  }

  .nyLeft>ul>li>h5::after {
    position: absolute;
    left: 0%;
    top: 0rem;
    width: 0%;
    height: 100%;
}


.nyLeft .subNavs>li.on>h5::after {
  width: 100%;
}


  
  .nyLeft .subNavs>li>h5 a{
    font-size: .28rem;
    width: 80%;
    text-align: left;
  }
  
  
  
  .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 0rem;
    margin-top: 0.6rem;
  }
  

  .nyRight .nyrtit {
    height: auto;
}
  
  .posi {
    order: 1;
    width: 100%;
    margin-top: .2rem;
    background-size: .27rem .24rem; font-size: 0.26rem;
  }
  
  .posi a {
    font-size: 0.26rem;
  }
  
  .posi a + a::before {
    font-size: 0.26rem;
  }
  
  
  .nyRight .nyrCon {
    padding: 0;
  }


  
  .nyinstitutionbg .nyRight {
    width: 100%;
    margin-top: 0;
}

  
  .nyinstitution{
    margin: 0.4rem auto 0 auto;
  }
  
  
  
  
  .nyinstitution ul li{

    width: 100%;
    height: 1.3rem;
    background: url(../nyimages/leaderlist.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 0% 0.4rem 0;
  }
  
  
  .nyinstitution ul li a{

    padding: 0 0.25rem;
  }
  
  .nyinstitution ul li h5{
    width: 90%;
    font-size: 0.3rem;
    line-height: 0.32rem;
    max-height: 0.64rem;

  }
  
  .nyinstitution ul li h5 i{
    font-size: 0.3rem;
  }
  
  .nyinstitution ul li .more{
    width: 0.3rem;
    height: 0.3rem;

  }
  



.nynotice{
  margin-top: 0.4rem;
  margin-bottom: 0rem;
}


.nynotice ul li {
  margin-bottom: 0.25rem;

}


.nynotice ul li .time span{
  font-size: 0.24rem;
  padding-top: 0.2rem;

}

.nynotice ul li .time i{
  margin-top: 0.02rem;

}

.nynotice ul li .txt {
  width: calc((100% - 1.8rem));

}


.nynotice ul li .txt  h5{
  font-size: 0.28rem;
  margin-left: 0.4rem;
  width: 85%;
}

.nynotice ul li .txt  .more{
  display: none;
}




.nynews{
  margin: 0.3rem 0 0.4rem 0;
}

.nynews ul li{
  position: relative;
  z-index: 5;
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;

}


.nynews ul li .pic{
  width: 100%;
  height: auto;
  padding-top: 58%;

}



.nynews ul li .txt{
  width: calc((100% - 0.01rem));
  margin: 0.3rem 0 0 ;
}

.nynews ul li .txt h5{
  font-size: 0.3rem;
}

.nynews ul li .txt p{
  font-size: 0.26rem;
  line-height: 0.42rem;
  height: 0.84rem;
  margin: 0.22rem 0 0 0;

}

.nynews ul li .txt .time{
  margin-top: 0.25rem;
}

.nynews ul li .txt .time em{
  width: 60%;
  height: 1px;
  margin-top: 0.16rem;

}

.nynews ul li .txt .time span{
  background-size: 0.32rem 0.32rem;
  font-size: 0.24rem;
  padding-left: 0.45rem;
  line-height: 0.32rem;
}


.nyteam{
  margin-top: 0.5rem;
}

.nyteam ul li{
  position: relative;
  z-index: 5;
  height: 3.04rem;
  background: #fff url(../nyimages/teamlist1.jpg) no-repeat right bottom;
  margin-bottom: 0.7rem;
  padding-top: 0.3rem;
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.01);
}


.nyteam ul li .pic{
  margin: 0rem 0 0 0.3rem;
  width: 2.2rem;
  height: 3rem;

}



.nyteam ul li .txt{
  width: calc((100% - 3.4rem));
  margin-right: 0.5rem;
}

.nyteam ul li .txt .team_t{
  margin-top: 0.1rem;
}

.nyteam ul li .txt .team_t h5{
  width: 100%;
  font-size: 0.32rem;

}

.nyteam ul li .txt .team_t h5 i{
  font-weight: normal;
  font-size: 0.24rem;
}

.nyteam ul li .txt .team_t .moreico{
  display: none;

}

.nyteam ul li .txt p{
  font-size: 0.28rem;
  line-height: 0.4rem;
  height: 1.2rem;
  -webkit-line-clamp: 3;
  text-align: justify;
  margin: 0.22rem 0 0.1rem 0;

}

.nyteam ul li .txt .more{
  background: url(../nyimages/more4.png) no-repeat left 0.13rem;
  background-size: 0.33rem 0.12rem;
  padding-left: 0.5rem;
  font-size: 0.24rem;
}





.nynewsxq{
  padding: 0 0.4rem 0.8rem 0.4rem;
  margin: 0.5rem auto 0 auto;
}

.arc-tit{
  padding-top: 0.5rem;

}

.arc-tit h1{
  font-size: 0.3rem;
  line-height: 0.48rem;


}

.arc-tit .arc-info{

  margin: 0.35rem auto 0 auto;
}

.arc-tit .arc-info span{
  display: inline-block;
  line-height: 0.38rem;
  font-size: 0.24rem;
}


.arc-tit .arc-info em{
  width: 40%;
  margin: 0.14rem auto 0 auto;

}

.nynewsxq .nytxtcont{
  margin: 0.5rem auto 0 auto;
}

.nynewsxq .nytxtcont p{
  font-size: 0.28rem;
  line-height: 0.45rem;
  margin-bottom: 0.3rem;
  text-align: justify;

}


.arc-sib {
  margin: 0.65rem auto 0rem auto;
  }
  
  .arc-sib div {
    font-size: 0.26rem;
    color: rgba(25, 25, 25, 0.8);
    line-height: 0.4rem;
    margin-bottom: 0.15rem;


  }
  
  .arc-sib div a{
    font-size: 0.26rem;

  }


.nynewsxq .backico{

    width: 1.94rem;
    height: 0.65rem;
    line-height: 0.6rem;
    margin: 0.5rem auto 0 auto;

  }



  .nynewsxq .backico a{

    font-size: 0.24rem;
    background-size: 0.26rem 0.26rem;
    padding-right: 0.5rem;
  }




  .nyabout{

    padding: 0.6rem 0.4rem 0.65rem 0.4rem;
    margin-top: 0.5rem;
  }
  
  .nyabout .ab_t{
    padding-left: 0.4rem;
    border-left: 4px solid #6c216d;
    margin-left: -0.4rem;
    margin-bottom: 0.45rem;
    
  
  }
  
  .nyabout .ab_t h5{
    font-size: 0.36rem;
    line-height: 0.5rem;
  
  }
  
  .nyabout .ab_t i{
    font-size: 0.26rem;
    margin-top: 0.15rem;
  }
  
  .nyabout .abimg{
    width: 100%;
    height: auto;
    padding-top: 56%;
    float: none;
    margin: 0rem auto 0.4rem auto;
  }
  
  .nyabout .abimg.abimg1::after{
    width: 85%;
    height: 2.9rem;
  
  }
  
  .nyabout .abimg.abimg2{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 120%;
  
  
  
  }
  
  .nyabout .abimg img{
    text-indent: 0em;
  }
  
  .nyabout p{
    font-size: 0.3rem;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
    text-align: justify;

  
  }
  
  .nyabout p i{

    font-size: 0.26rem;
    background: url(../nyimages/abico.png) no-repeat left center;
    background-size: 0.32rem 0.32rem;
    text-indent: 0;
    padding-left: 0.3rem;
  }

  

  .nytimeline{
    padding-bottom: 0.95rem;
    margin-top: 0.5rem;
  }
  
  .nytimeline .timelinebox{
    margin: 0.75rem 0.3rem 0 0.4rem;
    height: 9.7rem;
  }
  
  
  .nytimeline .timelinebox ul li{

    padding-bottom: 0.15rem;
  }
  
  .nytimeline .timelinebox ul li .time{
    padding-left: 1rem;
    font-size: 0.36rem;
  }
  
  .nytimeline .timelinebox ul li p{
    font-size: 0.28rem;
    width: 80%;
  }
  
  .nytimeline .timelinebox ul li p i{
    font-size: 0.28rem;
    margin-right: 0.25rem;
  }
  











.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.34rem;
  line-height: 0.34rem;

}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a {
  height: 0.34rem;
  line-height: 0.34rem;
}

  
  
}  