body {
  height: 100vh;
}
a:hover {
  color: #fb6f66 !important;
}
.module-top-title a:hover {
  color: #ffffff !important;
}
.wwp-school .mrb {
  margin-bottom: 40px;
}
.two-line-break,
.module-cont-list .describe a,
.module-cont-list .info-title,
.module-cont-list .info-summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.5;
  min-height: 3em;
  max-width: 100%;
}
.top-title {
  width: 100%;
  background: rgba(74, 113, 181, 1);
}
.top-title img {
  margin: unset;
  max-width: 517px;
  width: 27%;
}
.wwp-school {
  max-width: 100% !important;
  padding-top: 40px;
  background: url(https://wwp-static.wenweipo.com/img/wenweipo_web_revision202507/education/wwpSchool/bg.png) no-repeat;
  background-size: 100% 100%;
}
.wwp-school section {
  width: 88%;
  margin: 0 auto
}
.main-wrap {
  max-width: 1660px;
  margin: 0 auto;
}
.flex-between,
.module-top-title,
.module-cont-list {
  display: flex;
  justify-content: space-between;
}
.module01>div {
  position: relative;
}
.module01 .module-left {
  width: 100%;
}
.module01 .title-img {
  width: 12.5%;
  position: absolute;
  top: -4%;
  left: -8.5%;
}
.carousel-wrap {
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 29px;
  background: rgba(255, 255, 255, .5);
}
.carousel-wrap .swiper {
  width: 75%;
  margin: unset;
}
.carousel-wrap #appendSlide {
  flex-direction: column;
  width: 24%;
}
.carousel-wrap #appendSlide .swiper-slide {
  width: 100%;
  height: fit-content;
}
.carousel-wrap #appendSlide .generalHeading {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 10px;
  width: 100%;
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4), transparent);
}
#appendSlide .swiper-slide a {
  color: #ffffff;
}
.module01 .MainArticle{
  width: calc(100% - 100px);
  margin-left: 100px;
  height: 100%;
}
.module01 .MainArticle_title {
  display: none;
}
.module01 .module-right .title-img {
  left: -22px;
}

.module-top-title {
  margin-bottom: 20px;
  align-items: center;
}
.module-top-title a {
  position: relative;
  padding: 5px 30px;
  border-radius: 22px;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  background: #fb6f66;
}
.module-top-title a.more-icon {
  padding: 5px 5px 5px 10px;
  border-radius: 22px 0 0 22px;
}
.module-top-title a.more-icon img {
  display: inline-block;
  width: 7px;
  vertical-align: baseline;
}
.module-top-title .text-icon img {
  max-width: unset;
  max-height: unset;
  position: absolute;
  top: -30px;
  left: -38px;
}
.mrb {
  margin-bottom: 40px;
}
.module-left {
  width: 61.9%;
}
.module-right {
  width: 36.6%;
  display: flex;
  flex-direction: column;
}
.module-cont-list {
  position: relative;
  flex-wrap: wrap;
}
.modules:not(:first-child) .module-left .module-cont-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 6px;
  height: 100%;
  border-radius: 0px 92px 0px 114px;
  background: rgba(243, 107, 99, 1);
}
.module-left .module-cont-list {
  background: #ffffff;
  padding: 16px 12px;
  row-gap: 20px;
}
.module-right .module-cont-list {
  flex-direction: column;
  padding: 16px 12px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.61) 100%);
}
.modules .module-right .module-cont-list {
  flex: 1;
  flex-direction: column;
}
.title-under-cover {
  width: calc(50% - 10px);
  padding-bottom: 15px;
  border-bottom: 1px solid #E4E8EA;
}
.title-under-cover .thumb-img-blur {
  border-radius: 8px;
}
.module-cont-list .item {
  width: 100%;
}
.module-cont-list .story_image {
  width: calc(55% - 8px);
}
.module-cont-list .infors {
  width: calc(45% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.module-cont-list .describe a,
.module-cont-list .info-title a {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
}
.module-cont-list .info-summary {
  font-size: 14px;
  color: #555555;
}
.module-cont-list .infors .time {
  font-size: 12px;
}
.module04 .module-left {
  width: 100%;
  padding-bottom: 30%;
}
.module04 .title-under-cover {
  width: calc(33% - 10px);
}

@media (max-width: 992px) {
  .main-wrap {
    max-width: 780px;
  }
  .modules {
    flex-direction: column;
    gap: 20px;
  }
  .module-left, .module-right {
    width: 100%;
  }
  .module-cont-list .describe a, .module-cont-list .info-title a {
    font-size: 14px;
  }
  .module-cont-list .time {
    font-size: 12px;
  }
  .modules .module-right .module-cont-list {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .top-title {
    padding: 10px 0;
  }
  .wwp-school {
    padding-top: 20px;
  }
  .module01 .title-img {
    width: 20%;
    left: -12%;
  }
  .carousel-wrap {
    flex-direction: column;
  }
  .carousel-wrap .swiper,
  .carousel-wrap #appendSlide {
    width: 100%;
  }
  .carousel-wrap #appendSlide {
    flex-direction: row;
    margin-bottom: 0;
  }
  .carousel-wrap #appendSlide .swiper-slide {
    width: 33%;
  }
  .module-cont-list .describe a, .module-cont-list .info-title a {
    font-size: 18px;
  }
  .module04 .title-under-cover {
    width: calc(50% - 10px);
  }
  .module-top-title a {
    font-size: 20px;
    line-height: 30px;
  }
  .module-top-title .text-icon img {
    top: -22px;
    left: -30px;
    width: 72px;
  }
}
