@charset "UTF-8";
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .pic {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.banner .pic::after {
  content: "";
  display: block;
  padding-bottom: calc(864 / 1920 * 100%);
}
.banner .pic img {
  position: absolute;
}
.banner .btn {
  --b: 0.41rem;
  --t: auto;
  --size: 0.28rem;
  --width: 0.4rem;
  --h: 0.05rem;
  --color: transparent;
  --active-color: #fff;
  --border-color: #fff;
  --border-width: 1px;
  --active-border-width: var(--border-width);
  --active-border-color: var(--active-color);
  --gap: 0.24rem;
  --left: auto;
  --right: auto;
  --border-radius: 50%;
  position: absolute;
  inset: 0;
}
.banner .btn .dots {
  position: absolute;
  z-index: 11;
  top: var(--t);
  bottom: var(--b);
  left: 0;
  right: 0;
  margin-left: var(--left);
  margin-right: var(--right);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .btn .dots .swiper-pagination-bullet {
  width: var(--width);
  height: var(--h);
  margin: 0 calc(var(--gap) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 1.71rem;
  background: rgb(255, 255, 255);
  opacity: 0.4;
}
.banner .btn .dots .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  opacity: 1;
  background: #f08c00;
  -webkit-transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.banner .btn .dots .swiper-pagination-bullet-active {
  background-color: transparent;
}
.banner .btn .dots .swiper-pagination-bullet-active:after {
  width: var(--width);
  -webkit-transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.index-title {
  position: relative;
  padding-top: 0.25rem;
}
.index-title h2 {
  font-weight: bold;
  font-size: var(--tfs36);
  color: #262a74;
  text-align: left;
  font-style: normal;
}
.index-title p {
  width: 2.96rem;
  height: 0.44rem;
  background: url(../images/index-abouts.png) no-repeat left center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.73rem 0 0.56rem;
  position: relative;
}
.about::after {
  content: "";
  width: 1px;
  height: 2.2rem;
  display: block;
  background: rgba(191, 25, 32, 0.1);
  position: absolute;
  top: 0;
  left: 44.375%;
}
.about::before {
  content: "";
  width: 47.6041666667%;
  height: 1px;
  background: rgba(191, 25, 32, 0.1);
  position: absolute;
  top: 1.58rem;
  left: 0;
}
.about .title-border {
  width: 100%;
  height: 2px;
  background-color: rgb(191, 25, 32);
  position: absolute;
  top: 0.85rem;
  right: 82%;
  margin-left: auto;
  margin-right: auto;
}
.about .about-bg {
  width: 2.6rem;
  height: 1.76rem;
  background: url(../images/abouts-bg.png) no-repeat left center;
  background-size: 2.6rem 1.76rem;
  position: absolute;
  bottom: 0;
  left: 4.18rem;
  z-index: -1;
}
.about .layout {
  position: relative;
}
.about .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about .rows .left {
  width: 43.0769230769%;
  margin-right: 0.96rem;
}
.about .rows .left .about-content {
  padding-top: 0.88rem;
}
.about .rows .left .about-content p {
  font-weight: 500;
  font-size: var(--fs20);
  color: #333333;
  line-height: 2;
  text-align: justify;
  font-family: "思源黑体";
}
.about .rows .left .about-content a {
  font-family: "思源黑体";
  font-weight: 500;
  font-size: 16px;
  color: #262a74;
  -o-border-image: linear-gradient(90deg, rgb(201, 52, 71), rgb(128, 43, 136)) 1 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(201, 52, 71)), to(rgb(128, 43, 136))) 1 1;
     border-image: linear-gradient(90deg, rgb(201, 52, 71), rgb(128, 43, 136)) 1 1;
  border-radius: 34px;
  border: 1px solid;
  padding: 0.14rem 0.33rem;
  display: inline-block;
}
.about .rows .right {
  width: 50.7692307692%;
  margin-top: 0.48rem;
  height: 4.42rem;
  position: relative;
}
.about .rows .right::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/abouts-right-bg.png) no-repeat left center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -0.39rem;
  right: -0.37rem;
  z-index: -1;
}
.about .rows .right .about-swiper {
  width: 100%;
  height: 100%;
  border-radius: 0.12rem;
  overflow: hidden;
  position: relative;
}
.about .rows .right .about-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.about .rows .right .about-swiper .swiper-slide .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about .rows .right .about-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .rows .right .about-swiper .swiper-button-next,
.about .rows .right .about-swiper .swiper-button-prev {
  width: 0.32rem;
  height: 0.32rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.about .rows .right .about-swiper .swiper-button-next:hover,
.about .rows .right .about-swiper .swiper-button-prev:hover {
  background: #fff;
}
.about .rows .right .about-swiper .swiper-button-next:hover:after,
.about .rows .right .about-swiper .swiper-button-prev:hover:after {
  color: var(--theme-color);
}
.about .rows .right .about-swiper .swiper-button-next:after,
.about .rows .right .about-swiper .swiper-button-prev:after {
  font-size: 14px;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .rows .right .about-swiper .prev {
  left: 0.22rem;
}
.about .rows .right .about-swiper .next {
  right: 0.22rem;
}

@media screen and (max-width: 900px) {
  .about .rows .right {
    height: 3.82rem;
  }
  .about .rows .left .about-content {
    padding-top: 0.48rem;
  }
}
@media screen and (max-width: 768px) {
  .about .rows {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about .rows .right::after {
    display: none;
  }
  .about .rows .left {
    width: 100%;
    margin-right: 0;
  }
  .about .rows .right {
    width: 100%;
    margin-top: 0.48rem;
  }
}
@media screen and (max-width: 580px) {
  .about .rows .right {
    height: 4.42rem;
  }
  .about::before {
    width: 97%;
  }
  .about::after {
    left: 92%;
  }
}
.ad {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.ad .pic {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.ad .pic::after {
  content: "";
  display: block;
  padding-bottom: calc(300 / 1920 * 100%);
}
.ad .pic img {
  position: absolute;
}

.section {
  width: 100%;
  height: 100%;
  position: relative;
}
.section .layout {
  padding: 0.88rem 0 0.75rem;
  position: relative;
}
.section .layout .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section .layout .rows .index-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section .layout .rows .index-title .more {
  padding: 0.2rem 0.07rem 0.02rem;
  background: url(../images/indexTilte-more.png) no-repeat left center;
  background-size: 0.5rem 0.4rem;
}
.section .layout .rows .index-title .more a {
  font-size: var(--fs18);
  color: rgb(38, 42, 116);
  font-weight: bold;
  font-family: "思源黑体";
}
.section .layout .rows .index-title:after {
  content: "";
  width: 109%;
  height: 1px;
  background: rgba(191, 25, 32, 0.1);
  position: absolute;
  bottom: -0.14rem;
  left: 0;
}
.section .layout .rows .left {
  width: 59.7435897436%;
  position: relative;
}
.section .layout .rows .left .index-title {
  position: relative;
}
.section .layout .rows .left .index-title p {
  width: 4.25rem;
  background-image: url(../images/index-news.png);
  background-size: 100% 100%;
}
.section .layout .rows .left .index-title .more {
  margin-right: 0.22rem;
}
.section .layout .rows .left .index-title .title-border {
  bottom: -0.14rem;
  top: auto;
  width: 100%;
  right: 86%;
  left: inherit;
}
.section .layout .rows .left .box {
  margin-top: 0.34rem;
  position: relative;
}
.section .layout .rows .left .news-banner {
  width: 100%;
  height: 4.97rem;
  position: relative;
  overflow: hidden;
}
.section .layout .rows .left .news-banner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.section .layout .rows .left .news-banner .swiper-slide .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section .layout .rows .left .news-banner .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section .layout .rows .left .btn {
  position: absolute;
  bottom: 0.32rem;
  right: 0;
  width: 19.5278969957%;
  background-size: 100% 100%;
}
.section .layout .rows .left .btn::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: rgb(210, 210, 210);
  z-index: -1;
}
.section .layout .rows .left .btn .dots {
  z-index: 2;
}
.section .layout .rows .left .btn .dots .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: rgb(210, 210, 210);
  margin-left: 0.26rem;
  opacity: 1;
  position: relative;
}
.section .layout .rows .left .btn .dots .swiper-pagination-bullet:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  background: transparent;
  border-color: rgb(240, 140, 0);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.section .layout .rows .left .btn .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(240, 140, 0);
}
.section .layout .rows .left .btn .dots .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 0.25rem;
  height: 0.25rem;
  border: 1px solid rgb(240, 140, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section .layout .rows .left .content {
  width: 80.5793991416%;
  height: 1.15rem;
  background: url(../images/news-banner-bg.png) no-repeat left center;
  margin-top: -0.48rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.26rem;
  padding-right: 0.44rem;
  z-index: 2;
}
.section .layout .rows .left .content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
}
.section .layout .rows .left .content .title-text {
  font-size: var(--fs20);
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: "思源黑体";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.section .layout .rows .left .content .date {
  font-size: var(--fs16);
  color: rgb(255, 255, 255);
  font-family: "思源黑体";
  margin-top: 0.1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section .layout .rows .left .left-list {
  margin-top: 0.34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.section .layout .rows .left .left-list .items {
  width: calc(47% - 0.24rem);
}
.section .layout .rows .left .left-list .items a h4 {
  font-size: var(--fs20);
  color: rgb(51, 51, 51);
  font-weight: bold;
  font-family: "思源黑体";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.section .layout .rows .left .left-list .items a p {
  font-size: var(--fs16);
  color: rgb(51, 51, 51);
  font-family: "思源黑体";
  margin-top: 0.1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section .layout .rows .left .left-list .items a:hover h4 {
  color: rgb(143, 0, 1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section .layout .rows .left .left-list .items a:hover p {
  color: rgb(143, 0, 1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section .layout .rows .right {
  width: 37.6923076923%;
}
.section .layout .rows .right .index-title p {
  width: 2.38rem;
  background-image: url(../images/index-notices.png);
}
.section .layout .rows .right .title-border {
  bottom: -0.14rem;
  top: auto;
  width: 1.7rem;
  left: -0.39rem;
}
.section .layout .rows .right .box {
  margin-top: 0.45rem;
  width: 100%;
  height: 100%;
}
.section .layout .rows .right .box .item {
  border-bottom: 1px solid rgb(217, 217, 217);
  padding: 0.23rem 0.14rem 0.19rem 0.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section .layout .rows .right .box .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section .layout .rows .right .box .item a .date {
  margin-right: 0.26rem;
}
.section .layout .rows .right .box .item a .date .dd {
  font-size: var(--tfs34);
  color: rgb(51, 51, 51);
  font-family: "思源黑体";
  text-align: center;
}
.section .layout .rows .right .box .item a .date .ym {
  font-size: var(--fs16);
  color: rgb(51, 51, 51);
  font-family: "思源黑体";
}
.section .layout .rows .right .box .item a .title {
  font-size: var(--fs20);
  color: rgb(51, 51, 51);
  font-family: "思源黑体";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: normal;
}
.section .layout .rows .right .box .item:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/notices-items.png) no-repeat left center/cover;
}
.section .layout .rows .right .box .item:hover a .title {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section .layout .rows .right .box .item:hover a .date .dd {
  color: #ffb369;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section .layout .rows .right .box .item:hover a .date .ym {
  color: #ffb369;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section .layout::after {
  content: "";
  width: 1px;
  height: 2.2rem;
  display: block;
  background: rgba(191, 25, 32, 0.1);
  position: absolute;
  top: 0;
  right: 0;
}
.section .title-border {
  width: 16.1979166667%;
  height: 2px;
  background-color: rgb(191, 25, 32);
  position: absolute;
  top: 1.72rem;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.section .bg {
  width: 100%;
  height: 5.24rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/section.png) center center;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 930px) {
  .section .layout .rows .left {
    width: 100%;
  }
  .section .layout .rows .right {
    margin-top: 0.45rem;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .section .layout .rows .left .news-banner {
    height: 3.97rem;
  }
  .section .layout .rows .left .left-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section .layout .rows .left .left-list .items {
    width: 100%;
    margin-bottom: 20px;
  }
  .section .layout .rows .left .btn .dots .swiper-pagination-bullet {
    margin-left: 0.16rem;
  }
}
.section1 {
  width: 100%;
  height: 8.54rem;
  position: relative;
}
.section1 .zhe {
  background: url(../images/section1-bg.png) center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.section1 .swiper-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.section1 .swiper-bg .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section1 .swiper-bg .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section1 .swiper-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section1 .layout {
  position: relative;
  height: 100%;
  z-index: 3;
  padding: 0.72rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section1 .layout:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.section1 .layout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 1.43rem;
  background-color: rgb(255, 255, 255);
}
.section1 .layout .index-title {
  width: 100%;
  position: relative;
  padding-left: 0.29rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section1 .layout .index-title h2 {
  font-weight: bold;
  font-size: var(--tfs36);
  color: #fff;
}
.section1 .layout .index-title p {
  width: 3.93rem;
  height: 0.44rem;
  background: url(../images/index-ljhg.png) no-repeat left center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0.29rem;
  z-index: 0;
}
.section1 .layout .index-title .more {
  padding: 0.2rem 0.07rem 0.02rem;
  background: url(../images/indexTilte-more1.png) no-repeat left center;
  background-size: 0.5rem 0.4rem;
}
.section1 .layout .index-title .more a {
  font-size: var(--fs18);
  color: #fff;
  font-weight: bold;
  font-family: "思源黑体";
}
.section1 .layout .title {
  position: relative;
  padding-left: 0.29rem;
}
.section1 .layout .title h2 {
  font-weight: bold;
  font-size: var(--tfs36);
  color: #fff;
  margin-bottom: 0.59rem;
}
.section1 .layout .title .more {
  padding: 0.1rem 0.24rem;
  border-radius: 0.34rem;
  border: 1px solid rgb(255, 255, 255);
  display: inline-block;
}
.section1 .layout .title .more a {
  font-size: var(--fs18);
  color: #fff;
  font-family: "思源黑体";
}
.section1 .layout .past-banner {
  width: 80%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.3rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section1 .layout .past-banner .past-thumb-item {
  width: calc(20% - 0.3rem);
  padding: 0.12rem;
  height: 1.93rem;
  background: rgba(255, 255, 255, 0.2);
}
.section1 .layout .past-banner .past-thumb-item .pic {
  width: 100%;
  height: 1.27rem;
  overflow: hidden;
}
.section1 .layout .past-banner .past-thumb-item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section1 .layout .past-banner .past-thumb-item .title1 {
  font-size: var(--fs16);
  color: #fff;
  margin-top: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section1 .layout .past-banner .past-thumb-item.active {
  background: rgb(255, 255, 255);
  -webkit-transform: scale(1);
          transform: scale(1);
  height: 2.14rem;
}
.section1 .layout .past-banner .past-thumb-item.active .title1 {
  color: rgb(51, 51, 51);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

@media screen and (max-width: 963px) {
  .section1 {
    height: 7.54rem;
  }
  .section1 .layout .past-banner {
    width: 100%;
  }
}
@media screen and (max-width: 841px) {
  .section1 .layout .past-banner .past-thumb-item:nth-child(4),
  .section1 .layout .past-banner .past-thumb-item:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .section1 {
    height: 6.54rem;
  }
  .section1 .layout .past-banner .past-thumb-item {
    width: calc(33.3333333333% - 0.3rem);
  }
}
@media screen and (max-width: 520px) {
  .section1 .layout .past-banner .past-thumb-item:nth-child(3) {
    display: none;
  }
  .section1 .layout .past-banner .past-thumb-item {
    width: calc(50% - 0.3rem);
  }
}