/* Keep the three homepage News & Blog frames visually identical. */
.index_section8 .index_section8_box > .left,
.index_section8 .index_section8_box > .index_section8_swiper_box,
.index_section8 .index_section8_box > .right {
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  border-radius: 6px;
  background-size: cover !important;
}

.index_section8 .index_section8_swiper_box .swiper-container,
.index_section8 .index_section8_swiper_box .swiper-wrapper,
.index_section8 .index_section8_swiper_box .swiper-slide,
.index_section8 .index_section8_box .right .swiper-container,
.index_section8 .index_section8_box .right .swiper-wrapper,
.index_section8 .index_section8_box .right .swiper-slide {
  width: 100%;
  height: 100% !important;
  min-height: 0;
}

@media (min-width: 1281px) {
  .index_section8 .index_section8_box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0.2rem;
  }

  .index_section8 .index_section8_box > .left,
  .index_section8 .index_section8_box > .index_section8_swiper_box,
  .index_section8 .index_section8_box > .right {
    width: 100% !important;
    height: 5.65rem;
  }
}

@media (max-width: 1280px) {
  .index_section8 .index_section8_box > .left,
  .index_section8 .index_section8_box > .index_section8_swiper_box,
  .index_section8 .index_section8_box > .right {
    width: 100% !important;
    height: 420px !important;
  }
}

@media (max-width: 767px) {
  .index_section8 .index_section8_box > .left,
  .index_section8 .index_section8_box > .index_section8_swiper_box,
  .index_section8 .index_section8_box > .right {
    height: 330px !important;
  }
}
