.news-content {
  padding: 4.167vw 0 5.208vw;
  background-color: #fff;
}
.news-content .news-title {
  font-size: 2.083vw;
  color: #222;
  line-height: 1;
  text-align: center;
}
.content-en .news-content .news-title {
  line-height: 1.3;
  text-align: center;
  max-width: 66.66vw;
  margin: 0 auto;
}
.news-content .date-and-source {
  margin-top: 1.042vw;
  font-size: 0.729vw;
  color: #666;
  text-align: center;
}
.news-content .date {
  margin-right: 2.083vw;
}

.news-more-title {
  margin-bottom: 1.563vw;
  font-size: 2.083333vw;
  color: #222;
  line-height: 1.35;
  text-align: center;
}
.news-more-wrapper {
  padding: 5.208vw 16.666667vw;
  background-color: #f9f9f9;
}
.news-more-wrapper .container-title {
  line-height: 1;
}
.news-list {
  display: flex;
  justify-content: space-between;
}
.news-item {
  width: 21.145833vw;
}
.news-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .3s ease-in-out;
}
.news-img:hover {
  transform: scale(1.05);
}

.news-more-wrapper > .button-container {
  margin-top: 2.604167vw;
  text-align: center;
}

.news-img-wrapper {
  position: relative;
  display: block;
  padding-top: 63.054187%;
  overflow: hidden;
  cursor: pointer;
}
.news-description {
  margin-bottom: 1.5625vw;
  border: 1px solid #6666;
  border-right: 0;
  border-left: 0;
  padding: 1.5625vw 0;
  font-size: 16px;
}
.news-description .date {
  color: #666;
}
.news-description .title {
  display: block;
  margin-top: 0.520833vw;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
}

.rich-text {
  max-width: 41.667vw;
  margin: 2.604vw auto 0;
}
.rich-text span {
  font-family: inherit !important;
  font-size: 0.885vw !important;
  color: #333 !important;
  text-indent: 2em !important;
}
.rich-text table {
  width: 100% !important;
  border-collapse: collapse !important;
}
.rich-text th,
.rich-text td {
  border: 1px solid #ccc !important;
  color: #333 !important;
}
.rich-text td {
  height: 1.667vw !important;
  text-align: center !important;
  vertical-align: middle !important;
  font-size: 0.729vw !important;
}
.news-swiper-container {
  display: none;
}

@media (max-width: 768px) {
  .breadcrumbs {
    flex-wrap: wrap;
    height: auto;
    max-height: none;
    padding: 1rem .8rem;
  }
  .breadcrumb-item  {
    font-size: .7rem;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.4;
  }

  .news-content {
    padding: 2rem 0;
  }
  .news-content .news-title,
  .rich-text {
    width: 90%;
    margin: 0 auto;
  }
  .news-content .news-title {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .news-content .date-and-source {
    margin-top: .5em;
    font-size: .7rem;
  }

  .rich-text {
    max-width: 100%;
    margin-top: 1.5rem;
  }
  .rich-text p,
  .rich-text span {
    font-size: .7rem !important;
    line-height: 1.5 !important;
    font-family: inherit !important;
    color: #333 !important;
  }
  .rich-text p {
    margin: 0 !important;
  }
  .rich-text img,
  .rich-text video {
    max-width: 100% !important;
    height: auto !important;
  }

  .news-more-wrapper {
    padding: 1.5rem 0;
  }
  .news-list {
    display: none;
  }
  .news-more-title {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .news-description {
    margin-bottom: 1rem;
    padding: 1rem 0;
    font-size: 0.8rem;
  }
  .news-description .title {
    margin-top: 0.5rem;
  }
  .news-swiper-container {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .news-swiper-pagination {
    bottom: var(--swiper-pagination-bottom, -1.6rem) !important;
  }
  .news-swiper-pagination .swiper-pagination-bullet-active {
    background-color:  #222;
  }
  .news-more-wrapper > .button-container {
    margin-top: 2rem;
  }
}
