.banner {
  margin-top: var(--head-height);
  position: relative;
  height: -webkit-calc(100vh - var(--head-height));
  height: -moz-calc(100vh - var(--head-height));
  height: calc(100vh - var(--head-height));
  min-height: -webkit-calc(9rem - var(--head-height));
  min-height: -moz-calc(9rem - var(--head-height));
  min-height: calc(9rem - var(--head-height));
  max-height: 1080px;
  --foreground: linear-gradient(180deg, #000 0%, #666 var(--head-height), #666 100%);
}
.banner .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide .pic {
  min-height: 100%;
  -webkit-perspective: 1000px;
     -moz-perspective: 1000px;
          perspective: 1000px;
}
.banner .swiper .swiper-wrapper .swiper-slide .pic img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s linear 2s;
  -o-transition: 1s linear 2s;
  -moz-transition: 1s linear 2s;
  transition: 1s linear 2s;
  -webkit-transform: perspective(200px) rotateY(-0.5deg) scale(1.15, 1.15);
     -moz-transform: perspective(200px) rotateY(-0.5deg) scale(1.15, 1.15);
          transform: perspective(200px) rotateY(-0.5deg) scale(1.15, 1.15);
}
.banner .swiper .swiper-wrapper .swiper-slide-active .pic img,
.banner .swiper .swiper-wrapper .swiper-slide-duplicate-active .pic img {
  -webkit-transform: perspective(200px) scale(1, 1);
     -moz-transform: perspective(200px) scale(1, 1);
          transform: perspective(200px) scale(1, 1);
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  -moz-transition: 5s linear;
  transition: 5s linear;
}
.banner .swiper .btn {
  --b: .37rem;
  --w: .26rem;
  --size: .15rem;
  --btn-b: .23rem;
  --btn-size: .38rem;
  --cilcle-size: 1.6rem;
  --color: #fff;
}
.banner .swiper .btn .prev,
.banner .swiper .btn .next {
  width: 0.7rem;
  height: 0.7rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
.banner .swiper .btn .prev.btnBox,
.banner .swiper .btn .prev .btnBox,
.banner .swiper .btn .next.btnBox,
.banner .swiper .btn .next .btnBox {
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
}
.banner .swiper .btn .prev.btnBox .iconfont,
.banner .swiper .btn .prev .btnBox .iconfont,
.banner .swiper .btn .next.btnBox .iconfont,
.banner .swiper .btn .next .btnBox .iconfont {
  position: relative;
  z-index: 100;
}
.banner .swiper .btn .prev.btnBox::before,
.banner .swiper .btn .prev .btnBox::before,
.banner .swiper .btn .next.btnBox::before,
.banner .swiper .btn .next .btnBox::before {
  position: absolute;
  content: "";
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-linear3);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.banner .swiper .btn .prev.btnBox .iconfont:not(.normal),
.banner .swiper .btn .prev .btnBox .iconfont:not(.normal),
.banner .swiper .btn .next.btnBox .iconfont:not(.normal),
.banner .swiper .btn .next .btnBox .iconfont:not(.normal) {
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: fontSize 0s;
  -o-transition: fontSize 0s;
  -moz-transition: fontSize 0s;
  transition: fontSize 0s;
}
.banner .swiper .btn .prev.btnBox .iconfont:not(.normal) span,
.banner .swiper .btn .prev .btnBox .iconfont:not(.normal) span,
.banner .swiper .btn .next.btnBox .iconfont:not(.normal) span,
.banner .swiper .btn .next .btnBox .iconfont:not(.normal) span {
  color: inherit;
}
.banner .swiper .btn .prev:hover .btnBox, .banner .swiper .btn .prev:hover.btnBox,
.banner .swiper .btn .next:hover .btnBox,
.banner .swiper .btn .next:hover.btnBox {
  color: #fff;
}
.banner .swiper .btn .prev:hover .btnBox::before, .banner .swiper .btn .prev:hover.btnBox::before,
.banner .swiper .btn .next:hover .btnBox::before,
.banner .swiper .btn .next:hover.btnBox::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  background: var(--theme-linear3);
}
.banner .swiper .btn .prev:hover .btnBox .iconfont:not(.normal), .banner .swiper .btn .prev:hover.btnBox .iconfont:not(.normal),
.banner .swiper .btn .next:hover .btnBox .iconfont:not(.normal),
.banner .swiper .btn .next:hover.btnBox .iconfont:not(.normal) {
  color: #fff;
}
.banner .swiper .btn .prev:hover i,
.banner .swiper .btn .next:hover i {
  color: #fff;
}
.banner .swiper .btn i {
  font-size: 0.4rem;
  color: #fff;
}
.banner .swiper .dots .swiper-pagination-bullet {
  margin-top: 0.25rem;
}
.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/cover;
}

@media screen and (max-width: 1440px) {
  .banner {
    min-height: 8rem;
  }
}
@media screen and (max-width: 1280px) {
  .banner {
    min-height: 0;
    height: 7rem;
  }
}
@media screen and (max-width: 1000px) {
  .banner {
    position: relative;
    width: 100%;
    height: auto;
  }
  .banner::after {
    content: "";
    display: block;
    padding-bottom: -webkit-calc(500 / 1000 * 100%);
    padding-bottom: -moz-calc(500 / 1000 * 100%);
    padding-bottom: calc(500 / 1000 * 100%);
  }
  .banner .swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper .btn {
    --b: .2rem;
  }
  .banner .swiper .btn .prev,
  .banner .swiper .btn .next {
    width: 0.6rem;
    height: 0.6rem;
  }
  .banner .swiper .btn .prev i,
  .banner .swiper .btn .next i {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 500px) {
  .banner::after {
    padding-bottom: 60%;
  }
}
.news {
  padding-top: 0.43rem;
  padding-bottom: 0.62rem;
  background: url(../images/new-bg.jpg) no-repeat center/cover;
}
.news .content {
  overflow: hidden;
  margin-top: 0.27rem;
  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;
}
.news .content .left {
  width: -webkit-calc(784 / var(--box-width) * 100%);
  width: -moz-calc(784 / var(--box-width) * 100%);
  width: calc(784 / var(--box-width) * 100%);
  --img-height: 6rem;
  --btn-top: 4.06rem;
}
.news .content .left .swiper .btn {
  position: absolute;
  top: var(--btn-top);
  width: 100%;
  --size: .15rem;
  --b: 0;
  --gap: .17rem;
  --color: #fff;
  height: var(--size);
  z-index: 2;
}
.news .content .left .swiper .btn .dots {
  margin-right: -webkit-calc(0.25rem - var(--gap) / 2);
  margin-right: -moz-calc(0.25rem - var(--gap) / 2);
  margin-right: calc(0.25rem - var(--gap) / 2);
}
.news .content .left .swiper .btn .dots .swiper-pagination-bullet {
  margin-top: 0.25rem;
  border: none;
}
.news .content .left .swiper .btn .dots .swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}
.news .content .left .swiper .box {
  cursor: pointer;
}
.news .content .left .swiper .box.line,
.news .content .left .swiper .box .line {
  background-repeat: no-repeat;
  will-change: background-size;
  -webkit-transition: -webkit-background-size 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-background-size 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: -o-background-size 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: background-size 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: background-size 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: background-size 0.7s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-background-size 0.7s cubic-bezier(0.075, 0.82, 0.165, 1), -o-background-size 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-background-size: 0 1px;
       -o-background-size: 0 1px;
          background-size: 0 1px;
  display: inline;
  background-position: 0 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#666));
  background-image: -webkit-linear-gradient(#666, #666);
  background-image: -moz-linear-gradient(#666, #666);
  background-image: -o-linear-gradient(#666, #666);
  background-image: linear-gradient(#666, #666);
}
.news .content .left .swiper .box:hover.line,
.news .content .left .swiper .box:hover .line, .news .content .left .swiper .box.active.line,
.news .content .left .swiper .box.active .line,
.news .content .left .swiper .box .active.line,
.news .content .left .swiper .box .active .line {
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#666)) no-repeat 0 100%/100% 1px;
  background: -webkit-linear-gradient(#666, #666) no-repeat 0 100%/100% 1px;
  background: -moz-linear-gradient(#666, #666) no-repeat 0 100%/100% 1px;
  background: -o-linear-gradient(#666, #666) no-repeat 0 100%/100% 1px;
  background: linear-gradient(#666, #666) no-repeat 0 100%/100% 1px;
}
.news .content .left .swiper .box:hover .text h4 {
  color: var(--hover-color);
}
.news .content .left .swiper .box .pic {
  height: var(--img-height);
}
.news .content .left .swiper .box .text {
  padding: 0.27rem 0.53rem 0.36rem 0.37rem;
  background-color: #fff;
  display: none;
}
.news .content .left .swiper .box .text h4 {
  font-size: 0.24rem;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.news .content .left .swiper .box .text p {
  margin-top: 0.14rem;
  font-size: var(--fs18);
  height: 4.4em;
  color: #999;
  line-height: 2.2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .content .left .swiper .box .text .time-more {
  margin-top: 0.27rem;
  width: -webkit-calc(100% + 0.18rem);
  width: -moz-calc(100% + 0.18rem);
  width: calc(100% + 0.18rem);
  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;
}
.news .content .left .swiper .box .text .time-more .time {
  font-size: var(--fs18);
  color: var(--hover-color);
}
.news .content .left .swiper .box .text .time-more .more {
  color: #999;
  font-size: var(--fs18);
}
.news .content .left .swiper .box .text .time-more .more:hover {
  color: var(--hover-color);
}
.news .content .right {
  margin-left: 0.22rem;
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.news .content .right .card-list {
  height: 100%;
  opacity: 1;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.15rem;
}
.news .content .right .card-list .card-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  -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;
  white-space: nowrap;
}
.news .content .right .card-list .card-item::after {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  position: absolute;
  right: 0.15rem;
  bottom: 0.24rem;
  z-index: 1;
  background: url(../images/new-item-bg.png) no-repeat center/cover;
}
.news .content .right .card-list .card-item.active::after {
  opacity: 1;
}
.news .content .right .card-list .card-item.active .time-l {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1.11rem;
  background: var(--theme-linear);
}
.news .content .right .card-list .card-item.active .time-r {
  width: 0;
  padding-right: 0;
}
.news .content .right .card-list .card-item.active .text-box {
  margin-top: 0.12rem;
  margin-bottom: 0.13rem;
}
.news .content .right .card-list .card-item.active .text p {
  margin-top: 0.1rem;
  height: 4em;
}
.news .content .right .card-list .card-item .text {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 0.28rem;
  padding-right: 0.3rem;
  height: 100%;
  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;
  white-space: wrap;
}
.news .content .right .card-list .card-item .text .text-box {
  width: 100%;
}
.news .content .right .card-list .card-item .text p {
  width: 100%;
  font-size: var(--fs18);
  color: #999;
  line-height: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0;
}
.news .content .right .card-list .card-item .text h4 {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0.2rem;
}
.news .content .right .card-list .card-item .time-l {
  width: 0;
  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;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}
.news .content .right .card-list .card-item .time-l .time-box {
  width: 100%;
}
.news .content .right .card-list .card-item .time-l .time-box span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
.news .content .right .card-list .card-item .time-l .time-box .date {
  font-size: 0.3rem;
  font-weight: 600;
  color: #fff;
}
.news .content .right .card-list .card-item .time-l .time-box .month {
  font-size: var(--fs18);
  color: #fff;
}
.news .content .right .card-list .card-item .time-r {
  padding-right: 0.23rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: var(--fs18);
  color: #999;
  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;
}

@media screen and (max-width: 1000px) {
  .news .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news .content .left {
    width: 100%;
  }
  .news .content .left .swiper .box .pic {
    position: relative;
    width: 100%;
    height: auto;
  }
  .news .content .left .swiper .box .pic::after {
    content: "";
    display: block;
    padding-bottom: -webkit-calc(441 / 784 * 100%);
    padding-bottom: -moz-calc(441 / 784 * 100%);
    padding-bottom: calc(441 / 784 * 100%);
  }
  .news .content .left .swiper .box .pic .ratioBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .news .content .left .swiper .box .pic img {
    position: absolute;
  }
  .news .content .right {
    margin-top: 0.33rem;
    margin-left: 0;
    width: 100%;
  }
  .news .content .right .card-list {
    row-gap: 0.2rem;
  }
  .news .content .right .card-list .card-item {
    min-height: 1rem;
  }
}
.notice {
  position: relative;
  padding-top: 0.44rem;
  padding-bottom: 0.34rem;
  background: #3b65bb;
}
.notice::before {
  width: 1.7rem;
  height: 3.5rem;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url(../images/notice-l-bg.png) no-repeat left bottom/contain;
}
.notice::after {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url(../images/notice-r-bg.png) no-repeat right bottom/contain;
}
.notice .swiper {
  margin-top: 0.34rem;
  padding-bottom: 1.15rem;
}
.notice .swiper.swiper1 {
  display: block;
}
.notice .swiper.swiper2 {
  display: none;
}
.notice .swiper .btn {
  --size: .17rem;
  --b: 0;
  --gap: .12rem;
  --active-color: var(--sub-theme-color);
  --border-color: transparent;
  --color: var(--theme-color);
}
.notice .swiper .btn .dots {
  padding: 0.06rem 0.08rem;
  background-color: #fff;
  -webkit-border-radius: 0.14rem;
          border-radius: 0.14rem;
}
.notice .swiper .box {
  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;
  height: 2.2rem;
}
.notice .swiper .box:hover .text h4 {
  color: var(--hover-color);
}
.notice .swiper .box:hover .text .more {
  color: var(--hover-color);
}
.notice .swiper .box .time {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
  padding: 0 0.28rem;
  background: var(--theme-linear);
}
.notice .swiper .box .time::before {
  content: "";
  position: absolute;
  width: 0.54rem;
  height: 0.54rem;
  bottom: 0.28rem;
  left: auto;
  right: auto;
  margin: 0;
  background: url(../images/notice-item-bg.png) no-repeat center/contain;
}
.notice .swiper .box .time .date {
  margin-top: 0.25rem;
  font-weight: 600;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
}
.notice .swiper .box .time .month {
  margin-top: 0.06rem;
  font-size: 0.14rem;
  color: #fff;
  white-space: nowrap;
}
.notice .swiper .box .text {
  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;
  padding: 0.33rem 0.39rem 0.3rem 0.27rem;
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.notice .swiper .box .text h4 {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 0.2rem;
  color: #333;
  line-height: 1.8;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice .swiper .box .text .more {
  margin-top: auto;
  margin-bottom: 0;
  text-align: right;
  font-size: var(--fs18);
  color: #999;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 1560px) {
  .notice .swiper {
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .notice .swiper {
    padding-bottom: 0.66rem;
  }
}
@media screen and (max-width: 660px) {
  .notice .swiper.swiper1 {
    display: none;
  }
  .notice .swiper.swiper2 {
    display: block;
  }
}
.academic {
  padding-top: 0.66rem;
  padding-bottom: 1.5rem;
  background: url(../images/academic-bg.jpg) no-repeat center/cover;
}
.academic .card-list {
  margin-top: 0.39rem;
  float: 1 0 0;
  display: grid;
  grid-template-columns: 3rem 1fr 1fr;
  -webkit-column-gap: 0.34rem;
     -moz-column-gap: 0.34rem;
          column-gap: 0.34rem;
  row-gap: 0.28rem;
}
.academic .card-list .left {
  grid-row: 1/3;
}
.academic .card-list .text {
  height: 100%;
  position: relative;
  background-color: #fff;
}
.academic .card-list .text h4 {
  color: #333;
  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;
}
.academic .card-list .text .rows {
  width: 90%;
}
.academic .card-list .text .rows .row {
  position: relative;
  color: #333;
  font-size: var(--fs18);
  line-height: 1.55;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.academic .card-list .text .rows .row + .row {
  margin-top: 0.08rem;
}
.academic .card-list .text .rows .row i {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 0rem;
  left: 0;
  background: var(--theme-linear2);
  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.14rem;
  color: #fff;
  z-index: 1;
}
.academic .card-list .text .rows .row .l {
  display: inline-block;
  white-space: nowrap;
}
.academic .card-list .text .rows .row .r {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.academic .card-list .card-item.text,
.academic .card-list .card-item .text {
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
.academic .card-list .card-item.text .btnText,
.academic .card-list .card-item .text .btnText {
  position: relative;
  z-index: 100;
}
.academic .card-list .card-item.text::after,
.academic .card-list .card-item .text::after {
  position: absolute;
  content: "";
  opacity: 0;
  z-index: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-linear3);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.academic .card-list .card-item.text .btnText:not(.normal),
.academic .card-list .card-item .text .btnText:not(.normal) {
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: fontSize 0s;
  -o-transition: fontSize 0s;
  -moz-transition: fontSize 0s;
  transition: fontSize 0s;
}
.academic .card-list .card-item.text .btnText:not(.normal) span,
.academic .card-list .card-item .text .btnText:not(.normal) span {
  color: inherit;
}
.academic .card-list .card-item:hover .text, .academic .card-list .card-item:hover.text {
  color: #fff;
}
.academic .card-list .card-item:hover .text::after, .academic .card-list .card-item:hover.text::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  background: var(--theme-linear3);
}
.academic .card-list .card-item:hover .text .btnText:not(.normal), .academic .card-list .card-item:hover.text .btnText:not(.normal) {
  color: #fff;
}
.academic .card-list .card-item:hover .text h4 {
  color: var(--hover-color);
}
.academic .card-list .card-item:hover .text .rows .row i {
  color: var(--hover-color);
  background: #fff;
}
.academic .card-list .card-item:hover 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 .card-list .card-item:nth-of-type(n) .text {
  padding: 0.26rem 0.56rem 0.31rem 0.27rem;
}
.academic .card-list .card-item:nth-of-type(n) .text h4 {
  height: 3.5em;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.academic .card-list .card-item:nth-of-type(n) .text .rows {
  margin-top: 0.16rem;
}
.academic .card-list .card-item:nth-of-type(n) .text .rows .row {
  padding-left: 0.36rem;
}

@media screen and (max-width: 1440px) {
  .academic .card-list .text .rows .row i {
    top: 0.01rem;
  }
}
@media screen and (max-width: 900px) {
  .academic {
    padding-bottom: 0.6rem;
  }
  .academic .card-list {
    grid-template-columns: 3rem 1fr;
  }
  .academic .card-list .card-item:nth-of-type(3),
  .academic .card-list .card-item:nth-of-type(4) {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 480px) {
  .academic .card-list {
    grid-template-columns: 1fr;
  }
  .academic .card-list .left {
    grid-column: 1/2;
  }
  .academic .card-list .left .pic {
    margin: 0 auto;
  }
  .academic .card-list .card-item:nth-of-type(3),
  .academic .card-list .card-item:nth-of-type(4) {
    grid-column: 1/2;
  }
}
.research {
  position: relative;
  padding-top: 0.82rem;
  padding-bottom: 1.07rem;
  background: url(../images/research-bg.png) no-repeat center bottom/cover;
  overflow: hidden;
}
.research .layout {
  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;
}
.research .left {
  margin-right: 0.5rem;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  width: -webkit-calc(732 / var(--box-width) * 100%);
  width: -moz-calc(732 / var(--box-width) * 100%);
  width: calc(732 / var(--box-width) * 100%);
}
.research .left .text-box {
  display: block;
  margin-top: 0.49rem;
  padding: 0.39rem 0.37rem 0.39rem 0.29rem;
  background-color: #fff;
  cursor: pointer;
}
.research .left .text-box:hover h4 {
  color: var(--hover-color);
}
.research .left .text-box h4 {
  font-size: 0.24rem;
  line-height: 1.7083333333;
  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;
}
.research .left .text-box p {
  margin-top: 0.18rem;
  color: #666;
  font-size: var(--fs18);
  line-height: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 6em;
}
.research .left .follow-btn {
  -webkit-border-radius: 0;
          border-radius: 0;
  --bg-color: linear-gradient(120deg, #16AAE5, #1DCCD5);
  --fs: var(--fs16);
  --w: 1.68rem;
  --h: .55rem;
}
.research .right {
  position: relative;
  --size: 1.41rem;
  --gap: .3rem;
  width: 7.65rem;
}
.research .right .swiper .swiper-wrapper {
  margin-bottom: -webkit-calc(var(--size) / 2);
  margin-bottom: -moz-calc(var(--size) / 2);
  margin-bottom: calc(var(--size) / 2);
}
.research .right .swiper .pic {
  position: relative;
  width: 100%;
  height: auto;
}
.research .right .swiper .pic::after {
  content: "";
  display: block;
  padding-bottom: -webkit-calc(437 / 765 * 100%);
  padding-bottom: -moz-calc(437 / 765 * 100%);
  padding-bottom: calc(437 / 765 * 100%);
}
.research .right .swiper .pic .ratioBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.research .right .swiper .pic img {
  position: absolute;
}
.research .right .swiper .prev,
.research .right .swiper .next {
  width: 0.6rem;
  height: 0.6rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}
.research .right .swiper .prev.btnBox,
.research .right .swiper .prev .btnBox,
.research .right .swiper .next.btnBox,
.research .right .swiper .next .btnBox {
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
}
.research .right .swiper .prev.btnBox .iconfont,
.research .right .swiper .prev .btnBox .iconfont,
.research .right .swiper .next.btnBox .iconfont,
.research .right .swiper .next .btnBox .iconfont {
  position: relative;
  z-index: 100;
}
.research .right .swiper .prev.btnBox::before,
.research .right .swiper .prev .btnBox::before,
.research .right .swiper .next.btnBox::before,
.research .right .swiper .next .btnBox::before {
  position: absolute;
  content: "";
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(330deg, #16AAE5, #1DCCD5);
  background: -moz-linear-gradient(330deg, #16AAE5, #1DCCD5);
  background: -o-linear-gradient(330deg, #16AAE5, #1DCCD5);
  background: linear-gradient(120deg, #16AAE5, #1DCCD5);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.research .right .swiper .prev.btnBox .iconfont:not(.normal),
.research .right .swiper .prev .btnBox .iconfont:not(.normal),
.research .right .swiper .next.btnBox .iconfont:not(.normal),
.research .right .swiper .next .btnBox .iconfont:not(.normal) {
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: fontSize 0s;
  -o-transition: fontSize 0s;
  -moz-transition: fontSize 0s;
  transition: fontSize 0s;
}
.research .right .swiper .prev.btnBox .iconfont:not(.normal) span,
.research .right .swiper .prev .btnBox .iconfont:not(.normal) span,
.research .right .swiper .next.btnBox .iconfont:not(.normal) span,
.research .right .swiper .next .btnBox .iconfont:not(.normal) span {
  color: inherit;
}
.research .right .swiper .prev:hover .btnBox, .research .right .swiper .prev:hover.btnBox,
.research .right .swiper .next:hover .btnBox,
.research .right .swiper .next:hover.btnBox {
  color: #fff;
}
.research .right .swiper .prev:hover .btnBox::before, .research .right .swiper .prev:hover.btnBox::before,
.research .right .swiper .next:hover .btnBox::before,
.research .right .swiper .next:hover.btnBox::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  background: -webkit-linear-gradient(330deg, #16AAE5, #1DCCD5);
  background: -moz-linear-gradient(330deg, #16AAE5, #1DCCD5);
  background: -o-linear-gradient(330deg, #16AAE5, #1DCCD5);
  background: linear-gradient(120deg, #16AAE5, #1DCCD5);
}
.research .right .swiper .prev:hover .btnBox .iconfont:not(.normal), .research .right .swiper .prev:hover.btnBox .iconfont:not(.normal),
.research .right .swiper .next:hover .btnBox .iconfont:not(.normal),
.research .right .swiper .next:hover.btnBox .iconfont:not(.normal) {
  color: #fff;
}
.research .right .swiper .prev i,
.research .right .swiper .next i {
  font-size: 0.34rem;
  color: #fff;
}
.research .right .swiper .prev:hover i,
.research .right .swiper .next:hover i {
  color: #fff;
}
.research .right .swiper-dots {
  position: absolute;
  width: 100%;
  height: var(--size);
  bottom: 0;
}
.research .right .swiper-dots .dot {
  position: absolute;
  cursor: pointer;
  width: var(--size);
  height: var(--size);
  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: auto;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.research .right .swiper-dots .dot .spic {
  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;
  overflow: hidden;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
.research .right .swiper-dots .dot img {
  height: -webkit-calc(var(--size));
  height: -moz-calc(var(--size));
  height: calc(var(--size));
  max-width: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}
.research .right .swiper-dots .dot[data-key="0"] .spic {
  width: var(--size);
  height: var(--size);
}
.research .right .swiper-dots .dot[data-key="-1"],
.research .right .swiper-dots .dot[data-key="+1"] {
  -webkit-transform: translateX(-webkit-calc((var(--size) / 1.41 / 2 + var(--gap) + var(--size) / 2) * var(--x)));
     -moz-transform: translateX(-moz-calc((var(--size) / 1.41 / 2 + var(--gap) + var(--size) / 2) * var(--x)));
      -ms-transform: translateX(calc((var(--size) / 1.41 / 2 + var(--gap) + var(--size) / 2) * var(--x)));
       -o-transform: translateX(calc((var(--size) / 1.41 / 2 + var(--gap) + var(--size) / 2) * var(--x)));
          transform: translateX(calc((var(--size) / 1.41 / 2 + var(--gap) + var(--size) / 2) * var(--x)));
}
.research .right .swiper-dots .dot[data-key="-1"] .spic,
.research .right .swiper-dots .dot[data-key="+1"] .spic {
  width: -webkit-calc(var(--size) / 1.41);
  width: -moz-calc(var(--size) / 1.41);
  width: calc(var(--size) / 1.41);
  height: -webkit-calc(var(--size) / 1.41);
  height: -moz-calc(var(--size) / 1.41);
  height: calc(var(--size) / 1.41);
}
.research .right .swiper-dots .dot[data-key="-2"],
.research .right .swiper-dots .dot[data-key="+2"] {
  -webkit-transform: translateX(-webkit-calc((var(--size) / 2 / 2 + var(--gap) * 2 + var(--size) / 2 + var(--size) / 1.41) * var(--x)));
     -moz-transform: translateX(-moz-calc((var(--size) / 2 / 2 + var(--gap) * 2 + var(--size) / 2 + var(--size) / 1.41) * var(--x)));
      -ms-transform: translateX(calc((var(--size) / 2 / 2 + var(--gap) * 2 + var(--size) / 2 + var(--size) / 1.41) * var(--x)));
       -o-transform: translateX(calc((var(--size) / 2 / 2 + var(--gap) * 2 + var(--size) / 2 + var(--size) / 1.41) * var(--x)));
          transform: translateX(calc((var(--size) / 2 / 2 + var(--gap) * 2 + var(--size) / 2 + var(--size) / 1.41) * var(--x)));
  z-index: 1;
}
.research .right .swiper-dots .dot[data-key="-2"] .spic,
.research .right .swiper-dots .dot[data-key="+2"] .spic {
  width: -webkit-calc(var(--size) / 2);
  width: -moz-calc(var(--size) / 2);
  width: calc(var(--size) / 2);
  height: -webkit-calc(var(--size) / 2);
  height: -moz-calc(var(--size) / 2);
  height: calc(var(--size) / 2);
}

@media screen and (max-width: 1111px) {
  .research .right {
    --size: 1.3rem;
    --gap: .28rem;
    width: 7rem;
  }
}
@media screen and (max-width: 1000px) {
  .research .right {
    --size: 1.26rem;
    --gap: .26rem;
    width: 6.8rem;
  }
}
@media screen and (max-width: 950px) {
  .research {
    padding-top: 0.55rem;
    padding-bottom: 1.22rem;
  }
  .research .left .text-box {
    margin-top: 0.35rem;
    padding: 0.3rem 0.3rem 0.4rem;
  }
  .research .right {
    margin-top: 0.4rem;
    --size: 1.15rem;
    --gap: .24rem;
    width: 6rem;
  }
}
@media screen and (max-width: 900px) {
  .research .layout {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .research .left {
    margin-right: 0;
    width: 100%;
  }
  .research .right {
    width: 100%;
    --size: 1.41rem;
    --gap: .3rem;
  }
}
@media screen and (max-width: 600px) {
  .research .right {
    --size: 1.3rem;
    --gap: .28rem;
  }
}
@media screen and (max-width: 500px) {
  .research .right {
    --size: 1.26rem;
    --gap: .26rem;
  }
}
@media screen and (max-width: 450px) {
  .research {
    padding-bottom: 0.9rem;
  }
  .research .right {
    --size: 1.15rem;
    --gap: .24rem;
  }
}
@media screen and (max-width: 400px) {
  .research .right {
    --size: 1rem;
    --gap: .2rem;
  }
}