﻿body {
  background-color: #F8F8F8;
}
.page-content {
  margin-top: 20px;
  margin-bottom: 68px;
}
.news-list-container {
  margin-left: 62px;
  flex-grow: 1;
  overflow-x: hidden;
}
.news-list-container .news-normal {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBEBEB;
}
.news-list-container .news-normal:not(:last-child) {
  margin-bottom: 24px;
}
.news-list-container .news-normal .date-box {
  margin-right: 26px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.news-list-container .news-normal .date-box .date-day {
  font-size: 36px;
  font-weight: 500;
  color: #23A7E3;
  margin-bottom: 4px;
}
.news-list-container .news-normal .date-box .date-year {
  font-size: 16px;
  color: #23A7E3;
}
.news-list-container .news-normal .news-normal-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  margin-bottom: 6px;
  margin-top: 8px;
}
.news-list-container .news-normal .news-normal-content {
  font-size: 14px;
  color: #9C9C9C;
  line-height: 22px;
}
.news-list-container .news-image-type .news-image {
  width: 176px;
  height: 132px;
  margin-right: 20px;
  object-fit: cover;
}
.news-list-container .news-image-type .news-image-date {
  font-size: 12px;
  font-weight: 500;
  color: #1DA6E3;
  align-self: flex-end;
  text-align: right;
  margin-top: 8px;
}
.news-list-container .news-compact {
  height: 54px;
  padding-left: 33px;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #C7C7C7;
  position: relative;
  overflow-x: hidden;
}
.news-list-container .news-compact:nth-child(2n) {
  background-color: #F4F4F4;
}
.news-list-container .news-compact:nth-last-child(2) {
  margin-bottom: 54px;
}
.news-list-container .news-compact::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #23A7E3;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.news-list-container .news-compact .news-compact--title {
  font-size: 16px;
  color: #000;
  flex-grow: 1;
}
.news-list-container .news-compact .news-compact--date {
  font-size: 16px;
  color: #9E9E9E;
  flex-shrink: 0;
  margin-left: 40px;
}
.news-list-swiper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.news-list-swiper .swiper-pagination {
  margin-bottom: 20px;
  padding: 11px 0 26px 0;
  display: flex;
  margin-left: 46px;
  border-bottom: 1px solid #E2E2E2;
}
.news-list-swiper .swiper-pagination .swiper-pagination-one {
  width: 80px;
  font-size: 16px;
  font-weight: 500;
  color: #424242;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.news-list-swiper .swiper-pagination .swiper-pagination-one.active {
  font-size: 20px;
  color: #23A7E3;
}
.news-list-swiper .swiper-pagination .swiper-pagination-one.active::after {
  content: '';
  width: 22px;
  height: 4px;
  background: #23A7E3;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
}
.news-list-swiper .swiper-wrap {
  display: flex;
  overflow: hidden;
  width: calc(930px - 62px);
  margin-left: 62px;
  align-items: flex-start;
  transition: height 0.5s ease-out;
}
.news-list-swiper .swiper-wrap .swiper-slide {
  flex-grow: 1;
  flex-shrink: 0;
  margin-left: 0;
  width: 100%;
  display: inline-block;
  transition: all 0.5s ease-out;
}