.news_updates {
  padding-top: 3.1rem;
}
.news_updates .news_updates_swiper {
  overflow: hidden;
  margin-top: 5.8rem;
  border-radius: 1.6rem;
}
.news_updates .news_updates_swiper .flex {
  height: 100%;
}
.news_updates .news_updates_swiper .img {
  width: 53.28571429%;
  --h: 60.85790885%;
  border-radius: 1.6rem;
}
.news_updates .news_updates_swiper .img:hover img {
  transform: scale(1.02);
}
.news_updates .news_updates_swiper .img + .info {
  max-width: 53.4rem;
}
.news_updates .news_updates_swiper .info {
  flex: 1;
  width: 100%;
  padding-top: 0.7%;
}
.news_updates .news_updates_swiper .info .date {
  font-size: 1.7rem;
  color: var(--text);
}
.news_updates .news_updates_swiper .info .title {
  font-size: 2.8rem;
  line-height: 4.2rem;
  font-weight: 600;
  margin-top: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: 0.015rem;
}
.news_updates .news_updates_swiper .info .desc {
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: var(--text);
  margin-top: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 52.6rem;
}
.news_updates .news_updates_swiper .info .desc::before {
  display: block;
  width: 3.5rem;
  height: 2px;
  content: '';
  background-color: var(--primary);
  margin-bottom: 2.1rem;
}
.news_updates .news_updates_swiper .info .btn {
  margin-top: 4.1rem;
  gap: 1.2rem;
  padding: 0 2.9rem;
}
.news_updates .swiper_btns .swiper-button-disabled {
  border-color: var(--border);
}
.news_updates .swiper_btns.middle {
  top: 43%;
}
.news_main {
  padding: 17.5rem 0 13.8rem;
}
.news_main .nav {
  max-width: 100%;
}
.news_main .list {
  margin-top: 6.1rem;
}
.news_main .list ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(35rem, 100%), 1fr));
  gap: 5.1rem 2.81050357%;
}
.news_main p.center:has(.btn_line) {
  margin-top: 6.1rem;
  min-height: 5.9rem;
}
@media screen and (max-width: 768px) {
  .news_updates {
    padding: 30px 0 50px;
  }
  .news_updates .news_updates_swiper {
    border-radius: 10px;
    margin-top: 30px;
  }
  .news_updates .news_updates_swiper .img {
    border-radius: 10px;
  }
  .news_updates .news_updates_swiper .info {
    padding: 0;
  }
  .news_updates .news_updates_swiper .info .date {
    font-size: 14px;
  }
  .news_updates .news_updates_swiper .info .title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 5px;
  }
  .news_updates .news_updates_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .news_updates .news_updates_swiper .info .desc::before {
    width: 22px;
    margin-bottom: 10px;
  }
  .news_updates .news_updates_swiper .info .btn {
    margin-top: 20px;
    gap: 10px;
    padding: 0 20px;
  }
  .news_main {
    padding: 50px 0;
  }
  .news_main .list {
    margin-top: 30px;
  }
  .news_main .list ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 30px 16px;
  }
  .news_main p.center:has(.btn_line) {
    min-height: 42px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .news_updates .news_updates_swiper .img {
    width: 100%;
  }
}
