@charset "utf-8";

.wp {
  width: 14rem;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner>img {
  display: block;
  width: 100%;
  min-height: 1.5rem;
}

.banner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45.45%;
  background: linear-gradient(0deg, rgba(47, 47, 47, 0.8) 0%, rgba(47, 47, 47, 0) 100%);
}

.lmmc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
}

.lmmc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 0.24rem;
  background: url(../images/lmmc-zs.png) no-repeat center;
  background-size: 100% 100%;
}

.lmmc .tit {
  display: inline-block;
}

.lmmc h3 {
  font-size: 0.46rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #FFFFFF;
}

.lmmc p {
  text-align: right;
  font-family: HarmonyOS Sans SC;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #FCC700;
}

.lmmc p span {
  font-weight: 400;
  font-size: 0.4rem;
  text-transform: uppercase;
}

/* 分页 */

.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 0.7rem;
}

.pagination a {
  display: inline-block;
  background: #fff;
  border: 1px solid #002496;
  padding: 0 0.12rem;
  height: 0.35rem;
  font-size: 0.14rem;
  line-height: 0.35rem;
  text-align: center;
  color: #666;
  margin: 0 0.07rem;
}

.pagination a.active {
  background: #002496;
  color: #fff;
  border: 1px solid #002496;
}

.pagination a:hover {
  background: #002496;
  color: #fff;
  border: 1px solid #002496;
}

.pagination span {
  display: inline-block;
  font-size: 0.14rem;
}

/* 主体 */
.nymain {
  background: #F2F6FC;
}

.nymain-bg1 {
  background: url(../images/nymain-bg1.png) no-repeat center bottom;
  background-size: 100% auto;
}

.nymain-bg2 {
  background: url(../images/nymain-bg2.png) no-repeat center 10%;
  background-size: 100% auto;
}

.left-box {
  position: relative;
  z-index: 2;
}

.nymain .leftNav {
  position: relative;
  z-index: 1;
  font-size: 0;
  padding-top: 0.2rem;
  text-align: center;
}

.nymain .leftNav .leftNav-tit {
  display: none;
}

.nymain .leftNav .leftNav-tit>h2 {
  font-family: sys-b;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.1rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

.nymain .leftNav .k {
  display: inline-block;
  border-bottom: 1px solid #002496;
}

.nymain .leftNav .k>ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.nymain .leftNav .k>ul>li {
  position: relative;
  padding-left: 0.8rem;
}

.nymain .leftNav .k>ul>li:first-child {
  padding-left: 0;
}

.nymain .leftNav .k>ul>li>span {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.46rem;
  height: 0.46rem;
  background: url(../images/raw-b.png) no-repeat center;
  background-size: 0.09rem auto;
  cursor: pointer;
  z-index: 1;
  display: none;
}

.nymain .leftNav .k>ul>li>a {
  width: 100%;
  font-size: 0.24rem;
  line-height: 0.8rem;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.6rem auto;
  color: #333;
  transition: all 0.5s;
}

.nymain .leftNav .k>ul>li>a i {
  font-style: normal;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.nymain .leftNav .k>ul>li>a i::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  border-bottom: 0.04rem solid #FCC700;
  transition: all 0.5s;
}

.nymain .leftNav .k>ul>li:hover>a i::before,
.nymain .leftNav .k>ul>li.active>a i::before {
  transform: none;
}

.nymain .leftNav .k>ul>li:first-child>a::after {
  content: none;
}

.nymain .leftNav .k>ul>li.on>a,
.nymain .leftNav .k>ul>li.active>a,
.nymain .leftNav .k>ul>li:hover>a {
  background-image: url(../images/left-libg.png);
  font-weight: bold;
}

.nymain .leftNav .k ul li a {
  display: block;
}

.nymain .leftNav .k ul li:last-child a {
  border-bottom: none;
}

.nymain .leftNav .k>ul>li.on::before,
.nymain .leftNav .k>ul>li:hover::before {
  display: block;
}

.nymain .leftNav .k ul li.active ul {
  /* display: block; */
}

.nymain .leftNav .k>ul>li>ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  width: 100%;
  top: 100%;
  background: #002496;
  /* padding: 0.1rem 0; */
  /* box-shadow: 0 0.1rem 0.15rem 0 rgba(0, 0, 0, 0.1); */
  transition: all 0.5s;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  display: none;
}

.nymain .leftNav .k>ul>li:hover>ul {
  transform: translateX(-50%) scaleY(1);
  visibility: visible;
  opacity: 1;
}

.nymain .leftNav .k>ul>li>ul>li>a {
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding: 0.1rem;
  color: #666666;
  color: #fff;
  text-align: center;
  margin: 0;
}

.nymain .leftNav .k>ul>li>ul>li:hover>a {
  font-weight: bold;
  color: #002496;
}

.menu3 {
  text-align: center;
  margin-top: 0.4rem;
}

.menu3 .k {
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #C8C8C8;
}

.menu3 .k ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu3 .k ul li {
  padding-left: 1.2rem;
}

.menu3 .k ul li:first-child {
  padding-left: 0;
}

.menu3 .k ul li a {
  display: block;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  opacity: 0.6;
  color: #333;
  position: relative;
  z-index: 1;
}

.menu3 .k ul li a::after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.04rem;
  background: #FCC700;
  transform: scaleX(0);
  transition: all 0.5s;
}

.menu3 .k ul li.active a,
.menu3 .k ul li:hover a {
  font-weight: bold;
  opacity: 1;
}

.menu3 .k ul li.active a::after {
  transform: none;
}

.ny-right {
  padding-top: 0.8rem;
  padding-bottom: 3.4rem;
  min-height: 5rem;
}

/* 位置 */

.position {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.16rem;
}

.position span {
  color: #fff;
  font-family: SimSun;
  font-size: 0.16rem;
  vertical-align: middle;
  margin: 0 0.15rem;
}

.position img {
  height: 0.24rem;
  vertical-align: middle;
  margin-right: 0.05rem;
}

.position a {
  font-size: 0.16rem;
  color: #fff;
  vertical-align: middle;
  transition: all 0.5s;
}

.position a:hover,
.position a.position-dq {
  font-weight: bold;
}

.gg-tit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gg-tit::before {
  content: '';
  display: block;
  width: 1.33rem;
  height: 0.24rem;

  background-size: 100% 100%;
}

.gg-tit::after {
  content: '';
  display: block;
  width: 1.33rem;
  height: 0.24rem;

  background-size: 100% 100%;
}

.gg-tit h3 {
  font-family: sys-b;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.4rem;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 0.22rem;
}

.gg-tit h3::before {
  content: '';
  position: absolute;
  top: -0.13rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.66rem;
  height: 0.66rem;
  background: linear-gradient(180deg, #DAE4F6 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  z-index: -1;
}

/* 列表页 */
.text-list {}

.text-list ul li+li {
  margin-top: 0.3rem;
}

.text-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #DADADC;
  position: relative;
  padding: 0.3rem 0.5rem;
  transition: all 0.5s;
}

.text-list ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 3px solid #E1B386;
  transition: all 0.5s;
}

.text-list ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  transition: all 0.5s;
}

.text-list ul li a .date {
  text-align: center;
  font-family: HarmonyOS Sans SC;
  margin-right: 0.55rem;
}

.text-list ul li a .date b {
  display: block;
  text-align: center;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #002496;
}

.text-list ul li a .date span {
  display: block;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.14rem;
  letter-spacing: normal;
  color: #AAAAAA;
  margin-top: 0.04rem;
}

.text-list ul li a .jt {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/list-jt1.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 0.2rem;
}

.list ul li {
  line-height: 0.8rem;
  border-bottom: 1px dashed #dcdcdc;
  position: relative;
  z-index: 1;
}

.list ul li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.4rem;
  width: 0;
  background: #004dca;
  z-index: -1;
  transition: all 0.4s;
}

.list ul li:hover::after {
  right: -0.4rem;
  width: 100%;
  width: calc(100% + 0.8rem);
}

.list ul li a {
  display: block;
  overflow: hidden;
}

.list ul li a span {
  float: right;
  font-size: 0.16rem;
  padding-left: 0.2rem;
  color: #999;
  transition: all 0.4s;
}

.list ul li a h3 {
  font-size: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  padding-left: 0.3rem;
  transition: all 0.4s;
}

.list ul li a h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  border: 0.03rem solid #004dca;
  transition: all 0.4s;
}

.list ul li:hover a h3::after {
  width: 0.09rem;
  height: 0.09rem;
  border: 1px solid #fff;
}

.list ul li:hover a h3,
.list ul li:hover a span {
  color: #fff;
}

/* 内容页 */
.art-main {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

.art-main .art-tit h3 {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}

.art-main .art-body {
  padding-top: 0.4rem;
}

.art-main .art-body p {
  text-indent: 2em;
  font-size: 0.18rem !important;
  line-height: 0.3rem !important;
  margin-bottom: 0.2rem !important;
  color: #333 !important;
  text-align: justify;
}

.art-main .art-body img {
  max-width: 90% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.art-main .cont-tit .fbt {
  margin-top: 0.2rem;
}

.art-main .cont-tit .fbt .l {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #E8E8E8;
}

.art-main .cont-tit .fbt .l>div {
  margin: 0 0.2rem 0.1rem 0.2rem;
  font-size: 0.14rem;
  color: #666;
  line-height: 0.26rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.art-main .cont-tit .fbt .l>div::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.2rem;
  height: 0.14rem;
  border-left: 1px solid #DEDEDE;
  z-index: -1;
}

.art-main .cont-tit .fbt .l>div:first-child:before {
  content: none;
}

.art-main .cont-tit .fbt .l div img {
  display: inline-block;
  vertical-align: middle;
  height: 0.16rem;
  margin-right: 0.08rem;
}

.art-main .cont-tit .fbt>div.font {
  display: flex;
  align-items: center;
}

.art-main .cont-tit .fbt>div.font span {
  display: block;
  font-size: 0.16rem;
  color: #777;
  margin: 0 0.05rem;
  cursor: pointer;
}

.art-main .cont-tit .fbt>div.font span.on {
  color: #014694;
}

.art-info {
  border-top: 1px solid #BFCCE1;
  position: relative;
  margin-top: 0.5rem;
}

.art-info::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 1.2rem;
  height: 3px;
  background: #002496;
}

.pnext {
  margin-top: 0.27rem;
  font-size: 0.2rem;
}

.pnext p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #002496;
}

.pnext p a {
  color: #333;
}

.pnext p:hover a {
  color: #002496;
}


/* 学校章程 */
.xxzc {}

.xxzc h3 {
  font-size: 0.38rem;
  font-weight: normal;
  line-height: 0.4rem;
  text-align: center;
  letter-spacing: normal;
  color: #002496;
}

.xxzc h4 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #002496;
  margin-top: 0.4rem;
  text-align: center;
  margin-bottom: 0.15rem;
}

.xxzc p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.48rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  text-indent: 2em;
  color: #666666;
}

.xxzc p b {
  color: #002496;
}

.hidden-content {
  display: none;
}

.xxzc .more {
  text-align: center;
  font-size: 0.2rem;
  font-weight: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #002496;
  text-align: center;
  margin-top: 0.75rem;

  background-repeat: no-repeat;
  background-size: 0.22rem auto;
  background-position: center;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

/* 图片列表 */

.img-lists {
  overflow: hidden;
}

.img-lists ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -0.13rem;
}

.img-lists ul li {
  width: 33.333%;
  margin-bottom: 0.3rem;
}

.img-lists ul li a {
  display: block;
  margin: 0 0.13rem;
}

.img-lists ul li a .pic {
  padding-top: 62.66%;
}

.img-lists ul li a .pic::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 39%;
  background: linear-gradient(180deg, rgba(0, 36, 150, 0) 0%, rgba(0, 36, 150, 0.8) 100%);
}

.img-lists ul li a h3 {
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.1rem;
  z-index: 1;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.2rem auto;
  padding-right: 0.3rem;
  transition: all 0.5s;
}

.img-lists ul li a .tx {
  background: #FFFFFF;
  border: 1px solid #DADADC;
  padding: 0.2rem;
  transition: all 0.5s;
}

.img-lists ul li a .tx p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  height: 0.78rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #333333;
}

/*师资队伍*/
.list-ld {}

.list-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-ld ul li {
  width: 48.57%;
  margin-bottom: 0.4rem;
}

.list-ld ul li a {
  display: flex;
  flex-wrap: wrap;
  background: #E7EFFC;
  transition: all 0.5s;
}

.list-ld ul li .sz-pic {
  width: 2.6rem;
  background-color: #fff;
}

.list-ld ul li .pic {
  padding-top: 128.46%;
}

.list-ld ul li .sz-tx {
  flex: 1;
  min-width: 0;
  padding: 0.4rem 0.3rem;
}

.list-ld ul li h3 {
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #002496;
  transition: all 0.5s;
}

.list-ld ul li h4 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.24rem;
  text-transform: capitalize;
  letter-spacing: normal;
  margin-top: 0.15rem;
}

.list-ld ul li .con {
  margin-top: 0.45rem;
}

.list-ld ul li .con p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 0.26rem auto;
  padding-left: 0.36rem;
}

.list-ld ul li .con p+p {
  margin-top: 0.14rem;
}

.list-ld ul li .con p:first-child {
  background-image: url(../images/ld-icon1.png);
}

.list-ld ul li .con p:nth-child(2) {
  background-image: url(../images/ld-icon2.png);
}

.list-ld ul li .con p:nth-child(3) {
  background-image: url(../images/ld-icon3.png);
}

/* 现任领导 */
.xrld {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xrld ul {
  width: 46.875%;
  background: rgba(243, 245, 247, 0.5);
  border: 1px solid #BFCCE1;

  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0.7rem;
}

.xrld ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #CEDBE8;
  padding-top: 0.24rem;
  padding-bottom: 0.14rem;
}

.xrld ul li:first-child {
  border-top: 0;
}

.xrld ul li .tit {
  width: 2.3rem;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.36rem;
  text-align: right;
  letter-spacing: normal;
  color: #002496;
  margin-bottom: 0.1rem;
  padding-right: 0.22rem;
  border-right: 1px solid #CEDBE8;
}

.xrld ul:nth-child(2) li .tit {
  width: 1.2rem;
}

.xrld ul li .r {
  flex: 1;
  min-width: 0;
}

.xrld ul li .r a {
  display: inline-block;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
  margin-left: 0.36rem;
}

/* 历任领导 */
.lrld {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lrld>div {
  width: 46.875%;
}

.lrld .k {
  margin-bottom: 0.8rem;
}

.lrld .tit {

  background-size: cover;
  padding: 0.18rem 0.7rem;
  font-size: 0.34rem;
  font-weight: normal;
  line-height: 0.34rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.lrld ul {
  background: rgba(243, 245, 247, 0.5);
  border: 1px solid #BFCCE1;
  border-top: 0;
  padding: 0.27rem 0.5rem;
}

.lrld ul li {}

.lrld ul li a {
  display: block;
  border-top: 1px solid rgba(17, 81, 159, 0.12);
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  padding: 0.23rem 0.4rem;

  background-repeat: no-repeat;
  background-size: 0.08rem auto;
  background-position: 0.2rem center;
}

.lrld ul li:first-child a {
  border-top: 0;
}

/* 师资概况 */
.szgk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.szgk .tx {
  flex: 1;
  min-width: 0;
}

.szgk .tx p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.38rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #666666;
  text-indent: 2em;
}

.szgk .r {
  width: 6.22rem;
  margin-left: 0.58rem;
}

.szgk .r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.szgk .r ul li {
  width: 3.22rem;
  position: relative;
}

.szgk .r ul li::before {
  content: "";
  position: absolute;
  bottom: -0.44rem;
  left: -0.44rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #7DCDF4;
  z-index: 1;
}

.szgk .r ul li:nth-child(2) {
  width: 3.52rem;
  margin-left: -0.52rem;
  margin-top: 0.93rem;
}

.szgk .r ul li:nth-child(2):before {
  content: "";
  position: absolute;
  top: -0.14rem;
  right: -0.14rem;
  bottom: auto;
  left: auto;
  width: 0.2rem;
  height: 0.2rem;
  background: #D64F25;
  z-index: 1;
}

.szgk .r ul li a {
  display: block;
  position: relative;
}

.szgk .r ul li a .pic {
  padding-top: 71.42%;
  border: 0.06rem solid #F0F6FF;
}

.szgk .r ul li:nth-child(2) a .pic {
  padding-top: 71.59%;
}

.szgk .r ul li a .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  opacity: 0.6;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.szgk .r ul li a h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.2rem;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.szgk .r ul li:first-child a h3 {
  padding: 0.2rem 0.6rem 0.2rem 0.2rem;
}

/* 师资内容 */
.sz-con {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sz-con .pic1 {
  width: 3.2rem;
  margin-right: 0.3rem;
}

.sz-con .pic1 img {
  display: block;
  width: 100%;
}

.sz-r {
  flex: 1;
  min-width: 0;
}

.sz-ty {
  overflow: hidden;
  background: #E7EFFC;
  padding: 0.4rem 0.55rem 0.55rem 0.55rem;
}

.sz-ty h3 {
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #002496;
}

.sz-ty h4 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  margin-top: 0.16rem;
}

.sz-ty .con {
  margin-top: 0.45rem;
}

.sz-ty .con p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 0.26rem auto;
  padding-left: 0.36rem;
}

.sz-ty .con p+p {
  margin-top: 0.14rem;
}

.sz-ty .con p:first-child {
  background-image: url(../images/ld-icon1.png);
}

.sz-ty .con p:nth-child(2) {
  background-image: url(../images/ld-icon2.png);
}

.sz-ty .con p:nth-child(3) {
  background-image: url(../images/ld-icon3.png);
}

.sz-ty>div {
  margin-top: 0.32rem;
}

.sz-ty>div p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.34rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
}

.sz-d {
  position: relative;
  z-index: 1;
}

.sz-box {
  margin-top: 0.3rem;
}

.sz-box h4 {
  font-size: 0;
  line-height: 0.7rem;
  padding: 0 0.5rem;
  background: #002496;
}

.sz-box h4 span {
  font-weight: 700;
  font-size: 0.2rem;
  color: #fff;
  vertical-align: middle;
}

.sz-box .con {
  background: #E7EFFC;
  padding: 0.3rem 0.5rem;
}

.sz-box p {
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.38rem;
}

/* 图文列表页  start */
.tw ul li+li {
  margin-top: 0.4rem;
}

.tw ul li a {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0.5rem;
  background: #FFFFFF;
  border: 1px solid #DADADC;
  position: relative;
  transition: all 0.5s;
}

.tw ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 3px solid #E1B386;
  transition: all 0.5s;
}

.tw ul li a .date {
  text-align: center;
  font-family: HarmonyOS Sans SC;
  margin-right: 0.4rem;
}

.tw ul li a .date b {
  display: block;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #002496;
}

.tw ul li a .date span {
  display: block;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.14rem;
  letter-spacing: normal;
  color: #AAAAAA;
  margin-top: 0.04rem;
}

.tw ul li a .pic {
  width: 3rem;
  height: 1.88rem;
  padding-top: 0;
  margin-right: 0.4rem;
}

.tw ul li a .tx {
  flex: 1;
  min-width: 0;
}

.tw ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  transition: all 0.5s;
}

.tw ul li a .tx p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.52rem;
  margin-top: 0.3rem;
  color: #666666;
  transition: all 0.5s;
}

.tw ul li a .jt {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/list-jt1.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 0.15rem;
}

/* 校园风光 */
.groupbox {
  padding: 0 1.5rem;
  margin-top: 0.5rem;
}

.groupbox .tit ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.groupbox .tit li a {
  display: block;
  width: 2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 0.25rem;
  border: 1px solid #095885;
  font-family: sys;
  font-size: 0.3rem;
  color: #095885;
  transition: all 0.5s;
}

.groupbox .tit li.on a {
  color: #fff;

  background-size: 100% 100%;
}

.groupbox .tit li+li {
  margin-left: 0.15rem;
}

.groupbox .qh-bd {
  position: relative;
}

.groupbox .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.groupbox .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.group-big .slick-list {
  /* margin: 0 0.7rem; */
}

.group-big li a {
  display: block;
}

.group-big li a .pic {
  padding-top: 56.69%;
  display: block;
  position: relative;
  overflow: hidden;
}

.group-big li a .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.group-big li a img {
  display: block;
  width: 100%;
}

.group-big .slick-prev,
.group-big .slick-next {
  width: 0.49rem;
  height: 0.7rem;
  opacity: 0.2;
  transition: all 0.3s;
}

.group-big .slick-prev {

  background-size: 100% 100%;
  left: 0;
}

.group-big .slick-next {

  background-size: 100% 100%;
  right: 0;
}

.group-big .slick-prev:hover,
.group-big .slick-next:hover {
  opacity: 1;
}

.group-big .slick-dots {
  margin: 0 0.7rem;
  width: calc(100% - 1.4rem);
  height: 0.6rem;
  line-height: 0.6rem;
  background: rgba(50, 50, 50, 0.5);
  color: #fff;
}

.group-big .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.group-big .slick-dots li .dot-page {
  display: none;
}

.group-big .slick-dots li.slick-active .dot-page {
  display: block;
}

.group-big .slick-dots li .dot-page span {
  font-family: Arial;
  font-size: 0.26rem;
  padding-right: 0.05rem;
}

.group-big .slick-dots li .dot-page b {
  font-family: Arial;
  font-size: 0.16rem;
  font-weight: normal;
  padding-left: 0.05rem;
}

.group-sml {
  margin-top: 0.15rem;
  overflow: hidden;
}

.group-sml li a {
  display: block;
  margin: 0 0.05rem;
  position: relative;
  z-index: 1;
}

.group-sml li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.group-sml li:hover a .tx {
  top: 0;
}

.group-sml li a .tx h3 {
  padding: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #fff;
}

.group-sml li a .pic {
  padding-top: 56.12%;
  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;
}

.group-big .slick-prev,
.group-big .slick-next {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: #e1ccba;
  opacity: 1;
  z-index: 9;
}

.group-big .slick-list {
  /* margin: 0 0.3rem; */
}

.group-big .slick-prev {
  left: -1.5rem;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
}

.group-big .slick-next {
  right: -1.5rem;
  background-color: #095785;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
}


/* 学校简介 */
.xxjj {}

.xxjj .k {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.xxjj .jjimg {
  width: 6.8rem;
  max-width: 100%;
  margin-left: 0.4rem;
  padding-right: 0.3rem;
  padding-bottom: 0.3rem;
  position: relative;
  z-index: 1;
}

.xxjj .jjimg .pic {
  padding-top: 61.53%;
}

.xxjj .jjimg .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(26, 26, 26, 0.8) 0%, rgba(32, 32, 32, 0) 100%);
}

.xxjj .jjimg::before {
  content: '';
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: -1;
}

.xxjj .jjimg::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.6rem;
  height: 0.5rem;
  background: #FCC700;
  z-index: -1;
}

.jj4 .jjimg {
  margin-left: 0;
  margin-right: 0.4rem;
}

.xxjj .jjimg .swiper-pagination {
  bottom: 0.2rem;
  right: 0.24rem;
  width: auto;
  left: auto;
}

.xxjj .jjimg .swiper-pagination span {
  width: 0.12rem;
  height: 0.24rem;
  background: url(../images/jj-dot1.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0 0.04rem;
  opacity: 1;
}

.xxjj .jjimg .swiper-pagination span.swiper-pagination-bullet-active {
  background-image: url(../images/jj-dot2.png);
}

.xxjj .tx {
  flex: 1;
  min-width: 0;
}

.xxjj .tx h3 {
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
  margin-bottom: 0.3rem;
}

.xxjj P {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  text-indent: 2em;
}

.xxjj P+P {
  margin-top: 0.1rem;
}

.jj1 .k,
.jj4 .k {
  margin-bottom: 0.2rem;
}

.xxjj>div+div {
  margin-top: 0.8rem;
}

.jj3 ul {
  display: flex;
  flex-wrap: wrap;
}

.jj3 ul li {
  width: 25%;
  padding-bottom: 0.2rem;
}

.jj3 ul li .y {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.jj3 ul li .yq {
  width: 0.14rem;
  height: 0.14rem;
  background: #F2F6FC;
  border: 0.04rem solid #002496;
  border-radius: 50%;
  margin: 0 0.05rem;
  position: relative;
  z-index: 1;
}

.jj3 ul li .y::before {
  content: '';
  display: block;
  width: 0.15rem;
  border-top: 1px solid #C5C5C5;
}

.jj3 ul li .y::after {
  content: '';
  display: block;
  flex: 1;
  min-width: 0;
  border-top: 1px solid #C5C5C5;
}

.jj3 ul li .yq::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 50%;
  height: 1.3rem;
  border-left: 1px solid #C5C5C5;
}

.jj3 ul li .yq::after {
  content: '';
  position: absolute;
  top: 0.45rem;
  left: 2px;
  height: 0.5rem;
  border-left: 3px solid #FCC700;
}

.jj3 ul li h3 {
  font-family: HarmonyOS Sans SC;
  font-size: 0.5rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #002496;
  margin-left: 0.6rem;
  margin-bottom: 0 !important;
  margin-top: 0.3rem;
}

.jj3 ul li:nth-child(4) h3 {
  font-size: 0.26rem;
}

.jj3 ul li h3 b {
  font-family: HarmonyOS Sans SC;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #002496;
}

.jj3 ul li p {
  font-family: Source Han Sans CN;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #464646;
  margin-left: 0.6rem;
  text-align: left;
  text-indent: 0;
}

/* 联系我们 */
.contact h3 {
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
}

.contact .con {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  margin-top: 0.4rem;
  padding: 0.4rem 0.6rem 0.1rem 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact .con>div {
  margin-bottom: 0.3rem;
}

.contact .con h4 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.4rem;
  letter-spacing: normal;
  margin-bottom: 0.2rem;
}

.contact .con .l ul {}

.contact .con .l ul li+li {
  margin-top: 0.1rem;
}

.contact .con .l ul li p {
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.3rem;
}

.contact .con .l ul li p:first-child {
  font-size: 0.16rem;
}

.contact .con .c>img {
  width: 0.96rem;
}

.contact .con .r>img {
  display: block;
  width: 5.2rem;
  max-width: 100%;
}

.contact-box {}

.contact-box ul {}

.contact-box ul li {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0.4rem;
  background: #E7EFFC;
  border-top: 0.04rem solid #002496;
  transition: all 0.5s;
}

.contact-box ul li .pic {
  width: 3.2rem;
  height: 4.2rem;
  padding-top: 0;
  margin-right: 0.45rem;
}

.contact-box ul li .tx {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-box ul li .tx .l {
  width: 60%;
}

.contact-box ul li .tx .l h3 {
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #002496;
}

.contact-box ul li .tx .l h4 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.24rem;
  text-transform: capitalize;
  letter-spacing: normal;
  margin-top: 0.16rem;
}

.contact-box ul li .tx .l .b {
  margin-top: 0.3rem;
}

.contact-box ul li .tx .l .b p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
}

.contact-box ul li .tx .r {
  margin-top: 1.04rem;
  width: 38%;
}

.contact-box ul li .tx .r p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 0.26rem auto;
  padding-left: 0.36rem;
}

.contact-box ul li .tx .r p+p {
  margin-top: 0.14rem;
}

.contact-box ul li .tx .r p:first-child {
  background-image: url(../images/ld-icon1.png);
}

.contact-box ul li .tx .r p:nth-child(2) {
  background-image: url(../images/ld-icon4.png);
}

.contact-box ul li .tx .r p:nth-child(3) {
  background-image: url(../images/ld-icon2.png);
}

/* 教学团队 */
.jxtd {}

.jxtd>img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.jxtd .tit {
  font-size: 0.38rem;
  font-weight: normal;
  line-height: 0.4rem;
  text-align: center;
  letter-spacing: normal;
  color: #002496;
  margin-bottom: 0.48rem;
  margin-top: 0.9rem;
}

.jxtd .box {
  overflow-x: auto;
}

.jxtd table {
  width: 100%;
  min-width: 8.4rem;
  margin: 0 auto;
  border-collapse: collapse;
  border-right: 1px solid #B2C9E0;
  border-bottom: 1px solid #B2C9E0;
}

.jxtd thead {
  background: #002496;
}

.jxtd th {
  color: #fff;
  line-height: 0.86rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  border-left: 1px solid #B2C9E0;
}

.jxtd td {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.8rem;
  text-align: center;
  letter-spacing: normal;
  border-left: 1px solid #B2C9E0;
}

.jxtd td.addbg {
  background: rgba(33, 49, 155, 0.06);
}

/* 下载专区 */
.down {}

.down .k+.k {
  margin-top: 0.4rem;
}

.down .k .tit {}

.down .k .tit span {
  display: inline-block;
  line-height: 0.5rem;
  padding: 0 0.3rem;
  font-size: 0.2rem;
  font-weight: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #FFFFFF;
  background: #002496;
}

.down .k ul {
  background: #FFFFFF;
  border: 1px solid #DADADC;
  padding: 0.4rem;
  margin-top: -0.1rem;
}

.down .k ul li {
  margin-top: 0.2rem;
}

.down .k ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.down .k ul li a span {
  display: block;
  font-family: HarmonyOS Sans SC;
  font-size: 0.18rem;
  font-weight: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #002496;
  margin-left: 0.2rem;
}

.down .k ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  position: relative;
  padding-left: 0.2rem;
  transition: all 0.5s;
}

.down .k ul li a h3::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #002496;
}

.down-ny {}

.down-ny .tit {
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
  text-align: center;
}

.down-ny .con {
  margin-top: 0.5rem;
}

.down-ny .con p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  text-indent: 2em;
}

.down-ny .con p+p {
  margin-top: 0.2rem;
}

.down-ny .end {
  margin-top: 0.5rem;
}

.down-ny .end p {
  text-align: right;
}

.down-ny .end p+p {
  margin-top: 0.1rem;
}

.down-ny .end p span.xhx {
  display: inline-block;
  border-bottom: 1px solid #333;
  width: 1rem;
  margin-left: 0.1rem;
}

.down-ny .end p span.xhx2 {
  width: 0.2rem;
  margin: 0 0.05rem;
}

/* 人才培养 */
.rcpy {}

.rcpy p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  text-indent: 2em;
}

/* 科学研究 */
.kxyj {}

.kxyj1 {
  overflow: hidden;
  background: url(../images/kxyj1-bg.jpg) no-repeat right center;
  background-size: cover;
}

.kxyj1>img {
  float: left;
  width: 6.6rem;
  max-width: 100%;
  display: block;
}

.kxyj1 .tx {
  overflow: hidden;
  padding: 0.4rem;
}

.kxyj1 .tx h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: normal;
}

.kxyj1 .tx p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  margin-top: 0.34rem;
}

.kxyj p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  margin-top: 0.2rem;
}

/* 合作交流 */
.hzjl {}

.hzjl .k+.k {
  margin-top: 0.8rem;
}

.hzjl .tit {}

.hzjl .tit h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.52rem;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
  width: 3.09rem;
  height: 0.62rem;
  background: url(../images/hzjl-t.png) no-repeat center;
  background-size: 100% 100%;
  margin: 0 auto;
}

.hzjl .k ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.13rem;
}

.hzjl .k ul li {
  width: 33.333%;
  margin-top: 0.3rem;
}

.hzjl .k ul li a {
  display: block;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  padding: 0.3rem 0.4rem;
  margin: 0 0.13rem;
  transition: all 0.5s;
}

.hzjl .k ul li a h3 {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
}

.hzjl .k ul li a .con {
  border-top: 1px solid #D0D0D0;
  padding-top: 0.16rem;
  margin-top: 0.2rem;
}

.hzjl .k ul li a .con p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  color: #666666;
}

.hzjl .k2 ul li a {
  padding: 0.4rem;
  display: flex;
  transition: all 0.5s;
}

.hzjl .k2 ul li a .date {
  margin-right: 0.3rem;
  text-align: center;
  font-family: HarmonyOS Sans SC;
}

.hzjl .k2 ul li a .date b {
  display: block;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #002496;
}

.hzjl .k2 ul li a .date span {
  display: block;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.2rem;
  letter-spacing: normal;
  color: #AAAAAA;
}

.hzjl .k2 ul li a .tx {
  flex: 1;
  min-width: 0;
}

.hzjl .k2 ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  height: 0.64rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
}

.hzjl .k2 ul li a .tx p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #666666;
  margin-top: 0.2rem;
}

.hzjl .k2 ul li a .tx .gd {
  text-align: right;
  margin-top: 0.2rem;
  font-size: 0;
}

.hzjl .k2 ul li a .tx .gd img {
  width: 0.2rem;
}

/* 招生就业 */
.zsjy {}

.zsjy>div+div {
  margin-top: 0.8rem;
}

.zs1 {}

.zs-tit {
  margin-bottom: 0.35rem;
}

.zs-tit h3 {
  display: inline-block;
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
  padding-bottom: 0.2rem;
  padding-right: 0.83rem;
  position: relative;
}

.zs-tit h3::after {
  content: '';
  position: absolute;
  left: -2.6rem;
  bottom: 0;
  width: calc(100% + 2.6rem);
  border-bottom: 1px solid #002496;
}

.zs-tit h3::before {
  content: "";
  position: absolute;
  right: -0.18rem;
  bottom: -0.06rem;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  border: 0.02rem solid #002496;
}

.zs1 .zs-img {
  position: relative;
  z-index: 1;
  padding: 0 0.2rem 0.3rem 0;
}

.zs1 .zs-img::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  z-index: -1;
}

.zs1 .zs-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.6rem;
  height: 0.5rem;
  background: #FCC700;
  z-index: -1;
}

.zs1 .zs-img img {
  display: block;
  width: 100%;
}

.zs1 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.13rem;
}

.zs1 ul li {
  width: 33.333%;
  margin-top: 0.3rem;
}

.zs1 ul li a {
  display: block;
  margin: 0 0.13rem;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  padding: 0.3rem 0.4rem;
}

.zs1 ul li a h3 {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #002496;
}

.zs1 ul li a .con {
  border-top: 1px solid #D0D0D0;
  margin-top: 0.2rem;
  padding-top: 0.16rem;
}

.zs1 ul li a .con p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.9rem;
  letter-spacing: normal;
}

.zs2 ul li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding-top: 0.8rem;
}

.zs2 ul li+li {
  margin-top: 0.4rem;
}

.zs2 ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0.2rem;
  width: calc(100% + 2.6rem);
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  z-index: -1;
}

.zs2 ul li:nth-child(even):before {
  left: -2.6rem;
}

.zs2 ul li .zs2-img {
  width: 6.4rem;
  position: relative;
  z-index: 1;
}

.zs2 ul li .zs2-img::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  border-top: 1.2rem solid #0033cc;
  border-right: 1rem solid #0033cc;
  border-left: 1rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  z-index: -1;
}

.zs2 ul li:nth-child(even) .zs2-img::before {
  right: auto;
  left: -0.2rem;
  border-left: 1rem solid #0033cc;
  border-top: 1.2rem solid #0033cc;
  border-right: 1rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  ;
}

.zs2 ul li:first-child .zs2-img {
  order: 2;
}

.zs2 ul li .zs2-img img {
  display: block;
  width: 100%;
}

.zs2 ul li .tx {
  flex: 1;
  min-width: 0;
  padding: 0 0.6rem;
}

.zs2 ul li .tx h3 {
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #002496;
}

.zs2 ul li .tx p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  margin-top: 0.34rem;
  text-indent: 2em;
}

.zs3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zs3 ul li {
  width: 48.57%;
}

.zs3 ul li .k {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  height: 1.6rem;
  padding: 0 0.2rem 0 0.6rem;
}

.zs3 ul li .icon {
  width: 0.7rem;
  height: 0.7rem;
  background: #002496;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.3rem;
}

.zs3 ul li .icon img {
  display: block;
  width: 0.32rem;
}

.zs3 ul li:hover .icon img {
  animation: icon-yh 1.5s linear;
}

.zs3 ul li .tx {
  flex: 1;
  min-width: 0;
}

.zs3 ul li .tx p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
}

.zs3 ul li .tx p:first-child {
  color: #002496;
}

.zs3 ul li .tx p+p {
  margin-top: 0.06rem;
}

.zs3 ul li .ewm {
  display: block;
  width: 0.96rem;
  margin-left: 0.2rem;
}

/* 基金会 */
.jjh p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
}

.jjh>div+div {
  margin-top: 0.8rem;
}

.jjh2 .k {
  background: #FFFFFF;
  border: 1px solid #DADADC;
  padding: 0.4rem 0.5rem;
}

.jjh2 .k ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.4rem;
}

.jjh2 .k ul li .num {
  font-family: HarmonyOS Sans SC;
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #002496;
  margin-right: 0.27rem;
}

.jjh2 .k ul li .tx {
  flex: 1;
  min-width: 0;
}

.jjh2 .k ul li .tx p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.32rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
}

.jjh2 .k ul li .tx p.c {
  color: #002496;
  font-size: 0.22rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
}

.jjh2 .k>p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
}

/* 组织架构 */
.zzjg {}

.zzjg .k1 {}

.zzjg .k1-tit {
  background: linear-gradient(0deg, #002496, #002496), linear-gradient(97deg, #134397 3%, #227AF0 117%);
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
}

.zzjg .k1 ul {
  background: #F9FBFF;
  border: 1px solid #DFEAFF;
}

.zzjg .k1 ul li {
  display: flex;
}

.zzjg .k1 ul li>div {
  width: 50%;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-align: center;
  letter-spacing: normal;
  padding: 0.2rem 0.1rem;
  border-bottom: 1px solid #D6D6D6;
}

.zzjg .k1 ul li .l {}

.zzjg .k1 ul li .r {
  border-left: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zzjg .k2 {
  margin-top: 1.4rem;
}

.zzjg .k2-tit {
  text-align: center;
}

.zzjg .k2-tit h3 {
  display: inline-block;
  background: #002496;
  line-height: 0.34rem;
  font-size: 0.26rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  padding: 0.28rem 0.3rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.zzjg .k2-tit h3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0.5rem;
  border-left: 1px solid #002496;
  z-index: -1;
}

.zzjg .k2k {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}

.zzjg .k2k ul {
  width: 25%;
  margin-top: 0.5rem;
}

.zzjg .k2k ul .box {
  margin: 0 0.2rem;
}

.zzjg .k2k ul li {
  background: #002496;
  color: #FFFFFF;
  margin-top: 0.5rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.34rem;
  letter-spacing: normal;
  text-align: center;
  position: relative;
  z-index: 1;
}

.zzjg .k2k ul li::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.5rem;
  border-left: 1px solid #002496;
  z-index: -1;
}

.zzjg .k2k ul li:first-child::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 50%;
  width: calc(100% + 0.4rem);
  border-top: 1px solid #002496;
  z-index: -1;
}

.zzjg .k2k ul:last-child li:first-child::after {
  content: none;
}

/* 党建概况 */
.djgk {}

.djgk h3 {
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}

.djgk p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  text-indent: 2em;
  margin-top: 0.2rem;
}

/* 专业介绍 */
.zyjs {}

.zyjs h3 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  margin-bottom: 0.2rem;
}

.zyjs h4 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  margin-top: 0.3rem;
}

.zyjs p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  margin-top: 0.1rem;
}

.zyjs p:nth-of-type(1) {
  text-indent: 2em;
}

.zyjs p img {
  max-width: 100%;
}

/* 领导团队 */
.ldtd {
  overflow: hidden;
}

.ldtd ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.65rem;
}

.ldtd ul li {
  width: 33.333%;
  margin-bottom: 0.6rem;
}

.ldtd ul li a {
  display: block;
  margin: 0 0.65rem;
}

.ldtd ul li a .pic {
  padding-top: 128.68%;
}

.ldtd ul li a .tx {
  background: #FFFFFF;
  padding: 0.3rem;
  transition: all 0.5s;
}

.ldtd ul li:hover a .tx {
  box-shadow: 0px 0.04rem 0.2rem 0px rgba(0, 0, 0, 0.14);
}

.ldtd ul li a .tx h3 {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
}

.ldtd ul li a .tx .con {
  margin-top: 0.16rem;
}

.ldtd ul li a .tx .con p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.2rem;
  letter-spacing: normal;
  color: #333333;
  opacity: 0.8;
  margin-top: 0.04rem;
}

/* 办学历程 */
.bxlc {
  position: relative;
  z-index: 1;
}

.bxlc::before {
  content: "";
  position: absolute;
  top: 0.56rem;
  left: 0;
  width: 100%;
  border-top: 1px solid #6886E4;
}

.bxlc ul {}

.bxlc ul li {}

.bxlc ul li a {
  display: block;
}

.bxlc ul li a .date {
  display: inline-block;
}

.bxlc ul li a .date span {
  display: block;
  font-family: HarmonyOS Sans SC;
  font-size: 0.34rem;
  font-weight: 500;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #002496;
}

.bxlc ul li a .date .y {
  width: 0.22rem;
  height: 0.22rem;
  background: #D4DCF6;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  margin-top: 0.06rem;
}

.bxlc ul li a .date .y::before {
  content: "";
  position: absolute;
  top: 0.11rem;
  left: 50%;
  height: 0.4rem;
  border-left: 1px solid #6886E4;
  z-index: -1;
}

.bxlc ul li a .date .y::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.08rem;
  height: 0.08rem;
  background: #002496;
  border-radius: 50%;
}

.bxlc ul li a h3 {
  margin-top: 0.77rem;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
}

.bxlc ul li a .pic {
  margin-top: 0.2rem;
  padding-top: 80.66%;
}

.bxlc .swiper-button {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bxlc .swiper-button>div {
  position: static;
  transform: none;
  margin-top: 0;
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid #002496;
  border-radius: 50%;
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.2rem auto;
  transition: all 0.5s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.bxlc .swiper-button .swiper-button-prev {
  background-image: url(../images/s5-prev.png);
}

.bxlc .swiper-button .swiper-button-prev:hover {
  background-color: #E1B386;
  border-color: #E1B386;
  background-image: url(../images/s5-prev2.png);
}

.bxlc .swiper-button .swiper-button-next {
  margin-left: 0.24rem;
  background-image: url(../images/s5-next.png);
}

.bxlc .swiper-button .swiper-button-next:hover {
  background-color: #E1B386;
  border-color: #E1B386;
  background-image: url(../images/s5-next2.png);
}

/* 视觉中法 */
.sjzf-t {
  position: relative;
  padding: 0 3rem;
}

.sjzf-t ul li {}

.sjzf-t ul li a {
  display: block;
}

.sjzf-t ul li a .pic {
  padding-top: 63.75%;
}

.sjzf-t ul li a .pic::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.68rem;
  height: 0.66rem;
  background: url(../images/bf.png) no-repeat center;
  background-size: 100% 100%;
}

.sjzf-t .swiper-button-prev,
.sjzf-t .swiper-button-next {
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid #002496;
  border-radius: 50%;
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.2rem auto;
  transition: all 0.5s;
  z-index: 1;
}

.sjzf-t .swiper-button-prev {
  left: 2.2rem;
  background-image: url(../images/s5-prev.png);
}

.sjzf-t .swiper-button-prev:hover {
  background-color: #E1B386;
  border-color: #E1B386;
  background-image: url(../images/s5-prev2.png);
}

.sjzf-t .swiper-button-next {
  right: 2.2rem;
  background-image: url(../images/s5-next.png);
}

.sjzf-t .swiper-button-next:hover {
  background-color: #E1B386;
  border-color: #E1B386;
  background-image: url(../images/s5-next2.png);
}

.sjzf-b {
  overflow: hidden;
  margin-top: 0.6rem;
}

.sjzf-b ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}

.sjzf-b ul li {
  width: 33.333%;
}

.sjzf-b ul li a {
  display: block;
  margin: 0.2rem;
}

.sjzf-b ul li a .pic {
  padding-top: 63.63%;
}

@media screen and (min-width: 1025px) {
  .text-list ul li:hover a {
    background: url(../images/list-bg.jpg) no-repeat center;
    background-size: 100% 100%;
  }

  .text-list ul li:hover a::after {
    left: 0;
    width: 100%;
  }

  .text-list ul li:hover a h3 {
    color: #FFFFFF;
  }

  .text-list ul li:hover a .date b,
  .text-list ul li:hover a .date span {
    color: #FFFFFF;
  }


  .tw ul li:hover a {
    background: url(../images/tw-libg.jpg) no-repeat center right;
    background-size: 100% 100%;
  }

  .tw ul li:hover a::after {
    left: 0;
    width: 100%;
  }

  .tw ul li:hover a .date b,
  .tw ul li:hover a .date span {
    color: #fff;
  }

  .tw ul li:hover a .tx h3 {
    color: #fff;
  }

  .tw ul li:hover a .tx p {
    color: #fff;
  }

  .down .k ul li:hover a h3 {
    font-weight: bold;
  }

  .img-lists ul li:hover a .tx {
    box-shadow: 0px 0.04rem 0.3rem 0px rgba(0, 0, 0, 0.16);
  }

  .img-lists ul li:hover a h3 {
    background-image: url(../images/list-jt1.png);
  }

  .list-ld ul li:hover {
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.1);
  }

  .list-ld ul li:hover h3 {
    font-weight: bold;
  }

  .zzjg-box ul li:hover a {

    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
    padding: 0 0.5rem 0 0.3rem;
  }

  .zzjg-box ul li:hover a::after {
    opacity: 1;
    visibility: visible;
  }

  .hzjl .k ul li:hover a {
    background: #fff url(../images/hzjl-libg.png) no-repeat center;
    background-size: cover;
    box-shadow: 0px 0.04rem 0.26rem 0px rgba(0, 0, 0, 0.12);
  }

  .hzjl .k2 ul li:hover a {
    background: #fff url(../images/hzjl-libg.jpg) no-repeat center;
    background-size: cover;
  }

  .hzjl .k2 ul li:hover a .date b,
  .hzjl .k2 ul li:hover a .date span {
    color: #fff;
  }

  .hzjl .k2 ul li:hover a .tx h3,
  .hzjl .k2 ul li:hover a .tx P {
    color: #fff;
  }

  .contact-box ul li:hover {
    background: #FFFFFF;
    box-shadow: 0px 0.04rem 0.2rem 0px rgba(0, 0, 0, 0.14);
  }
}

@media screen and (max-width: 1024px) {
  .lmmc {
    bottom: 0.2rem;
  }

  .lmmc::before {
    content: none;
  }

  .lmmc h3 {
    font-size: 0.26rem;
  }

  .lmmc p {
    font-size: 0.16rem;
  }

  .lmmc p span {
    font-size: 0.2rem;
  }

  .left-box {
    border-bottom: 0;
  }

  .nymain .leftNav .leftNav-tit {
    width: 100%;
    height: auto;
    line-height: inherit;
    margin-top: 0;
    display: block;
  }

  .nymain .leftNav .leftNav-tit>h2 {
    display: block;
    height: inherit;
    line-height: 0.56rem;
    font-size: 0.2rem;
    text-align: left;
    padding-left: 0.15rem;
    padding-top: 0;
    font-weight: 600;
    background: #002496;
    color: #fff;
    padding-bottom: 0;
  }

  .nymain .leftNav .leftNav-tit>h2 span {
    float: right;
    width: 0.5rem;
    height: 0.56rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 0.14rem auto;
    cursor: pointer;
  }

  .nymain .leftNav .leftNav-tit>h2 span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
    background-size: 0.14rem auto;
  }

  .nymain .leftNav .k {
    display: none;
    background: #fff;
  }

  .nymain .leftNav .k>ul {
    /* padding: 0.1rem;
    display: none;
    background: rgba(255, 255, 255, 0.3); */
    padding: 0.1rem;
    display: block;
  }

  .nymain .leftNav .k>ul>li {
    padding-left: 0;
  }

  .nymain .leftNav .k>ul>li+li {
    margin-top: 0.1rem;
  }

  .nymain .leftNav .k ul li.active ul {
    display: block;
  }

  .nymain .leftNav .k>ul>li>a::before {
    content: none;
  }

  .nymain .leftNav .k>ul>li.on>a,
  .nymain .leftNav .k>ul>li.active>a,
  .nymain .leftNav .k>ul>li:hover>a {
    background: none;
    color: #002496;
    font-weight: bold;
  }

  .nymain .leftNav .k>ul>li>ul {
    position: static;
    display: none;
    transform: none;
    padding: 0.1rem 0.2rem 0 0.2rem;
    background: none;
    box-shadow: none;
    border-top: 0;
    transition: none;
    visibility: visible;
    opacity: 1;
  }

  .nymain .leftNav .k>ul>li:hover>ul {
    transform: none;
    visibility: visible;
    opacity: 1;
  }

  .nymain .leftNav .k>ul>li>ul>li>a {
    text-align: left;
    color: #666;
    padding: 0.05rem 0;
  }

  .nymain .leftNav .k>ul>li>ul>li.active>a {
    background: none;
    color: #08988e;
    font-weight: bold;
  }

  .nymain .leftNav .k>ul>li>span {
    display: block;
    transition: all 0.5s;
  }

  .nymain .leftNav .k>ul>li.on>span {
    transform: rotate(90deg);
  }

  .nymain .leftNav {
    position: static;
    width: 100%;
    text-align: left;
  }

  .nymain .leftNav .k ul li a {
    font-size: 0.18rem;
    line-height: 0.46rem;
    margin: 0;
    padding: 0 0.2rem;
    color: #333;
    border: 0;
    text-align: left;
  }

  .menu3 {
    display: none !important;
  }

  .position {
    margin-top: 0.15rem;
  }

  .position img {
    height: 0.18rem;
  }

  .position span,
  .position a {
    font-size: 12px;
  }

  .position span {
    margin: 0 0.05rem;
  }

  .pagination a {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 3px;
  }

  .pagination {
    padding-top: 0.3rem;
  }

  .ny-right {
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
  }

  .nymain-bg2::before {
    width: 3rem;
    height: 0.28rem;
  }

  .position>h3 {
    display: none;
  }

  .gg-tit h3 {
    font-size: 0.26rem;
    line-height: 0.3rem;
    margin: 0 0.15rem;
  }

  .gg-tit h3::before {
    top: -0.08rem;
    width: 0.4rem;
    height: 0.4rem;
  }

  .gg-tit::before,
  .gg-tit::after {
    width: 1rem;
    height: 0.18rem;
  }

  .text-list ul li+li {
    margin-top: 0.2rem;
  }

  .text-list ul li a {
    padding: 0.2rem;
  }

  .text-list ul li a h3 {
    font-size: 0.18rem;
  }

  .text-list ul li a .date b {
    font-size: 0.26rem;
  }

  .text-list ul li a .date {
    margin-right: 0.25rem;
  }

  .list-ld ul li .sz-pic {
    width: 2rem;
  }

  .list-ld ul li .sz-tx {
    padding: 0.2rem;
  }

  .list-ld ul li .sz-tx h3 {
    font-size: 0.22rem;
  }

  .list-ld ul li .con {
    margin-top: 0.25rem;
  }

  .list-ld ul li .con p+p {
    margin-top: 0.1rem;
  }

  .zzjg-box .tit {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }

  .zzjg-box ul {
    margin: 0 -0.1rem;
  }

  .zzjg-box ul li {
    margin-top: 0.15rem;
  }

  .zzjg-box ul li a {
    margin: 0 0.1rem;
    font-size: 0.16rem;
    padding: 0 0.1rem;
  }

  .zzjg-box {
    margin-bottom: 0.3rem;
  }

  .art-main .l {
    flex: none;
    width: 100%;
  }

  .art-main .art-tit h3 {
    font-size: 0.2rem;
  }

  .art-main .cont-tit .fbt .l>div {
    margin: 0 0.1rem;
    font-size: 0.15rem;
  }

  .art-main .cont-tit .fbt .l>div::before {
    left: -0.1rem;
  }

  .art-main .art-body {
    padding-top: 0.2rem;
  }

  .art-info {
    margin-top: 0.3rem;
  }

  .pnext {
    margin-top: 0.15rem;
  }

  .groupbox {
    padding: 0 0.3rem;
    margin-top: 0.3rem;
  }

  .group-big .slick-prev,
  .group-big .slick-next {
    width: 0.3rem;
    height: 0.3rem;
  }

  .group-big .slick-prev {
    left: -0.4rem;
  }

  .group-big .slick-next {
    right: -0.4rem;
  }

  .groupbox .tit li a {
    width: 1.4rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.22rem;
  }

  .img-lists ul {
    margin: 0 -0.1rem;
  }

  .img-lists ul li a {
    margin: 0 0.1rem;
  }

  .img-lists ul li a h3 {
    font-size: 0.18rem;
    background: none;
    padding-right: 0;
  }

  .img-lists ul li a .tx {
    padding: 0.15rem;
  }

  .img-lists ul li {
    margin-bottom: 0.2rem;
  }

  .xrld ul {
    padding: 0.2rem;
  }

  .xrld ul li .tit {
    font-size: 0.18rem;
    width: 2rem;
  }

  .xrld ul li .r a {
    font-size: 0.16rem;
    margin-left: 0.22rem;
  }

  .xrld ul:nth-child(2) li .tit {
    width: 1rem;
  }

  .tw ul li+li {
    margin-top: 0.2rem;
  }

  .tw ul li a,
  .tw ul li:hover a {
    padding: 0.2rem;
  }

  .tw ul li a .date {
    margin-right: 0.2rem;
  }

  .tw ul li a .date b {
    font-size: 0.26rem;
  }

  .tw ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .tw ul li a .pic {
    width: 2.5rem;
    height: 1.57rem;
    margin-right: 0.2rem;
  }

  .xxzc h3 {
    font-size: 0.26rem;
    line-height: 0.3rem;
  }

  .xxzc h4 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.2rem;
    margin-bottom: 0.05rem;
  }

  .xxzc p {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .xxzc .more {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    background-size: 0.18rem auto;
    padding-bottom: 0.4rem;
  }

  .sz-con .pic1 {
    width: 2.2rem;
    margin-right: 0.2rem;
  }

  .sz-ty {
    padding: 0.2rem;
  }

  .sz-ty h3 {
    font-size: 0.22rem;
  }

  .sz-ty .con {
    margin-top: 0.25rem;
  }

  .sz-box h4 {
    line-height: 0.5rem;
    padding: 0 0.2rem;
  }

  .sz-box .con {
    padding: 0.2rem;
  }

  .sz-box p {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .sz-box {
    margin-top: 0.2rem;
  }

  .jxtd .tit {
    font-size: 0.26rem;
    line-height: 1.5;
    margin-bottom: 0.24rem;
    margin-top: 0.4rem;
  }

  .jxtd th {
    font-size: 0.18rem;
    line-height: 0.6rem;
  }

  .jxtd td {
    font-size: 0.16rem;
    line-height: 0.54rem;
  }

  .lrld .tit {
    padding: 0.2rem;
    font-size: 0.2rem;
    line-height: 0.2rem;
  }

  .lrld ul {
    padding: 0.2rem;
  }

  .lrld ul li a {
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding: 0.15rem 0.15rem 0.15rem 0.4rem;
  }

  .lrld .k {
    margin-bottom: 0.2rem;
  }

  .lsyg-logo {
    width: 1rem;
    height: 1rem;
    margin-top: 0.3rem;
  }

  .lsyg-logo::before {
    width: 3.36rem;
    height: 3.36rem;
  }

  .down .k ul {
    padding: 0.2rem;
  }

  .down .k ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .down .k ul li a span {
    font-size: 0.16rem;
  }

  .down .k ul li a h3::after {
    width: 0.08rem;
    height: 0.08rem;
  }

  .down .k .tit span {
    line-height: 0.46rem;
    padding: 0 0.2rem;
    font-size: 0.18rem;
  }

  .down .k+.k {
    margin-top: 0.2rem;
  }

  .down-ny .tit {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }

  .down-ny .con {
    margin-top: 0.2rem;
  }

  .down-ny .end {
    margin-top: 0.2rem;
  }

  .kxyj1 .tx h3 {
    font-size: 0.2rem;
  }

  .kxyj1 .tx p {
    margin-top: 0.2rem;
  }

  .kxyj1 .tx {
    padding: 0.2rem;
  }

  .kxyj1>img {
    float: none;
    margin: 0 auto;
  }

  .kxyj1 .tx h3 {
    text-align: center;
  }

  .hzjl .k+.k {
    margin-top: 0.3rem;
  }

  .hzjl .k ul {
    margin: 0 -0.1rem;
  }

  .hzjl .k ul li {
    margin-top: 0.2rem;
  }

  .hzjl .k ul li a {
    padding: 0.2rem;
    margin: 0 0.1rem;
  }

  .hzjl .k ul li a h3 {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }

  .hzjl .k ul li a .con {
    padding-top: 0.1rem;
    margin-top: 0.1rem;
  }

  .hzjl .k ul li a .con p {
    font-size: 0.15rem;
    line-height: 0.3rem;
  }

  .hzjl .k2 ul li a .date {
    margin-right: 0.2rem;
  }

  .hzjl .k2 ul li a .date b {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .hzjl .k2 ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
  }

  .hzjl .k2 ul li a .tx p {
    font-size: 0.15rem;
    line-height: 0.26rem;
    height: 0.52rem;
    margin-top: 0.1rem;
  }

  .hzjl .k2 ul li a .tx .gd {
    margin-top: 0.1rem;
  }

  .zs-tit {
    margin-bottom: 0.2rem;
  }

  .zs-tit h3::after {
    width: calc(100% + 10px);
    left: -10px;
  }

  .zs-tit h3 {
    font-size: 0.22rem;
    line-height: 0.22rem;
    padding-bottom: 0.1rem;
    padding-right: 0.2rem;
  }

  .zs1 ul {
    margin: 0 -0.1rem;
  }

  .zs1 ul li {
    margin-top: 0.2rem;
  }

  .zs1 ul li a {
    margin: 0 0.1rem;
    padding: 0.2rem;
  }

  .zs1 ul li a h3 {
    font-size: 0.2rem;
    line-height: 0.22rem;
  }

  .zs1 ul li a .con {
    margin-top: 0.16rem;
    padding-top: 0.1rem;
  }

  .zsjy>div+div {
    margin-top: 0.3rem;
  }

  .zs2 ul li {
    padding: 0.2rem;
  }

  .zs2 ul li::before {
    width: 100%;
  }

  .zs2 ul li .tx {
    padding: 0 0.2rem;
  }

  .zs2 ul li .tx h3 {
    font-size: 0.2rem;
    line-height: 0.26rem;
  }

  .zs2 ul li .tx p {
    font-size: 0.16rem;
    margin-top: 0.2rem;
  }

  .zs2 ul li .zs2-img::before {
    top: -0.1rem;
    right: -0.1rem;
    border-top: 0.8rem solid #0033cc;
    border-right: 0.6rem solid #0033cc;
    border-left: 0.6rem solid transparent;
    border-bottom: 0.8rem solid transparent;
  }

  .zs2 ul li+li {
    margin-top: 0.2rem;
  }

  .zs2 ul li:nth-child(even):before {
    left: 0;
  }

  .zs2 ul li:nth-child(even) {
    padding-left: 0.2rem;
  }

  .zs2 ul li:nth-child(even) .zs2-img::before {
    left: -0.1rem;
    border-left: 0.6rem solid #0033cc;
    border-top: 0.8rem solid #0033cc;
    border-right: 0.6rem solid transparent;
    border-bottom: 0.8rem solid transparent;
  }

  .zs3 ul li .k {
    height: 1.4rem;
    padding: 0 0.2rem 0 0.2rem;
  }

  .zs3 ul li .icon {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.2rem;
  }

  .zs3 ul li .icon img {
    width: 0.28rem;
  }

  .zs3 ul li .ewm {
    width: 0.8rem;
  }

  .zzjg .k1-tit {
    font-size: 0.2rem;
    line-height: 0.7rem;
  }

  .zzjg .k2 {
    margin-top: 0.4rem;
  }

  .zzjg .k2-tit h3 {
    line-height: 0.3rem;
    font-size: 0.2rem;
    padding: 0.2rem;
  }

  .zzjg .k2k ul li {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.7rem;
  }

  .djgk h3 {
    font-size: 0.26rem;
    line-height: 0.26rem;
    margin-bottom: 0.2rem;
  }

  .contact h3 {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }

  .contact .con {
    margin-top: 0.2rem;
    padding: 0.2rem 0.2rem 0.1rem;
  }

  .contact .con h4 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .contact .con .l ul li p {
    font-size: 0.18rem;
  }

  .contact .con>div {
    margin-bottom: 0.2rem;
  }

  .contact-box ul li {
    margin-top: 0.25rem;
    padding: 0.2rem;
  }

  .contact-box ul li .tx .l h3 {
    font-size: 0.24rem;
  }

  .zyjs h3 {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }

  .zyjs h4 {
    font-size: 0.2rem;
    line-height: 0.26rem;
  }

  .ldtd ul {
    margin: 0 -0.1rem;
  }

  .ldtd ul li a {
    margin: 0 0.1rem;
  }

  .ldtd ul li {
    margin-bottom: 0.2rem;
  }

  .ldtd ul li a .tx {
    padding: 0.2rem;
  }

  .ldtd ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }

  .ldtd ul li a .tx .con p {
    font-size: 0.15rem;
  }

  .bxlc ul li a .date span {
    font-size: 0.3rem;
  }

  .xxjj .tx h3 {
    font-size: 0.26rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
    text-align: center;
  }

  .xxjj .jjimg {
    order: 1;
    margin: 0 auto;
    margin-bottom: 0.2rem;
    padding-right: 0.1rem;
    padding-bottom: 0.1rem;
  }

  .xxjj .tx {
    flex: none;
    width: 100%;
    order: 2;
  }

  .xxjj>div+div {
    margin-top: 0.3rem;
  }

  .jj3 ul li h3 {
    text-align: left !important;
  }

  .s3-b ul li h3 {
    font-size: 0.3rem;
  }

  .jj3 ul li h3 b {
    font-size: 0.36rem;
  }

  .jj3 ul li .yq::before {
    height: 1rem;
  }

  .sjzf-b {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 920px) {
  .zs1 ul li {
    width: 50%;
    margin-top: 0.2rem;
  }

  .zs2 ul li::before {
    bottom: 0;
  }

  .zs2 ul li .zs2-img {
    width: auto;
    margin: 0 auto;
  }

  .zs2 ul li:first-child .zs2-img {
    order: 1;
  }

  .zs2 ul li:first-child .tx {
    order: 1;
  }

  .zs2 ul li .tx {
    flex: none;
    width: 100%;
    padding: 0.2rem 0;
  }

  .zs2 ul li .tx h3 {
    text-align: center;
  }

  .zzjg .k2k ul .box {
    margin: 0 0.1rem;
  }

  .zzjg .k2k {
    margin: 0 -0.1rem;
  }

  .zzjg .k2k ul {
    width: 100%;
    margin-top: 0;
  }

  .zzjg .k2k ul li:first-child::after {
    content: none;
  }

  .zzjg .k2k ul li {
    margin-top: 0.15rem;
  }

  .zzjg .k2k ul li::before,
  .zzjg .k2-tit h3::before {
    content: none;
  }

  .sjzf-t {
    padding: 0 0.8rem;
  }

  .sjzf-t .swiper-button-prev {
    left: 0;
  }

  .sjzf-t .swiper-button-next {
    right: 0;
  }

  .sjzf-b ul {
    margin: 0.1rem -0.1rem;
  }

  .sjzf-b ul li a {
    margin: 0.1rem;
  }
}

@media screen and (max-width: 768px) {
  .list ul li {
    line-height: 0.7rem;
  }

  .img-lists ul li {
    width: 50%;
  }

  .xbxx {
    padding-top: 0;
  }

  .xbxx ul li a {
    padding: 15px 10px;
  }

  .xbxx ul li a h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .xbxx ul li a p {
    font-size: 14px;
    line-height: 26px;
    height: 72px;
    padding: 0;
  }

  .xbxx ul li a div span {
    font-size: 12px;
  }

  .xbxx ul li a div img {
    height: 14px;
  }

  .nymain .leftNav>h2 img {
    height: 20px;
  }

  .list ul li a h3 {
    font-size: 0.2rem;
  }

  .list ul li a span {
    font-size: 0.18rem;
  }

  .xrld ul li a {
    padding-right: 0;
  }

  .xrld ul li a .sz-pic {
    width: 100%;
    margin-right: 0;
  }

  .xrld ul li a .sz-tx {
    flex: none;
    width: 100%;
    padding: 0.2rem;
  }

  .zzjg-box {
    margin-top: 0;
  }

  .zzjg-box ul {
    margin: 0;
  }

  .zzjg-box ul li {
    width: 100%;
  }

  .zzjg-box ul li a {
    margin: 0;
    height: auto;
    padding: 0.15rem 0.3rem;
  }

  .zzjg-box ul li a::before {
    left: 0.15rem;
  }

  .zzjg-box ul li a::after {
    right: 0.15rem;
  }

  .xrld ul {
    width: 100%;
  }

  .xrld ul+ul {
    margin-top: 0.2rem;
  }

  .szgk .tx {
    flex: none;
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .szgk .r {
    width: 100%;
    margin-left: 0;
  }

  .szgk .r ul li::before {
    content: none !important;
  }

  .szgk .r ul li {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .szgk .r ul li:nth-child(2) {
    margin-top: 0.2rem;
  }

  .szgk .r ul li a h3 {
    padding: 0.2rem !important;
  }

  .list-ld ul li {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .lrld>div {
    width: 100%;
  }

  .hzjl .k ul li {
    width: 100%;
  }

  .hzjl .k2 ul li a .tx h3 {
    height: auto;
    max-height: 0.6rem;
  }

  .hzjl .k2 ul li a .tx p {
    height: auto;
    max-height: 0.52rem;
  }

  .zs3 ul li {
    width: 100%;
  }

  .zs3 ul li+li {
    margin-top: 0.2rem;
  }

  .contact-box ul li .tx {
    flex: none;
    width: 100%;
  }

  .contact-box ul li .pic {
    width: 3rem;
    height: 4rem;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }

  .contact-box ul li .tx .l {
    width: 100%;
  }

  .contact-box ul li .tx .l .b {
    margin-top: 0.2rem;
  }

  .contact-box ul li .tx .r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .contact-box ul li .tx .l h3,
  .contact-box ul li .tx .l h4 {
    text-align: center;
  }

  .contact-box ul li .tx .l h4 {
    margin-top: 0.1rem;
  }

  .ldtd ul li {
    width: 50%;
  }

  .bxlc ul li a h3 {
    margin-top: 0.5rem;
  }

  .bxlc .swiper-button {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .img-lists ul li a>img {
    height: 100px;
  }

  .nymain .leftNav>.box>ul>li>ul>li>a {
    font-size: 12px;
  }

  .list-ld ul li .sz-pic {
    width: 100%;
    margin-right: 0;
  }

  .list-ld ul li .sz-tx {
    flex: none;
    width: 100%;
  }

  .list-ld ul li .sz-tx h3 {
    text-align: center;
  }

  .list-ld ul li h4 {
    text-align: center;
    margin-top: 0.1rem;
  }

  .list-ld ul li .con {
    margin-top: 0.2rem;
  }

  .tw ul li a .date {
    margin-bottom: 0.1rem;
  }

  .tw ul li a .jt {
    margin-left: 0;
    margin-top: 0.15rem;
  }

  .tw ul li a .pic {
    width: 100%;
    height: auto;
    padding-top: 62.66%;
    margin-right: 0;
  }

  .tw ul li a .tx {
    flex: none;
    width: 100%;
  }

  .tw ul li a .tx h3,
  .tw ul li a .tx p {
    margin-top: 0.1rem;
  }

  .sz-con .pic1 {
    margin: 0 auto;
  }

  .sz-r {
    flex: none;
    width: 100%;
    margin-top: 0.2rem;
  }

  .sz-ty h3,
  .sz-ty h4 {
    text-align: center;
  }

  .sz-ty h4 {
    margin-top: 0.1rem;
  }

  .zs1 ul li {
    width: 100%;
    margin-top: 0.2rem;
  }

  .zs1 .zs-img {
    padding: 0 0.1rem 0.15rem 0;
  }

  .ldtd ul li {
    width: 100%;
  }

  .jj3 ul li .y::before {
    content: none;
  }

  .jj3 ul li {
    width: 50%;
  }

  .jj3 ul li h3,
  .jj3 ul li p {
    margin-left: 0.4rem;
  }

  .jj3 ul li h3 {
    margin-top: 0.2rem;
  }

  .sjzf-b ul li {
    width: 50%;
  }

  .sjzf-b {
    margin-top: 0;
  }

  .sjzf-t {
    padding: 0 0.6rem;
  }

  .sjzf-t .swiper-button-prev,
  .sjzf-t .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    background-size: 0.15rem auto;
  }
}

@media screen and (max-width: 320px) {
  .img-lists ul li a>img {
    height: 84px;
  }
}