.special-education .list > div:first-of-type picture img {
  width: 100%;
}
.special-education .list .news {
  margin-top: 2.6vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.08vw;
}
.special-education .list .news picture img {
  width: 100%;
}
.special-education .list .news > div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.special-education .list .news > div > a {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.04vw;
}
.special-education .list .news > div > a > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.52vw;
  flex: 1;
}
.special-education .list .news > div > a > div span {
  font-size: 0.62vw;
  padding: 0.5em 1em;
  color: #fff;
  background: #0e4ade;
  border-radius: 4px;
}
.special-education .list .news > div > a > div p {
  margin: 0;
}
.special-education .list .news > div > a time {
  font-size: 0.94vw;
  color: #7f7f7f;
}
.special-education .list h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.52vw;
  margin: 3.12vw 0;
  font-weight: bold;
}
.special-education .list .swiper-group-2024 .swiper-container,
.special-education .list .swiper-group-2025 .swiper-container {
  padding-bottom: 3vw;
}
.special-education .list .swiper-group-2024 .swiper-container .swiper-pagination-bullet,
.special-education .list .swiper-group-2025 .swiper-container .swiper-pagination-bullet {
  width: 0.5vw;
  height: 0.5vw;
  margin: 0 0.5vw;
}
.special-education .list .swiper-group-2024 .pc .swiper-slide,
.special-education .list .swiper-group-2025 .pc .swiper-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.78vw;
}
.special-education .list .swiper-group-2024 .mb .swiper-slide,
.special-education .list .swiper-group-2025 .mb .swiper-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.78vw;
}
.special-education .list > div:last-of-type picture img {
  width: 100%;
}
.special-education .list > div:last-of-type .news {
  margin-top: 2.6vw;
  display: flex;
  gap: 2.08vw;
}
@media screen and (max-width: 768px) {
  .special-education .children-tab {
    width: 100%!important;
    justify-content: center!important;
  }
  .special-education .list .news {
    margin-top: 4vw;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .special-education .list .news picture img {
    width: 100%;
  }
  .special-education .list .news > div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 4vw;
  }
  .special-education .list .news > div img {
    width: 29.6vw !important;
  }
  .special-education .list .news > div > a {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.67vw;
  }
  .special-education .list .news > div > a > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
    flex: 1;
  }
  .special-education .list .news > div > a > div span {
    font-size: 2.67vw;
    padding: 0.5em 1em;
    color: #fff;
    background: #0e4ade;
    border-radius: 4px;
  }
  .special-education .list .news > div > a time {
    font-size: 2.4vw;
    color: #7f7f7f;
  }
  .special-education .list h3 {
    gap: 2.67vw;
    margin: 8.67vw 0 7.33vw;
    font-weight: bold;
    font-size: 4vw;
  }
  .special-education .list h3 img {
    width: 6vw;
  }
  .special-education .list .swiper-group-2024 .swiper-container,
  .special-education .list .swiper-group-2025 .swiper-container {
    padding-bottom: 10.67vw;
  }
  .special-education .list .swiper-group-2024 .swiper-container .swiper-pagination-bullet,
  .special-education .list .swiper-group-2025 .swiper-container .swiper-pagination-bullet {
    width: 2.67vw;
    height: 2.67vw;
    margin: 0 3.33vw;
  }
  .special-education .list .swiper-group-2024 .mb .swiper-slide,
  .special-education .list .swiper-group-2025 .mb .swiper-slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw;
  }
  .special-education .list > div:last-of-type picture img {
    width: 100%;
  }
  .special-education .list > div:last-of-type .news {
    margin-top: 6.67vw;
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
}
