@charset "utf-8";
@font-face {
  font-family: 'ARK'; 
  src: url('AaBanRuoKaiShuJiaCu.woff2') format('woff2'),
       url('AaBanRuoKaiShuJiaCu.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
.zxzt_imglist .zoomImg img{width:280px; height:180px;
	flex-shrink: 0;

	position: relative;
	transition-property: transform
}
.zxzt_imglist .slide-c .swiper-slide .img{height: 1.95rem;margin-bottom: .1rem}
.zxzt_imglist .slide-c .swiper-slide{width: 18.4%;margin-right: 2%}
.zxzt_imglist .slide-c .swiper-slide:last-child{margin-right: 0}
.zxzt_imglist .slide-c .swiper-slide .img{height: 1.95rem;margin-bottom: .1rem}
.zxzt_imglist .slide-c .swiper-slide .txt h4{font-size: .2rem;line-height: 1.5em}
.zxzt_imglist .swiBtn a{display: block;width: .4rem;height: .4rem;border-radius: 50%;border: 1px solid #687EF1;color: #687EF1;line-height: .38rem;text-align: center;font-size: .2rem;transition: .3s}
.zxzt_imglist  .swiBtn a:hover{color: #fff;background:#687EF1 }
.zxzt_imglist .swiBtn a.next{margin-left: .1rem}
.zoomImg img{width:100%;transition: .5s;height: 100%;object-fit: cover;position: relative;z-index: 1}
.slideImg{width:100%;overflow:hidden;position:relative;display:block;}
.slideImg img{width:100%;transition: .5s;height: 100%;object-fit: cover;position: relative;z-index: 1}


.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.4rem;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem;
}

.pagination a.active {
  background: #257b6b;
  color: #fff;
  border: 1px solid #257b6b;
}

.pagination a:hover {
  background: #257b6b;
  color: #fff;
  border: 1px solid #257b6b;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  position: relative;
  padding-bottom: 0.8rem;
  background: url(../images/subbg.png) no-repeat center bottom;
}

.nymain .px1600 {
  background: linear-gradient(to bottom, #ffffff,#ffffff, rgba(255, 255, 255, 0));
  margin-top: -1.7rem;
}

.nymain .leftNav {
  float: left;
  width: 2.98rem;
  margin-top: -0.6rem;
  margin-left: 0.3rem;
  position: relative;
  padding-top: 0.4rem;
  padding-bottom: 1rem;
}

.nymain .leftNav::before {
  content: '';
  position: absolute;
  top: -0.16rem;
  left: -0.2rem;
  right: -0.2rem;
  bottom: -0.24rem;
  background: url(../images/left-bg.png) no-repeat center top;
  background-size: 100% 100%;
}

.nymain .leftNav h2 {
  color: #fff;
  overflow: hidden;
  padding-left: 0.5rem;
}

.nymain .leftNav h2 div {
  position: relative;
  padding-left: 0.3rem;
}

.nymain .leftNav h2 div::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.05rem;
  height: 0.44rem;
  background: #fff;
}

.nymain .leftNav h2 i {
  display: block;
  font-style: normal;
  font-size: 0.2rem;
}

.nymain .leftNav h2 b {
  display: block;
  font-size: 0.42rem;
  font-weight: 400;
  font-family: 'ARK'; 
}

.nymain .leftNav>div>ul {
  padding: 0.18rem 0.16rem;
}

.nymain .leftNav>div>ul>li {
  position: relative;
  padding: 0.1rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.nymain .leftNav>div>ul>li::before {
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 0.03rem solid #257b6b;
  transform: scaleY(0);
  z-index: 1;
  transition: all 0.3s;
}

.nymain .leftNav>div>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav>div>ul>li>a {
  position: relative;
}

.nymain .leftNav>div>ul>li>a>span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  right: 0.1rem;
  background: url(../images/left-sj1.png) no-repeat;
  background-size: 100% 100%;
  width: 0.15rem;
  height: 0.12rem;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: 0.2rem;
  line-height: 0.3rem;
  padding: 0.12rem 0.2rem;
  color: #fff;
 
}

.nymain .leftNav>div>ul>li:last-child {
  border-bottom: none;
}

.nymain .leftNav>div>ul>li.on>a {
  color: #11574a;
  background-color: #fff;
  font-weight: 600; 
}

.nymain .leftNav>div>ul>li.on>a>span,
.nymain .leftNav>div>ul>li.selected>a>span,
.nymain .leftNav>div>ul>li:hover>a>span {
  background-image: url(../images/left-sj2.png);
}

.nymain .leftNav>div>ul>li:hover>a {
  color: #11574a;
  background-color: #fff;
  font-weight: 600;
}

.nymain .leftNav>div>ul>li.on::before,
.nymain .leftNav>div>ul>li:hover::before {
  transform: none;
}

.nymain .leftNav>div>ul>li.selected>a {
  color: #11574a;
  background-color: #fff;
  font-weight: 600;padding-right:0.40rem;border-radius:10px


}

.nymain .leftNav ul li.selected ul {
  display: block;
}

.nymain .leftNav ul li a:hover {
  background-position: 0.31rem center;
  color: #11574a;
}

.nymain .leftNav>div>ul>li>ul {
  display: none;
  padding-top: 0.15rem;
  padding-right: 0;
}

.nymain .leftNav>div>ul>li>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.28rem;
  padding: 0.1rem 0.22rem;
  opacity: 0.8;
  border-bottom: none;
}

.nymain .leftNav>div>ul>li>ul>li:hover>a {
  opacity: 1;
  color: #fff;
}

.ny-right {
  float: right;
  width: calc(100% - 3.98rem);
  padding: 0.3rem 0.3rem 0rem 0;
  min-height: 4rem;
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: 0.6rem;
  border-bottom: 1px solid #e4e4e4;
}

.position h3 {
  position: absolute;
  font-size: 0.30rem;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  top: 0.08rem;
  left: 0;
}

.position span {
  color: #666;
  font-size: 0.14rem;
  vertical-align: middle;
}

.position img {
  height: 0.15rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.position a {
  font-size: 0.14rem;
  color: #666;
  margin: 0 0.05rem;
  vertical-align: middle;
}

.position a:hover {
  color: #257b6b;
}

/* 列表页 */
.text-list {
  margin-top: 0.1rem;
}

.text-list ul.noticelist li {}

.text-list ul.noticelist  li a {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
}

.text-list ul.noticelist li .date {
  width: 0.8rem;
  border-radius: 0.05rem;
  text-align: center;
  border: 1px solid #257b6b;
  margin-right: 0.35rem;
  overflow: hidden;
}

.text-list ul.noticelist  li .date>p {
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 0.53rem;
  color: #257b6b;
  transition: all 0.5s;
}

.text-list ul.noticelist  li .date span {
  display: block;
  line-height: 0.24rem;
  background: #257b6b;
  color: #fff;
  font-size: 0.14rem;
  transition: all 0.5s;
}

.text-list ul.noticelist  li .list-tx {
  flex: 1;
  min-width: 0;
}

.text-list ul.noticelist li .list-tx h3 {
  font-size: 0.2rem;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s;
}

.text-list ul.noticelist  li .list-tx>p {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  color: #989693;

}

.text-list ul.noticelist li:hover .date>p {
  background: #257b6b;
  color: #fff;
}

.text-list ul.noticelist li:hover .date>span {
  background: #fff;
  color: #257b6b;
}

.text-list ul.noticelist  li:hover h3 {
  font-weight: bold;
  color: #257b6b;
}

/* 内容页 */
.art-main .art-tit h3 {
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 0.32rem;
  margin-top: 0.20rem;
  font-weight: 600;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

 

.art-main .art-body img {
  max-width: 80% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.art-main .art-body table{
margin:0 auto !important;
width:90%;

}
.art-main .art-body .tbsc{ overflow:auto;}
.art-main .art-body video {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.art-main .art-body table p{
  margin-bottom: 0 !important;
  line-height: 0.45rem !important;
}
.art-main .cont-tit p {
  font-size: 0;
  text-align: center;
  padding-top: 0.23rem;
  padding-bottom: 0.41rem;
  line-height: 0.26rem;
  background: bottom;
  border-bottom: 1px solid rgba(217, 209, 203, 1);
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 0.16rem;
  margin-right: 0.05rem;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.18rem;
  color: #8c8c8c;
  margin: 0 0.15rem;
}

.art-info {
  border-top: 1px dashed #e0e0e0;
  margin-top: 0.25rem;
}

.pnext {
  margin-top: 0.25rem;
}

.pnext p {
  text-indent: initial;
  line-height: 0.32rem;
  color: #555555;
}

.pnext p a {
  color: #555555;
}

.pnext p:hover {
  /* color: #96632C; */
}

.pnext p:hover a {
  color: #257b6b;
}

/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29.333%;
  margin: 0.4rem 2% 0 2%;
  border: 1px solid #eee;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
  top: -10px;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 61%;
}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 196px;
}

.img-lists ul li a>div.info {
  padding: 10px;
  font-size: 0;
  text-align: center;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
  color: #257b6b;
}

/*领导*/
.list-ld {
  overflow: hidden;
}

.list-ld ul {
  margin-left: -0.18rem;
  margin-right: -0.18rem;
}

.list-ld ul li {
  float: left;
  width: 25%;
}

.list-ld ul li a {
  display: block;
  margin: 0.25rem 0.2rem;
}

.list-ld ul li .pic {
  padding-top: 114.81%;
}

.list-ld ul li .ld-tx {
  background-color: #fff;
  box-shadow: 0px 0.02rem 0.08rem 0px rgba(10, 11, 24, 0.1);
  padding: 0.1rem 0;
}

.list-ld ul li h3 {
  font-size: 0.18rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: 0 0.1em;
}

.list-ld ul li h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.04rem;
  height: 0.24rem;
  background: #257b6b;
}

.list-ld ul li p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #999;
  margin-top: 0.1rem;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding: 0 0.1rem;
}

.list-ld ul li:hover h3::after {
  background-color: #257b6b;
}

.list-ld ul li:hover h3 {
  color: #257b6b;
}

.list-ld ul li:hover .pic img {
  transform: scale(1.1);
}

.szdw div {
  margin-top: 0.5rem;
}

.szdw div h3 span {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  background: rgba(37, 123, 107, 1);
  width: 1.36rem;
  line-height: 0.42rem;
  border-radius: 0 0.2rem 0 0;
  color: #fff;
}

.szdw div ul {
  display: flex;
  flex-wrap: wrap;
}

.szdw div ul li a {
  display: block;
  width: 1.16rem;
  line-height: 0.58rem;
  text-align: center;
  background: rgba(244, 245, 245, 1);
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-weight: 400;
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  transition: all 0.5s;
}

.szdw div ul li:hover a {
  background: #257b6b;
  color: #fff;
}

.jgsz div h3 span {
  width: auto;
  min-width: 1.36rem;
  padding: 0 0.2rem;
}

.jgsz div {
  overflow: hidden;
}

.jgsz div ul {
  margin: 0 -0.15rem;
}

.jgsz div ul li {
  width: 33.33%;
}

.jgsz div ul li a {
  width: auto;
  margin: 0 0.15rem;
  margin-top: 0.2rem;
  text-align: left;
  padding: 0 0.55rem 0 0.2rem;
  position: relative;
}

.jgsz div ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  width: 0.31rem;
  height: 0.1rem;
  background: url(../images/jgsz-jt1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.jgsz div ul li:hover a::after {
  background: url(../images/jgsz-jt2.png) no-repeat;
  background-size: 100% 100%;
}

/* 师资内容 */
.sz-con {
  margin-top: 0.57rem;
}

.sz-con .pic1 {
  position: relative;
  z-index: 1;
  padding-left: 0.1rem;
  padding-bottom: 0.1rem;
}

.sz-con .pic1::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  left: 0;
  bottom: 0;
  background: #257b6b;
  z-index: -1;
}

.sz-con .pic1 img {
  display: block;
  width: 1.8rem;
}

.sz-t {
  margin-top: 0.26rem;
}

.sz-ty {
  overflow: hidden;
  padding-left: 1rem;
}

.sz-ty h3 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #257b6b;
}

.sz-ty>div {
  margin-top: 0.16rem;
}

.sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.44rem;
  color: #666666;
}

.sz-d {
  position: relative;
  z-index: 1;
}

.sz-d::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  bottom: 0;
  left: 0.15rem;
  border-left: 1px solid rgba(13, 66, 167, 0.1);
  z-index: -1;
}

.sz-box {
  margin-top: 30px;
}

.sz-box h4 {
  font-size: 0;
  padding-left: 0.8rem;
  margin-bottom: 0.3rem;
}

.sz-box h4 span {
  display: inline-block;
  font-family: "sySong";
  font-size: 0.26rem;
  font-weight: bold;
  color: #257b6b;
}

.sz-box p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666666;
  padding-left: 0.8rem;
}

.sz-p p {
  text-indent: 2em;
  margin-top: 0.3rem;
}

.sz-p p:first-child {
  margin-top: 0;
}



.biaoti-list .item.pointlist a{background: url(../images/point.png) no-repeat 10px center; padding-right:20px}
.biaoti-list .item.pointlist{border-bottom:1px dotted #ccc;}
.biaoti-list  {
    padding-bottom: .5rem;
padding-top:0.2rem
}

.biaoti-list .item+.item {
    margin-top: 0
}

.biaoti-list .item{margin-bottom:0.15rem}
.biaoti-list  .item a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: .2rem;
    background: #fff;
    padding: 0.15rem .2rem;
    align-items: center;
    transition: .3s;
    border-bottom: 3px solid #fff
}

.biaoti-list  .item .time {
    width: .8rem;
    height: .8rem;
    border-radius: .08rem;
    border: 1px solid #1758C7;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: .3s
}

.biaoti-list .item .time .small {
    height: .24rem;
    line-height: .24rem;
    background: #1758C7;
    color: #fff;
    font-size: .14rem;
}

.biaoti-list .item .time .big {
    color: #1758C7;
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .4rem;
    transition: .3s;
    border-top: 1px solid #1758C7
}

.biaoti-list  .item .txt {
    flex: 1;
    overflow: hidden;
    margin-left: .3rem
}

.biaoti-list  .item .txt h4 {
    font-size: .2rem;
    line-height: 1.5em;
    transition: .3s;
    font-weight: 400;
}

.biaoti-list .item .txt p {
    font-size: .16rem;
    color: rgba(21, 48, 94, 0.5);
    line-height: 1.5em;
    transition: .3s;
    margin-top: .1rem
}

@media (min-width: 993px) {
   .biaoti-list  .item:hover a {color:#2A8F7C

    }

   .biaoti-list  .item:hover .txt h4 {
        color: #2A8F7C
    }

   .biaoti-list  .item:hover .time .big {
        color: #fff;
        background: #1758C7;
        border-top-color: rgba(255, 255, 255, .3)
    }
}

@media (max-width: 992px) {
   .biaoti-list .item .time {
        width: 1rem;
        height: 1rem;
        border-radius: .1rem;
    }

  .biaoti-list  .item .time .small {
        height: .3rem;
        line-height: .3rem;
        font-size: .18rem;
        padding-top: 1px
    }

   .biaoti-list  .item .time .big {
        font-size: .5rem
    }

   .biaoti-list  .item .txt h4 {
        font-size: .26rem;
    }

   .biaoti-list  .item .txt p {
        font-size: .22rem;
    }
}

@media (max-width: 597px) {
   .biaoti-list  .item .time {
        width: 1.1rem;
        height: 1.1rem;
        border-radius: .1rem;
    }

  .biaoti-list .item .time .small {
        height: .3rem;
        line-height: .3rem;
        font-size: .2rem;
        padding-top: 1px
    }

   .biaoti-list  .item .time .big {
        font-size: .5rem
    }

  .biaoti-list  .item .txt h4 {
        font-size: .28rem;
    }

 .biaoti-list  .item .txt p {
        display: none
    }
}



/* 图文列表页  start */

  .tw ul.twlist{padding-bottom:0.2rem}

.tw ul.twlist li a {
  display: block;
  overflow: hidden;
  padding: 0.3rem;
  background: #F6F6F6;
  margin-top: 0.2rem;
  transition: all 0.5s;
}

.tw ul.twlist li a .pic {
  width: 2.8rem;
  height: 1.78rem;
  padding-top: 0;
  float: left;
}

.tw ul.twlist li a .tw-tx {
  overflow: hidden;
  padding-left: 0.36rem;
}

.tw ul.twlist li a .tw-tx h3 {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.13rem;
}

.tw ul.twlist li a .tw-tx span {
  display: inline-block;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  color: #257b6b;
  margin-top: 0.22rem;
  padding-bottom: 0.07rem;
}

.tw ul.twlist li a .tw-tx span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.5rem;
  border-bottom: 1px solid #257b6b;
  transition: all 0.5s;
}

.tw ul.twlist li a .tw-tx p {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.22rem;
  color: #666;
}

.tw ul.twlist li:hover a {
  background-color: #2A8F7C;
}

.tw ul.twlist li:hover a .tw-tx h3 {
  color: #fff;
}

.tw ul.twlist li:hover a .tw-tx span {
  color: #fff;
}

.tw ul.twlist li:hover a .tw-tx span::after {
  width: 100%;
  border-bottom-color: #fff;
}

.tw ul.twlist li:hover a .tw-tx p {
  color: rgba(255, 255, 255, 0.7);
}

/* 历史沿革 */
.history {
  margin-top: 0.44rem;
}

.history>p {
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.42rem;
}

.history ul li {
  display: flex;
  padding: 0.35rem 0;
  position: relative;
}

.history ul li span {
  display: block;
  width: 0.6rem;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.36rem;
  color: rgba(37, 123, 107, 1);
}

.history ul li .dian {
  width: 0.12rem;
  height: 0.12rem;
  background: #257b6b;
  border-radius: 50%;
  margin: 0.11rem 0.4rem 0 0.3rem;
  position: relative;
  z-index: 1;
}

.history ul li::before {
  content: '';
  position: absolute;
  top: 0.48rem;
  left: 0.96rem;
  bottom: -0.45rem;
  border-left: 1px solid rgba(214, 214, 214, 1);
  z-index: -1;
}

.history ul li:last-child::before {
  display: none;
}

.history ul li>p {
  flex: 1;
  min-width: 0;
  font-family: PingFang SC;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.36rem;
}
/*  在线展馆  */

.zxzt_l{ width: 58%; float: left; padding: 0.3rem 0}
.zxzt_l h3,.zxzt_r h3{ font-size: 0.24rem; font-weight: 600; padding-bottom: 0.3rem; color: #333333;}
.zxzt_lcon p{ font-size: 0.16rem; color: #646464; line-height: 0.32rem; text-indent: 2em; padding-bottom: 0.15rem;}
.zxzt_r{ width: 36%;   padding: 0.3rem 0; float: right;}
.zxzt_r  ul {
  display: flex;
  flex-wrap: wrap;
}

.zxzt_r ul li{  width: 44%; margin-right: 4%;   margin-bottom: 0.3rem;}
.zxzt_r ul li a {
  width: 100%;
  display: block;
  line-height: 0.50rem;
  text-align: center;
  background:#F1F7F6;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-weight: 400;
  transition: all 0.5s;
}

.zxzt_r ul li:hover a {
  background: #2A8F7C;
  color: #fff;
}


@media screen and (max-width: 1600px) {
  .nymain {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .nymain .px1600 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 1100px) {
  .sz-ty>div {
    padding: 10px 0 0 25px;
  }

  .sz-ty h3 {
    padding-left: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .nymain .px1600 {
    margin-top: 0;
    background: none;
  }

  .nymain {
    padding-bottom: 0.2rem;
  }

  .nymain .leftNav {
    margin-left: 0;
  }

  .nymain .leftNav>div>ul>li>a::after {
    width: 14px;
    height: 14px;
  }

  .ny-right {
    width: calc(100% - 3.5rem);
    padding: 0.3rem 0;
  }

  .position>div {
    line-height: 50px;
  }

  .position h3 {
    font-size: 22px;
  }

  .position h3::after {
    height: 2px;
  }

  .tw ul.twlist li a {
    padding: 0.2rem;
  }

  .tw ul.twlist li a .pic {
    width: 2.4rem;
    height: 1.33rem;
  }

  .tw ul.twlist li a .tw-tx .date {
    margin-top: 0;
  }

  .tw ul.twlist li a .tw-tx .date span {
    font-size: 0.22rem;
  }

  .tw ul.twlist li a .date span {
    font-size: 16px;
  }

  .tw ul li a .date p {
    font-size: 22px;
  }

  .tw ul.twlist li a .date em {
    width: 30px;
    height: 30px;
  }

  .tw ul.twlist li a .date p {
    font-size: 20px;
  }

  .tw ul.twlist li a .date em {
    width: 22px;
    height: 22px;
    background-size: auto 12px;
    margin-top: 25px;
  }

  .tw ul.twlist li a .tw-tx h3 {
    margin-top: 0;
  }

  .tw ul.twlist li a .tw-tx span {
    margin-top: 0.15rem;
  }

  .tw ul.twlist li a .tw-tx p {
    font-size: 12px;
    margin-top: 0.15rem;
  }

  .sjtw ul li a .tw-tx {
    width: calc(100% - 80px);
  }

  .list-ld ul {
    margin-left: -0.18rem;
    margin-right: -0.18rem;
  }

  .list-ld ul li a {
    display: block;
    margin: 0.2rem;
  }
}

@media screen and (max-width: 900px) {
  .sz-t .pic {
    float: none;
    margin: 0 auto;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
  }

  .sz-ty>div {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .nymain .leftNav::before {
    display: none;
  }

  .nymain .leftNav h2 {
    height: inherit;
    padding: 0.05rem 0.1rem 0.05rem 0.2rem;
    background: #257b6b;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nymain .leftNav h2 i {
    font-size: 12px;
  }

  .nymain .leftNav h2 b {
    font-size: 0.22rem;
  }

  .nymain .leftNav h2 div {
    padding-left: 0.15rem;
  }

  .nymain .leftNav h2 div::before {
    width: 0.03rem;
    height: 0.25rem;
  }

  .nymain .leftNav h2::before,
  .nymain .leftNav h2::after {
    display: none;
  }

  .nymain .leftNav h2 span {
    float: right;
    width: 0.5rem;
    height: 0.56rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 0.14rem 0.14rem;
    cursor: pointer;
  }

  .nymain {
    padding: 0.25rem 0;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nymain .leftNav>p {
    font-size: 18px;
    padding: 10px 0;
  }

  .ny-right {
    float: none;
    width: auto;
    padding: 0 0 0.4rem 0;
  }

  .position {
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .position>div {
    text-align: left;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .position h3 {
    left: 0;
    width: auto;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    position: relative;
    left: 0;
    margin-bottom: 10px;
    font-weight: 600;
    display: none;
  }

  .position h3::after {
    width: 37px;
    height: 37px;
    right: -10px;
    bottom: -15px;
  }

  .pagination {
    padding-top: 25px;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .nymain .leftNav ul {
    display: none;
    padding: 0.2rem;
    background: #257b6b;
  }

  .nymain .leftNav>div>ul>li>ul {
    padding: 0.15rem 0 0 0;
  }

  .nymain .leftNav>div>ul>li>ul>li>a {
    padding: 0.1rem 0.2rem;
  }

  .nymain .leftNav>div>ul>li>span {
    top: 13px;
  }

  .nymain .leftNav ul li a {
    font-size: 0.2rem;
    padding: 0.15rem 0.2rem;
  }

  .position a,
  .position span {
    font-size: 12px;
  }

  .position img {
    height: 12px;
    margin-right: 5px;
  }

  .text-list {
    margin-top: 0;
  }

  .text-list ul.noticelist  li a {
    padding: 0.15rem 0;
  }

  .text-list ul.noticelist  li .date {
    margin-right: 0.25rem;
  }

  .text-list ul.noticelist  li .date>p {
    font-size: 0.34rem;
    line-height: 0.52rem;
  }

  .text-list ul.noticelist  li .list-tx>p {
    font-size: 12px;
  }

  .pnext {
    float: none;
    border: none;
    width: auto;
  }

  .zzjg_text li {
    width: 50%;
  }

  .img-lists ul li {
    width: 47.333%;
    margin: 10px 1%;
  }

  .img-lists ul li a>img {
    height: 191px;
  }

  .xbxx {
    padding-top: 0;
  }

  .xbxx ul li a {
    padding: 15px 10px;
  }

  .xbxx ul li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .xbxx ul li a p {
    font-size: 14px;
    line-height: 26px;
    height: 72px;
    padding: 0;
  }

  .xbxx ul li a div span {
    font-size: 12px;
  }

  .xbxx ul li a div img {
    height: 14px;
  }

  .nymain .leftNav>h2 img {
    height: 20px;
  }

  .dt-list2 li a>.dt-text h3 {
    font-size: 18px;
  }

  .dt-list2 li a>.dt-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }

  .dt-list2 li a>.dt-text {
    padding-left: 10px;
  }

  .dt-list2 li .date {
    width: 60px;
  }

  .dt-list2 li .date span {
    font-size: 24px;
  }

  .dt-list2 li .date {
    padding: 4px 0;
  }

  .dt-list2 li {
    padding: 15px 0;
  }

  .art-main .art-body {
    padding-top: 20px;
  }

  .art-main .art-tit h3 {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }

  .art-main .cont-tit p {
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
  }

  .sz-con {
    margin-top: 0.25rem;
  }

  .sz-t {
    margin-top: 0.2rem;
  }

  .sz-ty h3 {
    font-size: 0.26rem;
  }

  .sz-box h4 span {
    font-size: 0.26rem;
  }

  .sz-box p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding-left: 0.5rem;
  }

  .sz-box h4 {
    background-size: 0.25rem auto;
    padding-left: 0.5rem;
  }

  .sz-d::before {
    left: 0.12rem;
  }

  .xz-list-t ul li .pic {
    width: 2.2rem;
    height: 1.47rem;
  }

  .szdw div ul li a {
    margin-right: 0.2rem;
    margin-top: 0.2rem;
  }

  .szdw div:first-child {
    margin-top: 0;
  }

  .history {
    margin-top: 0.1rem;
  }

  .history>p {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }

  .history ul li>p {
    font-size: 0.2rem;
  }

  .history ul li {
    padding: 0.25rem 0;
  }
}

@media screen and (max-width: 640px) {
  .sz-ty h3 {
    padding-left: 20px;
  }

  .sz-ty>div {
    padding-left: 20px;
  }

  .list-ld ul li {
    width: 33.333%;
  }
}

@media screen and (max-width: 480px) {

  .img-lists ul li a>img {
    height: 100px;
  }

  .art-main .cont-tit p .liulan {
    margin-left: 15px;
  }

  .sz-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sz-con .sz-r {
    width: 100%;
  }

  .sz-r {
    width: calc(100% - 2rem);
  }

  .sz-ty {
    padding-left: 0;
  }

  .sz-ty h3 {
    padding-left: 0;
    text-align: center;
  }

  .sz-ty>div p {
    line-height: 0.34rem;
  }

  .tw ul.twlist li a {
    height: auto;
  }

  .tw ul.twlist li a .pic {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 55.62%;
    margin-bottom: 0.15rem;
  }

  .tw ul.twlist li a .date p {
    font-size: 18px;
  }

  .tw ul.twlist li a .date em {
    margin-top: 20px;
  }

  .tw ul.twlist li a .tw-tx {
    padding-left: 0;
  }

  .list-ld ul li {
    width: 50%;
  }

  .list-ld ul {
    margin-left: -0.12rem;
    margin-right: -0.12rem;
  }

  .list-ld ul li a {
    margin: 0.15rem;
  }

  .jgsz div ul li {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .text-list ul.noticelist li {
    line-height: 40px;
  }

  .art-main .art-tit span {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 24px;
    height: 24px;
  }

  .art-main .art-body p {
    font-size: 15px;
  }

  .img-lists ul li a>img {
    height: 84px;
  }
}

.art-main img.px50 {
        vertical-align: middle !important;
        display: inline !important;
        margin-right: 10px;
    }

  .teacher-section {
      width: 100%;
      padding: 10px 28px 28px;
      overflow: hidden;
    }

    .section-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 34px;
    }

    .section-title {
      margin: 0;
      color: #526ce5;
      font-size: 36px;
      font-weight: 700;
      letter-spacing: -2px;
    }

    .carousel-buttons {
      display: flex;
      gap: 12px;
    }

    .carousel-button {
      display: grid;
      width: 46px;
      height: 46px;
      padding: 0;
      place-items: center;
      color: #5d75eb;
      font-size: 26px;
      line-height: 1;
      background: #fff;
      border: 1px solid #5d75eb;
      border-radius: 50%;
      cursor: pointer;
      transition: color .2s, background-color .2s, transform .2s;
    }

    .carousel-button:hover {
      color: #fff;
      background: #5d75eb;
      transform: translateY(-2px);
    }

    .carousel-button:focus-visible {
      outline: 3px solid rgba(82, 108, 229, .25);
      outline-offset: 3px;
    }

    .carousel-viewport {
      width: 100%;
      overflow: hidden;
      touch-action: pan-y;
    }

    .carousel-track {
      display: flex;
      gap: 36px;
      transform: translate3d(0, 0, 0);
      transition: transform .55s cubic-bezier(.22, .61, .36, 1);
      will-change: transform;
    }

    .teacher-card {
      flex: 0 0 calc((100% - 144px) / 5);
      min-width: 0;
    }

    .teacher-image {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 10;
      object-fit: cover;
      background: linear-gradient(135deg, #eaf0ff, #d7e1fa);
      transition: transform .35s, filter .35s;
    }

    .teacher-card:hover .teacher-image {
      filter: brightness(1.04);
      transform: scale(1.015);
    }

    .teacher-name {
      margin: 14px 0 0;
      font-size: 24px;
      line-height: 1.45;
      font-weight: 400;
    }

    @media (max-width: 1200px) {
      .carousel-track {
        gap: 24px;
      }

      .teacher-card {
        flex-basis: calc((100% - 48px) / 3);
      }
    }

    @media (max-width: 700px) {
      .teacher-section {
        padding: 18px 16px 26px;
      }

      .section-header {
        margin-bottom: 22px;
      }

      .section-title {
        font-size: 28px;
      }

      .carousel-button {
        width: 40px;
        height: 40px;
        font-size: 22px;
      }

      .carousel-track {
        gap: 16px;
      }

      .teacher-card {
        flex-basis: calc((100% - 16px) / 2);
      }

      .teacher-name {
        font-size: 17px;
      }
    }

    @media (max-width: 430px) {
      .teacher-card {
        flex-basis: 100%;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .carousel-track,
      .teacher-image,
      .carousel-button {
        transition: none;
      }
    }


 .teacher-section {
      width: 100%;
      padding: 10px 28px 28px;
      overflow: hidden;
    }

    .section-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 34px;
    }

    .section-title {
      margin: 0;
      color: #526ce5;
      font-size: 36px;
      font-weight: 700;
      letter-spacing: -2px;
    }

    .carousel-buttons {
      display: flex;
      gap: 12px;
    }

    .carousel-button {
      display: grid;
      width: 46px;
      height: 46px;
      padding: 0;
      place-items: center;
      color: #5d75eb;
      font-size: 26px;
      line-height: 1;
      background: #fff;
      border: 1px solid #5d75eb;
      border-radius: 50%;
      cursor: pointer;
      transition: color .2s, background-color .2s, transform .2s;
    }

    .carousel-button:hover {
      color: #fff;
      background: #5d75eb;
      transform: translateY(-2px);
    }

    .carousel-button:focus-visible {
      outline: 3px solid rgba(82, 108, 229, .25);
      outline-offset: 3px;
    }

    .carousel-viewport {
      width: 100%;
      overflow: hidden;
      touch-action: pan-y;
    }

    .carousel-track {
      display: flex;
      gap: 36px;
      transform: translate3d(0, 0, 0);
      transition: transform .55s cubic-bezier(.22, .61, .36, 1);
      will-change: transform;
    }

    .teacher-card {
      flex: 0 0 calc((100% - 144px) / 5);
      min-width: 0;
    }

    .teacher-image {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 10;
      object-fit: cover;
      background: linear-gradient(135deg, #eaf0ff, #d7e1fa);
      transition: transform .35s, filter .35s;
    }

    .teacher-card:hover .teacher-image {
      filter: brightness(1.04);
      transform: scale(1.015);
    }

    .teacher-name {
      margin: 14px 0 0;
      font-size: 24px;
      line-height: 1.45;
      font-weight: 400;
    }

    @media (max-width: 1200px) {
      .carousel-track {
        gap: 24px;
      }

      .teacher-card {
        flex-basis: calc((100% - 48px) / 3);
      }
    }

    @media (max-width: 700px) {
      .teacher-section {
        padding: 18px 16px 26px;
      }

      .section-header {
        margin-bottom: 22px;
      }

      .section-title {
        font-size: 28px;
      }

      .carousel-button {
        width: 40px;
        height: 40px;
        font-size: 22px;
      }

      .carousel-track {
        gap: 16px;
      }

      .teacher-card {
        flex-basis: calc((100% - 16px) / 2);
      }

      .teacher-name {
        font-size: 17px;
      }
    }

    @media (max-width: 430px) {
      .teacher-card {
        flex-basis: 100%;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .carousel-track,
      .teacher-image,
      .carousel-button {
        transition: none;
      }
    }

.zgbiaoti{font-size:14px; text-align:center}