@charset "utf-8";



.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;
}


.scale {
  overflow: hidden;
}

a:hover .imged {
  transform: scale(1.1);
}



/*==========================================公共 开始=============================================*/
/* ban */
.ban {
  width: 100%;
  position: relative;
}

.ban .scale {
  position: relative;
}

.ban .imged {
  padding-bottom: 31%;
}

.ban .imged::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.1rem;
  bottom: 0;
  background: url(../images/banshad.png) repeat-x bottom;
  background-size: 100% 100%;
}

.ban .yjlm {
  z-index: 10;
}

.ban .wp {
  /* width:15rem; */
  justify-content: space-between;
}

.ny-main {
  position: relative;
  background: url(../images/ny-main-bg.png) no-repeat center bottom/100% 100%;
}


.ny-r {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 110;
  min-height: 5rem;
}

.position {
  position: relative;
  display: flex;
  align-items: center;
  padding: .1rem 0;
  margin-bottom: .45rem;
}


.position h3 {
  flex: 1;
  min-width: 0;
  height: 1px;
  background: #D8D8D8;
  margin-right: .2rem;
}

.position h3 a {
  position: relative;
  display: block;

}

.position h3 a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 1rem;
  height: 3px;
  background: #950c13;
  bottom: -.12rem;
}

.adress a {
  font-size: 0.18rem;
  color: #9E9E9E;
}

.adress {
  display: flex;
  align-items: center;
  line-height: 0.3rem;
  color: rgba(39, 39, 39, 0.3);
  z-index: 100;
}

.adress img {
  margin-right: .05rem;
}

.adress a {

  transition: .5s;
}

.adress a:hover {
  color: #9b0d14;
}


.inner {
  position: relative;
  padding: .7rem 0 .8rem;
  z-index: 9;
}

.ejlm_pc {
  position: relative;
  width: 2.9rem;
  z-index: 100;
  margin-right: .55rem;
  background: #FFEFEF;
  padding-bottom: .2rem;
}

.ejlm_pc h2 {
  padding: .25rem 0.15rem;
  line-height: .3rem;
  text-align: center;
  font-size: .26rem;
  color: #fff;
  font-weight: normal;
  background: #9b0d14;
  border-radius: 0 0 .15rem .15rem;
}

.ny_nav2 {}

.ny_nav2>ul {
  position: relative;



}

.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 #e9e7e7;
}

.ny_nav2>ul>li .sub {
  display: none;
}

.ny_nav2>ul>li.active .sub,
.ny_nav2>ul>li.on .sub {
  display: block;
  background: #fdd;
}

.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: .11rem auto;
}

.ny_nav2>ul>li>a {
  position: relative;
  display: block;


}

.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.35rem;
  font-size: 0.16rem;
  color: #333;
  display: block;
  text-align: center;
  padding-left: 0;
}

.ejlm_pc .sub .on a {
  font-weight: bold;
  color: #9b0d14;
}

.ejlm_pc .sub a:hover {
  color: #9b0d14;
}

.ny_nav2>ul>li.active>a,
.ny_nav2>ul>li.on>a,
.ny_nav2>ul>li:hover>a {
  font-weight: bold;
  color: #9b0d14;
  display: block;
  background: #fdd;
}

.wrap_ph {
  margin-top: 0.3rem;
  display: none;
}

.wrap_ph h2 {
  width: 100%;
  color: #fff;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
  padding: 0 0.2rem;
  background: #9b0d14;
}

.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%);
}

.wrap_ph ul {
  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 {
  font-size: 0.18rem;
  line-height: 0.34rem;
}

.wrap_ph li a {
  transition: 0.5s;
  display: block;
  color: #333;
  font-weight: normal;
}

.wrap_ph {
  display: none;
}

.wrap_ph li.active a {
  color: #9b0d14;
}

.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;
}

.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: #9b0d14;
}

.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: #9b0d14;
}

.san-nav a:hover,
.san-nav a.on {
  color: #9b0d14;
}

/* commom */
.inner {
  display: flex;
  align-items: flex-start;
}

/* 内容页 */


.new-cont h3 {
  color: #333;
  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 .xmlb{
    margin-bottom: 21px;
    overflow: hidden;
}
.article .xmlb ul{}
.article .xmlb ul li{
    min-width: 33%;
    max-width: 33%;
    float: left;
    line-height: 45px;
}
.article .xmlb ul li span{
    color: #9b0d14;
    font-weight: 600;
    min-width: 90px;
}
.article .xmlb ul li:nth-child(1){
    min-width: 66%;
    max-width: 100%;
}
.article .xmlb ul li:nth-child(2){
    /* width: 66%; */
}
.article .xmlb ul li:nth-child(1) span{}

.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;
  text-indent: 2em;
}

.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;
  margin: 0 auto;
  display: block;
}

.article table {
  font-size: 14px;
  max-width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}

.article table td {
  padding: 5px 10px;
  line-height: 30px;
  border: 1px #ddd solid;
}

.article table td p {
  text-indent: 0em !important;
  margin-bottom: 0px;
}



.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: #9B0D14;
}

.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: #9b0d14;
}

.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: #9b0d14;
  }
}

@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%;
}

/* 党政机构 */
.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: #9b0d14;
  margin: 0 .15rem;
  font-weight: bold;
  /* border-left: 0.03rem solid #9b0d14; */
  /* 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>h3 span::before {
  content: "";
  position: absolute;
  right: calc(100% + .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 {
  border-left: 2px solid #9b0d14;
  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: #9b0d14;
}

.dzjg .fl01 li h3::before {
  content: "";
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #9b0d14;
  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: #9b0d14;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,
  .dzjg .fl01 li h3:hover a {
    font-weight: bold;
    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;
  }
  .article .xmlb ul li{
    width: 50%;
   
  }
}

@media screen and (max-width: 420px) {
  .dzjg .fl01 li {

    width: 100%;
  }

  .jsdw .fl01 li {
    width: 33.3%;
  }

  .dtr .fl01 li {
    width: 100%;
  }
   .article .xmlb ul li{
    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: #9b0d14;
  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: #9b0d14;
  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) {}

/* 现任领导 */
.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: #9b0d14;
  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: #9b0d14;
}

.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 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: #9b0d14;
} */

.newlist li .scale {
  width: 2.12rem;
}

.newlist li .scale .imged {
  padding-bottom: 61.9%;
}

.newlist li .con {
  width: calc(100% - 2.12rem);
  padding-left: .5rem;
}

.newlist li span {
  margin: .1rem 0;
  font-size: 0.14rem;
  color: #9b0d14;

  line-height: 0.28rem;

  transition: 0.5s;
}

.newlist li h3 {
  position: relative;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.38rem;

  transition: 0.5s;
}

.newlist li i {
  position: absolute;
  right: 0;
  top: .3rem;
  width: 1.1rem;
  height: .36rem;
  line-height: .36rem;
  text-align: center;
  background: linear-gradient(71deg, #9b0d14 -3%, #286CD8 108%), #D8D8D8;
  border-radius: 4px;
  font-size: .14rem;
  color: #fff;
  font-style: normal;
  z-index: 9;
}

.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: #9b0d14;
  }

  .newlist li:hover h3 {
    font-weight: bold;
  }

  /* .newlist li:hover span {
    background: url(../images/tim1.png) 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: #9b0d14;
  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: #9b0d14;
}


.tu-pic .fl02 ul {
  margin: 0 -0.15rem;
}

.tu-pic .fl02 li {
  width: 25%;
  padding: 0 0.15rem;
}

.tu-pic .fl02 li {
  margin-bottom: .38rem;
}

.tu-pic .fl02 li a {
  position: relative;
  display: block;
  width: 100%;
}

.tu-pic .fl02 li a .imged {
  padding-bottom: 135.5%;
}

.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: #9b0d14;
  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: #9b0d14;
    border-bottom: 1px solid #9b0d14;
  }
}

@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
  }
}

/* 师资列表 */
.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, #9b0d14 -3%, #286CD8 108%);
  color: #fff;
}

.sz-tit span::after {
  left: 110%;
  width: 100vw;
  background: #ddd;
  height: 1px;
  bottom: 50%;
}

.szlist ul {
  justify-content: space-between;
  flex-wrap: wrap;
}

.szlist li {
  width: 48%;
  padding: .5rem;
  background: #fff;
  margin-bottom: 0.5rem;
  background-position: center 95%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
}

.szlist li .imged {
  padding-bottom: 70%;
}

.szlist li .con {}

.szlist li .con h3 {
  position: relative;
  text-align: center;
  padding: .15rem 0;
  color: #9b0d14;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: .15rem;
  transition: 0.5s;
  border-bottom: 1px solid rgba(35, 81, 154, 0.2);
}

.szlist li .con h3:before {
  content: "";
  position: absolute;
  width: .16rem;
  height: .16rem;
  border-radius: 50%;
  background: linear-gradient(136deg, #9b0d14 18%, rgba(203, 221, 249, 0) 90%);
  right: 100%;
  bottom: 0;
  transform: translateY(50%);
  opacity: 0;
  z-index: -1;
}

.szlist li .con h3:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -1px;
  left: 0;
  background: #9b0d14;
}

.szlist li .con p {
  font-size: .18rem;
  line-height: .36rem;
  color: #333333;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 1.08rem;
}

.szlist li .con p span {
  color: #9b0d14
}

@media(min-width: 1200px) {
  .szlist li a:hover .con h3 {
    color: #9b0d14;
    font-weight: 600;
  }

  .szlist li:hover .con h3:before {
    opacity: 1;
    z-index: 6;
  }

  .szlist li:hover .con h3:after {
    width: .8rem;
  }

  .szlist li:hover {
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
  }
}


@media(max-width: 1024px) {
  .szlist li {
    padding: .2rem;
  }
}

@media(max-width: 768px) {
  .szlist li {
    width: 100%;
    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 #9b0d14;
  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(../images/js-xq1.png) 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(../images/js-xq2.png) 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 {
  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: #d6e3f9;
}

ul.list h3 {
  width: calc(100% - 1.1rem);
  font-size: 0.18rem;
  color: #333;
  padding: 0 .2rem 0 0.15rem;
  font-weight: normal;
  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.06rem;
  height: 0.11rem;
  background: #333;
  background: url(../images/nylist.png) no-repeat left center/.06rem 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: #9b0d14;
  }

  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.5rem !important;
  text-align: justify;
}

.xqzl .fl01 {
  width: 100%;
  background: #fff url(../images/jj-icon.png) 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: #9b0d14;
  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: #9b0d14;
  color: #fff;
  border: none;
}

.j_pages a:hover {
  background: #9b0d14;
  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: #9b0d14;
  color: #fff
}




/* puclic */
@media(max-width: 1024px) {
  .inner {
    position: relative;
    display: block;
    padding: .2rem 15px;
    padding-bottom: .4rem;
  }

  .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) {
  .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: #9b0d14;
  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: #9b0d14;

  font-family: "bebas";

  padding-right: .05rem;
}

.lszj li .dian {
  margin: 0 .25rem;
  margin-top: .25rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/ls0.png) 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: #9b0d14
  }
}

@media(max-width: 768px) {
  .lszj li p {
    font-size: 0.2rem;
  }
}

/* 校园风光 */

.group-big {}

.group-img h2 {
  margin: .2rem 0;
  font-size: .24rem;
  color: #9b0d14;
  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(../images/group-l.png) no-repeat;
  background-size: 100% 100%;
  left: 0.1rem;
}

.group-big .slick-prev:before {
  display: none;
}

.group-big .slick-next {
  background: url(../images/group-r.png) 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: #9b0d14;
  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(../images/f-lj-icon.png) 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, #9b0d14 -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 {
    margin-bottom: .2rem;
  }
}

.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: #9b0d14;
  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 {
  display: block;
  width: 100%;
  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;
  }

}

.pro-bt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: .5rem;
}

.pro-bt span {
  width: 1.01rem;
  height: .5rem;
  line-height: .5rem;
  background: #9B0D14;
  border-radius: .05rem;
  font-size: .2rem;
  color: #fff;
  margin-left: .88rem;
  text-align: center;
  cursor: pointer;
}
.pro-bt span:hover{opacity:0.9; background: #630e14;}
.pro-bt>ul {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pro-bt>ul>li {
  display: flex;
  align-items: center;
  width: 48%;
  margin-top: .35rem;
}

.pro-bt>ul>li i {
  font-style: normal;
  font-size: .24rem;
  color: #333333;
}

.pro-bt>ul>li .pri-ss {
  position: relative;
  flex: 1;
  min-width: 0;
  margin-left: .05rem;
}

.pro-bt>ul>li .pri-ss input {
  width: 100%;
  border: 1px solid #E2E2E2;
  line-height: .5rem;
  border-radius: .05rem;
  padding: 0 .15rem;
  height: .5rem;
}

.pro-bt>ul>li .pri-ss p {
  position: relative;
  border: 1px solid #E2E2E2;
  line-height: .5rem;
  border-radius: .05rem;
  padding: 0 .15rem;
  padding-right: .4rem;
}

.pro-bt>ul>li .pri-ss p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.15rem;
  width: .2rem;
  height: .2rem;
  background: url(../images/xl.png) no-repeat center center/.16rem auto;
  cursor: pointer;
  margin-left: 0;
}

.pro-bt>ul>li .pri-ss ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #f8f0f0;
  padding: .15rem;
  z-index: 22;
  height: 1.8rem;
  overflow-y: auto;
  display: none;
}

.pro-bt>ul>li .pri-ss ul li {
  line-height: .35rem;
}

.pro-bt>ul>li .pri-ss ul li a {
  display: block;
  font-size: .16rem;
  color: #333;
}

.pro-bt>ul>li .pri-ss ul li:hover a {
  color: #9b0d14;
}

@media screen and (max-width:1024px) {
  .pro-bt>ul {
    width: 100%;
    flex: none;
  }

  .pro-bt span {

    margin-left: 0;
    margin-top: .2rem;
    margin-bottom: .2rem;
  }

  .pro-bt>ul>li .pri-ss p span {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pro_list {
    overflow: hidden;
    overflow-x: auto;


  }

  .pro_list>ul {
    min-width: 880px;
  }
}

@media screen and (max-width:768px) {
  .pro-bt>ul>li {
    width: 100%;
    margin-top: .2rem;
  }

  .pro-bt>ul>li i {
    font-size: .16rem;
  }
}