.clear {
  clear: both;
}

.clear:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.nyrCon video{
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  height: auto;
}


/*内容样式*/
.nyrCon td,
.nyrCon th{padding: 12px 10px;border: 1px solid #eff3f6;vertical-align:middle;color: #303030;}
.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 !important;}

.nyrCon table th{ border: 1px solid #dadbdd;}


@media screen and (max-width: 1024px) {
  
  .tbsc{overflow-x: auto;}
  .tbsc table{width: 800px;}
}

.headder_box:before{
  display: none;
}

/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}








/*left*/

.nyMain {
  min-height: 6rem;
  padding: 0rem 0 0.9rem 0;
  background: #f9f9f9 url(../nyimages/nypagebg.png) no-repeat bottom center;
  background-size: 100%;
  display: flex;

}

.nyLeft {
  width: 21%;
  position: relative;
  z-index: 9;
  background: #561677;
  border-radius: 0.1rem;
  float: left;
  margin-top: -0.3rem;
  display: none;

}

.nyLeft  .fenlei_t{
  width: 100%;
  height: 0.98rem;
  position: relative;
  z-index: 5;
}

.nyLeft  .fenlei_t::after{
  position: absolute;
  content: "";
  z-index: -1;
  right: 0.25rem;
  top: 0.15rem;
  width: 1.17rem;
  height: 1.17rem;
  background: url(../nyimages/fenleiico.png) no-repeat  center;
  background-size: 100% 100%;
}

.nyLeft  .fenlei_t h2{
  line-height: 0.98rem;
  font-size: 0.36rem;
  color: #fff;
  font-weight: normal;
  text-align: center;


}

.nyLeft  ul{
  padding-top: 0.2rem;
  padding-bottom: 2.6rem;
  background: #fff url(../nyimages/fenleilist.jpg) no-repeat bottom center;
  background-size: 100%;
  border-radius: 0.08rem;
}

.nyLeft>ul>li{
  width: 82%;
  margin: 0 auto;
  position: relative;

}

.nyLeft>ul>li>h5{
  position: relative;
  z-index: 9;
  padding: 0.1rem 0;
  line-height: 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nyLeft>ul>li>h5 a{
  padding: 0 3% 0 0.07rem;
  font-size: 0.18rem;
  color: #000;
  display: inline-block;
  width: 100%;
  -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: .15rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  background: url(../nyimages/ico1.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.09rem;
  height: 0.15rem;
  opacity: 0;
  -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%;
  bottom: 0rem;
  width: 0%;
  height: 2px;
  background: #561677 ;
  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: 53%;
}


.nyLeft>ul>li.on>h5 a{
  font-family: "PoppinsBold";
}

.nyLeft>ul>li.has>h5 em::after{
  opacity: 1;
}

.nyLeft>ul>li.has>h5 em.show::after{

  transform: translateY(-50%) rotate(90deg);
}

.nyLeft>ul>li .erji{
  display: none;
}

.nyLeft>ul>li .erji>li{
  margin: 0 auto;


}

.nyLeft>ul>li .erji>li>h6 {
  position: relative;
  font-size: 0.15rem;
  color: #000;
  line-height: 0.3rem;
  padding: 0.1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nyLeft>ul>li .erji>li>h6 a{
  display: block;
  font-size: 0.15rem;
  color: #000;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 0.1rem;
}


.nyLeft>ul>li .erji>li>h6 em{
  position: absolute;
  right: .15rem;
  top: 0%;
  width: .14rem;
  height: 100%;
  background: url(../nyimages/ico1.png) no-repeat center;
  background-size: 100%;
  transform: rotate(-90deg);
  display: none;
}


.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.on>h6 a{
  font-family: "PoppinsBold";

}



.nyRight {
  float: none;
  width: 100%;
  position: relative;
  z-index: 11;
  padding-top: 0.65rem;

}

.nyRight .nyrtit {
  height: 0.55rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(84, 22, 117, 0.2);
  margin-bottom: 0.5rem;
}

.nyRight .nyrtit h5{
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.36rem;
  font-weight: normal;
  color: #541675;
  font-family: "SourceHanSerifCN-Bold";
  padding-left: 0.65rem;
  background: url(../nyimages/traitico.png) no-repeat left center;
  background-size: .42rem .45rem;
  position: relative;
  z-index: 5;

}

.nyRight .nyrtit h5::after{
  position: absolute;
  left: 0.5rem;
  top: 0;
  content: "";
  z-index: -1;
  width: 1px;
  height: 0.65rem;
  background:  rgba(84, 22, 117, 0.2);

}

.nyRight .nyrtit h5::before{
  position: absolute;
  left: 0.55rem;
  bottom: -0.2rem;
  content: "";
  z-index: -1;
  width: 0.082rem;
  height: 0.082rem;
  background: #541675;
  opacity: 0.2;
}



.posi {
  line-height: 0.45rem;
  display: inline-block;
  background: url(../nyimages/home.png) no-repeat left center;
  background-size: .19rem .17rem;
  padding-left: 0.3rem;
  align-items: center;
  display: flex;

}

.posi a {
  font-size: 0.16rem;
  color: #777777;
}

.posi a + a::before {
  content: '>';
  margin: 0 .05rem;
  font-size: 0.16rem;
  color: #777777;
}


.nyRight .nyrCon {
  padding: 0;
}




/*宣传视频*/

.nyvideo{
  margin: 0 auto;
}


.nyvideo ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}


.nyvideo ul li{
  position: relative;
  z-index: 5;
  width: 31.6%;
  background: #fff;
  padding: 0.2rem 0.2rem 0 0.2rem ;
  margin: 0 2.5% 0.4rem 0;

}

.nyvideo ul li:nth-child(3n){
  margin-right: 0;
}

.nyvideo ul li a{
  display: block;

}

.nyvideo ul li .pic{
  width: 100%;
  padding-top: 67%;
  position: relative;
  overflow: hidden;


}

.nyvideo 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;

}

.nyvideo ul li .pic .videoBtn {
  position: absolute;
  width: 0.58rem;
  height: 0.58rem;
  background: url(../nyimages/videoico.png) center no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.58rem) / 2);
  top: calc((100% - 0.58rem) / 2);
  z-index: 99;
}


.nyvideo ul li .txt{
  line-height: 0.7rem;

}

.nyvideo ul li .txt h5{
  padding-left: 0.2rem;
  font-size: 0.2rem;
  color: #333333;
  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;
  position: relative;

}

.nyvideo ul li .txt h5::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.04rem;
  height: 0.2rem;
  background: #541675;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nyvideo ul li::after{
  position: absolute;
  right: 0;
  top: 0%;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0%;
  background: url(../nyimages/videobg.png) no-repeat right top;
  background-size: 1rem 1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyvideo ul li::before{
  position: absolute;
  left: 0;
  top: 0%;
  content: "";
  z-index: -2;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #541675 0%, #681F90 100%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}











#videoAlert {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1009;
}

#videoAlert .cont {
  position: relative;
  height: 100%;
}

#videoAlert .video_box {
  position: absolute;
  margin-top: 10%;
  width: 70%;
  height: 60%;
  margin-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

#videoAlert .video_box video {
  width: 85%;
  margin: 0 auto;
}

#videoAlert .video_box .close img {
  width: 30px;
  position: absolute;
  top: 0;
  right: 10%;
  max-height: initial;
}

#videoAlert .video_box .close {
  margin-bottom: 65px;
  height: 30px;
  position: relative;
  z-index: 10000;
  cursor: pointer;
}



/*nymajor*/

.nymajor{
  margin: 0 auto;
}


.nymajor ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nymajor ul li{
  position: relative;
  z-index: 5;
  width: 31.6%;
  background: #fff;
  border-top: 2px solid #681F90;
  padding: 0rem 0.3rem 0.42rem 0.3rem;
  margin: 0 2.5% 0.4rem 0;
}

.nymajor ul li:nth-child(3n){
  margin-right: 0;
}

.nymajor ul li .pro_t{
  margin: 0.05rem auto 0 auto;
  line-height: 0.9rem;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nymajor ul li .pro_t h5{
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #681F90;
  font-family: "AlibabaPuHuiTiBold";
}

.nymajor ul li .pro_t h5 i{
  display: inline-block;
  background: #681F90;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  margin-right: 0.15rem;

}

.nymajor ul li .pro_t h5 i img{
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nymajor ul li .pro_t .ico1{
  display: block;
  padding-left: 0.2rem;
  background: url(../nyimages/addico1.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
  font-size: 0.16rem;
  color: #49A503;
}

.nymajor ul li .pro_t .ico2{
  display: block;
  padding-left: 0.2rem;
  background: url(../nyimages/addico2.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
  font-size: 0.16rem;
  color: #EA9425;
}

.nymajor ul li .nr{
  margin: 0.33rem auto 0 auto;
  min-height: 1.92rem;

}

.nymajor ul li .nr dl dd{
  background: url(../nyimages/promore.png) no-repeat left center;
  background-size: 0.13rem 0.13rem;
  padding-left: 0.28rem;
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #333333;
  display: flex;
  align-items: center;
}

.nymajor ul li .nr dl dd a {
  font-size: 0.18rem;
  color: #333333;
  display: flex;
  align-items: center;
}

.nymajor ul li .nr dl dd em{
  margin-left: 0.1rem;
}

.nymajor ul li .nr dl dd em.one{
  font-size: 0.12rem;
  color: #fff;
  padding: 0 0.08rem;
  background: #681F90;
  border-radius: 2px;
  line-height: 0.2rem;
  height: 0.2rem;
  display: inline-block;
}

.nymajor ul li .nr dl dd em.two{
  display: inline-block;
  font-size: 0.12rem;
  color: #fff;
  padding: 0 0.08rem;
  line-height: 0.2rem;
  height: 0.2rem;
  background: rgba(104, 31, 144, 0.6);
  border-radius: 2px;
}

.nymajor ul li .tel{
  margin: 0 auto 0 auto;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 50px;
  background: #F1F1F1;
  text-align: center;
}

.nymajor ul li .tel i{
  display: inline-block;
  font-family: "Poppins";
  font-size: 0.2rem;
  font-weight: 500;
  color: #EA9425;
  background: url(../nyimages/tel.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  padding-left: 0.38rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nymajor ul li .tell{
  margin: 0 auto 0 auto;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 50px;
  text-align: center;
  margin-bottom:10px;
  background: rgba(104, 31, 144, 0.6);
}
.nymajor ul li .tell i{
  display: inline-block;
  font-family: "Poppins";
  font-size: 0.2rem;
  font-weight: 500;
  color: #ffffff;
  padding-left: 0.38rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nymajor ul li .tell i a{

  color: #ffffff;

}

/*nynews*/

.nynewsbg .nyRight .nyrtit{
  width: 75%;
}

.nynews{
  margin: 0 auto;
  position: relative;
}

.nynews .news_l{
  width: 75%;
  float: left;

}

.nynews .news_l ul li{
  height: 0.9rem;
  background: #FFFFFF;
  position: relative;
  z-index: 5;
  margin-bottom: 0.15rem;
}

.nynews .news_l ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}


.nynews .news_l ul li .time{
  text-align: center;
  padding-left: 0.1rem;
  width: 1.05rem;
  position: relative;
}

.nynews .news_l ul li .time span{
  display: block;
  font-size: 0.32rem;
  color: #541675;
  font-family: "canela";
}

.nynews .news_l ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #541675;
  font-family: "Poppins";
}

.nynews .news_l ul li .txt{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: calc((100% - 1.3rem));
  padding-right: 0.3rem;
} 


.nynews .news_l ul li .txt h5{
  width: 85%;
  font-size: 0.2rem;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews .news_l ul li .txt .more{
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  background: url(../nyimages/newsmore1.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 .news_l ul li::after{
  position: absolute;
  left: 0;
  top: 0px;
  width: 0px;
  height: 100%;
  background: url(../nyimages/newslist.jpg) no-repeat  center;
  background-size: 100% 100%;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews .news_l ul li .time::after{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.07rem;
  height: 0.07rem;
  background: #DCDCDC;
  border-radius: 50%;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




.nynews .news_r{
  float: right;
  position: relative;
  top: -1.05rem;
  width: 21%;
  border-top: 2px solid #541675;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0.15rem 0.2rem 0.3rem 0.2rem;
}

.nynews .news_r .news_t{
  line-height: 0.43rem;
  font-size: 0.28rem;
  color: #541675;
  font-family: "SourceHanSerifCN-Bold";
  background: url(../nyimages/hotico.png) no-repeat left center;
  background-size: 0.25rem 0.3rem;
  padding-left: 0.4rem;
}

.nynews .news_r ul{
  margin: 0 auto;

}

.nynews .news_r ul li{
  padding: 0.25rem 0;
  border-bottom: 1px dashed rgba(149, 149, 149, 0.4);
}

.nynews .news_r ul li a{
  display: block;

}

.nynews .news_r ul li h5{
  font-size: 0.19rem;
  color: #333333;
  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;
}

.nynews .news_r ul li .time{
  display: block;
  font-size: 0.14rem;
  color: #9E9E9E;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../nyimages/time.png) no-repeat left center;
  background-size: 0.13rem 0.13rem;
  padding-left: 0.22rem;
  margin-top: 0.08rem;
}









/*enrollment*/


.nyenrollment .header_tit {
  position:relative;
  color:#333;
  height:36px;
  font-size:18px;
  line-height:36px;
  padding-left:13px
}
.nyenrollment .header_tit .box {
  position:absolute;
  top:50%;
  left:0;
  width:6px;
  height:6px;
  display:block;
  margin-top:-3px;
  background: #681F90;
}
.nyenrollment .header_tit .line {
  position:absolute;
  top:50%;
  width:1px;
  display:none;
  height:18px;
  margin-top:-9px;
  margin-left:8px;
  background-color:#b19163
}
.nyenrollment .table_con {
  margin-bottom:20px;
  background-color:#f6f6f6
}
.nyenrollment .table_1 {
  margin-top:10px
}
.nyenrollment .table_1 th {
  cursor:pointer
}
.nyenrollment .table_1 .fixed_row {
  background-color:#f0f0f0
}

.table_1 {
  margin-top:15px;
  width:100%
}

.table_1 tr th {
  font-size:0.2rem;
  color:#fff;
  border-right:1px solid #E5DAED;
  background: rgba(122, 36, 179, 0.6);
}
.table_1 tr th:first-child {
  border-left:1px solid #E5DAED
}
.table_1 tr th:last-child {
  border-right:1px solid #E5DAED
}
.table_1 tr td {
  border:1px solid #E5DAED;
  font-size:0.18rem;
  color:#333;
  text-align: center;
}
.table_1 tr.no_data td,
.table_no_data {
  font-size:0.18rem;
  color:#333;
  text-align: center;
}
.table_1 tr:hover td {
  background-color:#f3f3f3
}
.table_1 tr.loading td {
  border:none;
  height:100px;
  background-color:#fff;
  background-position:center;

}










@keyframes beat{from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
}



/*fenye*/

.fenye{
  margin: 0.4rem auto 0 auto;
}

.page {
  width: 100%;
  margin-top: 0rem;
}


.pb_sys_common {
  font-size:.16rem ;
  padding: 0px 0.05rem ;
  height: auto ;
  line-height: 0.3rem ;
  min-width: 0.3rem ;
}

.pb_sys_common a{
  text-decoration: none;
}

.pb_sys_common .p_pages{
  margin-left: -5px;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
  border: 1px solid #ccc;
  padding: 0px 0.1rem ;
  margin:0px 0px 0px 5px;

  height:0.3rem;

  line-height:0.3rem;
  box-sizing:border-box;
  display:inline-block;
  vertical-align:middle;
  background: #fff;
}

.pb_sys_common .p_t{
  line-height:12px;
  margin:0px;
  padding:0px;
  display:inline-block;
  vertical-align:middle;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
  color: #ccc;
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
  color: #222;
}

.pb_sys_common .p_dot {
  margin-left:4px;
  margin-right:-4px;
  color:#222;
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
  /*
  height:22px;
  border: 1px solid #aaa;
  outline-width:thin;
  outline-color:#258CFF;

  text-align:center;
  vertical-align:middle;    
  */
  font-size:12px;

  border: 1px solid #aaa;
  height:22px;
  line-height:20px;
  box-sizing:border-box;
  vertical-align:middle;

  outline-width:thin;
  outline-color:#9c0c14;
  
  margin:0px 2px;
  padding:0px 1px;
}


.pb_sys_common .p_goto input{
  width:22px;
  text-align:center;
}

.pb_sys_common .p_search input{
  width:100px;
  text-align:left;
}

.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
  border: 1px solid #9c0c14;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
  border: 1px solid #ccc;
  padding: 0px 0.08rem;
  color: rgba(58, 58, 60, 1);

  margin:0px;

  height:0.3rem;
  line-height:0.3rem;
  display:inline-block;
  box-sizing:border-box;
  vertical-align:middle;
  background: #fff;
}

.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
  /*
  border-width:1px 0px 1px 1px;
  border-style:solid;
  border-color:#ccc;
  padding: 5px 6px;
  color: #222;
  */
  border-right:1px solid #ccc;
  padding: 1px 5px;
  color: #888888;
}

.pb_sys_common .p_dosize_d{
  /*background-color:#f5f5f5;*/
  color: rgba(58, 58, 60, 1);
}

.pb_sys_common .p_dosize a:hover{
  /*background-color:#f5f5f5;*/
  color: rgba(58, 58, 60, 1);
}

.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
  /*border-right-width:1px*/
  border-right-width:0px;
}




.nynewsbg .fenye{
  width: 75%;
  margin: 0.4rem 0 0 0;

}







@media (min-width:1024px) {

  .nyLeft>ul>li .erji>li>h6 a:hover{
    color: #561677;
  }
  
  
  .nyLeft>ul>li>h5 a:hover{
    color: #561677;
  }
  
  
  .nyLeft>ul>li.on.active .erji{
   /* display: block;*/
  
  }


  
.nyvideo ul li:hover::before{
  height: 100%;
}

.nyvideo ul li:hover::after{
  height: 100%;
}

.nyvideo ul li:hover .pic img{
  transform: scale(1.1);
}


.nyvideo ul li:hover .txt h5{
  color: #fff;
}

.nyvideo ul li:hover .txt h5::after{
  background: #EA9425;
}


.nymajor ul li .pro_t h5:hover i img{
  animation: beat 0.5s 1;
}

.nymajor ul li .tel:hover i{
  color: #681F90;
}



.nynews .news_l ul li:hover::after{
  width: 100%;
}

.nynews .news_l ul li:hover .time span{
  color: #FFFFFF;
}

.nynews .news_l ul li:hover .time i{
  color: #FFFFFF;
}

.nynews .news_l ul li:hover .txt h5{
  color: #FFFFFF;
}

.nynews .news_l ul li:hover .txt .more{
  background: url(../nyimages/newsmore2.png) no-repeat  center;
  background-size: 100% 100%;
}

.nynews .news_r ul li:hover h5{
  color: #681F90;
}


}










@media (max-width:1024px) {



  .nyMain {
    padding: 0.5rem 0 1rem 0;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    padding-bottom: 0;
    margin-top: 0;
  }
  
  .nyLeft  .fenlei_t{
    width: 100%;
    height: 0.9rem;
    padding-top: 0;
  }

  .nyLeft .fenlei_t::before {
    display: none;
}
  
  .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.27rem;
    right: 0.3rem;
    content: "";
    background: url(../nyimages/fenleiico2.png) no-repeat center;
    background-size: 100%;
    width: 0.4rem;
    height: 0.4rem;
}
  
.nyLeft>ul{
  padding-bottom: 0.5rem;
  background: #fff;
}
  
  .nyLeft>ul>li{
    width: 90%;
    margin: 0 auto;
  
  }
  
  .nyLeft>ul>li>h5{
    position: relative;
    z-index: 9;
    line-height: 0.5rem;
    padding: 0.2rem 0;
  }
  
  .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>h5::before {
    left: 0%;
    width: 100%;

}
  
  

  
  .nyLeft>ul>li .erji>li>h6 {
    font-size: 0.24rem;
    line-height: 0.4rem;
    padding: 0.2rem 0;
  }
  
  .nyLeft>ul>li .erji>li>h6 a{
    font-size: 0.24rem;
    padding-left: 3%;
  }

  
  
  .nyLeft>ul>li .erji>li>dl dd a{
  line-height: 0.7rem;
  font-size: 0.24rem;
  
  
  }


  .nyRight {
    float: none;
    width: 100%;
    margin-top: 0rem;
    padding-top: 0;
  }
  
  .nyRight .nyrtit {
    height: auto;
    margin-bottom: 0.5rem;
    padding-bottom: 0.1rem;
  }

  .nyRight .nyrtit h5{
    line-height: 0.42rem;
    width: 100%;
  }

  .nyRight .nyrtit h5::before{
    display: none;
  }

  .nyRight .nyrtit h5::after{
    display: none;
  }
  
  .nyRight .nyrtit .tit {
    font-size: .36rem;
    order: 2;
  }
  
  .posi {
    order: 1;
    width: 100%;
    background: url(../nyimages/home.png) no-repeat left 0.07rem;
    background-size: .28rem .25rem;
    padding-left: .45rem;
    margin-top: 0.15rem;

  }
  
  .posi a {
    font-size: 0.24rem;
}
  
.posi a + a::before {
  font-size: 0.24rem;
}

.nyRight .nyrCon{
  margin: 0.35rem auto 0 auto;
}





.nyvideo ul li{

  width: 100%;
  margin: 0 0% 0.4rem 0;

}




.nyvideo ul li .pic .videoBtn {
  position: absolute;
  width: 0.58rem;
  height: 0.58rem;
  background: url(../nyimages/videoico.png) center no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 0.58rem) / 2);
  top: calc((100% - 0.58rem) / 2);
  z-index: 99;
}


.nyvideo ul li .txt{
  line-height: 1rem;

}

.nyvideo ul li .txt h5{
  padding-left: 0.2rem;
  font-size: 0.3rem;

}



.nymajor ul li{

  width: 100%;
  padding: 0rem 0.3rem 0.42rem 0.3rem;
  margin: 0 0% 0.4rem 0;
}



.nymajor ul li .pro_t{
  margin: 0.05rem auto 0 auto;
  line-height: 1rem;
}

.nymajor ul li .pro_t h5{
  font-size: 0.3rem;
}

.nymajor ul li .pro_t h5 i{
  width: 0.54rem;
  height: 0.54rem;


}



.nymajor ul li .pro_t .ico1{
  padding-left: 0.3rem;
  background: url(../nyimages/addico1.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  font-size: 0.24rem;
}

.nymajor ul li .pro_t .ico2{
  padding-left: 0.3rem;
  background: url(../nyimages/addico2.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  font-size: 0.24rem;
}

.nymajor ul li .nr{
  margin: 0.33rem auto 0.5rem auto;
  min-height: auto;

}

.nymajor ul li .nr dl dd{
  background: url(../nyimages/promore.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
  padding-left: 0.35rem;
  font-size: 0.3rem;
  line-height: 0.6rem;

}

.nymajor ul li .nr dl dd a {
  font-size: 0.3rem;
}

.nymajor ul li .nr dl dd em{
  margin-left: 0.1rem;
}

.nymajor ul li .nr dl dd em.one{
  font-size: 0.24rem;
  line-height: 0.36rem;
  height: 0.36rem;
}

.nymajor ul li .nr dl dd em.two{
  font-size: 0.24rem;
  line-height: 0.36rem;
  height: 0.36rem;
}

.nymajor ul li .tel{
  height: 0.7rem;
  line-height: 0.7rem;

}

.nymajor ul li .tel i{
  font-size: 0.28rem;

}



.nynewsbg .nyRight .nyrtit{
  width: 100%;
}



.nynews .news_l{
  width: 100%;
  float: none;

}

.nynews .news_l ul li{
  height: 1.2rem;
  margin-bottom: 0.15rem;
}




.nynews .news_l ul li .time{

  padding-left: 0.1rem;
  width: 1.55rem;

}

.nynews .news_l ul li .time span{

  font-size: 0.34rem;

}

.nynews .news_l ul li .time i{

  font-size: 0.24rem;

}

.nynews .news_l ul li .txt{

  width: calc((100% - 1.8rem));
  padding-right: 0.3rem;
} 


.nynews .news_l ul li .txt h5{

  font-size: 0.3rem;

}





.nynews .news_r{
  float: none;
  top: 0rem;
  width: 100%;
  margin: 0.4rem auto 0 auto;

}

.nynews .news_r .news_t{
  line-height: 0.5rem;
  font-size: 0.3rem;
  background: url(../nyimages/hotico.png) no-repeat left center;
  background-size: 0.31rem 0.38rem;
  padding-left: 0.45rem;
}



.nynews .news_r ul li h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;

}

.nynews .news_r ul li .time{
  font-size: 0.24rem;
  background: url(../nyimages/time.png) no-repeat left center;
  background-size: 0.24rem 0.24rem;
  padding-left: 0.36rem;
  margin-top: 0.08rem;
}






.table_1 tr th {
  font-size:0.28rem;
}

.table_1 tr td {

  font-size:0.26rem;

}
.table_1 tr.no_data td,
.table_no_data {
  font-size:0.26rem;
}

.nyrCon td, .nyrCon th {
  padding: 10px 10px;

}








  .pb_sys_common {
    font-size: .24rem;
    line-height: 0.34rem !important;
    min-width: 0.34rem !important;
  }
  
  .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
  
    height: 0.4rem;
    line-height: 0.4rem;
  
  }
  
  .pb_sys_common .p_goto a, .pb_sys_common .p_search a {
    height: 0.4rem;
    line-height: 0.4rem;
  }
  
  
  .nynewsbg .fenye{
    width: 100%;
    margin: 0.4rem auto 0 auto;
  
  }
  

}











/* 基础样式 */
.admission-query {
  margin: 0 auto;
  z-index: 11;
  position: relative;
}

/* 移动端选项卡样式 */
.mobile-filter-tabs {
  display: none;
  flex-direction: column;
  gap: 1px;
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.filter-tab {
  display: flex;
  align-items: center;
  padding: 0.16rem 0.2rem;
  background: white;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-bottom: 0.1rem;
}

.filter-tab:active {
  background-color: #f9f9f9;
}

.tab-label {
  width: 60px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.tab-value {
  flex: 1;
  font-size: 0.24rem;
  color: #666;
  padding-left: 10px;
}

.tab-arrow {
  width: 20px;
  text-align: right;
  color: #999;
  font-size: 0.5rem;
  font-family: "simsun";
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.filter-tab.active .tab-arrow {
  transform: rotate(-90deg);
}

/* 移动端筛选面板 */
.mobile-filter-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 1000;
  flex-direction: column;
}

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 20px 0.5rem 0.2rem;
  border-bottom: 1px solid #eee;
  background: white;
  position: sticky;
  top: 0;
  z-index: 1;
}

.panel-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.panel-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.panel-close:active {
  background-color: #f5f5f5;
}

.panel-content {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.filter-group {
  display: none;
  margin-bottom: 30px;
}

.filter-group.active {
  display: block;
}

.group-label {
  font-size: 16px;
  color: #681F90;
  margin-bottom: 15px;
  padding-left: 4px;
  position: relative;
}



.filter-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.filter-option {
  padding: 10px 8px;
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 14px;
  color: #666;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  word-break: break-all;
}

.filter-option.active {
  background: #7b2cbf;
  color: white;
  border-color: #7b2cbf;
  box-shadow: 0 2px 4px rgba(123, 44, 191, 0.2);
}

.panel-footer {
  display: flex;
  padding: 0.2rem;
  gap: 10px;
  border-top: 1px solid #eee;
  background: white;
  position: sticky;
  bottom: 0.5rem;
}

.btn-reset,
.btn-confirm {
  flex: 1;
  padding: 0.15rem 0.15rem;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-reset {
  background: #f5f5f5;
  color: #666;
}

.btn-reset:active {
  background: #e8e8e8;
}

.btn-confirm {
  background: #7b2cbf;
  color: white;
  box-shadow: 0 2px 4px rgba(123, 44, 191, 0.2);
}

.btn-confirm:active {
  background: #6928a9;
  transform: translateY(1px);
}

/* 桌面端筛选区域 */
.desktop-filter {
  display: block;
  margin-bottom: 0.25rem;
  padding: 0.4rem 0.4rem 0.4rem 0.5rem;
  background: #FFFFFF;
}

.filter-section {
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.filter-section:last-child {
  margin-bottom: 0;
}

.section-label {
  font-size: 0.18rem;
  color: #681F90;
  position: relative;
  line-height: 0.32rem;
}


.filter-tags {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  width: calc((100% - 0.6rem));
}

.filter-tag {
  padding: 0.07rem 0.2rem;
  background: #F1F1F1;
  border-radius: 45px;
  font-size: 0.16rem;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  user-select: none;
  white-space: nowrap;
  margin: 0 0.1rem 0.2rem 0;
}

.filter-tag:hover {
  background: #e8e8e8;
}

.filter-tag.active {
  background: #eb9523;
  color: #fff;
  border-color: #eb9523;
  box-shadow: 0 2px 4px rgba(123, 44, 191, 0.2);
}

.filter-tag.orange {
  background: #541675;
  border-color: #541675;
  color: #fff;
  box-shadow: 0 2px 4px rgba(255, 152, 0, 0.2);
}

/* 数据表格样式 */
.data-table-container {
  background: #fff;
  padding: 0.2rem 0.4rem 0.6rem 0.4rem;

}



/* 响应式设计 */
@media (max-width: 768px) {
  
  .mobile-filter-tabs {
    display: flex;
  }
  
  .desktop-filter {
    display: none;
  }
  
  .table-wrapper {
    margin: 0 -15px;
    width: calc(100% + 30px);
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  
  .data-table {
    min-width: 100%;
  }
  
  .data-table th,
  .data-table td {
    padding: 12px 15px;
  }
  
  .total-count {
    width: 100%;
    text-align: center;
  }
  
  .table-header {
    justify-content: center;
  }
  
  .filter-options {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 769px) {
  .filter-options {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* 滚动条样式 */
.filter-tags::-webkit-scrollbar,
.panel-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.filter-tags::-webkit-scrollbar-track,
.panel-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.filter-tags::-webkit-scrollbar-thumb,
.panel-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.filter-tags::-webkit-scrollbar-thumb:hover,
.panel-content::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/*nynews*/

.nynewsxqbg .nyrtit{
  width: 100%;
  margin: 0 0 0.4rem 0;
}


.nynewsxq{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.nynewsxq .nyArc{
  width: 100%;
  background: #fff;
  border-top: 3px solid #541675;
  box-shadow: 0px 0px 10px 10px rgba(213, 168, 115, 0.08);
  padding: 0 0.6rem 0.9rem 0.6rem;
}


.nynewsxq .nyArc .arc-tit{
  padding: 0.55rem 0 0 0;

}

.nynewsxq .nyArc .arc-tit h1{
  font-size: 0.28rem;
  color: #000;
  line-height: 0.4rem;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.nynewsxq .nyArc .arc-tit .arc-info{
  text-align: center;
  line-height: 0.3rem;
  padding: 0.1rem;
  background: #fbf6f1;
  margin-top: 0.25rem;

}

.nynewsxq .nyArc .arc-tit .arc-info span{
  display: inline-block;
  font-size: 0.16rem;
  color: #541675;
}

.nynewsxq .nyArc .nytxtcont{
  margin: 0.3rem auto 0 auto;

}

.nynewsxq .nyArc .nytxtcont p{
  font-size: 0.18rem !important;
  color: #333333;
  line-height: 0.32rem !important;
  text-indent: 2em;
  margin-bottom: 0.3rem;

}

.nynewsxq .nyArc .nytxtcont img{
   max-width:100% !important;
height:auto !important;
display:block;
margin:0 auto;border:none  !important;
}

.nynewsxq .nyArc .nytxtcont p strong{color:#541675; }
.arc-sib {
  padding-top: .36rem;
  font-size: .28rem;
  line-height: 1.6em;
  border-top: 1px solid #e5e5e5;
}

.arc-sib div {
  font-size: .18rem;
  color: #88191f;
  font-family: "SourceHanSerifCN";
  line-height: 1.6em;
  margin-bottom: 0.1rem;
}

.arc-sib div a{
  font-size: .18rem;
  color: #333;
  font-family: "PingFangSC";
}

@media (max-width: 1024px){
.nynewsxq .nyArc .nytxtcont p{
  font-size: 0.3rem !important;
  line-height: 0.5rem !important;



}
}