/* 2025-11-03 */

.news-1,
.news-2,
.news-4,
.news-5 {
  padding: 7.5rem 0;
  background: url('../images/common/news_1.png') right bottom no-repeat;
}

.swiper-news {
  width: 50%;
  margin: 0;
}

.swiper-news .swiper-slide {
  padding-bottom: 59%;
  background: #f9f9f9;
}

.news-right-list {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-right-list a + a {
  margin-top: 3.6rem;
}

.news-col-time {
  width: 10rem;
  border-right: 1px solid #e8e8e8;
  text-align: center;
  color: #555;
  margin-right: 2.6rem;
  flex: none;
}

.news-col-time h5 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}

.news-col-time h6 {
  font-size: 1.6rem;
  font-family: 'yan';
  margin-top: 0.4rem;
  line-height: 1;
}

.news-right-info {
  overflow: hidden;
}

.news-right-info h4 {
  font-size: 1.8rem;
  line-height: 1.4;
}

.news-right-info p {
  margin-top: 0.8rem;
  color: #999;
}

.news-right-list a:hover .news-col-time,
.news-right-list a:hover .news-right-info h4 {
  color: #c83e33;
}

.news-2 {
  background: url('../images/common/news_2.webp') center no-repeat;
  background-size: cover;
}

.news-4 {
  background: url('../images/common/news_4.png') left bottom no-repeat;
}

.swiper-news-4 {
  width: 100%;
}

.news-4-img {
  position: relative;
  width: 70%;
  padding-bottom: 37.618%;
  background: #f9f9f9;
  overflow: hidden;
}

.news-4-info {
  padding: 13rem 3rem 0;
  width: 30%;
  color: #fff;
  background: #af835e;
}

.news-4-info h4 {
  font-size: 2.4rem;
}

.news-4-info p {
  line-height: 2;
  height: 8em;
  overflow: hidden;
  margin-top: 4rem;
}

.swiper-button-custom {
  position: absolute;
  bottom: 5rem;
  width: 9rem;
}

.swiper-button-prev,
.swiper-button-next {
  width: 4.5rem;
  height: 3.6rem;
  color: #fff;
  background: #856244;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #856244;
  background: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.6rem;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.news-5 {
  background: url('../images/common/news_5.webp') center no-repeat;
  background-size: cover;
}

.news-5-left {
  width: 69.4%;
}

.news-5-left .swiper-slide {
  padding-bottom: 53.8%;
}

.news-5-right {
  width: 30.6%;
}

.news-5-right .swiper-slide {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  cursor: pointer;
}

.news-5-right .swiper-slide:first-child {
  border-top: none;
}

.news-5-right .swiper-slide:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #af8460;
  z-index: 100;
}

@media (max-width: 1200px) {
  .news-right-list a:last-child,
  .news-list a:last-child {
    display: none;
  }

  .news-item {
    width: calc((100% - 3%) / 2);
  }

  .news-4-info {
    padding-top: 3rem;
  }

  .news-4-info h4 {
    font-size: 1.8rem;
  }

  .news-4-info p {
    margin-top: 2rem;
    height: 6em;
  }
}

@media (max-width: 768px) {
  .news-1 .flex-height-100p {
    flex-direction: column;
  }

  .swiper-news {
    width: 100%;
  }

  .news-right-list {
    margin-top: 5rem;
    width: 100%;
  }

  .news-right-list a:last-child {
    display: flex;
  }

  .news-list a:nth-child(2) {
    display: none;
  }

  .news-item {
    width: 100%;
  }

  .swiper-news-4 .flex-height-100p {
    flex-direction: column;
  }

  .news-4-img {
    width: 100%;
    padding-bottom: 56.25%;
  }

  .news-4-info {
    width: 100%;
    padding-bottom: 8rem;
  }

  .swiper-button-custom {
    bottom: 3rem;
  }
}
