@charset "utf-8";

.wl::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
}

.header_box {
  /* height: 1.2rem; */
}

.imged {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  background-size: cover !important;
  background-position: center center !important;
}

.imged img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  object-fit: cover;
  display: none;
}

.imged video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  object-fit: cover;
}


video {
  max-width: 100%;
}

.scale {
  overflow: hidden;
}

a:hover .imged {
  transform: scale(1.1);
}

.ban a {
  display: block;
}

.ban .imged {
  background-repeat: no-repeat !important;

  display: block;
  width: 100%;
}

a:hover .icon img {
  animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
  0% {
    transform: rotateZ(0);
  }

  10% {
    transform: rotateZ(10deg);
  }

  20% {
    transform: rotateZ(0);
  }

  30% {
    transform: rotateZ(-10deg);
  }

  40% {
    transform: rotateZ(0);
  }

  50% {
    transform: rotateZ(10deg);
  }

  60% {
    transform: rotateZ(0);
  }

  70% {
    transform: rotateZ(-10deg);
  }

  80% {
    transform: rotateZ(0);
  }

  90% {
    transform: rotateZ(10deg);
  }

  100% {
    transform: rotateZ(0);
  }
}

/*==========================================公共 开始=============================================*/
/* ban */
.ban {
  width: 100%;
  position: relative;
}

.ban .scale {
  position: relative;
}

.ban .imged {
  padding-bottom: 31%;
}


.ban .yjlm {
  z-index: 10;
}

.ban .wp {
  /* width:15rem; */
  justify-content: space-between;
}

.ny-main {
  padding-top: 1.07rem;
  position: relative;
  background: url(../images/nybg.png) no-repeat center bottom/100% auto;
}



.ny-r {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 110;
  min-height: 5rem;
  background: #fff;
  padding: .3rem .5rem;
}

.position {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  padding: .1rem 0;
  border-bottom: 1px dashed #D6D6D6;
  margin-bottom: .2rem;
}

.position:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: .05rem;
  transform: translateY(50%);
  height: .05rem;
  border-radius: 50%;
  border: 1px solid #D6D6D6;
}

.position h3 {
  color: #a82328;
  font-size: 0.24rem;
  line-height: 1.5;
  padding-left: .3rem;
  font-weight: bold;
  background: url(../images/ny-titico-1.png) no-repeat left center/.2rem auto;
}

.position h3 a {
  position: relative;
  display: block;
  color: #1C7645;
}

.position h3 a:after {
  content: "";
  position: absolute;
  left: -43%;
  top: 143%;
  width: .15rem;
  height: 1px;
  border-top: 1px dashed #D6D6D6;
  transform: rotate(-55deg);
}

.adress a {
  font-size: 0.16rem;
  color: #272727;
}

.adress {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  line-height: 0.3rem;
  color: rgba(39, 39, 39, 0.3);
  z-index: 100;
  font-size: 0.16rem;
  font-size: 0.16rem;
  color: #272727;
}

.adress a {

  transition: .5s;
}

.adress a:hover {
  color: #a82328;
}


.inner {
  position: relative;
  padding: .65rem 0 .8rem;
  z-index: 9;
}

.ejlm_pc {
  position: relative;
  width: 2.7rem;
  z-index: 100;
  background: #a82328;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  margin-right: .55rem;
  /* clip-path: polygon(0 0, calc(100% - 0.2rem) 0, 100% 0.2rem, 100% 100%, 0 100%); */
}

.ejlm_pc h2 {
  padding: 0.3rem 0.15rem;
  line-height: .3rem;
  text-align: center;
  font-size: .3rem;
  color: #fff;
  font-weight: bold;
  background: #a82328;
}

.ny_nav2 {

  border-right: 1px solid #f4f1f1;
}

.ny_nav2>ul {
  position: relative;
  background: #fff;
  clip-path: polygon(0 0.2rem, 0.2rem 0, 100% 0, 100% 100%, 0 100%);
  margin-left: .08rem;
  padding-bottom: 2rem;
  padding-right: .25rem;
  margin-bottom: .08rem;
}

.ny_nav2>ul>li {
  position: relative;
  /* padding-right: 0.15rem; */
  line-height: .66rem;
  text-align: center;
  font-size: .18rem;
  color: #272727;
  border-bottom: 1px dashed #E5E5E5;
}

.ny_nav2>ul>li .sub {
  display: none;
}

.ny_nav2>ul>li.active .sub {
  display: block;
}

.ny_nav2>ul>li i {
  position: absolute;
  right: .3rem;
  top: .15rem;
  width: .35rem;
  height: .35rem;
  background: url(../images/nyl-icon.png) no-repeat center center;
  background-size: .07rem auto;
}

.ny_nav2>ul>li.on i {
  transform: rotate(90deg);
}

.ny_nav2>ul>li>a {
  position: relative;
  display: block;
  border-radius: 0px 100px 100px 0px;

}

.ny_nav2>ul>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 0;
  background: #ECC474;
  top: 50%;
  transform: translatey(-50%);
  transition: all .6s;
}

.ny_nav2>ul>li.on a:after,
.ny_nav2>ul>li:hover>a:after {
  height: 0.33rem;
}

.ejlm_pc .sub {

  /* padding: .1rem 0; */
}



.ejlm_pc .sub a {
  line-height: 0.66rem;
  font-size: 0.16rem;
  color: #333;
  display: block;
  text-align: center;
  border-top: 1px dashed #E5E5E5;
  padding-left: 0;
}

.ejlm_pc .sub a span {
  position: relative;
  padding-left: .2rem;
  font-size: .16rem;
  color: #7E7E7E;
}

.ejlm_pc .sub a span.on {
  color: #1C7645;
}

.ejlm_pc .sub a span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #BEBEBE;
}

.ejlm_pc .sub a span.on:after {
  background: #1C7645;
}

.ejlm_pc .sub .on a {
  font-weight: bold;
  color: #1C7645;
}

.ejlm_pc .sub a:hover {
  color: #1C7645;

}

.ny_nav2>ul>li.active>a,
.ny_nav2>ul>li:hover>a {
  font-weight: bold;
  color: #a82328;
  display: block;
  background: linear-gradient(270deg, #f9e2e3 0%, rgba(218, 240, 233, 0) 100%);
}

.wrap_ph {
  margin-top: 0.3rem;
  display: none;
}

.wrap_ph h2 {
  position: relative;
  width: 100%;
  color: #fff;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
  padding: 0 0.2rem;
  background: #a82328;
}

.wrap_ph h2::after {
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/cd.svg) no-repeat right center / cover;
  left: auto;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.wrap_ph ul {
  background: #fff;
  padding: 0.1rem 0.2rem 0.2rem;
  display: none;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(69, 10, 66, 0.11);
}

.wrap_ph li {
  position: relative;
  font-size: 0.18rem;
  line-height: 0.34rem;
}

.wrap_ph li a {
  transition: 0.5s;
  display: block;
  color: #333;
}

.wrap_ph {
  display: none;
}

.wrap_ph li.active a {
  color: #1C7645;
}

.wrap_ph i {
  opacity: 1;
  display: inline-block;
  width: .34rem;
  height: .3rem;
  display: inline-block;
  background: url(../images/arrow_down.svg) center no-repeat;
  background-size: 15px 15px !important;
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
  transition: 0.5s;
  z-index: 6;
}

.wrap_ph i.on {
  transform: rotate(-90deg);
}

.wrap_ph .box {
  display: none;
  padding-left: 0.25rem;
}

.wrap_ph .box a {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666 !important;
  display: block;
}

.wrap_ph .box a:hover {
  color: #1C7645;
}

.common {
  /* padding: 0 0 1.1rem; */
}

.ejlm_wrap {
  display: none;
}



/* 三级导航 */
.san-nav {
  width: 100%;
  margin-bottom: .5rem;
}

.san-nav ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  background: #ebebeb;
}

.san-nav li {
  height: 0.6rem;
  display: flex;
  align-items: flex-end;
  padding: 0 .3rem;
}

.san-nav a {
  display: inline-block;
  /* margin: 0 0.4rem; */
  font-size: 0.16rem;
  color: #a9a9a9;
  display: flex;
  align-items: center;
  height: 0.6rem;
}

.san-nav a::after {
  height: 0.02rem;
  left: 0;
  background: rgba(0, 0, 0, 0);
  width: 100%
}

.san-nav a.on::after {
  background: #1C7645;
}
.san-nav a.active::after {
  background: #1C7645;
}

.san-nav a:hover,
.san-nav a.on {
  color: #1C7645;
}
.san-nav a.active {
  color: #1C7645;
}
/* commom */
.inner {
  display: flex;
  align-items: flex-start;
}

/* 内容页 */


.new-cont h3 {
  color: #333333;
  font-size: 0.24rem;
  line-height: 0.38rem;
  font-weight: bold;
  text-align: center;
}

.cont-tit {
  margin: 0rem 0 0.3rem;
  padding: 0.18rem 0;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.cont-tit span {
  font-size: 0.14rem;
  color: #8D8D8D;

  margin: 0 0.15rem;
  line-height: 0.3rem;
}

.cont-tit span img {
  display: inline-block;
  margin-right: 0.05rem;
  max-width: 0.17rem;
}

.article {
  /* padding-bottom: 0.5rem; */
  width: 95%;
  margin: 0 auto;
}

.article p {
  font-size: 0.18rem !important;
  color: #333;
  line-height: 2 !important;
  font-family: "Microsoft YaHei" !important;
  margin-bottom: 0.15rem;
}

.article span {
  font-size: 0.18rem !important;
  line-height: 0.34rem !important;
  font-family: "Microsoft YaHei" !important;
}

.article img,
.article video {
  max-width: 100%;
  height: auto !important;max-width: 80% !important;
   
   height:auto !important;
    display: block;
    margin: 20px auto;
}

.article table {font-size: 0.18rem !important;
  line-height: 0.34rem !important;
width:100% !important;
  margin: 0 auto;
  border-collapse: collapse;
}

.article table td {
  padding: 5px 10px;
  line-height: 30px;
  border: 1px #ddd solid;
  text-indent: 0em !important;text-align:left !important;
}

.article table td p {
  text-indent: 0em !important;
  margin-bottom: 0px;text-decoration: none !important;
}

.article table td span {
  text-indent: 0em !important;
  margin-bottom: 0px;text-decoration: none !important;
}

.article table td a {
  text-indent: 0em !important;
  margin-bottom: 0px;text-decoration: none !important;
}

.pages {
  padding-top: 0.3rem;
  /* border-top: 1px solid #d6d0d0; */
}

.pages p {
  /* margin-bottom: 0.1rem; */
  font-size: 0.18rem;
  color: #333;
  line-height: 0.32rem;
  margin-bottom: .1rem;
  transition: 0.5s;
}

.pages p a {
  color: #333;
  transition: 0.5s;
  padding-left: 0.1rem;
  transition: 0.5s;
}

.pages p a:hover {
  color: #a82328;
}

.cont-ny .right h2 {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.3rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: .0rem;
}

.cont-ny .right h2::after {
  width: 1.05rem;
  height: 2px;
  background: #1C7645;
}

.cont-ny .right li a {
  display: block;
  padding: .2rem 0;
  border-bottom: 1px solid #ccc;
}

.cont-ny .right li span {
  color: #666;
  font-size: .14rem;
  align-items: center;
}

.cont-ny .right li span img {
  width: 0.2rem;
  margin-right: .1rem;
}

.cont-ny .right li h3 {
  color: #333;
  font-size: .18rem;
  margin-top: .1rem;
  transition: 0.5s;
  margin-bottom: .15rem;
}

.inner-s4 ul {
  display: flex;
  flex-wrap: wrap;
}

.inner-s4 li {
  width: 32.5%;
  margin-left: 1.25%;
  margin-top: .54rem;
}

.inner-s4 li:nth-child(-n+3) {
  margin-top: 0;
}

.inner-s4 li:nth-child(3n+1) {
  margin-left: 0;
}

.inner-s4 li a {
  display: block;
}

.inner-s4 li .pic {
  padding-top: 2.3rem;
  position: relative;
  overflow: hidden;
}

.inner-s4 li .pic .a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in;
}

.inner-s4 li h3 {
  font-size: .2rem;
  line-height: .28rem;
  color: #1B1B1B;
  font-weight: 700;
  text-align: center;
  transition: .5s;
}

.inner-s4 li .txt {
  padding: .22rem .2rem .28rem;
  border-bottom: .02rem solid #145BA8;
  transition: .5s;
}

.inner-s4 li:hover .txt {
  background: #416dcf;
  border-color: #416dcf;
}

.inner-s4 li:hover h3 {
  color: #fff;
}


@media(min-width: 1024px) {
  .cont-ny .right li a:hover h3 {
    color: #1C7645;
  }
}

@media screen and (max-width: 1024px) {
  .new-cont {
    width: 100%;

  }

  .cont-ny .right {
    width: 30%;
    padding-left: .4rem;
    display: none;
  }

  .cont-titl {
    width: 100%;
  }

  .cont-tit span {
    margin-right: 0.2rem;
  }
}

.xsy img {
  width: 100%;
}


/* 通知公告 */
.tzgg ul {
  justify-content: space-between;
}

.tzgg li {
  width: 48%;
  margin-bottom: .6rem;
}

.tzgg li a {
  display: block;
  width: 100%;
  height: 2.3rem;
  background: #fff;
  padding: .25rem .35rem;
}

.tzgg li a::after {
  width: 100%;
  background: #1C7645;
  bottom: auto;
  height: 0.03rem;
  top: 0;
}

.tzgg li h3 {
  padding-bottom: .25rem;
  border-bottom: 1px solid #eee;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.32rem;
  transition: 0.5s;
}

.tzgg li p {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.32rem;
  max-height: 0.96rem\0;
  margin: .15rem 0 .1rem;
  transition: 0.5s;
}

.tzgg li span {
  font-size: 0.16rem;
  color: #1C7645;
  transition: 0.5s;
  justify-content: flex-end;
  transition: 0.5s;
  font-family: sySong;
  align-items: baseline;
}

.tzgg li span em {
  font-size: 0.24rem;
  font-family: sySong;
  font-style: normal;
  display: inline-block;
  padding-right: .05rem;
}

@media(min-width: 1024px) {
  .tzgg li a:hover::after {
    height: 100%;
  }

  .tzgg li a:hover h3,
  .tzgg li a:hover p,
  .tzgg li a:hover span {
    color: #fff;
  }
}

@media screen and (max-width: 1024px) {
  .tzgg li {
    width: 49%;
    margin-bottom: .3rem;
  }
}

@media screen and (max-width: 768px) {
  .tzgg li {
    width: 100%;
  }

  .tzgg li a {
    height: auto;
    padding: .2rem;
  }

  .tzgg li h3 {
    padding-bottom: .1rem;
  }

  .tzgg li p {
    margin: .1rem 0;
  }
}

@media screen and (max-width: 420px) {}

/* 现任领导 */
.xdld .f01 {
  padding: .2rem 0;
}

.xdld .f01 p {
  font-size: .16rem;
  line-height: 0.34rem;
  color: #3D3D3D;
  text-indent: 2em;
}

.xdld .f02 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}

.xdld .f02 ul li {
  width: 50%;
  padding: 0 0.1rem;
  margin-bottom: .2rem;
}

.xdld .f02 ul li a {
  display: block;
  padding: .28rem;
  background: #F5F6FA;
}

.xdld .f02 ul li a h2 {
  text-align: center;
  font-size: .16rem;
  color: #3D3D3D;
  font-weight: normal;
  text-align: center;
}

.xdld .f02 ul li a p {
  font-size: 0.14rem;
  color: #3D3D3D;
  line-height: 0.28rem;
}

.xdld .f03 {
  margin-top: .1rem;
}

.xdld .f03 h2 {
  font-size: 0.16rem;
  color: #3D3D3D;
  line-height: .34rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: .15rem;
}

.xdld .f03 p {
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #3D3D3D;
}

.xdld1 {
  justify-content: space-between;
}

.xdld1 h2 {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  justify-content: flex-start;
  padding: .2rem 0;
}

.xdld1 h2 span {

  font-size: 0.22rem;
  color: #1C7645;
  line-height: 0.36rem;
  width: 1.5rem;
}


.xdld1 h2 p {

  font-size: 0.22rem;
  color: #333;
  line-height: 0.36rem;

}

.xdld1 h2 p a {
  transition: 0.5s;
  /* width: 1.5rem; */
  font-family: Microsoft Yahei;
  display: inline-block;
  text-align: left;
  line-height: 1.8;
  padding: 0 .2rem;
}

.xdld1 h2 p a:hover {
  color: #1C7645;
}

.xrld-l {
  width: 47%;
}

.xdld1>h2 {
  width: 100%;
}

.xrld-l:nth-child(2n) h2:after {
  content: "";
  position: absolute;
  left: -.35rem;
  top: .15rem;
  bottom: .15rem;
  background: #D8D8D8;
  width: 1px;
}

@media(min-width: 1024px) {}

@media screen and (max-width: 1024px) {
  .xrld-l {
    width: 100%;
  }

  .xdld1 h2 {
    height: auto;
    padding: .2rem 0
  }
}

@media screen and (max-width: 768px) {
  .xdld1 h2 span {
    width: 2rem;
    font-size: .24rem;
  }

  .xdld1 h2 p {
    width: calc(100% - 2rem);
    font-size: .24rem;
  }

  .xdld1 h2 p a {
    padding: 0 0rem;
    width: 1.2rem;
    white-space: nowrap;
    text-align: center;
  }

}

@media screen and (max-width: 420px) {}

/* 学院新闻 */
.newlist {
  margin-top: -.3rem;
}

.newlist li {
  /* margin-bottom: .4rem; */
}

.newlist li a {
  padding: .2rem 0;
  align-items: center;
  border-bottom: 1px solid #eee;
}

/* .newlist li a::after {
  left: -.3rem;
  background: #1C7645;
} */

.newlist li .scale {
  width: 2.12rem;
}

.newlist li .scale .imged {
  padding-bottom: 61.9%;
}

.newlist li .con {
  width: calc(100% - 2.12rem);
  padding-left: .4rem;
}

.newlist li span {
  margin: .1rem 0;
  font-size: 0.14rem;
  color: #999;
  padding-left: .15rem;
  line-height: 0.28rem;
  background: url(../images/tim2.png) no-repeat left center/.11rem auto;
  transition: 0.5s;
}

.newlist li h3 {
  position: relative;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.38rem;

  transition: 0.5s;
}



.newlist li i a {
  padding: 0;
  display: block;
  border: none;
}




.newlist li p {
  font-size: 0.16rem;
  color: #888;
  line-height: .26rem;
  max-height: 0.52rem\0;
  transition: 0.5s;
}

@media(min-width: 1024px) {
  .newlist li a:hover::after {
    width: calc(100% + .6rem);
  }

  .newlist li a:hover h3 {
    color: #1C7645;
  }

  .newlist li:hover h3 {
    font-weight: bold;
  }

  /* .newlist li:hover span {
    background: url() no-repeat left center/.11rem auto;
  } */
}

@media screen and (max-width: 1024px) {
  .newlist li a {
    padding: .3rem 0;
  }
}

@media screen and (max-width: 768px) {
  .newlist li a {
    padding: .2rem 0;
  }

  .newlist li .scale {
    width: 2.3rem;
  }

  .newlist li .con {
    width: calc(100% - 2.3rem);
    padding-left: .2rem;
  }

  .newlist li h3 {
    margin: .1rem 0;
  }

  .newlist li p {
    -webkit-line-clamp: 2;
    line-height: .28rem !important;
  }

  .newlist li span {
    font-size: .16rem;
  }
}

@media screen and (max-width: 420px) {
  .newlist li .scale {
    width: 1.6rem;
  }

  .newlist li .con {
    width: calc(100% - 1.6rem);
  }
}

/* 历任领导 */


.lrld .ld-tab {
  margin-bottom: .5rem;
}

.lrld .ld-tab h2 {
  font-size: .24rem;
  color: #1C7645;
  font-weight: bold;
  margin-bottom: .2rem;
}

.lrld .ld-tab ul li {
  margin-bottom: .3rem;
}

.lrld .ld-tab ul li h3 {
  font-size: .18rem;
  color: #333;
  font-weight: bold;
  margin-bottom: .1rem;
}

.lrld .ld-tab ul li p {
  font-size: .18rem;
  color: #333;
}

@media(max-width: 1200px) {}

@media(max-width: 1024px) {}

@media(max-width: 768px) {}



/* 图片列表 */
.slide-hc {
  margin-bottom: 0.4rem;
}

.slide-hc .swiper-container {
  perspective: 1000px;
  touch-action: pan-y;
  padding: .28rem 0 .6rem;
}

.slide-hc .swiper-slide,
.slide-hc,
.slide-hc .swiper-wrapper {
  transform-style: preserve-3d;
}

.slide-hc .swiper-slide-active {
  transform: translateX(0.1rem) translateZ(0px) rotateY(10deg) scale(.9, .9);
  transition: .5s;
  transform: translateX(0px) translateZ(0px) rotateY(0deg) scaleX(1)\0;
}

.slide-hc .next1 {
  transform: translateX(0rem) translateZ(0px) rotateY(0deg) scale(1.4, 1.2);
  transition: .5s;
  transform:
    translateX(0px) translateZ(0px) rotateY(0deg) scale(1.4, 1.2)\0;
  z-index: 2;
}

.slide-hc .next2 {
  transform: translateX(0rem) translateZ(0px) rotateY(-10deg) scale(.9, .9);
  transition: .5s;
  transform:
    translateX(0px) translateZ(0px) rotateY(0deg) scaleX(1)\0;
}

.slide-hc .imged {
  padding-bottom: 70%;
}

.slide-hc li {
  padding: 0.1rem 0;
  z-index: 1;
  position: relative;
}

.slide-hc li h3 {
  font-size: 0.2rem;
  text-align: center;
  color: #000;
  line-height: 1.3;
  padding-top: 0.15rem;
  opacity: 0;
}

.slide-hc .next1 h3 {
  opacity: 1;
}

.slide-hc .arror {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0;
  transform: translateY(-50%);
  top: 40%;
}

.slide-hc .arror::after {
  display: none;
}

.slide-hc .cir span {
  width: 0.16rem;
  height: 0.16rem;
  opacity: 1;
  background: #d8d8d8;
  margin: 0 .15rem;
}

.slide-hc .cir {
  position: relative;
  margin-top: 0.35rem;
  bottom: auto;
}

.slide-hc .cir span.swiper-pagination-bullet-active {
  background: #1C7645;
}


.tu-pic .fl02 ul {
  margin: 0 -0.15rem;
  flex-wrap: wrap;
}

.tu-pic .fl02 li {
  width: 33.33%;
  padding: 0 0.15rem;
}

.tu-pic .fl02 li {

  margin-bottom: .3rem;
}

.tu-pic .fl02 li a {
  position: relative;
  display: block;
  width: 100%;
}

.tu-pic .fl02 li a p {

  line-height: .6rem;
  text-align: center;

  font-size: .18rem;
  color: #333;

}

.tu-pic .fl02 li a .imged {
  padding-bottom: 70%;
}

.tu-pic .fl02 li .con {
  width: 100%;
  padding: 0 .2rem;
  z-index: 10;
  height: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
}

.tu-pic .fl02 li .con::after {
  height: 0.06rem;
  background: #1C7645;
  bottom: 0;
}

.tu-pic .fl02 li .con h3 {
  color: #333;
  font-size: 0.25rem;
  line-height: 1.3;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}


@media(min-width: 1024px) {
  .tu-pic .fl02 li a:hover .con {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .tu-pic .fl02 li a:hover .con::after {
    width: 100%;
  }

  .tu-pic .fl02 li a:hover h3 {
    color: #1C7645;
    border-bottom: 1px solid #1C7645;
  }
}

@media(max-width: 1024px) {
  .tu-pic .fl02 ul {
    margin: 0 -0.1rem;
  }

  .tu-pic .fl02 li {
    width: 33.3%;
    padding: 0 0.1rem;
  }
}

@media(max-width: 768px) {
  .slide-hc .swiper-container {
    padding: 0;
  }

  .tu-pic .fl02 li {
    width: 50%;
  }

  .slide-hc .swiper-slide-active {
    transform: translateX(0rem) translateZ(0px) rotateY(10deg) scale(1, 1);
  }

  .slide-hc .next1 {
    transform: translateX(0rem) translateZ(0px) rotateY(0deg) scale(1, 1);
  }

  .slide-hc .next2 {
    transform: translateX(0rem) translateZ(0px) rotateY(0deg) scale(1, 1);
  }

  .slide-hc .cir {
    margin-top: 0.2rem;
  }

  .tu-pic .fl02 li .con {
    height: auto;
    padding: .15rem;
  }

  .tu-pic .fl02 li .con h3 {
    font-size: 0.2rem;
  }

  .slide-hc li h3 {
    opacity: 1
  }

  .tu-pic .fl02 li {
    margin: .1rem 0;
  }

  .tu-pic .fl02 li a p {
    line-height: .3rem;
    font-size: .2rem;
  }
}

/* 师资列表 */
.sz-tit {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: .2rem;
  flex-wrap: wrap;
  margin-bottom: .45rem;
  line-height: 1.4;
}

.sz-tit a {
  padding: 0 .15rem;
  font-size: 0.16rem;
  line-height: .4rem;
  color: #333;

}

.sz-tit a.on {
  background: linear-gradient(72deg, #1C7645 -3%, #286CD8 108%);
  color: #fff;
}

.sz-tit a.active{
  background: linear-gradient(72deg, #1C7645 -3%, #286CD8 108%);
  color: #fff;
}
.sz-tit span::after {
  left: 110%;
  width: 100vw;
  background: #ddd;
  height: 1px;
  bottom: 50%;
}

.szlist ul {

  margin: 0 -.15rem;
  flex-wrap: wrap;
}

.szlist li {
  width: 33.33%;

  margin-bottom: 0.5rem;
  padding: 0 .15rem;
}

.szlist li .imged {
  padding-bottom: 72.75%;
}

.szlist li .con {}

.szlist li .con h3 {
  position: relative;
  text-align: center;
  padding: .1rem 0;
  color: #333;
  text-align: center;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 1.3;

  transition: 0.5s;

}





.szlist li .con p {
  font-size: .16rem;
  line-height: .24rem;
  color: #999;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: .72rem\0;
}

.szlist li .con p span {
  color: #1C7645
}

@media(min-width: 1200px) {
  .szlist li a:hover .con h3 {
    color: #a82328;
    font-weight: 600;
  }



  .szlist li:hover .con h3:after {
    width: .8rem;
  }

}


@media(max-width: 1024px) {}

@media(max-width: 768px) {
  .szlist {
    width: 100%;
  }

  .szlist li {
    width: 50%;
    margin-bottom: .2rem;
  }
}

/* 教学单位 */
.jxdw ul {
  margin: 0 -0.2rem;
}

.jxdw li {
  width: 33.3%;
  padding: 0 0.2rem;
  margin-bottom: 0.25rem;
  position: relative;
}

.jxdw li h3 {
  height: 0.75rem;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 0.22rem;
  color: #111;
  line-height: 1.3;
  padding: 0 .25rem;
  border-left: 0.02rem solid #1C7645;
  background: #F6F7F9;
  border: 1px solid #DDE8F0;
  position: relative;
}

.jxdw li h3 * {
  transition: 0.5s;
}

.jxdw li h3::after {
  width: 100%;
  background: linear-gradient(180deg, #1092D7 0%, #4048CB 100%);
  opacity: 0;
}

.jxdw li h3 span {
  display: inline-block;
  width: calc(100% - 0.25rem);
}

.jxdw li h3 i {
  width: 0.09rem;
  height: 0.11rem;
  background: url() no-repeat;
  background-size: 100% 100% !important;
}

.jxdw li h3 a {
  width: 0.13rem;
  height: 0.13rem;

  background-size: 100% !important;
  display: inline-block;
  margin-left: .15rem;
}

.jxdw li h3.on a {}

.jxdw li h3.on i {
  background: url() no-repeat;
  width: .11rem;
  height: .09rem;
}

.jxdw li h3.on span {
  color: #fff;
}

.jxdw li h3.on::after {
  opacity: 1;
}

.jxdw li dl {
  width: auto;
  padding: .2rem;
  position: absolute;
  left: 0;
  /* top: 100%; */
  display: none;
  background: #F6F7F9;
  border: 1px solid #DDE8F0;
  left: .2rem;
  right: .2rem;
  z-index: 100;
}

.jxdw li h4 {
  margin-bottom: 0.1rem;
  font-size: 0.18rem;
  color: #111;
  line-height: 0.28rem;
  display: flex;
  align-items: flex-start;
}

.jxdw li h4 span {
  width: 1.4rem;
  white-space: nowrap;
  display: inline-block;
}

.jxdw li h4 p {
  width: calc(100% - 1.4rem);
}

.jxdw li h4 p a {
  display: block;
  font-size: 14px;
  float: left;
  margin-right: 10px;
}


@media(min-width: 1200px) {}

@media(max-width: 1024px) {
  .jxdw ul {
    margin: 0 -0.1rem;
  }

  .jxdw li {
    width: 33.3%;
    padding: 0 0.1rem;
  }

  .jxdw li dl {
    left: 0.1rem;
    right: 0.1rem;
  }
}

@media(max-width: 768px) {
  .jxdw li {
    width: 50%;
  }
}

@media(max-width: 500px) {
  .jxdw li {
    width: 100%;
  }
}

/* 新闻列表1 */
.newlist1 ul.list li a {
  position: relative;
  padding: .2rem 0;
}

ul.list {
  margin-top: .1rem;
}

ul.list li a {
  align-items: center;
  line-height: 1.6;
  justify-content: space-between;
  padding: .15rem 0;
  border-bottom: 1px dashed #d2d2d2;
  transition: 0.5s;
}

ul.list li a::after {
  width: 0;
  height: 100%;
  background: #f9e2e350;
}

ul.list h3 {
  width: calc(100% - 1.1rem);
  font-size: 0.2rem;
  font-weight: normal;
  color: #333;
  padding: 0 0 0 0.25rem;
  transition: 0.5s;
  position: relative;
  z-index: 9;
}

ul.list li span {
  width: 1.1rem;
  text-align: right;
  white-space: nowrap;
  font-size: 0.16rem;
  color: #9E9E9E;
}

ul.list li h3::after {
  width: 0.12rem;
  height: 0.11rem;
  background: #333;
  background: url(../images/nylist-1.png) no-repeat left center/.12rem auto;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.page {
  margin: .6rem 0 0;
}

.page img {
  display: block;
  margin: 0 auto;
}

@media(min-width: 1025px) {
  ul.list li a:hover {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  ul.list li a:hover h3 {
    color: #a82328;
  }

  ul.list li:hover span {
    color: #a82328;
  }

  ul.list li a:hover::after {
    width: 100%;
  }

  ul.list li a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
}



/* 校情总揽 */
.xqzl .title h3 {
  font-weight: normal;
  font-size: 0.36rem;
}

.xqzl .title h3::after {
  height: 0.02rem;
}

.xqzl .cont p {
  font-size: 0.18rem !important;
  color: #333;
  line-height: 0.32rem !important;
  text-align: justify;
}

.xqzl .fl01 {
  width: 100%;
  background: #fff url() no-repeat 96% 90%;
  clip-path: polygon(0 0, calc(100% - 0.3rem) 0, 100% 0.2rem, 100% 100%, 0 100%);
}

.xqzl .fl-1 {
  align-items: flex-start;
}

.xqzl .fl-1 .left {
  width: 50%;
  position: relative;
  z-index: 10;
}

.xqzl .fl-1 .right {
  width: 50%;

}

.xqzl .fl-1 .right img {
  width: 100%;
}

.xqzl .fl-1 .left .cont {

  padding: 0.55rem 0.4rem;
}

.xqzl .fl-1 .left .cont p {
  text-indent: 2em;
}


.xqzl .fl02 {
  margin: .3rem 0;
}

.xqzl .fl02 .cont p {
  text-indent: 2em;
}


.xqzl .fl03 {
  position: relative;
}

.xqzl .fl03 h3 {
  font-size: .24rem;
  color: #1C7645;
  font-weight: bold;
  margin-bottom: .15rem;
}

.xqzl .fl03 p {
  font-size: .16rem;
  line-height: .3rem;
  color: #333333;
}


@media(min-width: 2530px) {
  .xqzl .fl-1 {
    padding: 0 10%;
  }
}

@media(min-width: 1200px) {}



@media(max-width: 1600px) {}

@media(max-width: 1400px) {}

@media(max-width: 1024px) {}

@media(max-width: 768px) {
  .xqzl .fl-1 {
    display: block;
  }

  .xqzl .fl-1 .right {
    width: 100%;
  }

  .xqzl .fl-1 .left {
    width: 100%;
  }

  .xqzl .fl-1 .left .cont {
    padding: .2rem;
    padding-bottom: .4rem;
  }
}

@media(max-width: 440px) {}





/*====翻页====*/
.j_pages {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
  flex-wrap: wrap;
}

.j_pages .box {
  display: flex;
  padding: 0;
  font-size: 0;
  align-items: center;
  flex-wrap: wrap;
}

.j_pages a {
  padding: 0px 0.13rem;
  height: 0.34rem;
  line-height: 0.34rem;
  display: inline-block;
  margin: 0 3px 0.1rem;
  color: #919191;
  font-size: 0.14rem;
  transition: all .3s;
  border-radius: .04rem;
  border: 1px solid #ccc;
}

.j_pages a font {
  padding: 0 0.1rem
}

.j_pages .on {
  background: #1C7645;
  color: #fff;
  border: none;
}

.j_pages a:hover {
  background: #1C7645;
  color: #fff !important;
}

.j_pages span {
  color: #919191;
  height: 0.34rem;
  line-height: 0.34rem;
  display: inline-block;
  font-size: 0.14rem;
}

.j_pages input {
  color: #919191;
  padding: 0px 0.16rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: inline-block;
  font-size: 0.14rem;
  background: #f6f6f6;
  border: none;
  cursor: pointer;
  border-radius: 0;
  transition: 0.6s;
}

.j_pages input[type="text"] {
  width: 0.4rem;
  padding: 0;
  text-align: center
}

.j_pages input[type="submit"]:hover {
  background: #1C7645;
  color: #fff
}

/* 简介 */
.xyjj .xyjj_bt {
  position: relative;
  margin-top: .3rem;
  padding: .4rem 0;
  padding-left: .5rem;
  background: url() no-repeat center left;
}

.xyjj .xyjj_bt::after {
  content: "";
  position: absolute;
  left: 1rem;
  width: 49%;
  height: 1px;
  bottom: .1rem;
  background: #8F0C0C;
}

.xyjj .xyjj_bt span {
  font-size: .3rem;
  font-weight: bold;
  color: #1D1D1D
}

.xyjj .xyjj_bt span:first-child {
  color: #8F0C0C
}

.xyjj .fl01 {
  position: relative;
  margin-bottom: 0.35rem;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 6;
}

.xyjj .cont p {
  font-size: 0.16rem !important;
  line-height: 0.34rem !important;
  color: #3D3D3D !important;
  text-align: justify;
  margin-top: 0.3rem;
  text-indent: 2em;
}

.xyjj .cont p span {
  font-size: 0.18rem !important;
  line-height: 0.34rem !important;
  color: #666666 !important;
}

.xyjj .fl01 .left {
  width: 45%;
  margin-top: -.5rem;
}

.xyjj .fl01 .right {
  width: 52%;
}

.xyjj .fl01 .left img {
  width: 100%;
  border-radius: 1rem 0px 0px 0px;
}

.xyjj .fl01 .right .h3 {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 0.33rem;
}

.xyjj .fl01 .right h3 {
  font-size: 0.32rem;
  color: #222;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.xyjj .fl01 .right h4 {
  font-size: 0.26rem;
  color: #222;
  font-weight: 500;
  padding-left: 0.35rem;
}

.xyjj .fl01 .right h4 span {
  font-size: 0.36rem;
  color: #B01709;
  font-weight: 700;
}

.xyjj .fl01 .right h4::after {
  width: 2.4rem;
  height: 0.07rem;
  background: url() no-repeat;
  background-size: 100%;
  left: auto;
  right: 100%;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

@media(max-width: 768px) {
  .xyjj .fl01 .left {
    width: 100%;
  }

  .xyjj .fl01 .right {
    width: 100%;
    order: -1;
    margin-bottom: 0rem;
  }

  .xyjj .fl01 .right h4 span {
    font-size: 0.3rem;
  }
}




/* puclic */
@media(max-width: 1200px) {
  .inner {
    position: relative;
    display: block;
    padding: .2rem 15px;
    padding-bottom: .2rem;
  }

  .inner.ny_cont {
    padding-top: 0rem;
  }

  .inner_left,
  .inner_right .lm_top .adress {
    display: none;
  }

  .inner_right {
    width: 100%;
    padding-left: 0;
  }

  .wrap_ph {
    display: block;
    margin: 0;

    padding-top: .2rem;
  }

  .ejlm_pc {
    display: none;
  }

  .inner.ny_cont .san-nav {
    display: block;
  }

  .ban .h3 {
    bottom: .2rem;
    display: none;
  }

  .ban h3 {
    font-size: .22rem;
    padding: 0;
  }

  .ban h3:after {
    width: 2rem;
    height: .8rem;
    left: 0;
    display: none;
  }

  .ban .imged:after {
    display: none;
  }

}

@media(max-width: 1024px) {

  .ny-r {
    padding: .2rem;
  }

  .common {
    /* padding: 0rem 0 .4rem; */
  }

  .san-nav {
    width: 100%;
    margin-bottom: .3rem;
  }

  .adress {}

  .tbsc {
    overflow-x: auto;
  }

  .tbsc table {
    width: 700px;
  }

  .ban .imged {
    padding-bottom: 35%;
  }

  .ban .yjlm {
    height: .45rem;
    display: none;
  }

  .ban .yjlm .wp {
    align-items: center;
  }
}

@media(max-width: 768px) {
  .txt1 {
    font-size: 0.2rem !important;
  }

  .p1 {
    line-height: 2 !important;
    font-size: 0.16rem !important;
  }

  .j_pages {
    margin-top: .2rem;
  }

  .title {
    margin-bottom: .4rem;
  }

  /* .inner {
    min-height: 7rem;
  } */
}

/* 历史足迹 */
.lszj ul::after {
  width: 2px;
  height: auto;
  top: 0;
  bottom: 0.35rem;
  background: #1C7645;
  left: 1.43rem;
}

.lszj li {
  align-items: flex-start;
  cursor: pointer;
  padding: 0.2rem 0;
}

.lszj li * {
  transition: 0.5s;
}

.lszj li .lstime {
  font-size: .18rem;
  color: #333;
}

.lszj li .lstime i {
  display: block;
  font-size: .18rem;
  color: #333;
  font-style: normal;
  text-align: left;
  padding-top: .1rem;
}

.lszj li .lstime>div {
  position: relative;
  padding: .15rem 0;
  width: 1.1rem;
}

.lszj li .lstime>div:after {
  height: .24rem;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: #B9D0F4;
  bottom: 82%;
}

.lszj li .lstime>div:first-child:after {
  display: none;
}

.lszj li span {

  font-size: 0.4rem;

  color: #1C7645;

  font-family: "bebas";

  padding-right: .05rem;
}

.lszj li .dian {
  margin: 0 .25rem;
  margin-top: .25rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url() no-repeat center center;
  background-size: 0.18rem;
}

.lszj li p {
  width: calc(100% - 1.8rem);
  padding-left: 0.15rem;
  padding-top: .15rem;
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #333333;
}


@media(min-width: 1024px) {
  .lszj li:hover p {
    color: #1C7645
  }
}

@media(max-width: 768px) {
  .lszj li p {
    font-size: 0.2rem;
  }
}

/* 校园风光 */

.group-big {}

.group-img h2 {
  margin: .2rem 0;
  font-size: .24rem;
  color: #1C7645;
  font-weight: bold;
  text-align: center;
}

.group-big li a {
  display: block;
}

.group-big li a #imgcontentu16 {
  padding-top: 47.95%;
  display: block;
  position: relative;
  overflow: hidden;
}

.group-big li a #imgcontentu16 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s;
  margin-left: 0 !important;
  border: 0 !important;
  background-size: cover !important;
}

.group-big li a img {
  /* display: block; */
  /* width: 100%; */
}

.group-big .slick-prev,
.group-big .slick-next {
  width: 0.38rem;
  height: 0.38rem;
  z-index: 8;
}

.group-big .slick-prev {
  background: url() no-repeat;
  background-size: 100% 100%;
  left: 0.1rem;
}

.group-big .slick-prev:before {
  display: none;
}

.group-big .slick-next {
  background: url() no-repeat;
  background-size: 100% 100%;
  right: 0.1rem;
}

.group-big .slick-next:before {
  display: none;
}

.group-sml {
  margin-top: 0.5rem;
}

.group-sml li.slick-current.slick-active a {
  border: 0.03rem solid #115db0;
  padding: 0.02rem;
}

.group-sml li a {
  display: block;
  border: 0.03rem solid transparent;
  padding: 0.02rem;
}

.group-sml li a .pic {
  padding-top: 63.3%;
  display: block;
  position: relative;
  overflow: hidden;
}

.group-sml li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.xygj-sml {
  position: relative;
}

.xygj-sml .xygj-tj {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 1.5rem;
  background: #EEEEEE;
  padding: .13rem;
  padding-bottom: 0;
}

.xygj-sml .xygj-tj.tjl {
  right: 101%;
}

.xygj-sml .xygj-tj.tjr {
  left: 101%;
}

.xygj-sml .xygj-tj .imged {
  padding-bottom: 62%;
}

.xygj-sml .xygj-tj p {
  line-height: .3rem;
  font-size: .14rem;
  color: #666;
  text-align: center;
}

@media screen and (max-width:1650px) {
  .xygj-sml {
    width: 70%;
    margin: 0 auto
  }
}

@media screen and (max-width:1024px) {

  .group-big .slick-prev,
  .group-big .slick-next {
    width: 0.3rem;
    height: 0.3rem;
  }
}

@media screen and (max-width:768px) {
  .xygj-sml {
    width: 40%;
  }
}

.ny-culture .cul-box {
  padding: .45rem 0 .35rem;
  border-bottom: 1px solid #D8D8D8;
}

.ny-culture .cul-box h2 {
  text-align: left;
  font-size: .24rem;
  color: #1C7645;
  font-weight: bold;
  margin-bottom: .3rem;
}

.ny-culture .cul-box ul {
  justify-content: space-between;
}

.ny-culture .cul-box ul li a {
  text-align: center;
}

.ny-culture .fol ul li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.21rem;
}

.ny-culture .fol ul li .icon img {
  max-height: 1.21rem;
}

.ny-culture .cul-box ul li a p {
  font-size: .2rem;
  color: #333;
  font-weight: bold;
  line-height: .3rem;
  margin-top: .15rem;
}

.ny-culture .fol ul li {
  width: 25%;
}

.ny-culture .fo2 ul {
  justify-content: space-between;
}

.ny-culture .cul-box .fo2-lj {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ny-culture .cul-box .fo2-lj a {
  padding-left: .2rem;
  background: url() no-repeat left center/.22rem auto;
  font-size: .2rem;
  line-height: .24rem;
  color: #333;
  margin: .1rem 0;
  margin-right: .3rem;

}

.ny-culture .fo2 .fo2l {
  display: flex;
  width: 70%;
  align-items: center;
  height: 2.8rem;
  background: #fff;
}

.ny-culture .fo2 .fo2l span {
  width: 1.15rem;
  padding: .45rem;
  background: linear-gradient(22deg, #1C7645 -5%, #286CD8 108%);
  font-size: .24rem;
  color: #fff;
  font-weight: bold;
  height: 100%;
}

.ny-culture .fo2 .fo2l .f02-tp {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.ny-culture .fo2 .fo2l .f02-tp img {
  max-height: 100%;
  max-width: 100%;
  height: 1.79rem;
}

.ny-culture .fo2 .fo2r {
  /* width: 20%; */
}

.ny-culture .f03 ul li {
  width: 20%;
}

.ny-culture .f03 ul li .icon {
  position: relative;
  height: .8rem;
  margin-top: .8rem;
}

.ny-culture .f03 ul li .icon:after {
  content: "";
  width: 1.08rem;
  top: -.3rem;
  left: 50%;
  transform: translateX(-50%);
  height: 1.08rem;
  background: #E8F1FF;
  border-radius: 50%;
  position: absolute;
}

.ny-culture .f03 ul li .icon img {
  position: relative;
  max-height: 100%;
  z-index: 9;
}

.ny-culture .cul-box.fo4 {
  border-bottom: none;
}

.ny-culture .fo4 ul {
  margin: 0 -.2rem;
}

.ny-culture .fo4 ul li {
  width: 25%;
}

.ny-culture .fo4 ul li a {
  display: block;
  margin: 0 .2rem;
}

.ny-culture .fo4 ul li a .scale .imged {
  border: 1px solid #23529a;
}

.ny-culture .fo4 ul li a .con {
  background: #fff;
  height: 1.16rem;
  padding: .2rem;
  text-align: left;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width:1024px) {
  .ny-culture .fol ul li .icon {
    height: .8rem;
  }

  .ny-culture .cul-box {
    padding: .2rem 0;
  }

  .ny-culture .fol ul li .icon img {
    height: .6rem;
  }

  .inner-s4 li .pic {
    padding-top: 68.65%;
  }

  .inner-s4 li .txt {
    padding: .15rem .1rem;
  }

  .inner-s4 li .txt h3 {
    font-size: .18rem;
  }

  .inner-s4 li {
    width: 32%;
    margin: 0;
  }

  .inner-s4 ul {
    gap: .3rem 2%;
  }


}

@media screen and (max-width:768px) {
  .ny-culture .f03 ul li {
    width: 33.333%;
  }

  .ny-culture .fo4 ul li {
    width: 50%;
    margin-bottom: .15rem;
  }
}

@media screen and (max-width:480px) {
  .ny-culture .fo2 .fo2l {
    width: 100%;
    margin-bottom: .2rem;
    height: 1.8rem;
  }

  .ny-culture .fo2 .fo2r {
    width: 100%;
    text-align: center;
  }

  .ny-culture .fo2 .fo2r img {
    height: 1.5rem;
  }

  .ny-culture .fo2 .fo2l .f02-tp img {
    height: .6rem;
  }

  .inner-s4 li {
    width: 49%;
  }

  .position h3 {
    width: 100%;
  }

  .position h3 a:after {
    display: none;
  }

  .adress {
    position: static;
    width: 100%;
    margin-top: 0. 1rem;
  }
}

.sz-art .zs-tit {
  text-align: center;
  margin-top: .5rem;
  margin-bottom: .2rem;
}

.sz-art .zs-tit span {
  position: relative;
  text-align: center;
  font-size: .22rem;
  color: #1C7645;
  font-weight: 600;
}

.sz-art .zs-tit span::after {
  content: "";
  position: absolute;
  left: calc(100% + 0.2rem);
  width: 1.2rem;
  background: #CBDAF2;
  height: 1px;
  bottom: 50%;
}

.sz-art .zs-tit span::before {
  content: "";
  position: absolute;
  right: calc(100% + .2rem);
  width: 1.6rem;
  background: #CBDAF2;
  height: 1px;
  bottom: 50%;
}

.sz-art .f01 {
  display: flex;
  flex-wrap: wrap;
}

.sz-art .f01 .teach-pic {
  position: relative;
  width: 3.24rem;
  padding: .16rem;
}

.sz-art .f01 .teach-pic img {
  position: relative;
  z-index: 9;
}

.sz-art .f01 .teach-pic:after {
  content: "";
  position: absolute;
  left: .3rem;
  right: 0;
  bottom: 0;
  top: .3rem;
  background: #D6E3F9;
}

.sz-art .f01 .ny-text {
  flex: 1;
  min-width: 0;
  order: -1;
  padding-right: .2rem;
}

.sz-art .f01 .ny-text h3 {
  font-size: .18rem;
  color: #333;
  line-height: .42rem;
}

.sz-art .f01 .ny-text p {
  font-size: .18rem;
  color: #333;
  line-height: .42rem;
}

.sz-art .sz-box p {
  font-size: .18rem;
  line-height: .42rem;
  color: #333;
}

@media screen and (max-width:768px) {
  .sz-art .f01 {
    display: block;
  }

  .sz-art .f01 .ny-text {
    padding-right: 0;
    margin-top: .2rem;
  }

  .sz-art .f01 .teach-pic {
    margin: 0 auto;
  }

}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
  margin: 5px 0px 0px 5px !important;
}

.pb_sys_common .p_t {
  margin-top: 5px;
}

.pb_sys_style1 .p_no_d {
  border: 1px solid #a82328 !important;
  background-color: #a82328 !important;
}

/* 党政机构 */
.dzjg .fl01 {
  margin-bottom: .65rem;
  position: relative;
}

.dzjg .fl01>h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: .25rem;
  line-height: 1.4;
  text-align: center;
}

.dzjg .fl01>h3 span {
  font-size: 0.3rem;
  color: #004721;
  margin: 0 .15rem;
  font-weight: bold;
  /* border-left: 0.03rem solid #004721; */
  /* padding-left: .25rem; */
  display: inline-block;
}

.dzjg .fl01>h3 span::after {
  left: calc(100% + 0.6rem);
  width: 100vw;
  background: #ddd;
  height: 1px;
  bottom: 50%;
}

.dzjg .fl01 ul {
  margin: 0 -0.4rem;
  flex-wrap: wrap;
}

.dzjg .fl01 li {
  width: 33.3%;
  padding: 0 0.4rem;
  height: 0.75rem;
  display: flex;
  margin-bottom: .28rem;
  align-items: center;
}

.dzjg .fl01 li h3 {
  position: relative;
  border-left: 2px solid #004721;
  padding: 0 .3rem 0 .6rem;
  display: block;
  background: #fff;
  transition: 0.5s;
  width: 100%;
  font-size: .16rem;
  color: #111;
  line-height: 1.5;
  height: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px #f5ebeb;
}

.dzjg .fl01 li h3::after {
  height: 100%;
  background: #004721;
}

.dzjg .fl01 li h3::before {
  content: "";
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #004721;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: .45rem;
}

.dzjg .fl01 li h3 a {}

/* .dzjg .fl01 li h3 a::after{width:0.05rem;height: 0.05rem;border-radius: 50%;background: #004721;bottom: auto;top: 50%;transform: translateY(-50%);} */

.jsdw .fl01 li {
  width: 16.6%;
}

.dtr .fl01 li {
  width: 50%;
}

.dtr .fl01 li a {
  display: inline-block;
  padding: 0 0.1rem;
}


@media(min-width: 1024px) {
  .dzjg .fl01 li:hover h3::before {
    background: #fff;
  }

  .dzjg .fl01 li h3:hover {
    font-weight: bold;
    color: #fff;

  }

  .dzjg .fl01 li h3:hover {
    background: #1C7645;
    color: #fff;
  }

  .dzjg .fl01 li:hover h3 a {
    color: #fff;
  }

  .dzjg .fl01 li:hover h3 {
    border-left: 4px solid #D9C193;
  }

  .dzjg .fl01 li h3:hover::after {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .dzjg .fl01 ul {
    margin: 0 -0.1rem;
  }

  .dzjg .fl01 li {
    width: 33.3%;
    padding: 0 0.1rem;
  }

  .jsdw .fl01 li {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .dzjg .fl01 {
    margin-bottom: .3rem;
  }

  .dzjg .fl01 li {
    width: 50%
  }

  .jsdw .fl01 li {
    width: 25%;
  }

  .dzjg .fl01>h3 span {
    font-size: .24rem;
  }
}

@media screen and (max-width: 420px) {
  .dzjg .fl01 li {

    width: 100%;
  }

  .jsdw .fl01 li {
    width: 33.3%;
  }

  .dtr .fl01 li {
    width: 100%;
  }
}

.szll ul li {
  margin-top: .5rem;
}

.szll ul li a {
  display: flex;
  flex-wrap: wrap;
  background: #F5F6FA;
  align-items: center;
}

.szll ul li a .sz-pic {
  width: 5.44rem;
}

.szll ul li a .txt {
  padding-right: .2rem;
}

.szll ul li a .txt .szrw .sztp .scale {
  border-radius: 50%;
}

.szll ul li a .sz-pic .imged {
  padding-bottom: 74%;
}

.szll ul li a .txt {
  flex: 1;
  min-width: 0;
  margin-left: .4rem;
}

.szll ul li a .txt .szrw {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.szll ul li a .txt .szrw .sztp {
  width: 1rem;
  border: .05rem solid #D8D8D8;
  border-radius: 50%;
}

.szll ul li a .txt .szrw .sztp .imged {
  padding-bottom: 100%;
  border-radius: 50%;
}

.szll ul li a .txt .szrw .sznr {
  flex: 1;
  min-width: 0;
  margin-left: .25rem;
}

.szll ul li a .txt .szrw .sznr p {
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: #3D3D3D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.szll ul li a .txt>p {
  font-size: 0.14rem;
  color: #3D3D3D;
  line-height: 0.3rem;
}

@media screen and (max-width: 1024px) {
  .szll ul li a {
    display: block;
  }

  .szll ul li a .sz-pic {
    width: 100%;
  }

  .szll ul li a .txt {
    flex: none;
    width: 100%;
    margin-top: .2rem;
    margin-left: 0;
    padding-left: .2rem;
  }

  .ny-main {
    padding-top: .2rem;
  }
}

@media screen and (max-width:768px) {
  .szll ul li {
    margin-top: .2rem;
  }
}

.date_lb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.date_lb ul li {
  width: 48%;
  margin-bottom: .28rem;
}

.date_lb ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(244, 247, 247, 0.5);
  padding: 0.35rem;
  position: relative;
  top: 0;
  transition: all 0.5s;
}

.date_lb ul li a .date {
  width: 1.1rem;
  text-align: center;
}

.date_lb ul li a .date p {
  font-size: 0.36rem;
  color: #004721;
  font-weight: 700;
}

.date_lb ul li a .date span {
  font-size: 0.18rem;
  color: #666666;
  font-weight: normal;
}

.date_lb ul li a .txt {
  flex: 1;
  min-width: 0;
  border-left: 1px solid rgba(0, 112, 107, 0.3);
  padding-left: .25rem;
}

.date_lb ul li a .txt h2 {
  font-size: .2rem;
  line-height: 0.32rem;
  color: #272727;
  height: .64rem;
  font-weight: normal;
  margin-bottom: .15rem;
}

.date_lb ul li a .txt p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;

  color: #666666;
  height: .6rem;

}

@media screen and (max-width:1024px) {
  .date_lb ul li a {
    padding: .2rem;
  }
}

@media screen and (max-width:768px) {
  .date_lb ul li {
    width: 100%;
  }
}

.select_dl {
  /* width: 63%; */
  max-width: 100%;
  margin: 0 auto;
  margin-top: .5rem;
}

.select_dl h2 {
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.32rem;

  color: #004721;
}

.select_dl ul {
  margin-bottom: .5rem;
}

.select_dl ul li {
  display: flex;
  flex-wrap: wrap;
  margin-top: .38rem;
}

.select_dl ul li span {
  width: 1.1rem;
  font-size: .2rem;
  color: #333;
}

.select_dl ul li input {
  flex: 1;
  min-width: 0;
  height: .4rem;
  line-height: .4rem;
  padding: 0 .15rem;
  border: 1px solid #C4C4C4;
}

.select_dl p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;

  color: #CC0000
}

.select_dl p span {
  color: #333;
}

@media screen and (max-width:768px) {
  .select_dl {
    width: 100%;
  }
}

.zs_bt ul li {
  display: flex;
  flex-wrap: wrap;
  margin-top: .2rem;
}

.zs_bt ul li span {
  width: .55rem;
  font-size: .18rem;
  color: #333333;
  margin-top: .05rem;
}

.zs_bt ul li .zs_xz {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
}

.zs_bt ul li .zs_xz a {
  line-height: .32rem;
  padding: 0 .15rem;
  font-size: .18rem;
  color: #333;
  margin-bottom: .1rem;
}

.zs_bt ul li .zs_xz a.on {
  background: #004721;
  color: #fff;
  border-radius: .2rem;
}
.zs_bt ul li .zs_xz a.active{
  background: #a82328;
  color: #fff;
  border-radius: .2rem;
}

.zsjh_fl {
  margin-top: .45rem;
}

.zsjh_fl h2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .45rem;
}

.zsjh_fl h2 span {
  width: 50%;
  border-top: .05rem solid #f9e2e3;
  line-height: .52rem;
  font-size: .24rem;
  color: #333333;
  text-align: center;
  font-size: .24rem;
  color: #333;
  cursor: pointer;
}

.zsjh_fl h2 span.on {
  font-size: .24rem;
  color: #004721;
  background: #f9e2e3;
  color: #a82328;
}

.zs-list1 {
  border-left: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
}

.zs_box .zs-list1 {
  display: none;
}

.zs_box .zs-list1.on {
  display: block;
}

.zs-list1>ul {
  display: flex;
  flex-wrap: wrap;

}

.zs-list1>ul:first-child li {
  background: #a82328;
  color: #fff;
  border-right: none;
}

.zs-list1>ul>li {
  width: 20%;
  line-height: .3rem;
  padding: .15rem 0;
  text-align: center;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.zsjh_cx {
  margin-top: .3rem;
}

.zsjh_cx h2 {
  font-size: .24rem;
  color: #333333;
  font-weight: normal;
  margin-bottom: .2rem;
}

.zs_box {
  overflow-y: auto;
}

.zs-list2 {
  min-width: 500px;
  border-left: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
}


.zs-list2>ul {
  display: flex;
  flex-wrap: wrap;

}

.zs-list2>ul:first-child li {
  background: #a82328;
  color: #fff;
  border-right: none;
}

.zs-list2>ul>li {
  width: 8.35%;
  line-height: .3rem;
  padding: .15rem 0;
  text-align: center;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.zs-list2>ul>li.zs_2 {
  width: 15.5%;
}

.zs-list2>ul>li.zs_5 {
  width: 17.5%;
}