.main_wrap.student {
  font-size: 12px;
}
.main_wrap.student * {
  box-sizing: border-box;
}
.main_wrap.student img {
  width: 100%;
  height: 100%;
}
.main_wrap.student .part-one {
  position: relative;
  z-index: 6;
  color: #fff;
}
.main_wrap.student .part-one .page-content {
  position: relative;
}
.main_wrap.student .part-one .swiper-slide {
  position: relative;
  height: 5rem;
}
.main_wrap.student .part-one .swiper-slide .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_wrap.student .part-one .swiper-slide .bg .wp-block-video, .main_wrap.student .part-one .swiper-slide .bg video {
  height: 100%;
  object-fit: cover;
}
.main_wrap.student .part-one .content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  max-width: 100%;
}
.main_wrap.student .part-one .content.active .box {
  width: 2.88rem;
  height: 3.8rem;
}
.main_wrap.student .part-one .content.active .btn-list {
  width: 2.28rem;
}
.main_wrap.student .part-one .content.active .btn-list .btn-open {
  pointer-events: none;
}
.main_wrap.student .part-one .content.active .btn-list .btn-close {
  display: flex;
}
.main_wrap.student .part-one .content .box {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.main_wrap.student .part-one .content .color-block {
  width: calc(100% - 0.6rem);
  height: 0.6rem;
  background-color: rgba(15, 48, 104, 0.6509803922);
}
.main_wrap.student .part-one .content .wrap {
  display: flex;
  align-items: start;
  width: 100%;
}
.main_wrap.student .part-one .content .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 5.4rem;
  height: 3.2rem;
  padding: 0.32rem 0.32rem 0rem;
  text-align: right;
  background-image: linear-gradient(180deg, rgba(15, 48, 104, 0.6509803922) 12%, rgba(30, 95, 206, 0.6509803922) 88%);
}
.main_wrap.student .part-one .content .title {
  margin-bottom: 0.24rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.36rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s 0.3s ease-in-out;
}
.main_wrap.student .part-one .content .desc {
  font-size: 0.18rem;
  line-height: 0.3rem;
  font-weight: 300;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transform: translateY(30px);
  transition: all 0.3s 0.3s ease-in-out;
}
.main_wrap.student .part-one .content .date {
  position: absolute;
  top: 0;
  left: 0;
  flex: none;
  width: 0.6rem;
  height: 0.6rem;
  background-image: conic-gradient(from 180deg at 50% 50%, rgba(136, 98, 0, 0.8) 0%, rgba(238, 171, 0, 0.8) 100%);
  color: #0D254C;
  text-align: center;
  line-height: 1.2;
}
.main_wrap.student .part-one .content .date .month {
  font-size: 1em;
  line-height: 0.2rem;
  font-weight: 300;
  text-transform: uppercase;
}
.main_wrap.student .part-one .content .date .day {
  line-height: 0.4rem;
  font-size: 0.32rem;
  font-weight: 500;
}
.main_wrap.student .part-one .content .btn-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 0.6rem;
  height: 0.6rem;
  background: #081426;
  transition: all 0.4s ease-in-out;
}
.main_wrap.student .part-one .content .btn-list .btn {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(0.24rem, 14px);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s;
}
.main_wrap.student .part-one .content .btn-list .btn:hover {
  color: #fff;
}
.main_wrap.student .part-one .content .btn-list .btn-close {
  display: none;
}
.main_wrap.student .part-one .pagination {
  --swiper-pagination-bullet-width: 18px;
  --swiper-pagination-bullet-height: 18px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 66.66%;
  z-index: 10;
  text-align: center;
}
.main_wrap.student .part-one .pagination .swiper-pagination-bullet {
  position: relative;
}
.main_wrap.student .part-one .pagination .swiper-pagination-bullet::before, .main_wrap.student .part-one .pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
}
.main_wrap.student .part-one .pagination .swiper-pagination-bullet::before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #0D2A5B;
  z-index: 2;
}
.main_wrap.student .part-one .pagination .swiper-pagination-bullet::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 217, 217, 0.5019607843);
  filter: blur(2px);
  transition: all 0.3s ease-in-out;
}
.main_wrap.student .part-one .pagination .swiper-pagination-bullet-active::after {
  background: #EEAB00;
  filter: none;
}
.main_wrap.student .part-one .decoration {
  position: absolute;
  top: 0;
  left: var(--page-lr-margin);
  z-index: 10;
  pointer-events: none;
  width: calc(100% - var(--page-lr-margin) * 2);
  height: 100%;
}
.main_wrap.student .part-one .decoration > div {
  position: absolute;
  z-index: 2;
  width: 0.6rem;
  height: 0.6rem;
}
.main_wrap.student .part-one .decoration .tr1 {
  top: 0;
  right: 0;
  background-image: linear-gradient(90deg, #09152A 0%, #091529 100%);
}
.main_wrap.student .part-one .decoration .bl1 {
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #0E2D60 0%, #0E2D60 100%);
}
.main_wrap.student .part-one .decoration .rect {
  z-index: 3;
  background-image: linear-gradient(90deg, #0F2E61 0%, #102F61 100%);
}
.main_wrap.student .part-one .decoration .rect.tr1 {
  transform: translate(50%, 0);
  background: #091529;
}
.main_wrap.student .part-one .decoration .rect.bl1 {
  transform: translate(-50%, 50%);
}
.main_wrap.student .part-one .decoration .side-rect {
  background-image: conic-gradient(from 180deg at 50% 50%, rgba(136, 98, 0, 0.8) 0%, rgba(238, 171, 0, 0.8) 100%);
}
.main_wrap.student .part-one .decoration .side-rect.tr1 {
  transform: translate(100%, -50%);
}
.main_wrap.student .part-one .decoration .side-rect.bl1 {
  transform: translate(-100%, 100%) rotate(180deg);
}
.main_wrap.student .part-one .long-rect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  width: 20%;
  height: 0.6rem;
  background-image: linear-gradient(90deg, #0F2E61 0%, #102F61 100%);
}
@media screen and (max-width: 780px) {
  .main_wrap.student .part-one {
    padding-top: 0.6rem;
  }
  .main_wrap.student .part-one .page-content {
    padding: 0 15px;
  }
  .main_wrap.student .part-one .swiper {
    z-index: 11;
    padding-bottom: 36px;
  }
  .main_wrap.student .part-one .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .main_wrap.student .part-one .swiper-slide .bg {
    position: unset;
    height: 5rem;
  }
  .main_wrap.student .part-one .content {
    flex: 1;
    position: unset;
    justify-content: flex-start;
    flex-direction: unset;
    align-items: flex-start;
  }
  .main_wrap.student .part-one .content .color-block {
    display: none;
  }
  .main_wrap.student .part-one .content .wrap {
    display: block;
    height: 100%;
  }
  .main_wrap.student .part-one .content .title {
    width: 100%;
    font-size: 18px;
    line-height: 1.375;
  }
  .main_wrap.student .part-one .content .desc {
    font-size: 12px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }
  .main_wrap.student .part-one .content .text {
    width: 100%;
    height: 100%;
    padding: 24px 12px 12px;
    text-align: left;
  }
  .main_wrap.student .part-one .content .btn-list {
    display: none;
  }
  .main_wrap.student .part-one .content .btn-list .btn {
    font-size: 16px;
  }
  .main_wrap.student .part-one .content .date {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 0.8rem;
    height: 0.8rem;
    padding: 0.1rem;
  }
  .main_wrap.student .part-one .content.active .box {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
  }
  .main_wrap.student .part-one .decoration > div {
    width: 30px;
    height: 30px;
  }
  .main_wrap.student .part-one .decoration .rect {
    display: none;
  }
  .main_wrap.student .part-one .decoration .side-rect.bl1 {
    transform: translate(-100%, calc(50% - 36px)) rotate(180deg);
  }
  .main_wrap.student .part-one .long-rect {
    display: none;
  }
  .main_wrap.student .part-one .pagination {
    width: 100%;
    bottom: 0;
  }
}
