.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;
}
.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;
}