@charset "UTF-8";
.banner {
  margin-top: var(--head-height);
  position: relative;
  height: 6.07rem;
  overflow: visible;
}
.banner::after {
  content: "";
  position: absolute;
  top: -webkit-calc(var(--head-height) * -1);
  top: -moz-calc(var(--head-height) * -1);
  top: calc(var(--head-height) * -1);
  left: 0;
  width: 100%;
  height: -webkit-calc(100% + 0.44rem);
  height: -moz-calc(100% + 0.44rem);
  height: calc(100% + 0.44rem);
  background: url(../images/head-bg.jpg) no-repeat center/cover;
  pointer-events: fill;
  z-index: 0;
}
.banner .layout {
  height: 100%;
}
.banner .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  --bg: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 1.15rem, transparent 100%);
  position: relative;
}
.banner .swiper .swiper-wrapper .swiper-slide::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  background: var(--bg);
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.banner .swiper .swiper-wrapper .swiper-slide h4 {
  width: -webkit-calc(100% - 0.32rem - 2.2rem);
  width: -moz-calc(100% - 0.32rem - 2.2rem);
  width: calc(100% - 0.32rem - 2.2rem);
  position: absolute;
  z-index: 3;
  bottom: 0.36rem;
  left: 0.32rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "思源宋体Heavy";
}
.banner .swiper .btn {
  --b: .36rem;
  --gap: .22rem;
  --size: .16rem;
  --color: #fff;
}
.banner .swiper .dots {
  left: auto;
  right: 0.49rem;
}
.banner .swiper .dots .swiper-pagination-bullet {
  margin-top: 0.22rem;
}
.banner .swiper .dots .swiper-pagination-bullet-active {
  margin: 0 0.08rem;
  width: 0.5rem;
  height: 0.5rem;
  border: none;
  background-color: transparent;
  background: url(../images/dots.png) no-repeat center/contain;
}

@media screen and (max-width: 1560px) {
  .banner {
    height: 5.5rem;
  }
}
@media screen and (max-width: 950px) {
  .banner {
    height: 5rem;
  }
}
@media screen and (max-width: 850px) {
  .banner {
    height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 4.5rem;
  }
  .banner .swiper .btn {
    --b: .2rem;
    --size: .14rem;
  }
  .banner .swiper .btn .dots {
    right: 0.3rem;
  }
  .banner .swiper .swiper-wrapper .swiper-slide h4 {
    bottom: 0.2rem;
    left: 0.2rem;
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 660px) {
  .banner {
    height: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .banner {
    height: 3.3rem;
  }
  .banner .swiper .btn {
    --gap: .2rem;
    --b: .1rem;
  }
  .banner .swiper .btn .dots {
    right: 0.15rem;
  }
}
@media screen and (max-width: 400px) {
  .banner {
    height: 2.6rem;
  }
}
.common-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.common-title.jb h3 {
  background: var(--theme-linear);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common-title.jb .more {
  color: #666;
}
.common-title.jb .more i {
  color: #999;
  background: transparent;
}
.common-title.jb:hover .text {
  color: var(--theme-color);
}
.common-title h3 {
  font-size: 0.32rem;
  line-height: 2;
  color: #fff;
  font-family: "思源宋体Heavy";
}
.common-title .spic {
  margin-left: auto;
  margin-right: 0;
  height: 0.38rem;
  -webkit-transform: translateY(-0.07rem);
     -moz-transform: translateY(-0.07rem);
      -ms-transform: translateY(-0.07rem);
       -o-transform: translateY(-0.07rem);
          transform: translateY(-0.07rem);
}
.common-title .more {
  margin-left: 0.2rem;
  margin-right: 0;
  position: relative;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.common-title .more .text {
  font-size: 0.2rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.common-title .more i {
  width: 0.35rem;
  height: 0.35rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.09rem;
  font-size: 0.23rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  color: #999;
  background: #fff;
}
.common-title .more:hover .iconfont {
  background-color: var(--theme-color);
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .common-title h3 {
    font-size: 0.3rem;
  }
}
.section2 {
  padding-top: 0.46rem;
  padding-bottom: 0.56rem;
}
.section2 .layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section2 .news {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 550px;
  width: -webkit-calc(760 / var(--box-width) * 100%);
  width: -moz-calc(760 / var(--box-width) * 100%);
  width: calc(760 / var(--box-width) * 100%);
}
.section2 .news .swiper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 0.15rem;
  height: 4rem;
}
.section2 .news .swiper .swiper-slide {
  position: relative;
  --bg: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 1.15rem, transparent 100%);
  position: relative;
}
.section2 .news .swiper .swiper-slide::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  background: var(--bg);
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.section2 .news .swiper .swiper-slide .no-pic {
  background: url(../images/news-default.jpg) no-repeat center/cover;
}
.section2 .news .swiper .swiper-slide h4 {
  width: -webkit-calc(100% - 0.2rem - 2.2rem);
  width: -moz-calc(100% - 0.2rem - 2.2rem);
  width: calc(100% - 0.2rem - 2.2rem);
  position: absolute;
  z-index: 3;
  bottom: 0.22rem;
  left: 0.2rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "思源宋体Heavy";
}
.section2 .news .swiper .btn {
  --b: .28rem;
  --size: .14rem;
  --color: #fff;
  --active-color: var(--theme-color);
  --border-color: transparent;
  --gap: .2rem;
}
.section2 .news .swiper .btn .dots {
  left: auto;
  right: 0.16rem;
}
.section2 .news .card-list {
  margin-top: 0.06rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
}
.section2 .news .card-list .card-item {
  position: relative;
}
.section2 .news .card-list .card-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #d9d9d9;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.section2 .news .card-list .card-item .time {
  margin-top: 0.2rem;
  color: var(--theme-color);
  font-size: 0.2rem;
  font-family: "思源宋体Regular";
}
.section2 .news .card-list .card-item h4 {
  margin-top: 0.05rem;
  margin-bottom: 0.22rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #333;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.8;
}
.section2 .news .card-list .card-item:hover::after {
  background-color: var(--theme-color);
}
.section2 .news .card-list .card-item:hover h4 {
  color: var(--theme-color);
}
.section2 .notice {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section2 .notice .common-title {
  padding: 0.075rem 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/notice-bg.jpg") no-repeat center center/cover;
}
.section2 .notice .common-title h3 {
  padding-left: 1em;
}
.section2 .notice .common-title .more {
  margin-top: auto;
  margin-bottom: 0.15rem;
  margin-left: auto;
  margin-right: 0.18rem;
}
.section2 .notice .common-title .more i {
  margin-left: 0.15rem;
}
.section2 .notice .card-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section2 .notice .card-list .card-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.section2 .notice .card-list .card-item:hover {
  border-color: var(--theme-color);
}
.section2 .notice .card-list .card-item:hover .text {
  color: var(--theme-color);
}
.section2 .notice .card-list .card-item .time-box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0.09rem;
  padding-top: 0.1rem;
  width: 0.88rem;
  height: 0.74rem;
  background: url(../images/time-bg.png) no-repeat center center/contain;
}
.section2 .notice .card-list .card-item .time-box .date {
  font-size: 0.32rem;
  height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color);
  font-weight: 600;
}
.section2 .notice .card-list .card-item .time-box .month {
  white-space: nowrap;
  margin-top: 0.07rem;
  font-size: var(--fs16);
  height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--theme-color);
}
.section2 .notice .card-list .card-item .text {
  margin-top: -0.02rem;
  margin-left: 0.2rem;
  font-size: 0.2rem;
  line-height: 1.75;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 960px) {
  .section2 {
    padding-top: 0.4rem;
  }
  .section2 .news .card-list .card-item {
    padding-left: 0.1rem;
  }
  .section2 .notice .card-list .card-item {
    padding-right: 0.2rem;
  }
  .section2 .notice .card-list .card-item .time-box {
    margin-top: 0.18rem;
    margin-bottom: 0.27rem;
  }
  .section2 .layout {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section2 .layout .news {
    width: 100%;
    min-width: 0;
  }
  .section2 .layout .news .swiper {
    height: auto;
  }
  .section2 .layout .news .swiper .pic {
    position: relative;
    width: 100%;
    height: auto;
  }
  .section2 .layout .news .swiper .pic::after {
    content: "";
    display: block;
    padding-bottom: -webkit-calc(561 / 997 * 100%);
    padding-bottom: -moz-calc(561 / 997 * 100%);
    padding-bottom: calc(561 / 997 * 100%);
  }
  .section2 .layout .news .swiper .pic .ratioBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .section2 .layout .news .swiper .pic img {
    position: absolute;
  }
  .section2 .layout .news .card-list {
    -webkit-column-gap: 0.4rem;
       -moz-column-gap: 0.4rem;
            column-gap: 0.4rem;
  }
  .section2 .layout .notice {
    margin-left: 0;
    margin-top: 0.3rem;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .section2 .layout .news .card-list {
    grid-template-columns: 1fr;
  }
  .section2 .news .swiper .btn .dots {
    --b: .2rem;
    --gap: .2rem;
  }
}
.research {
  background: url("../images/research-bg.png") no-repeat center center/cover;
  padding-top: 0.66rem;
  padding-bottom: 0.75rem;
  background-attachment: fixed;
}
.research .layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.research .layout .common-title i {
  margin-right: 0.44rem;
}
.research .layout .common-title a:hover i {
  background: var(--theme-color2);
}
.research .layout .left {
  position: relative;
  z-index: 2;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
}
.research .layout .left .card-list {
  margin-top: 0.21rem;
  padding-left: 0.1rem;
}
.research .layout .left .card-list .card-item {
  position: relative;
  width: 100%;
  padding-top: 0.16rem;
  padding-right: 0.6rem;
  padding-bottom: 0.19rem;
  padding-left: 0.17rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.research .layout .left .card-list .card-item:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.research .layout .left .card-list .card-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: -0.1rem;
  width: -webkit-calc(100% + 0.15rem);
  width: -moz-calc(100% + 0.15rem);
  width: calc(100% + 0.15rem);
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: url(../images/research-h.png) no-repeat right center/cover;
  z-index: 0;
}
.research .layout .left .card-list .card-item:hover, .research .layout .left .card-list .card-item.active {
  border-color: transparent;
}
.research .layout .left .card-list .card-item:hover::before, .research .layout .left .card-list .card-item.active::before {
  opacity: 1;
}
.research .layout .left .card-list .card-item:hover p, .research .layout .left .card-list .card-item.active p {
  color: var(--theme-color);
}
.research .layout .left .card-list .card-item p {
  position: relative;
  font-size: 0.2rem;
  color: #fff;
  line-height: 1.6;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  z-index: 2;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.research .layout .right {
  margin-left: 0.13rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: url("../images/research-img-bg.jpg") no-repeat center center/cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none !important;
}
.research .layout .right .pic-list {
  --w: .28rem;
  position: relative;
  width: 83.7442922374%;
  height: 79.4160583942%;
  background: rgba(255, 255, 255, 0.32);
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.research .layout .right .pic-list .pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -webkit-calc(100% - var(--w) * 2);
  width: -moz-calc(100% - var(--w) * 2);
  width: calc(100% - var(--w) * 2);
  height: -webkit-calc(100% - var(--w) * 2);
  height: -moz-calc(100% - var(--w) * 2);
  height: calc(100% - var(--w) * 2);
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.research .layout .right .pic-list .pic img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.research .layout .right .pic-list .pic.active {
  opacity: 1;
}

@media screen and (max-width: 1560px) {
  .research .layout .left {
    min-width: 4rem;
  }
  .research .layout .common-title i {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .research .layout {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .research .layout .left {
    width: 100%;
    min-width: 0;
  }
  .research .layout .left .card-list .card-item {
    width: -webkit-calc(100% - 0.1rem);
    width: -moz-calc(100% - 0.1rem);
    width: calc(100% - 0.1rem);
  }
  .research .layout .right {
    margin-top: 0.3rem;
    margin-left: 0;
    padding: 0.5rem;
    width: 100%;
  }
  .research .layout .right .pic-list {
    position: relative;
    width: 100%;
    height: auto;
    height: auto;
  }
  .research .layout .right .pic-list::after {
    content: "";
    display: block;
    padding-bottom: -webkit-calc(544 / 917 * 100%);
    padding-bottom: -moz-calc(544 / 917 * 100%);
    padding-bottom: calc(544 / 917 * 100%);
  }
  .research .layout .right .pic-list .ratioBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .research .layout .right .pic-list img {
    position: absolute;
  }
}
@media screen and (max-width: 960px) {
  .research {
    padding-top: 0.45rem;
    padding-bottom: 0.7rem;
  }
}
@media screen and (max-width: 800px) {
  .research .layout .left .card-list {
    padding-left: 0;
  }
  .research .layout .left .card-list .card-item {
    width: 100%;
  }
  .research .layout .left .card-list .card-item::before {
    left: 0;
    width: 100%;
    background: #FFF;
  }
}
@media screen and (max-width: 600px) {
  .research .layout .right {
    padding: 0.26rem;
  }
}
.academic {
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.academic .btn-forswiper {
  --size: .25rem;
  --position: .67rem;
}
.academic .btn-forswiper .prev,
.academic .btn-forswiper .next {
  top: 0.2rem;
  max-height: none;
  width: -webkit-calc(var(--size) * 1.9);
  width: -moz-calc(var(--size) * 1.9);
  width: calc(var(--size) * 1.9);
  height: -webkit-calc(var(--size) * 1.9);
  height: -moz-calc(var(--size) * 1.9);
  height: calc(var(--size) * 1.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: var(--theme-color3);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.academic .btn-forswiper .prev i,
.academic .btn-forswiper .next i {
  color: #fff;
  font-size: var(--size);
}
.academic .btn-forswiper .prev:hover,
.academic .btn-forswiper .next:hover {
  background: var(--theme-color);
}
.academic .swiper-box {
  margin-top: 0.15rem;
  overflow: hidden;
  width: 100%;
}
.academic .swiper-box .btn {
  display: none;
}
.academic .swiper-box .card-item:hover .text h4 {
  color: var(--hover-color);
}
.academic .swiper-box .card-item:hover .pic img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.academic .swiper-box .swiper {
  padding: 0.15rem 0;
  width: 100%;
  overflow: visible;
}
.academic .swiper-box .swiper .card-list {
  --left: .7rem;
}
.academic .swiper-box .swiper .card-list .card-item {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.academic .swiper-box .swiper .card-list .card-item .pic {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
  position: relative;
  width: 100%;
  height: auto;
}
.academic .swiper-box .swiper .card-list .card-item .pic::after {
  content: "";
  display: block;
  padding-bottom: -webkit-calc(555 / 371 * 100%);
  padding-bottom: -moz-calc(555 / 371 * 100%);
  padding-bottom: calc(555 / 371 * 100%);
}
.academic .swiper-box .swiper .card-list .card-item .pic .ratioBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.academic .swiper-box .swiper .card-list .card-item .pic img {
  position: absolute;
}
.academic .swiper-box .swiper .card-list .card-item .pic .text {
  position: absolute;
  bottom: 0;
  font-size: var(--fs16);
  color: #fff;
  height: 0.34rem;
  min-height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: flex;
}
.academic .swiper-box .swiper .card-list .card-item .pic .text .week {
  height: 100%;
  width: var(--left);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: inherit;
  color: inherit;
  background-color: var(--theme-color2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.academic .swiper-box .swiper .card-list .card-item .pic .text .add {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: inherit;
  color: inherit;
  text-indent: 0.5em;
  width: -webkit-calc(100% - var(--left));
  width: -moz-calc(100% - var(--left));
  width: calc(100% - var(--left));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.academic .swiper-box .swiper .card-list .card-item .pic .text .add p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.academic .swiper-box .swiper .card-list .card-item .text2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.academic .swiper-box .swiper .card-list .card-item .text2 .time {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-bottom: 10px;
  width: var(--left);
  background: var(--theme-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.academic .swiper-box .swiper .card-list .card-item .text2 .time .date {
  margin-top: 1px;
  height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.36rem;
  font-family: "思源宋体Heavy";
  color: inherit;
}
.academic .swiper-box .swiper .card-list .card-item .text2 .time .month {
  margin-top: 0.08rem;
  height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--fs16);
  font-family: "思源宋体Heavy";
  color: inherit;
}
.academic .swiper-box .swiper .card-list .card-item .text2 h4 {
  padding: 0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--fs18);
  font-weight: 400;
  padding-left: 0.7em;
  line-height: 1.5;
}
.academic .swiper-box .swiper .card-list .card-item .text2 h4 p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 1800px) {
  .academic .btn-forswiper {
    --position: .3rem;
  }
}
@media screen and (max-width: 1750px) {
  .academic .btn-forswiper {
    --position: .2rem;
  }
}
@media screen and (max-width: 1560px) {
  .academic .swiper-box .swiper1 .card-list .right .card-item {
    padding: 0.08rem 0.15rem;
  }
  .academic .swiper-box .swiper1 .card-list .right .card-item .text {
    margin: 0 0.2rem;
  }
}
@media screen and (max-width: 1450px) {
  .academic .btn-forswiper {
    --position: .1rem;
    --size: .2rem;
  }
}
@media screen and (max-width: 1280px) {
  .grow .content .right .swiper .btn,
  .academic .swiper-box .swiper .btn {
    --w: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grow .content .right .swiper .btn .prev,
  .grow .content .right .swiper .btn .next,
  .academic .swiper-box .swiper .btn .prev,
  .academic .swiper-box .swiper .btn .next {
    padding: 0.1rem 0.05rem;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .grow .content .right .swiper .btn .prev:hover,
  .grow .content .right .swiper .btn .next:hover,
  .academic .swiper-box .swiper .btn .prev:hover,
  .academic .swiper-box .swiper .btn .next:hover {
    background-color: var(--theme-color);
  }
  .grow .content .right .swiper .btn .prev:hover i,
  .grow .content .right .swiper .btn .next:hover i,
  .academic .swiper-box .swiper .btn .prev:hover i,
  .academic .swiper-box .swiper .btn .next:hover i {
    color: #fff;
  }
  .grow .content .right .swiper .btn .prev i,
  .grow .content .right .swiper .btn .next i,
  .academic .swiper-box .swiper .btn .prev i,
  .academic .swiper-box .swiper .btn .next i {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 500px) {
  .academic .swiper-box .swiper .card-list .card-item .text2 h4 p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 410px) {
  .academic .swiper-box .swiper .card-list {
    --left: 1rem;
  }
}
.grow {
  padding-top: 0.5rem;
  padding-bottom: 0.68rem;
  background: url(../images/grow-bg.png) no-repeat center bottom/cover;
  background-attachment: fixed;
}
.grow .content {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grow .content .right {
  width: 100%;
}
.grow .content .right .btn-forswiper {
  --size: .25rem;
  position: static;
  height: -webkit-calc(var(--size) * 1.9);
  height: -moz-calc(var(--size) * 1.9);
  height: calc(var(--size) * 1.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.grow .content .right .btn-forswiper .prev,
.grow .content .right .btn-forswiper .next {
  margin-left: auto;
  margin-right: 0;
  position: static;
  max-height: none;
  width: -webkit-calc(var(--size) * 1.9);
  width: -moz-calc(var(--size) * 1.9);
  width: calc(var(--size) * 1.9);
  height: -webkit-calc(var(--size) * 1.9);
  height: -moz-calc(var(--size) * 1.9);
  height: calc(var(--size) * 1.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: var(--theme-color3);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.grow .content .right .btn-forswiper .prev i,
.grow .content .right .btn-forswiper .next i {
  color: #fff;
}
.grow .content .right .btn-forswiper .prev:hover,
.grow .content .right .btn-forswiper .next:hover {
  background: var(--theme-color);
}
.grow .content .right .btn-forswiper .next {
  margin-left: 0.34rem;
}
.grow .content .right .swiper {
  margin-top: 0.32rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.grow .content .right .swiper .btn {
  display: none;
}
.grow .content .right .box {
  position: relative;
  --bg: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 1.15rem, transparent 100%);
  position: relative;
  width: 100%;
  height: auto;
  position: relative;
}
.grow .content .right .box::after {
  content: "";
  display: block;
  padding-bottom: -webkit-calc(410 / 324 * 100%);
  padding-bottom: -moz-calc(410 / 324 * 100%);
  padding-bottom: calc(410 / 324 * 100%);
}
.grow .content .right .box .ratioBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.grow .content .right .box img {
  position: absolute;
}
.grow .content .right .box::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  background: var(--bg);
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}
.grow .content .right .box img {
  top: 0;
  left: 0;
}
.grow .content .right .box h4 {
  position: absolute;
  padding: 0 0.17rem;
  z-index: 3;
  bottom: 0.1rem;
  color: #fff;
  font-weight: 400;
  font-size: var(--fs18);
  line-height: 1.7777777778;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.grow .content .right .box p {
  display: none;
}
.grow .content .right .box .more {
  display: none;
}

@media screen and (max-width: 880px) {
  .grow {
    padding-bottom: 0.6rem;
  }
  .grow .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .grow .content .right {
    width: 100%;
  }
  .grow .content .right .swiper {
    margin-top: 0;
  }
  .grow .content .right .swiper .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grow .content .right .btn-forswiper {
    display: none;
  }
  .grow .content .right .btn-forswiper .next {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .grow {
    padding-top: 0.45rem;
  }
}
section {
  overflow: hidden;
}