@charset "utf-8";

.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/top-yy.png) repeat-x;
  height: 1.4rem;
}

.banner img {
  display: block;
  width: 100%;
}

.title h3>img {
  top: inherit;
  width: inherit;
  height: auto;
}

/* 标题 */

.title h3 {
  position: relative;
  z-index: 1;
}

.title h3 span {
  display: block;
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.12);
  font-family: "Georgia";
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  z-index: -1;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .title h3 span {
    color: #f5f5f5;
  }
}

/* 分页开始 */
.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.5rem;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 0.12rem;
  height: 0.35rem;
  line-height: 0.35rem;
  font-size: 0.14rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem;
}

.pagination a.active {
  background: #173faa;
  color: #fff;
  border: 1px solid #173faa;
}

.pagination a:hover {
  background: #173faa;
  color: #fff;
  border: 1px solid #173faa;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 分页结束 */

.nymain {
  background: url(../images/main-bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 1.2rem;
  position: relative;
  /* z-index: 2; */
}

.nymain .leftNav {
  margin-left: 12.5%;
  background: url(../images/nyleft-bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-top: -0.45rem;
}

.nymain .leftNav::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.45rem;
  background: url(../images/nyleft-zs.png) no-repeat;
  background-size: 100% 100%;
  width: 0.9rem;
  height: 0.9rem;
}

.nymain .leftNav::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.7rem;
  background: linear-gradient(to right,
      rgba(26, 63, 170, 0.15),
      rgba(0, 167, 219, 0.15));
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  animation: lzs 3s linear infinite;
}

@keyframes lzs {
  0% {
    opacity: 1;
    transform: scale(0.6);
  }

  50% {
    opacity: 0.9;
    transform: scale(0.8);
  }

  90% {
    opacity: 0.8;
    transform: scale(1);
  }

  100% {
    opacity: 0.8;
    transform: scale(1);
  }
}

.nymain .leftNav h2 {
  font-size: 0.2rem;
  color: #fff;
  padding: 0 0.2rem 0 0.8rem;
  line-height: 0.66rem;
  position: relative;
  display: none;
}

.nymain .leftNav h2 span {
  position: absolute;
  top: 0;
  right: 0;
}

.nymain .leftNav>ul {
  justify-content: flex-start;
  padding-left: 1.3rem;
}

.nymain .leftNav>ul>li {
  position: relative;
}

.nymain .leftNav>ul>li>a {
  display: block;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.22rem;
  color: #fff;
  min-width: 1.1rem;
  text-align: center;
  margin: 0 0.2rem;
  position: relative;
  transition: all 0.3s;
}

.nymain .leftNav>ul>li>span {
  display: none;
}

.nymain .leftNav>ul>li:first-child>a {
  border-top: none;
}

.nymain .leftNav>ul>li>a::after {
  content: "";
  position: absolute;
  right: -0.2rem;
  top: 0.1rem;
  height: 0.2rem;
  width: 0.2rem;
  background: url(../images/nyleft-y.png) no-repeat;
  background-size: cover;
  display: none;
}

.nymain .leftNav>ul>li>a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 0.1rem solid #fff;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  display: none;
}

.nymain .leftNav>ul>li.on>a::after,
.nymain .leftNav>ul>li:hover>a::after {
  display: block;
}

.nymain .leftNav>ul>li.active:hover>a::before {
  display: block;
}

.nymain .leftNav>ul>li.on>a,
.nymain .leftNav>ul>li:hover>a {
  font-size: 0.26rem;
  color: #ffe33f;
}

.nymain .leftNav>ul>li>div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  top: 100%;
  width: 100%;
  min-width: 2.8rem;
  background: url(../images/left-sub.jpg) no-repeat center top;
  background-size: cover;
  box-shadow: 0px 0.1rem 0.368rem 0.32rem rgba(26, 63, 170, 0.08);
  transition: all 0.5s;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.nymain .leftNav>ul>li:hover>div {
  transform: translateX(-50%) scaleY(1);
  visibility: visible;
  opacity: 1;
}

.nymain .leftNav>ul>li>div>ul {
  padding: 0.3rem 0;
}

.nymain .leftNav>ul>li>div>ul>li:hover,
.nymain .leftNav>ul>li>div>ul>li.on {
  background: linear-gradient(to right, #00a7db, #1a3faa);
}

.nymain .leftNav>ul>li>div>ul>li>a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.56rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right,
      rgba(26, 63, 170, 0.1),
      rgba(0, 167, 219, 0.1)) 1;
  color: #333;
  margin: 0 0.2rem;
  text-align: center;
}

.nymain .leftNav>ul>li>div>ul>li:first-child>a {
  border-top: none;
}

.nymain .leftNav>ul>li>div>ul>li:hover>a,
.nymain .leftNav>ul>li>div>ul>li.on>a {
  color: #fff;
}

.ny-right {
  min-height: 4rem;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  position: relative;
}

.position {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

.leftNav .position {
  right: 12.5%;
}

.position>div {
  font-size: 0;
  line-height: 0.24rem;
}

.position img {
  vertical-align: middle;
  margin-right: 0.15rem;
  width: 0.23rem;
  height: 0.24rem;
}

.position span {
  font-size: 0.18rem;
  color: #999;
  padding: 0 0.1rem;
  vertical-align: middle;
}

.leftNav .position a {
  color: #fff;
}

.position a {
  font-size: 0.18rem;
  color: #666;
  vertical-align: middle;
}

.leftNav .position a.active,
.leftNav .position a:hover {
  color: #f5da48;
}

.position a.active,
.position a:hover {
  color: #1164bb;
}

.ny-right2 {
  float: none;
  width: auto;
  margin-left: 0.4rem;
}

/* 列表页 */
.text-list ul li {
  width: 48%;
  margin-top: 0.6rem;
}

.text-list ul li a {
  display: block;
  padding: 0.34rem;
  border: 1px solid #e0e0e0;
  border-bottom: 3px solid #00489a;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.text-list ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-size: cover;
  z-index: -1;
  transition: all 0.3s;
}

.text-list ul li span {
  display: block;
  font-size: 0.18rem;
  color: #00489a;
  background-size: 0.18rem 0.18rem;
  padding-left: 0.35rem;
}

.text-list ul li .text-tx {
  overflow: hidden;
}

.text-list ul li h3 {
  font-size: 0.2rem;
  line-height: 0.42rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.1rem;
}

.text-list ul li p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.78rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666;
  margin-top: 0.1rem;
}

.text-list ul li:hover a::after {
  width: 100%;
}

.text-list ul li:hover a {
  color: #fff;
}

.text-list ul li:hover span {
  color: #fff;
}

.text-list ul li:hover h3 {
  color: #fff;
  font-weight: bold;
}

.text-list ul li:hover p {
  color: #cccccc;
}

/* 内容页 */
.new-cont{width: 66%;}
.cont-r{width: 30%;}
.cont-r1,.cont-r2,.cont-r3{background: #eef5fd;padding: 0.4rem 0.3rem;margin-bottom: 0.4rem;}
.cont-r1 span{font-size: 0.2rem;color: #333;}
.cont-r h2{color: #050025;font-size: 0.22rem;margin-bottom: 0.15rem;}
.cont-r2 ul{padding-bottom: 0.2rem;}
.cont-r li{padding: 0.2rem 0;border-bottom: 1px solid #eeeae4;}
.cont-r li:last-child{border-bottom: 1px solid rgba(0,0,0,0);}
.cont-r2 li a{width: 100%;align-items:flex-end;}
.cont-r li span{color: #63065f;font-size: 0.14rem;}
.cont-r li h3{font-size: 0.14rem;color: #333;line-height: 0.22rem;transition: 0.5s;}

.cont-r2 li span{width: 1rem;text-align: right;line-height: 0.22rem;}
.cont-r2 li h3{width: calc(100% - 1rem);}

.cont-r3 .img{width: 1.04rem;}
.cont-r3 .cont-dt{width: calc(100% - 1.04rem);padding-left: 0.25rem;}
.cont-r3 .img_hezi{padding-bottom: 110%;}
.cont-r3 span{display: block;margin-bottom: 0.1rem;}
.cont-r3 li h3{color: #000;line-height: 0.28rem;max-height: 0.56rem\0;}
.img_zd {
    position: relative;
   
}
.img_zd>img {
    display: none;
}
.img_zd .img_hezi {
    padding-bottom: 60%;
    transition: .5s;
    background-size: cover!important;
}
.sticky {
    position: sticky;
    top: 1rem;
}
.cont-ny {
    justify-content: space-between;
}

.art-main {
  padding-top: 0.5rem;
}

.art-mainnew {
  align-items: normal;
}

.art-main .art-tit {
  border-left: 0.06rem solid;
  border-image: linear-gradient(to bottom, #1a3faa, #00a7db) 6;
  padding-left: 0.3rem;
}
.cont-r3 .img_hezi {
    padding-bottom: 110%;
}

.art-main .art-tit h3 {
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.36rem;
}

.art-main .cont-tit .art-titd {
  margin-top: 0.2rem;
}

.art-main .cont-tit p {
  font-size: 0;
  line-height: 0.3rem;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.18rem;
  color: #666;
  margin: 0 0.25rem;
}

.art-main .cont-tit .shar {
  margin-left: 25%;
}

.art-main .cont-tit .shar span {
  height: 0.26rem;
  line-height: 0.26rem;
  font-size: 0.18rem;
  color: #666;
}

.art-main .cont-tit .shar a {
  display: inline-block;
  margin: 0 0.05rem;
  color: #666;
}

.art-main .art-body {
  padding-top: 0.3rem;
}

.art-main .art-body p {
  text-indent: 2em;
  font-size: 0.18rem;
  line-height: 0.34rem;
  
}
.art-main .art-body table p {
  text-indent: 0em !important;
  font-size: 0.18rem;
  line-height: 0.34rem;
  
}

.art-main .art-body p img {
  /* width: auto !important; */
  max-width: 100% !important;
  height: auto !important;
 /*  display: block; */
  margin: 0 auto;
  border: none !important;
}

.art-info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
  padding-top: 0.3rem;
  padding-right: 1rem;
  position: relative;
}

.art-info::after {
  content: "";
  position: absolute;
  top: -0.06rem;
  left: 0;
  background: url(../images/pnext-zs.png) no-repeat;
  background-size: cover;
  width: 1.06rem;
  height: 0.06rem;
}

.art-info .more {
  position: absolute;
  right: 0;
  top: 0.3rem;
  margin-top: 0;
}

.art-info .more a {
  font-size: 0;
  background: none;
  line-height: 1rem;
}

.art-info .more a img {
  width: 0.24rem;
  height: 0.24rem;
}

.pnext p {
  text-indent: initial;
  font-size: 0.18rem;
  color: #1164bb;
  line-height: 0.3rem;
  margin-top: 0.15rem;
}

.pnext p:first-child {
  margin-top: 0;
}

.pnext p a {
  color: #333;
  font-size: 0.18rem;
}

.pnext p:hover a {
  color: #1164bb;
  text-decoration: underline;
}

/* 图文列表页  start */
.tw {}

.tw ul li a {
  overflow: hidden;
  border-bottom: 1px dashed #dadada;
  padding: 0.3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.tw ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-size: 100% 100%;
  transition: all 0.3s;
  z-index: -1;
}

.tw ul li .imgList-pic {
  width: 3.2rem;
  overflow: hidden;
}

.tw ul li .imgList-pic .pic {
  padding-top: 62.5%;
}

.tw ul li .text-tx {
  width: calc(100% - 3.6rem);
}

.tw ul li .text-tx span {
  display: block;
  font-size: 0.18rem;
  color: #00489a;
  background-size: 0.18rem 0.18rem;
  padding-left: 0.35rem;
}

.tw ul li .text-tx h3 {
  margin-top: 0.15rem;
  font-size: 0.2rem;
  line-height: 0.42rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.tw ul li .text-tx p {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tw ul li a:hover::after {
  width: 100%;
}

.tw ul li a:hover h3 {
  color: #00489a;
  font-weight: bold;
  text-decoration: underline;
}

.tw ul li a:hover p {
  color: #00489a;
}

.tw ul li a:hover .imgList-pic .pic img {
  transform: scale(1.1);
}

/* 图文列表页  end */

/* 图片列表 */

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29%;
  margin: 40px 2% 0 2%;
  border: 1px solid #eee;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
  top: -10px;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 61%;
}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 196px;
}

.img-lists ul li a>div.info {
  padding: 10px;
  font-size: 0;
  text-align: center;
  background-color: #fff;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
  color: #195092;
}

/* 师资列表 */

.sz-list ul li {
  width: 48%;
  margin-top: 0.5rem;
}

.sz-list ul li a {
  overflow: hidden;
  transition: all 0.3s;
}

.sz-list ul li .imgList-pic {
  float: left;
  width: 2.4rem;
}

.sz-list ul li .imgList-pic .pic {
  padding-top: 116.66%;
}

.sz-list ul li .imgList-info {
  overflow: hidden;
  padding: 0.15rem 0.3rem;
  background-size: cover;
  transition: all 0.3s;
}

.sz-list ul li:hover .imgList-info {}

.sz-list ul li .imgList-info h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #00489a;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #d5d5d5;
}

.sz-list ul li .imgList-info span {
  display: block;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}

.sz-list ul li .imgList-info p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 1.5rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}

.sz-list ul li .imgList-info .jt {
  background-size: cover;
  width: 0.15rem;
  height: 0.11rem;
  margin-top: 0.1rem;
}

.sz-list ul li:hover .imgList-info h3 {
  color: #fff;
  border-bottom-color: rgba(204, 204, 204, 0.8);
}

.sz-list ul li:hover .imgList-info span {
  color: #fff;
}

.sz-list ul li:hover .imgList-info p {
  color: #ececec;
}

.sz-list ul li:hover .imgList-info .jt {}

.sz-list ul li:hover a .pic img {
  transform: scale(1.1);
}

/* 师资内容 */
.sz-t {
  margin-top: 0.6rem;
}

.sz-t ul li {
  width: 32.33%;
}

.sz-t ul li:last-child {
  width: 100%;
  margin-top: 0.12rem;
}

.sz-t ul li a {
  display: block;
  text-align: center;
  background-color: #195092;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.78rem;
  transition: all 0.3s;
}

.sz-t ul li a:hover {
  background: #013d83;
}

.sz-box {
  margin-top: 0.45rem;
}

.sz-box h4 {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #195092;
  padding-left: 0.35rem;
  position: relative;
}

.sz-box h4::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.1rem;
  height: 0.38rem;
  background-color: #195092;
}

.sz-box ul li {
  width: 31.33%;
  margin-top: 0.2rem;
}

.sz-box ul li a {
  display: block;
  background-color: #f5f6fa;
  border: 1px solid #e8e8e8;
  padding: 0.2rem;
  position: relative;
  z-index: 1;
}

.sz-box ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #195092;
  z-index: -1;
  transition: all 0.3s;
}

.sz-box ul li a:hover::after {
  height: 100%;
}

.sz-box ul li h3 {
  font-size: 0.24rem;
  list-style: 0.28rem;
  color: #195092;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #195092;
  margin-bottom: 0.2rem;
}

.sz-box ul li p {
  font-size: 0.14rem;
  line-height: 0.2rem;
  height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
  color: rgba(0, 0, 0, 0.67);
}

.sz-box ul li a:hover h3 {
  color: #fff;
  border-bottom-color: #fff;
}

.sz-box ul li a:hover p {
  color: rgba(255, 255, 255, 0.67);
}

/* list */
.s1-d ul li {
  margin: 0.2rem 0;
}

/* list-txt */
.list-txt ul {
  padding-bottom: 0.5rem;
}

.list-txt ul li {
  width: 47.22%;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

.list-txt ul li a {
  display: block;
  border: 1px solid rgba(17, 100, 187, 0.1);
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  padding: 0.5rem 0.6rem;
  position: relative;
}

.list-txt ul li:hover a {
  border-color: transparent;
}

.list-txt ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 0.05rem solid;
  border-image: linear-gradient(to right, #1a3faa, #00a7db) 5;
}

.list-txt ul li:hover a::after {
  display: none;
}

.list-txt ul li::after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: top;
  width: 7.74rem;
  height: 4.58rem;
  background: url(../images/list-txtli.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  transition: all 0.3s;
}

.list-txt ul li:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

.list-txt ul li a span {
  display: inline-block;
  font-family: "Georgia";
  font-size: 0.32rem;
  color: #1a3faa;
  background: -webkit-linear-gradient(left, #1a3faa 27%, #00a7db);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.list-txt ul li a h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.25rem;
}

.gd {
  font-family: "Georgia";
  font-size: 0.2rem;
  color: #1a3faa;
  margin-top: 0.5rem;
}

em {
  font-style: normal;
  position: relative;
  background-image: linear-gradient(#1164bb, #1164bb);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}

.list-txt ul li:hover a h3 em {
  color: #1164bb;
  font-weight: bold;
  background-size: 100% 1px;
}



/* 招生就业 */
.zsjy {
  padding-bottom: 1.1rem;
}

.zsjy .ny-right .s-title {
  position: relative;
  padding: 0px 1rem;
}

.zsjy .ny-right .s-title::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0.38rem;
  height: 0.31rem;
  background: url(../images/yinhao1.png) no-repeat;
  background-size: 100% 100%;

}

.zsjy .ny-right .s-title::after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0.38rem;
  height: 0.31rem;
  background: url(../images/yinhao2.png) no-repeat;
  background-size: 100% 100%;

}

.zsjy .ny-right .s-title h3 {
  font-size: 0.2rem;
  line-height: 0.34rem;
  color: #333333;
  margin-bottom: 0.40rem;
}

.zsjy .ny-right .s-title p {
  font-family: SourceHanSerifCN-Regular;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #333333;
}

.zsjy-main {
  margin-top: 0.92rem;
}

.zsjy-main ul {
  justify-content: center;
}

.zsjy-main li {
  position: relative;
  left: 0.2rem;
  margin-right: 3.75%;
  width: 30.56%;
}

.zsjy-main li::before {
  content: '';
  position: absolute;
  left: -0.2rem;
  bottom: -0.2rem;
  background: url(../images/zsjy-m-under.png) no-repeat left bottom;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.zsjy-main li:last-child {
  margin-right: 0px;
}

.zsjy-main li a {
  display: block;
  height: 2.20rem;
  background: url(../images/zsjy-m-bg.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  box-shadow: 0px 10px 37px 3px rgba(26, 63, 170, 0.08);
}

.zsjy-main li a h3 {
  position: relative;
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #333333;
  padding-left: 0.42rem;
  padding-top: 0.43rem;
  padding-bottom: 0.30rem;
  border-bottom: 1px solid rgba(11, 80, 173, .16);
}

.zsjy-main li a h3::after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  transform: translate(50%, 50%);
  width: 17px;
  height: 11px;
  background: url(../images/zsjy-icon1.png) no-repeat;
  background-size: 100% 100%;
}

.zsjy-m-i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6rem;
  width: 1.13rem;
  height: 1.31rem;
  background: url(../images/zsjy-duobian.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.zsjy-m-i::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  background: url(../images/zsjy-duobian-a.png) no-repeat;
  background-size: cover;
  transition: all .7s;
}

.zsjy-main li a::after {
  content: '';
  position: absolute;
  width: 34px;
  height: 28px;
  background: url(../images/s1-next.png) no-repeat;
  background-size: 100% 100%;
  left: 0.43rem;
  bottom: 0.57rem;
  transition: all .7s;
}

.zsjy-main li a:hover::after {
  left: 0.53rem;
}

.zsjy-main li a:hover .zsjy-m-i::before {
  height: 100%;
}

.zsjy-main li a .zsjy-m-i img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .7s;
}

.zsjy-main li a .zsjy-m-i img.active {
  top: -200px;
}

.zsjy-main li a:hover .zsjy-m-i img {
  top: 200px;
}

.zsjy-main li a:hover .zsjy-m-i img.active {
  top: 50%;
}


/* 校园服务 */
.xyfw  {
  padding-bottom: 2rem;
}

.ny-nav {
  text-align: center;
}

.ny-nav a {
  position: relative;
  font-size: 0.22rem;
	color: #333333;
  padding: 0px 0.25rem;
  transition: all .3s;
  line-height: 0.4rem;
}

.ny-nav a.active,
.ny-nav a:hover {
  font-family: SourceHanSerifCN-Regular;
	font-size: 0.30rem;
	color: #125eb8;
}

.ny-nav a.active::after,
.ny-nav a:hover::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/ny-nav-icon.png) no-repeat;
  background-size: 100% 100%;
}

.xyfw-main {
  margin-top: 0.6rem;
}

.xyfw-main .pic-t .pic:first-child {
  margin-left: 8.33%;
}

.xyfw-main .pic-b .pic:nth-child(2) {
  width: 41.67%;
}

.xyfw-main .pic-b .pic:nth-child(2) a {
  padding-top: 53.333%;
}

.xyfw-main .pic-t .pic,
.xyfw-main .pic-b .pic {
  padding-top: 0px;
  width: 16.67%;
}

.xyfw-main .pic-t .pic a,
.xyfw-main .pic-b .pic a {
  position: relative;

  padding-top: 100%;
  background-size: cover;
}

.xyfw-main .pic-t .pic a img,
.xyfw-main .pic-b .pic a img {
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
  max-width: 100%;
}

.xyfw-main .pic-t .pic:nth-child(1) {
  transform: translateY(-100%);
  position: relative;
  z-index: 1;
}

.xyfw-main .pic-b .pic:nth-child(3) {
  transform: translateY(100%);
}

.xyfw-main .pic-t .pic a:hover .icon img,
.xyfw-main .pic-b .pic a:hover .icon img {
  animation: jello .7s;
}


.xyfw-main .pic {
  padding-top: 42.5%;
}

.xyfw-main .pic a {
  display: block;
}

.xyfw-main .pic a .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
  flex-direction: column;
}

.xyfw-main .pic a .icon img {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}

.xyfw-main .pic a .icon p {
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #fff ;
  padding: 0px 0.5rem;
  text-align: center;
}




@keyframes jello {

  from,
  11.1%,
  to {
          -webkit-transform: none;
          -moz-transform: none;
          transform: none
  }

  22.2% {
          -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
          -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
          transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
          -webkit-transform: skewX(6.25deg) skewY(6.25deg);
          -moz-transform: skewX(6.25deg) skewY(6.25deg);
          transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
          -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
          -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
          transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
          -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
          -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
          transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
          -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
          -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
          transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
          -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
          -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
          transform: skewX(0.390625deg) skewY(0.390625deg)
  }

  88.8% {
          -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
          -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
          transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}


/* 联系我们1 */
.lxwm1 {
  background: url(../images/lxwm-bg.png) no-repeat ;

  padding-bottom: 6.2rem;
background-size: cover;
}

.lxwm1 .nymain {
  background: none;
}

.lxwm1-main {
  margin-top: 1.7rem;
}
    
.lxwm1-main .l {
  width: 49.43%;
  padding-top: 2.1rem;
  background: url(../images/lxwm1-icon.png) no-repeat left top;
}

.lxwm1-main .l .sl {
  font-size: 0.22rem;
	color: #6fc6c5;
  width:0.90rem;
}

.lxwm1-main .l  .s {
  position: relative;
  padding: 0.3rem 0px;
  align-items: start;
}

.lxwm1-main .l  .s::after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/lxwm1-icon2.png) no-repeat;
  background-size: 100% 100%;
  height: 0.12rem;
  width: 150%;
}

.lxwm1-main .l  .s:last-child::after {
  display: none;
}

.lxwm1-main .l .sl p {
  line-height: 0.42rem;
}

.lxwm1-main .l .sr {
  flex: 1;
  margin-left: 0.53rem;
}

.lxwm1-main .l .sr p {
  font-family: SourceHanSerifCN-Regular,times new roman;
	font-size: 0.22rem;
	color: #ffffff;
  line-height: 0.42rem;
}

/* 列表页 */
.major-l-main {
  padding-top: 0.6rem;
}

.major-l-main>div {
  padding-top: 0px;
  width: 31.25%;
}

.major-l-main .pic:nth-child(n+4) {
  margin-top: 25px;
}

.major-l-main .pic a {
  display: block;
  padding-top: 71.11%;
  position: relative;
}

.major-l-main .pic a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.5rem;
  background: url(../images/major-l-hide.png) no-repeat;
  background-size: cover;
  bottom: 0px;
  left: 0px;
}

.major-l-main .pic a::before {
  content: '';
  position: absolute;
  width: 0.6rem;
  height: 5px;
  background-image: linear-gradient(90deg,
      #3361e8 0%,
      #00a7db 100%);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 1;
}

.major-l-main .pic p {
  position: absolute;
  font-size: 0.22rem;
  line-height: 0.34rem;
  color: #ffffff;
  bottom: 0.3rem;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 1;
}


/* 办学优势 */
.bxys-main {
  padding-top: 0.5rem;
  margin-left: -0.35rem;
}

.bxys-main img {
  width: 100%;
}




@media screen and (max-width: 1700px) {
  .lxwm1 {
    padding-bottom: 5.2rem;
  }
}


@media screen and (max-width: 1500px) {
  .nymain .leftNav {
    margin-left: 10.5%;
  }

  .lxwm1 {
    padding-bottom: 4.2rem;
  }
}

@media screen and (max-width: 1400px) {
  .nymain .leftNav {
    margin-left: 8.5%;
  }

  .position div ul li {
    margin-left: 0.3rem;
  }

  .lxwm1 {
    padding-bottom: 3.2rem;
  }

  .list-txt ul li:hover::after {
    transform: translate(-50%, -50%) scale(0.96);
  }
}

@media screen and (max-width: 1300px) {
  .sz-list ul li {
    width: 100%;
  }

  .list-txt ul li::after {
    top: 60%;
  }

  .list-txt ul li:hover::after {
    transform: translate(-50%, -50%) scale(0.9);
  }

  .lxwm1 {
    padding-bottom: 2.2rem;
}
}

@media screen and (max-width: 1200px) {
  .lxwm1 .ny-right {
    margin-top: 0.3rem;
  }
  .nymain .leftNav>ul {
    padding-left: 0.5rem;
  }
.ny-right {
  margin-top: 0.7rem;
}
  .position {
    position: static;
    margin-top: 0.2rem;
    text-align: left;
    height: auto;
}
  .xyfw-main .pic a .icon p {
    padding: 0px 0.2rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }

  .xyfw-main .pic a .icon img {
    width: 65px;
    height: 65px;
  }

  .nymain .leftNav>ul>li>a {
    margin: 0 0.1rem;
  }

  .sz-t ul li a {
    font-size: 0.2rem;
    line-height: 0.58rem;
  }

  .art-main .cont-tit .shar {
    margin-left: 0;
  }

  .lxwm1-main {
    margin-top: 0.3rem;
}

.lxwm1 {
  background: url(../images/lxwm-b-bg.jpg) no-repeat bottom left;
  background-size: contain;
}

.lxwm1-main {
  background: url(../images/lxwm-text-bg.jpg) no-repeat bottom center ;
  background-size: cover;
}



.lxwm1-main .l {
  width: 100%;
  padding-top: 0px;
  background:none;
}

.lxwm1-main .l .s::after {
  width: 100%;
  min-width: 8rem;
}
}

@media screen and (max-width: 1024px) {
  .xyfw {
    padding-bottom: 1rem;
}
  .banner::after {
    display: none;
  }



  .zsjy-main ul li:nth-child(1) {
    margin-top: 0px;
  }

  .zsjy-main {
    margin-top: 0.3rem;
  }

  .zsjy {
    padding-bottom: 0.4rem;
  }


  .leftNav .position {
    display: none;
  }

  .zsjy .ny-right .s-title {
    position: relative;
    padding: 0px 0.5rem;
  }

  .zsjy .ny-right .s-title h3 {
    margin-bottom: 0.2rem;
}

  .zsjy-main ul li {
    margin-top: 0.3rem;
    width: 100%;
    margin-right: 0px;
    left: 0rem;
  }

  .nymain .leftNav {
    margin-left: 0.5rem;
    margin-top: -0.33rem;
  }

  .nymain .leftNav::before {
    width: 1.06rem;
    height: 1.06rem;
    left: -0.53rem;
    top: -0.2rem;
  }

  .nymain .leftNav::after {
    width: 0.66rem;
    height: 0.66rem;
    left: -0.33rem;
  }

  .nymain .leftNav>ul>li>a {
    font-size: 0.18rem;
  }

  .nymain .leftNav>ul>li.on>a,
  .nymain .leftNav>ul>li.active>a,
  .nymain .leftNav>ul>li:hover>a {
    font-size: 0.2rem;
  }

  .nymain .leftNav h2 {
    display: block;
  }

  .nymain .leftNav h2::after {
    display: none;
  }

  .nymain .leftNav h2 p {
    font-size: 0.26rem;
    line-height: 0.46rem;
  }

  .nymain .leftNav h2 span {
    width: 0.8rem;
    height: 100%;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    cursor: pointer;
  }

  .nymain .leftNav h2 span.on {
    background-image: url(../images/sub_left_up.png);
  }

  .nymain .leftNav>ul {
    display: none;
    padding-bottom: 0.1rem;
    padding-left: 0.8rem;
  }

  .nymain .leftNav>ul>li {
    width: 100%;
  }

  .nymain .leftNav>ul>li>a {
    text-align: left;
    height: 0.56rem;
    line-height: 0.56rem;
  }

  .nymain .leftNav>ul>li>span {
    display: block;
    position: absolute;
    right: 0.1rem;
    top: 0;
    width: 0.5rem;
    height: 0.56rem;
    background: url(../images/raw-b.png) no-repeat center;
    background-size: 0.08rem auto;
    cursor: pointer;
    transition: all 0.3s;
  }

  .nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
  }

  .nymain .leftNav>ul>li>a::after,
  .nymain .leftNav>ul>li>a::before {
    display: none !important;
  }

  .nymain .leftNav>ul>li>div {
    width: auto;
    margin-right: 0.3rem;
    visibility: visible;
    opacity: 1;
    transform: none !important;
    position: static;
    transition: none;
    display: none;
  }

  .sz-list ul li {
    width: 100%;
  }

  .sz-t ul li {
    width: 100%;
    margin-top: 0.12rem;
  }

  .s1-d ul {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .s1-d ul li a {
    margin: 0;
    padding: 0 0.2rem;
  }

  .list-txt ul li {
    width: 48.22%;
    margin-top: 0.3rem;
  }

  .list-txt ul {
    padding-bottom: 0;
  }

  .list-txt ul li a {
    padding: 0.2rem 0.3rem;
  }

  .details {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 900px) {

  .ny-right {
  margin-top: 0.5rem;
}
}

@media screen and (max-width: 768px) {

.new-cont{width:100%;}
.cont-r{width:100%;margin-top:0.5rem;}

  .lxwm1 {
    padding-bottom: 1.2rem;
}
  .xyfw-main {
    margin-top: 0.3rem;
}


  .xyfw {
    padding-bottom: 0rem;
}

  .xyfw-main .pic-t .pic, .xyfw-main .pic-b .pic {
    width: 25%;
  }

  .xyfw-main .pic-t .pic:nth-child(1) {
    transform:none;
    position: relative;
    margin-left: 0px;
}

.xyfw-main .pic-b .pic:nth-child(2) {
  width: 25%;
}

.xyfw-main .pic-b .pic:nth-child(3) {
  transform: none;
}

.xyfw-main .pic-b .pic:nth-child(2) a {
  padding-top: 100%;
}
  .title h3>img {
    transform: translateX(-50%) scale(0.6);
    bottom: 0;
  }

  .position {
    height: auto;
  }

  .position a,
  .position span {
    color: #000;
  }

  .position div ul {
    width: 100%;
  }

  .position div ul li {
    margin-left: 0;
    margin-right: 0.3rem;
  }

  .position div ul li a {
    line-height: 0.3rem;
    margin-top: 0.15rem;
    margin-bottom: 0.1rem;
  }

  .position div ul li a::after {
    border-bottom-width: 0.03rem;
  }

  .sz-list ul li a {
    margin-top: 0.3rem;
  }

  .text-list {
    margin-top: 0.1rem;
  }

  .text-list ul li {
    margin-top: 0.3rem;
  }

  .text-list ul li a {
    padding: 0.2rem;
  }

  .text-list ul li .text-tx h3 {
    font-size: 0.2rem;
    line-height: 0.34rem;
  }

  .text-list ul li .text-tx p {
    font-size: 0.14rem;
    margin-top: 0.06rem;
  }

  .art-main {
    margin-top: 0.5em;
  }

  .art-main .art-tit h3 {
    font-size: 0.24rem;
  }

  .pnext p,
  .pnext p a {
    font-size: 0.18rem;
  }

  .tw {
    margin-top: 0;
  }

  .tw ul li a {
    padding: 0.2rem 0;
  }

  .tw ul li .imgList-pic {
    width: 2.2rem;
  }

  .tw ul li a::after {
    top: 0;
  }

  .tw ul li .text-tx {
    width: calc(100% - 2.5rem);
  }

  .tw ul li .text-tx h3 {
    margin-top: 0.05rem;
  }

  .tw ul li .text-tx p {
    margin-top: 0.05rem;
  }

  .sz-t {
    margin-top: 0.2rem;
  }

  .s1-d ul li {
    width: 50%;
    margin-top: 0.1rem;
  }

  .art-main .cont-tit .art-titd {
    justify-content: flex-start;
  }

  .art-main .cont-tit p {
    width: 100%;
  }

  .art-main .cont-tit p span {
    margin: 0 0.15rem;
  }

  .art-main .cont-tit .shar {
    margin-left: 0.15rem;
    margin-right: 0.35rem;
  }
.title h3 span {
    font-size: 8vw;
}
  
}

@media screen and (max-width: 640px) {
  .sz-box ul li {
    width: 48.5%;
  }

  .position {
    position: static;
    margin-top: 0.2rem;
    text-align: left;
  }

  .lxwm1 {
    padding-bottom: 0.8rem;
}
}

@media screen and (max-width: 480px) {
.position {
    margin-top: 0.35rem;
}
  .text-list ul li {
    width: 100%;
  }

  .tw ul li .imgList-pic {
    margin: 0 auto;
  }

  .tw ul li .imgList-info {
    width: 100%;
    padding: 0 0.2rem;
  }

  .sz-list ul li .imgList-pic {
    float: none;
    margin: 0 auto;
  }

  .tw ul li .text-tx {
    width: 100%;
    margin-top: 0.2rem;
  }

  .img-lists ul li {
    width: 46%;
  }

  .sz-t .pic1 {
    float: none;
    margin-right: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .sz-ty {
    width: 100%;
  }

  .sz-box {
    margin-top: 0.25rem;
  }

  .text-list ul li .pic {
    float: none;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }

  .lxwm1 {
    padding-bottom: 0.4rem;
}

  .s3-c {
    padding: 0.5rem 0.2rem;
  }

  .s1-d ul {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  .s1-d ul li a {
    margin: 0;
    padding: 0 0.15rem;
  }

  .list-txt ul li {
    width: 100%;
  }
  .xyfw-main .pic-t .pic, .xyfw-main .pic-b .pic {
    width: 50%;
}

.xyfw-main .pic-b .pic:nth-child(2) {
  width: 50%;
}
}

@media screen and (max-width: 375px) {
  .s3-c ul li {
    width: 100%;
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 320px) {};
	font-size: 0.22rem;
	color: #ffffff;
  line-height: 0.42rem;
}

/* 列表页 */
.major-l-main {
  padding-top: 0.6rem;
}

.major-l-main>div {
  padding-top: 0px;
  width: 31.25%;
}

.major-l-main .pic:nth-child(n+4) {
  margin-top: 25px;
}

.major-l-main .pic a {
  display: block;
  padding-top: 71.11%;
  position: relative;
}

.major-l-main .pic a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.5rem;
  background: url(../images/major-l-hide.png) no-repeat;
  background-size: cover;
  bottom: 0px;
  left: 0px;
}

.major-l-main .pic a::before {
  content: '';
  position: absolute;
  width: 0.6rem;
  height: 5px;
  background-image: linear-gradient(90deg,
      #3361e8 0%,
      #00a7db 100%);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 1;
}

.major-l-main .pic p {
  position: absolute;
  font-size: 0.22rem;
  line-height: 0.34rem;
  color: #ffffff;
  bottom: 0.3rem;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 1;
}


/* 办学优势 */
.bxys-main {
  padding-top: 0.5rem;
  margin-left: -0.35rem;
}

.bxys-main img {
  width: 100%;
}




@media screen and (max-width: 1700px) {
  .lxwm1 {
    padding-bottom: 5.2rem;
  }
}


@media screen and (max-width: 1500px) {
  .nymain .leftNav {
    margin-left: 10.5%;
  }

  .lxwm1 {
    padding-bottom: 4.2rem;
  }
}

@media screen and (max-width: 1400px) {
  .nymain .leftNav {
    margin-left: 8.5%;
  }

  .position div ul li {
    margin-left: 0.3rem;
  }

  .lxwm1 {
    padding-bottom: 3.2rem;
  }

  .list-txt ul li:hover::after {
    transform: translate(-50%, -50%) scale(0.96);
  }
}

@media screen and (max-width: 1300px) {
  .sz-list ul li {
    width: 100%;
  }

  .list-txt ul li::after {
    top: 60%;
  }

  .list-txt ul li:hover::after {
    transform: translate(-50%, -50%) scale(0.9);
  }

  .lxwm1 {
    padding-bottom: 2.2rem;
}
}

@media screen and (max-width: 1200px) {
  .lxwm1 .ny-right {
    margin-top: 0.3rem;
  }
  .nymain .leftNav>ul {
    padding-left: 0.5rem;
  }

  .xyfw-main .pic a .icon p {
    padding: 0px 0.2rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }

  .xyfw-main .pic a .icon img {
    width: auto;
    height: 65px;
  }

  .nymain .leftNav>ul>li>a {
    margin: 0 0.1rem;
  }

  .sz-t ul li a {
    font-size: 0.2rem;
    line-height: 0.58rem;
  }

  .art-main .cont-tit .shar {
    margin-left: 0;
  }

  .lxwm1-main {
    margin-top: 0.3rem;
}

.lxwm1 {
  background: url(../images/lxwm-b-bg.jpg) no-repeat bottom left;
  background-size: contain;
}

.lxwm1-main {
  background: url(../images/lxwm-text-bg.jpg) no-repeat bottom center ;
  background-size: cover;
}



.lxwm1-main .l {
  width: 100%;
  padding-top: 0px;
  background:none;
}

.lxwm1-main .l .s::after {
  width: 100%;
  min-width: 8rem;
}
}

@media screen and (max-width: 1024px) {
  .xyfw {
    padding-bottom: 1rem;
}
  .banner::after {
    display: none;
  }



  .zsjy-main ul li:nth-child(1) {
    margin-top: 0px;
  }

  .zsjy-main {
    margin-top: 0.3rem;
  }

  .zsjy {
    padding-bottom: 0.4rem;
  }


  .leftNav .position {
    display: none;
  }

  .zsjy .ny-right .s-title {
    position: relative;
    padding: 0px 0.5rem;
  }

  .zsjy .ny-right .s-title h3 {
    margin-bottom: 0.2rem;
}

  .zsjy-main ul li {
    margin-top: 0.3rem;
    width: 100%;
    margin-right: 0px;
    left: 0rem;
  }

  .nymain .leftNav {
    margin-left: 0.5rem;
    margin-top: -0.33rem;
  }

  .nymain .leftNav::before {
    width: 1.06rem;
    height: 1.06rem;
    left: -0.53rem;
    top: -0.2rem;
  }

  .nymain .leftNav::after {
    width: 0.66rem;
    height: 0.66rem;
    left: -0.33rem;
  }

  .nymain .leftNav>ul>li>a {
    font-size: 0.18rem;
  }

  .nymain .leftNav>ul>li.on>a,
  .nymain .leftNav>ul>li.active>a,
  .nymain .leftNav>ul>li:hover>a {
    font-size: 0.2rem;
  }

  .nymain .leftNav h2 {
    display: block;
  }

  .nymain .leftNav h2::after {
    display: none;
  }

  .nymain .leftNav h2 p {
    font-size: 0.26rem;
    line-height: 0.46rem;
  }

  .nymain .leftNav h2 span {
    width: 0.8rem;
    height: 100%;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    cursor: pointer;
  }

  .nymain .leftNav h2 span.on {
    background-image: url(../images/sub_left_up.png);
  }

  .nymain .leftNav>ul {
    display: none;
    padding-bottom: 0.1rem;
    padding-left: 0.8rem;
  }

  .nymain .leftNav>ul>li {
    width: 100%;
  }

  .nymain .leftNav>ul>li>a {
    text-align: left;
    height: 0.56rem;
    line-height: 0.56rem;
  }

  .nymain .leftNav>ul>li>span {
    display: block;
    position: absolute;
    right: 0.1rem;
    top: 0;
    width: 0.5rem;
    height: 0.56rem;
    background: url(../images/raw-b.png) no-repeat center;
    background-size: 0.08rem auto;
    cursor: pointer;
    transition: all 0.3s;
  }

  .nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
  }

  .nymain .leftNav>ul>li>a::after,
  .nymain .leftNav>ul>li>a::before {
    display: none !important;
  }

  .nymain .leftNav>ul>li>div {
    width: auto;
    margin-right: 0.3rem;
    visibility: visible;
    opacity: 1;
    transform: none !important;
    position: static;
    transition: none;
    display: none;
  }

  .sz-list ul li {
    width: 100%;
  }

  .sz-t ul li {
    width: 100%;
    margin-top: 0.12rem;
  }

  .s1-d ul {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .s1-d ul li a {
    margin: 0;
    padding: 0 0.2rem;
  }

  .list-txt ul li {
    width: 48.22%;
    margin-top: 0.3rem;
  }

  .list-txt ul {
    padding-bottom: 0;
  }

  .list-txt ul li a {
    padding: 0.2rem 0.3rem;
  }

  .details {
    margin-top: 0.5rem;
  }
}



@media screen and (max-width: 768px) {
  .lxwm1 {
    padding-bottom: 1.2rem;
}
  .xyfw-main {
    margin-top: 0.3rem;
}


  .xyfw {
    padding-bottom: 0rem;
}

  .xyfw-main .pic-t .pic, .xyfw-main .pic-b .pic {
    width: 25%;
  }

  .xyfw-main .pic-t .pic:nth-child(1) {
    transform:none;
    position: relative;
    margin-left: 0px;
}

.xyfw-main .pic-b .pic:nth-child(2) {
  width: 25%;
}

.xyfw-main .pic-b .pic:nth-child(3) {
  transform: none;
}

.xyfw-main .pic-b .pic:nth-child(2) a {
  padding-top: 100%;
}
  .title h3>img {
    transform: translateX(-50%) scale(0.6);
    bottom: 0;
  }


  .position a,
  .position span {
    color: #000;
  }

  .position div ul {
    width: 100%;
  }

  .position div ul li {
    margin-left: 0;
    margin-right: 0.3rem;
  }

  .position div ul li a {
    line-height: 0.3rem;
    margin-top: 0.15rem;
    margin-bottom: 0.1rem;
  }

  .position div ul li a::after {
    border-bottom-width: 0.03rem;
  }

  .sz-list ul li a {
    margin-top: 0.3rem;
  }

  .text-list {
    margin-top: 0.1rem;
  }

  .text-list ul li {
    margin-top: 0.3rem;
  }

  .text-list ul li a {
    padding: 0.2rem;
  }

  .text-list ul li .text-tx h3 {
    font-size: 0.2rem;
    line-height: 0.34rem;
  }

  .text-list ul li .text-tx p {
    font-size: 0.14rem;
    margin-top: 0.06rem;
  }

  .art-main {
    margin-top: 0.5em;
  }

  .art-main .art-tit h3 {
    font-size: 0.24rem;
  }

  .pnext p,
  .pnext p a {
    font-size: 0.18rem;
  }

  .tw {
    margin-top: 0;
  }

  .tw ul li a {
    padding: 0.2rem 0;
  }

  .tw ul li .imgList-pic {
    width: 2.2rem;
  }

  .tw ul li a::after {
    top: 0;
  }

  .tw ul li .text-tx {
    width: calc(100% - 2.5rem);
  }

  .tw ul li .text-tx h3 {
    margin-top: 0.05rem;
  }

  .tw ul li .text-tx p {
    margin-top: 0.05rem;
  }

  .sz-t {
    margin-top: 0.2rem;
  }

  .s1-d ul li {
    width: 50%;
    margin-top: 0.1rem;
  }

  .art-main .cont-tit .art-titd {
    justify-content: flex-start;
  }

  .art-main .cont-tit p {
    width: 100%;
  }

  .art-main .cont-tit p span {
    margin: 0 0.15rem;
  }

  .art-main .cont-tit .shar {
    margin-left: 0.15rem;
    margin-right: 0.35rem;
  }
}

@media screen and (max-width: 640px) {
  .sz-box ul li {
    width: 48.5%;
  }

  .lxwm1 {
    padding-bottom: 0.8rem;
}
}

@media screen and (max-width: 480px) {
  .text-list ul li {
    width: 100%;
  }

  .tw ul li .imgList-pic {
    margin: 0 auto;
  }

  .tw ul li .imgList-info {
    width: 100%;
    padding: 0 0.2rem;
  }

  .sz-list ul li .imgList-pic {
    float: none;
    margin: 0 auto;
  }

  .tw ul li .text-tx {
    width: 100%;
    margin-top: 0.2rem;
  }

  .img-lists ul li {
    width: 46%;
  }

  .sz-t .pic1 {
    float: none;
    margin-right: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .sz-ty {
    width: 100%;
  }

  .sz-box {
    margin-top: 0.25rem;
  }

  .text-list ul li .pic {
    float: none;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }

  .lxwm1 {
    padding-bottom: 0.4rem;
}

  .s3-c {
    padding: 0.5rem 0.2rem;
  }

  .s1-d ul {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }

  .s1-d ul li a {
    margin: 0;
    padding: 0 0.15rem;
  }

  .list-txt ul li {
    width: 100%;
  }
  .xyfw-main .pic-t .pic, .xyfw-main .pic-b .pic {
    width: 50%;
}

.xyfw-main .pic-b .pic:nth-child(2) {
  width: 50%;
}
}

@media screen and (max-width: 375px) {
  .s3-c ul li {
    width: 100%;
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 320px) {}