.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;}

.nyrCon table th{ border: 1px solid #dadbdd;}


@media screen and (max-width: 1024px) {
  
  .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;
  left: 0;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 15%);
  z-index: 1;
  pointer-events: none;
}






.nyMain {
  min-height: 4rem;
  padding: 0.6rem 0 1.8rem 0;
  background: #f3f6f8 url(../nyimages/pagebg.jpg) no-repeat bottom center;
  background-size: 100%;

}

.nyMain .page_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyLeft {
  width: 20%;
  position: relative;
  z-index: 10;


}

.nyLeft  .fenlei_t{
  width: 100%;
  height: 0.85rem;
  position: relative;
  background: linear-gradient(270deg, #2BB7F2 0%, #0C70EA 100%);
}

.nyLeft  .fenlei_t h2{
  line-height: 0.85rem;
  font-size: 0.3rem;
  color: #FFFFFF;
  text-align: center;
  font-family: "AlibabaPuHuiTi-SemiBold";
  font-weight: normal;
}

.nyLeft  ul{
  padding: 0.3rem 0 2.05rem 0;
  background: #fff url(../nyimages/fenleibg.png) no-repeat bottom center;
  background-size: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.nyLeft>ul>li{
  width: 85%;
  border-bottom:  1px solid #F0E6F4;
  margin: 0 auto;
  position: relative;
}


.nyLeft>ul>li>h5{
  position: relative;
  z-index: 9;
  min-height: 0.7rem;
  line-height: 0.44rem;
  padding: 0.13rem 0;

}

.nyLeft>ul>li>h5 a{
  padding: 0 10% 0 5%;
  font-size: 0.2rem;
  color: #333333;
  font-weight: normal;
  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: .1rem;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  background: url(../nyimages/ico1.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.08rem;
  height: 0.14rem;
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.nyLeft>ul>li>h5::after{
  position: absolute;
  left: -9%;
  top: 0rem;
  width: 0%;
  height: calc(100% - 0rem);
  background: #E4AE31;
  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: 118%;
}


.nyLeft>ul>li.on>h5 a{
  color: #FFFFFF;

}

.nyLeft>ul>li.has>h5 em::after{
 display: block;

}

.nyLeft>ul>li.on>h5 em::after{
  background: url(../nyimages/ico2.png) no-repeat center;
  background-size: 100% 100%;
 
 }

.nyLeft>ul>li.on.has>h5 em::after{
  background: url(../nyimages/ico2.png) no-repeat center;
  background-size: 100% 100%;
 
 }

.nyLeft>ul>li.has>h5 em.show::after{

  transform: translateY(-50%) rotate(90deg);
 }


.nyLeft>ul>li .erji{
  width: 100%;
  display: none;
  padding: 0.15rem 0;
}

.nyLeft>ul>li .erji>li{
  line-height: 0.38rem;
  margin: 0 auto;



}

.nyLeft>ul>li .erji>li>h6 {
  position: relative;
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
}

.nyLeft>ul>li .erji>li>h6 a{
  display: block;
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 15%;
  position: relative;
}

.nyLeft>ul>li .erji>li>h6 a::after{
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.04rem;
  height:  0.04rem;
  background: #007DDD;
  border-radius: 50%;

}


.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{
  color: #007DDD;

}



.nyRight {
  width: 75.4%;
  position: relative;
}

.nyRight .nyrtit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyRight .title{
  position: relative;
  width: 60%;
  padding-top: 0.2rem;

} 

.nyRight .title h3{
  font-size: 0.3rem;
  font-weight: normal;
  color: #333333;
  font-family: "AlibabaPuHuiTi-SemiBold";
  line-height: 0.36rem;
  margin-top: 0.1rem;
}

.nyRight .title h3 i{
  font-size: 0.3rem;
  color: #00429B;
}

.nyRight .title span{
  display: block;
  font-size: 0.18rem;
  text-transform: uppercase;
  color: rgba(0, 87, 182, 0.3);
  font-family: "canela";
  padding-left: 0.5rem;
  position: relative;
}

.nyRight .title span::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0.34rem;
  height: 0.04rem;
  background: url(../images/titlext.png) no-repeat left center;
  background-size: 100%;
}


.posi {
  display: block;
  font-size: 0.16rem;
  color: #A8A8A8;
  background: url(../nyimages/home.png) no-repeat left center;
  background-size: 0.19rem 0.17rem;
  padding-left: 0.25rem;
  line-height: 0.3rem;
  height: 0.3rem;
  margin-top: 0.28rem;
}

.posi a {
  font-size: 0.16rem;
  color: #A8A8A8;
}

.posi a + a::before {
  content: ' > ';
  margin: 0 .05rem;
  font-size: 0.16rem;
  color: #A8A8A8;
}


.nyRight .nyrCon {
  padding: 0;
  margin-top: 0.35rem;
}



/* nyvideo */

.nyvideo{
  margin: 0 auto;
}

.nyvideo ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.nyvideo ul li{
  width: 31.4%;
  background: #FFFFFF;
  margin: 0 2% 0.38rem 0;
}

.nyvideo ul li:nth-child(3n){
  margin-right: 0;
}

.nyvideo ul li a{
  display: block;
}

.nyvideo ul li .pic{
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.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: 100%;
  height: 100%;
  background: url(../nyimages/videoico.png) center no-repeat;
  background-size: 0.44rem 0.44rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}


.nyvideo ul li .txt{
  width: 100%;
  padding: 0 0.25rem;
  height: 0.75rem;
  line-height: 0.75rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nyvideo ul li .txt h5{

  width: 80%;
  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;
}

.nyvideo ul li .txt i{
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  background: url(../nyimages/more.png) center no-repeat;
  background-size: 100% 100%;

}


#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;
}




/* nynewsxq */


.nynewsxq{
  margin: 0 auto;
  background: #FFFFFF;
  padding: 0.3rem;
}


.nynewsxq .arc-tit{
  background: rgba(214, 231, 254, 0.3);
  padding: 0.25rem 0.3rem 0.15rem 0.3rem;
}

.nynewsxq .arc-tit h1{
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #0080E3;
  text-align: center;
  margin: 0 auto;
}

.nynewsxq .arc-tit .arc-info{
  text-align: center;
  line-height: 0.3rem;
  margin-top: 0.05rem;

}

.nynewsxq .arc-tit .arc-info span{
  display: inline-block;
  font-size: 0.16rem;
  color: #777777;
  margin: 0 0.15rem;
}


.nynewsxq .nytxtcont{
  margin: 0.32rem auto 0 auto;
  padding: 0 0.4rem;

}

.nynewsxq .nytxtcont p{
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.36rem;
  text-indent: 2em;
  margin-bottom: 0.35rem;

}



.arc-sib {
  margin: 0.5rem auto 0 auto;
  padding: .3rem 0.3rem;
  font-size: .28rem;
  line-height: 1.6em;
  border-top: 1px solid rgba(214, 231, 254, 0.6);
}

.arc-sib div {
  font-size: .18rem;
  color: #333333;
  line-height: 0.4rem;
  margin-bottom: 0.18rem;
  background: url(../nyimages/prev.png) no-repeat left center;
  background-size: 0.4rem 0.4rem;
  padding-left: 0.6rem;
}

.arc-sib div.prev{
  background: url(../nyimages/next.png) no-repeat left center;
  background-size: 0.4rem 0.4rem;
}

.arc-sib div a{
  font-size: .18rem;
  color: #333333;

}




/*nynotice*/

.nynotice{
  margin: 0 auto;
}


.nynotice ul li{
  width: 100%;
  height: 0.9rem;
  background: #FFFFFF;
  margin: 0 auto 0.2rem auto;
  position: relative;
  z-index: 5;

}

.nynotice ul li a{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.nynotice ul li .time{
  background: #D6E7FE  url(../nyimages/noticeico2.png) no-repeat center;
  background-size: 0.72rem 0.72rem;
  width: 1.4rem;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li .time i{
  display: inline-block;
  background:  url(../nyimages/time1.png) no-repeat left center;
  background-size: 0.14rem 0.14rem;
  padding-left: 0.2rem;
  font-size: 0.14rem;
  color: #0080E3;
  font-family: "Poppins";
  font-weight: bold;
  line-height: 0.9rem;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice ul li .txt{
  width: calc((100% - 1.75rem));
  padding-right: 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nynotice ul li .txt h5{
  width: 80%;
  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;

}

.nynotice ul li .txt .more{
  display: block;
  background: url(../nyimages/noticemore1.png) no-repeat center;
  background-size: 100%;
  width: 0.34rem;
  height: 0.34rem;
  -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: .0rem;
  top: 0%;
  content: "";
  z-index: -1;
  background: linear-gradient(270deg, #06ABF0 0%, #0069E9 97%);
  width: 0rem;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynotice1 ul li{
  width: 31%;float:left;margin-right:2%;
}
.nynotice1 ul li .txt{
  width: 100%;
  padding:0;
}
.nynotice1 ul li .txt h5{
  width: 100%;
  text-align:center;

}



/*nynews*/


.nynews{
  margin: 0 auto;
}

.nynews ul li{
  position: relative;
  z-index: 5;
  background: #FFFFFF;
  margin-bottom: 0.2rem;
}

.nynews ul li a{
  padding: 0.3rem 0.4rem 0.3rem 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.nynews ul li .pic{
  position: relative;
  width: 3rem;
  height: 2rem;
  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.35rem));
}

.nynews ul li .txt h5{
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.32rem;
  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;
  margin: 0 0 0 0.1rem;
}

.nynews ul li .txt p{
  font-size: 0.16rem;
  color: #888888;
  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-left: 0.1rem;
}

.nynews ul li .txt .more{
  display: block;
  width: 100%;
  height: 0.34rem;
  background: url(../nyimages/newsmore.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 ul li .txt .time{
  margin: 0.05rem 0 0 0.1rem;
  background: url(../nyimages/newstime1.png) no-repeat left top;
  background-size: 0.18rem 0.18rem;
  padding-left: 0.3rem;
  font-size: 0.1rem;
  color: #007DDD;
  font-family: "Poppins";
  height: 0.24rem;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li .txt .time i{
  font-size: 0.18rem;
  color: #007DDD;
  font-family: "canela";
  margin-right: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nynews ul li .txt .time span{
  font-size: 0.14rem;
  color: #007DDD;
  font-family: "Poppins";
  margin-left: 0.05rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nynews ul li::after{
  position: absolute;
  left: 0rem;
  top: 0%;
  content: "";
  z-index: -1;
  background: url(../nyimages/newslist.jpg) no-repeat center;
  background-size: 100% 100%;
  width: 0rem;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}





/*fenye*/



/* 基础样式 */
.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 {
  
  margin-bottom: 30px;
}

.filter-group.active {
  display: block;
}

.group-label {
  font-size: 16px;
  color: #006AE7;
  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: #006AE7;
  color: white;
  border-color: #006AE7;
  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: #006AE7;
  color: white;
  box-shadow: 0 2px 4px rgba(123, 44, 191, 0.2);
}

.btn-confirm:active {
  background: #006AE7;
  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: #006AE7;
  position: relative;
  line-height: 0.32rem;
}


.filter-tags {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  width: calc((100% - 0.6rem));
}
.filter-sf .filter-tag{width:auto; text-align:center;}
.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: #E4AE31;
  color: #fff;
  border-color: #E4AE31;
}

.filter-tag.orange {
  background: linear-gradient(270deg, #06AAF0 0%, #006AE7 100%);
  border: none;
  color: #fff;

}

/* 数据表格样式 */
.data-table-container {
  margin: 0.5rem auto 0 auto;

}

.formbox .table-containerbox{
  background: #fff;
  margin: 0rem auto 0.5rem auto;
}


.formbox .header_tit{
  margin: 0 auto 0.3rem auto;
  text-align: center;
  background: url(../nyimages/form_t.png) no-repeat center;
  background-size: 100% 100%;
  width: 4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #FFFFFF;
}




.formbox thead {
  background-color: #07a3e4;
}

.formbox th {
  padding: 18px 20px !important;
  text-align: center;
  font-size: 0.18rem;
  color: #fff !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  white-space: nowrap;
}

.formbox th:last-child {
  border-right: none;
}

.formbox tbody tr {
  border-bottom: 1px solid #DFE7ED;
  transition: background-color 0.2s;
}

.formbox tbody tr:hover {
  background-color: #f8f9ff;
}

.formbox tbody tr:nth-child(even) {
  background: #EFF5FF;
}

.formbox tbody tr:nth-child(even):hover {
  background-color: #f0f3ff;
}

.formbox td {
  padding: 18px 15px;
  font-size: 0.16rem;
  color: #333;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #DFE7ED;
}

.formbox td:last-child {
  border-right: none;
}





/*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;
}




@media (min-width: 1024px){

  .nyLeft>ul>li .erji>li>h6 a:hover{
    color: rgba(65, 56, 212, 1);
  }
  
  
  .nyLeft>ul>li>h5 a:hover{
    color: rgba(65, 56, 212, 1);
  }
  
  .nyLeft>ul>li.on>h5 a:hover{
    color: rgba(65, 56, 212, 1);
  }
  
  .nyLeft>ul>li.on.active .erji{
   /* display: block;*/
  
  }



  .arc-sib div a:hover{
    color: #007DDD;
  }
  


  .nyvideo ul li:hover .pic img{
    transform: scale(1.1);
  }

  .nyvideo ul li:hover .txt h5{
    color: #007DDD;
  }

  .nynotice ul li:hover::after{
    width: 100%;
  }
  
  .nynotice ul li:hover .txt h5{
    color: #fff;
  
  }
  
  .nynotice ul li:hover .txt .more{
    background: url(../nyimages/noticemore2.png) no-repeat center;
    background-size: 100%;
  }
  
  
  .nynotice ul li:hover .time{
    background: #2988ED  url(../nyimages/noticeico1.png) no-repeat center;
    background-size: 0.72rem 0.72rem;
  
  }
  
  
  .nynotice ul li:hover .time i{
    background:  url(../nyimages/time.png) no-repeat left center;
    background-size: 0.14rem 0.14rem;
    color: #fff;
  }


  .nynews ul li:hover::after{
    width: 100%;
  }
  
  .nynews ul li:hover .txt h5{
    color: #fff;
  }
  
  .nynews ul li:hover .txt p{
    color: #fff;
  }
  
  .nynews ul li:hover .txt .more{
    background: url(../nyimages/newsmore1.png) no-repeat center;
    background-size: 100% 100%;
  
  }
  
  
  .nynews ul li:hover .txt .time{
    color: #fff;
    background: url(../nyimages/newstime2.png) no-repeat left top;
    background-size: 0.18rem 0.18rem;
  }
  
  .nynews ul li:hover .txt .time i{
    color: #fff;
  }
  
  
  .nynews ul li:hover .txt .time span{
    color: #fff;
  }
  
  .nynews ul li:hover .pic img{
    transform: scale(1.1);
  }

}







@media (max-width: 1024px){




  .nyMain {
    padding: 0.5rem 0 1rem 0;
  }
  
  .nyLeft {
    width: 100%;
    float: none;
    padding-bottom: 0;
    margin: 0 auto;
  }
  
  .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;
    font-weight: normal;
    font-family: "SourceHanSansCN";
    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>li{
    width: 90%;
  
  }
  
  .nyLeft>ul>li>h5{
    position: relative;
    z-index: 9;
    line-height: 0.55rem;
  }
  
  .nyLeft>ul>li>h5 a{
    padding: 0 10% 0 5%;
    font-size: 0.3rem;
  }

  .nyLeft>ul>li>h5 em {

    right: 0.1rem;

}
  
  .nyLeft>ul>li>h5 em::after{
    width: 0.12rem;
    height: 0.21rem;
  }
  
  .nyLeft>ul>li.on>h5::after {
    width: 100%;
    left: 0;
}

.nyLeft>ul>li.on>h5 a {
  font-size: 0.3rem;
  font-family: "SourceHanSansCN";
}

.nyLeft>ul>li .erji{
  width: 100%;
}
  
  .nyLeft>ul>li .erji>li{
    line-height: 0.52rem;
  
  
  
  }
  
  
  .nyLeft>ul>li .erji>li>h6 {
    font-size: 0.28rem;
  }
  
  .nyLeft>ul>li .erji>li>h6 a{
    font-size: 0.28rem;
    padding-left: 5%;
  }

  
  
  .nyLeft>ul>li .erji>li>dl dd a{
  line-height: 0.38rem;
  font-size: 0.26rem;
  
  
  }






  .nyRight {
    width: 100%;
    margin-top: .5rem;
  }
  
  .nyRight .nyrtit {
    padding-bottom: .15rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    margin-bottom: 0.4rem;
  }

  .nyRight .title{
    padding-top: 0;
  }

  .nyRight .title h3{
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  
  .nyRight .title h3 i{
    font-size: 0.36rem;
  }
  
  .nyRight .title span{
    font-size: 0.24rem;
  }
  
  .nyRight  .title span::after{
  
    width: 0.34rem;
    height: 0.04rem;
  
  }
  
  .nyRight .nyrtit .tit {
    font-size: .36rem;
    order: 2;

  }
  
  .posi {
    order: 1;
    width: 100%;
    font-size: 0.26rem;
    background: url(../nyimages/home.png) no-repeat left center;
    background-size: 0.28rem 0.26rem;
    padding-left: 0.35rem;
  }
  
  .posi a {
    font-size: 0.26rem;
}
  
.posi a + a::before {
  font-size: 0.26rem;
}




.nyvideo ul li{
  width: 48%;
  height: auto;
  margin: 0 4% 0.38rem 0;
}

.nyvideo ul li:nth-child(3n){
  margin: 0 4% 0.38rem 0;
}

.nyvideo ul li:nth-child(2n){
  margin-right: 0;
}



.nyvideo ul li .txt{
  padding: 0 0.2rem;
  height: 0.85rem;
  line-height: 0.85rem;

}

.nyvideo ul li .txt h5{

  width: 80%;
  font-size: 0.3rem;

}




.nynewsxq{

  padding: 0.3rem;
}



.nynewsxq .arc-tit h1{
  font-size: 0.3rem;
  line-height: 0.4rem;

}

.nynewsxq .arc-tit .arc-info {
  line-height: 0.32rem;
  margin-top: 0.1rem;
}

.nynewsxq .arc-tit .arc-info span{
  font-size: 0.26rem;
}


.nynewsxq .nytxtcont{
  margin: 0.35rem auto 0 auto;
  padding: 0 0rem;

}

.nynewsxq .nytxtcont p{
  font-size: 0.28rem;
  line-height: 0.46rem;

}



.arc-sib {
  margin: 0.5rem auto 0 auto;
  padding: .3rem 0.3rem;
  font-size: .28rem;
  line-height: 1.6em;
  border-top: 1px solid rgba(214, 231, 254, 0.6);
}

.arc-sib div {
  font-size: .28rem;
  margin-bottom: 0.25rem;


}



.arc-sib div a{
  font-size: .28rem;

}





.nynotice ul li{
  height: 1rem;
  margin: 0 auto 0.2rem auto;


}



.nynotice ul li .time{
  width: 1.95rem;


}

.nynotice ul li .time i{
  display: inline-block;
  background:  url(../nyimages/time1.png) no-repeat left 0.36rem;
  background-size: 0.24rem 0.24rem;
  padding-left: 0.32rem;
  font-size: 0.24rem;
  line-height: 1rem;
}

.nynotice ul li .txt{
  width: calc((100% - 2.1rem));
  padding-right: 0.1rem;

}

.nynotice ul li .txt h5{
  width: 100%;
  font-size: 0.3rem;

}

.nynotice ul li .txt .more{
  display: none;
}





.nynews ul li{

  margin-bottom: 0.3rem;
}

.nynews ul li a{
  padding: 0.3rem ;

}

.nynews ul li .pic{

  width: 100%;
  height: auto;
  padding-top: 63%;


}




.nynews ul li .txt{
  width: calc((100% - 0rem));
  margin-top: 0.3rem;
}

.nynews ul li .txt h5{
  font-size: 0.3rem;
  line-height: 0.45rem;
  height: 0.9rem;
  margin: 0 0 0 0.1rem;
}

.nynews ul li .txt p{
  font-size: 0.26rem;
  line-height: 0.42rem;
  height: 0.84rem;
  margin: 0.1rem 0 0.1rem 0.1rem;

}



.nynews ul li .txt .time{
  margin: 0.15rem 0 0.2rem 0.1rem;
  background: url(../nyimages/newstime1.png) no-repeat left top;
  background-size: 0.24rem 0.24rem;
  padding-left: 0.35rem;
  font-size: 0.24rem;
  height: 0.24rem;

}

.nynews ul li .txt .time i{
  font-size: 0.28rem;
}

.nynews ul li .txt .time span{
  font-size: 0.24rem;
}





.formbox .header_tit{

  width: 5.3rem;
  height: 0.72rem;
  line-height: 0.72rem;
  font-size: 0.3rem;
}





.formbox th {
  font-size: 0.28rem;
  padding: 15px 10px !important;
}




.formbox td {
  font-size: 0.28rem;
  padding: 10px 10px;
}












.fenye {
  margin: 0.6rem auto 0 auto;
}
    
.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;
}


}







@media print {
  /* 重置页面边距 */
  @page {
      margin: 1cm;
  }
  
  /* 隐藏不需要打印的元素 */
  .nav, .top_bg, .advertisement, .sidebar, .nyLeft,.nybanner,.footer {
      display: none !important;
  }
  
  /* 调整主体样式 */
  body {
      background-color: white;
      color: black;
      font-size: 12pt;
      line-height: 1.4;
      margin: 0;
      padding: 0;
  }
  
  .header {
      background-color: white;
      color: black;
      border-bottom: 2px solid #000;
      padding: 10px 0;
      margin-bottom: 15px;
  }
  
  .content {
      background-color: white;
      box-shadow: none;
      padding: 0;
      margin: 0;
  }
  
  /* 确保链接在打印文档中可见 */
  a {
      color: black !important;
      text-decoration: underline;
  }
  

  
  /* 避免在元素中间分页 */
  h1, h2, h3, h4, h5, h6 {
      page-break-after: avoid;
  }
  
  /* 避免在表格中间分页 */
  table {
      page-break-inside: avoid;
  }
  
  /* 确保图片不会超出页面宽度 */
  img {
      max-width: 100% !important;
      height: auto;
  }
  
  /* 控制分页 */
  .page-break {
      page-break-before: always;
  }
  
  /* 打印时不显示背景图像和颜色 */
  * {
      background-image: none !important;
  }
}





@font-face {
  font-family: "SourceHanSerifCN-Regular";
  src: url("../fonts/SourceHanSerifCN-Regular.otf") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSerifCN";
  src: url("../fonts/SourceHanSerifCN-Bold.woff") format("woff");
  font-display: swap;
}

/*Admission*/

.Admission{
  margin: 0 auto;
  width: 100%;
  height: 7.5rem;
  background: url(../nyimages/Admissionbg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 1.7rem 1.5rem 0 1.5rem;
  font-family: "SourceHanSerifCN";
}

.Admission h3{
  margin: 0 auto;
  text-align: center;
  font-size: 0.76rem;
  color: #b51d23;
  letter-spacing: 6px;
  line-height: 0.9rem;
  margin-bottom: 0.6rem;

}

.Admission h5{
  font-size: 0.38rem;
  color: #242322;
  margin-bottom: 0.1rem;
}

.Admission h5 i{
  font-size: 0.38rem;
  color: #242322;
  text-decoration: underline;
  margin-right: 0.2rem;
}

.Admission p{
  font-size: 0.27rem;
  color: #242423;
  line-height: 0.58rem;
  margin-bottom: 0.05rem;
  font-family: "SourceHanSerifCN-Regular";
}

.Admission p em{
  font-size: 0.27rem;
  color: #242423;
  text-decoration: underline;
  font-family: "SourceHanSerifCN";
  margin: 0 0.05rem;
}

.Admission p i{
  display: block;
  font-size: 0.26rem;
  color: #030000;

}


@media (max-width: 1024px){

  .Admission{

    height: 7.5rem;
    padding: 1.5rem 0.8rem 0 0.8rem;

  }
  
  .Admission h3{
    font-size: 0.46rem;
    letter-spacing: 6px;
    line-height: 0.6rem;
    margin-bottom: 0.45rem;
  
  }
  
  .Admission h5{
    font-size: 0.32rem;
  }
  
  .Admission h5 i{
    font-size: 0.32rem;
  }
  
  .Admission p{
    font-size: 0.28rem;
    line-height: 0.58rem;

  }
  
  .Admission p em{
    font-size: 0.28rem;


  }
  
  .Admission p i{

    font-size: 0.28rem;

  
  }
.nynotice1 ul li{width:46%;margin-left:2%;}

.nynotice1 ul li .txt{width:100%;}
}


/*录取通知书*/


.nyRight div.lqtz td,
.nyRight div.lqtz th{vertical-align:middle;color: #303030;padding-top:0.25rem;}
.nyRight div.lqtz td p,
.nyRight div.lqtz th p{padding-bottom:0;}
.nyRight div.lqtz table {margin: 0.5rem auto 0 auto;border-collapse: collapse; width:70%}
.nyRight div.lqtz table tr:not(:first-child) td{}



.nyRight div.lqtz table td input{
    border: 1px solid #0063d9;
    border-radius: 0.1rem;line-height:40px;
}
.nyRight div.lqtz table input.button{
  background: #dfae31;
  padding: 0.1rem 0.2rem;
  color: #fff;width:60%;border:none;
  border-radius: 45px;
  margin-top: 10px !important;
}

.nyRight div.lqtz{
  font-size: 0.24rem;
  color: #333;
}

.nyRight div.lqtz p{
  font-size: 0.28rem;
  color: #333;
  margin-top: 0.1rem;
}




@media (max-width: 1024px) {
  .nyRight div.lqtz td, .nyRight div.lqtz th{font-size: 0.24rem;}
  .filter-tag{
    font-size: 0.24rem;
  }

  .section-label{
    font-size: 0.24rem;
  }

  .nyRight div.lqtz table{
    width: 100%;
  }
}