.banner-list {
  padding: 20px 120px 0;
  display: flex;
  flex-direction: column;
  margin-top: 45px;
  align-items: stretch;
  background-image: url("/image/index/list-background1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.banner-list .banner-list-one {
  width: 384px;
  margin-left: 20px;
  align-self: stretch;
}
.banner-list .banner-list-one .list-content {
  flex-direction: column;
}
.banner-list .tab-list {
  margin-left: 24px;
  width: 423px;
}
.banner-list .tab-list .tab-box {
  display: flex;
  margin-bottom: 15px;
}
.banner-list .tab-list .tab-box .tab-one {
  height: 32px;
  padding: 0 12px;
  color: #270509;
  background: #EEE;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner-list .tab-list .tab-box .tab-one:not(:first-child) {
  margin-left: 8px;
}
.banner-list .tab-list .tab-box .tab-one.active {
  color: #FFF;
  background: #0054A6;
}
.banner-list .tab-list #swiper-tab {
  overflow: hidden;
}
.banner-list .tab-list #swiper-tab .swiper-slide {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.banner-list .teacher-list {
  width: 588px;
}
.banner-list .teacher-list .news-one {
  flex-direction: column;
  align-items: stretch;
  border-bottom: none;
}
.banner-list .teacher-list .news-one .news-one-title {
  font-size: 16px;
}
.banner-list .teacher-list .news-one:hover .news-one-title {
  color: #0054A6;
}
.banner-list .teacher-list .news-one:hover .news-one-date {
  color: #0054A6;
}
.banner-list .teacher-list .news-one .news-one-text {
  margin-top: 7px;
  font-size: 12px;
  color: #697589;
}
.banner-list .student-list {
  flex-grow: 1;
  margin-left: 23px;
  overflow: hidden;
}
.banner-list .student-list .list-content {
  padding-top: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-list .student-list .list-content #swiper-student {
  width: 416px;
  height: 235px;
  position: relative;
}
.banner-list .student-list .list-content #swiper-student .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border-radius: 50%;
  background-color: #FFF;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.banner-list .student-list .list-content #swiper-student .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #0054A6;
}
.banner-list .student-list .list-content #swiper-student .active-hover + .swiper-pagination-box {
  bottom: -20px;
}
.banner-list .student-list .list-content #swiper-student .swiper-pagination-box {
  width: 416px;
  height: 29px;
  bottom: 0;
  position: absolute;
  transition: all 0.36s;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  padding: 0 40px;
  display: flex;
  justify-content: center;
}
.banner-list .student-list .list-content #swiper-student .swiper-slide {
  position: relative;
}
.banner-list .student-list .list-content #swiper-student .swiper-slide .slide-time {
  width: 52px;
  height: 52px;
  background: #F2F2F4;
  border-radius: 4px;
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.36s;
}
.banner-list .student-list .list-content #swiper-student .swiper-slide .slide-time .time-date {
  font-weight: bold;
  font-size: 24px;
  color: #0054A6;
}
.banner-list .student-list .list-content #swiper-student .swiper-slide .slide-time .time-month {
  font-weight: 600;
  font-size: 10px;
  color: #0054A6;
}
.banner-list .student-list .list-content #swiper-student .swiper-slide::after {
  content: '';
  left: 0;
  right: 0;
  height: 29px;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 62%, #000000 100%);
  opacity: 0;
  transition: opacity 0.23s, transform 0.36s, bottom 0.36s;
  z-index: 3;
}
.banner-list .student-list .list-content #swiper-student .swiper-slide.swiper-slide-float:hover::after {
  bottom: -20px;
  transform: scale(1.2);
}
.banner-list .student-list .list-content #swiper-student .swiper-slide.swiper-slide-float:hover .slide-time {
  transform: translate(-30px, -15px) scale(1.2);
}
.banner-list .student-list .list-content #swiper-student .swiper-slide.swiper-slide-active::after {
  opacity: 1;
}
.banner-list .student-list .list-content #swiper-student .swiper-slide img {
  height: calc(100% - 4px);
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}
.banner-list .student-list .list-content .active-hover---swiper + #student-text {
  transform: translateY(25px);
}
.banner-list .student-list .list-content #student-text {
  align-self: stretch;
  text-align: center;
  margin-top: 11px;
  font-weight: 500;
  font-size: 18px;
  color: #030323;
  z-index: 2;
  transition: transform 0.36s;
}
.banner-list .news-one {
  font-size: 14px;
  color: #030323;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 12px;
  transition: transform 0.23s;
  border-bottom: 1px dashed #DEDEDE;
}
.swiper-wrapper-list .news-one {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.banner-list .news-one.news-can-hovered .news-one-date {
  margin-left: 15px;
}
.banner-list .news-one.news-can-hovered:hover {
  transform: translateX(7px);
}
.banner-list .news-one .news-one-title:hover {
  color: #0054A6;
}
.banner-list .news-one.news-has-type .news-one-type {
  color: #0054A6;
  flex-shrink: 0;
}
.banner-list .news-one.left-rect .news-one-title {
  padding-left: 11px;
}
.banner-list .news-one.left-rect .news-one-title::after {
  content: '';
  width: 3px;
  height: 12px;
  background: #0054A6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner-list .news-one .news-one-title {
  flex-grow: 1;
  position: relative;
  line-height: 19px;
}
.banner-list .news-one .news-one-date {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  color: #717E8D;
  margin-left: 20px;
}
.science {
  margin-bottom: 50px;
  padding: 20px 120px 0;
  display: flex;
  flex-direction: column;
  margin-top: 45px;
  align-items: stretch;
  background-image: url("/image/index/list-background2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.science .science-list .list-container {
  display: flex;
}
.science .science-list .list-content {
  width: 580px;
  display: flex;
  flex-direction: column;
}
.science .science-list #swiper-science {
  margin-left: 20px;
  width: 600px;
  overflow: hidden;
}
.science .science-list #swiper-science .swiper-wrapper {
  width: 600px;
  height: 348px;
}
.science .science-list #swiper-science .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.science .science-list #swiper-science .swiper-wrapper .slide-title {
  width: 100%;
  padding-left: 10px;
  padding-right: 30px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.48);
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
}
.science .science-list .news-one {
  height: 64px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.science .science-list .news-one:hover {
  background: #F1F3FF;
}
.science .science-list .news-one:hover::after {
  content: '';
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #0054A6;
}
.science .science-list .news-one .news-one-title {
  font-weight: 400;
  font-size: 16px;
  color: #030323;
  margin-bottom: 4px;
}
.science .science-list .news-one .news-one-date {
  font-size: 14px;
  color: #7A89AC;
}
.science .science-list .news-one .news-one-date i {
  font-size: 12px;
  color: #0054A6;
}
.swiper6 {
  min-width: var(--container-width);
  height: 284px;
  background: #D9D9D9;
  box-shadow: inset 0 0 13px 0 rgba(33, 10, 10, 0.3);
}
#swiper-one {
  position: relative;
  width: 349px;
  height: 214px;
  overflow: hidden;
  flex-shrink: 0;
}
#swiper-one .swiper-wrapper {
  width: 349px;
  height: 214px;
}
#swiper-one .swiper-slide {
  width: 349px;
  height: 214px;
  position: relative;
}
#swiper-one .swiper-slide .slide-time {
  width: 52px;
  height: 52px;
  background: #F2F2F4;
  border-radius: 4px;
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#swiper-one .swiper-slide .slide-time .time-date {
  font-weight: bold;
  font-size: 24px;
  color: #0054A6;
}
#swiper-one .swiper-slide .slide-time .time-month {
  font-weight: 600;
  font-size: 10px;
  color: #0054A6;
}
#swiper-one .swiper-slide .slide-title {
  padding-right: 120px;
  height: 39px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 62%, #000000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 39px;
  padding-left: 11px;
}
#swiper-one .swiper-slide img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
#swiper-one .swiper-pagination {
  width: unset;
  position: absolute;
  left: unset;
  right: 10px;
  bottom: 10px;
}
#swiper-one .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #FFFFFF;
  border-radius: 0;
  opacity: 1;
}
#swiper-one .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 6px;
}
#swiper-one .swiper-pagination .swiper-pagination-bullet-active {
  background: #0054A6;
}
.row {
  display: flex;
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .swiper6 {
    height: 202px;
  }
  .banner-list {
    margin-top: 20px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .banner-list > .row:first-child {
    flex-direction: column;
  }
  .banner-list > .row:first-child .tab-list {
    margin-top: 22px;
    margin-left: 0;
    width: unset;
  }
  .banner-list > .row:nth-child(2) {
    margin-top: 20px !important;
    flex-direction: column;
  }
  .banner-list #swiper-one {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    height: 223px;
  }
  .banner-list #swiper-one .swiper-slide {
    width: calc(100% - 30px);
    display: flex;
    align-items: stretch;
  }
  .banner-list #swiper-one .swiper-slide img {
    flex-grow: 1;
  }
  .banner-list #swiper-one .slide-time {
    display: none;
  }
  .banner-list #swiper-one .swiper-pagination {
    bottom: 20px;
  }
  .banner-list .banner-list-one {
    display: none;
  }
  .banner-list .teacher-list {
    width: unset;
  }
  .banner-list .student-list {
    margin-left: 0;
  }
  .banner-list .student-list .list-title {
    margin-bottom: 0;
  }
  .banner-list .student-list .list-content {
    padding-top: 0;
    margin-top: 20px;
  }
  .banner-list .student-list .list-content #swiper-student {
    width: 100%;
  }
  .science {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    margin-top: 20px;
  }
  .science .science-list {
    width: 100%;
  }
  .science .science-list .list-container {
    display: flex;
    flex-direction: column;
  }
  .science .science-list .list-container .list-content {
    width: unset;
    order: 1;
    margin-top: 20px;
  }
  .science .science-list .list-container #swiper-science {
    width: calc(100% - 30px);
    margin-left: 15px;
    order: 0;
    margin-right: 15px;
  }
  .science .science-list .list-container #swiper-science .swiper-wrapper {
    width: 100%;
    height: 195px;
  }
  .science .science-list .news-one {
    padding-left: 20px;
    padding-right: 30px;
  }
}