.newsDetail ol, ul {
    list-style: disc;
	margin-left: 25px;
	margin-bottom: 10px;
}

.newsDetail li {
	margin-bottom: 10px;
}

.news__tab {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  list-style:none;
}
.news__tab li {
  margin: 0 25px;
  font-family: avenir;
  cursor: pointer;
}
.news__tab li.active {
  padding-bottom: 3px;
  border-bottom: 2px solid #224666;
}

.news__list {
  padding: 40px 0 70px;
}
.news__list .tab__area {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news__list .tab__area .tab__area__article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news__list .tab__area .tab__area__article::before {
  content: "";
  display: block;
  width: calc(25% - 40px);
  order: 1;
}
.news__list .tab__area .tab__area__article::after {
  content: "";
  display: block;
  width: calc(25% - 40px);
}
.news__list .tab__area.show {
  display: block;
}
.news__list article {
  width: calc(25% - 40px);
}
.news__list article:last-child {
  margin-right: 0;
}
.news__list article p {
  line-height: 1.2;
}
.news__list time {
  display: block;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
  font-family: "avenir";
}
.news__list img {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  height: 170px;
  object-fit: cover;
}
.news__list p {
  margin-top: 30px;
}

.news__list__item {
  width: calc(25% - 30px);
  margin-bottom: 50px;
}
.news__list__item a {
  color: #000;
}
.news__list__item time {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.news__list__item img {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  height: auto;
}
.news__list__item p {
  margin-top: 30px;
}

.page {
  display: flex;
  justify-content: center;
}
.page a {
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 40px;
}
.page .current {
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.page .prev {
  display: none;
}

.archive {
  padding: 70px 0;
  text-align: center;
}

.archive__list {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.archive__list li {
  margin: 0 15px;
}
.archive__list a {
  color: #000;
  text-decoration-line: underline;
}

.newsDetail {
  padding: 100px 0 70px;
}
.newsDetail img {
  height: auto;
}
.newsDetail p {
  line-height: 1.5;
  margin-bottom:10px;
}

.newsDetail__time {
  font-size: 24px;
  letter-spacing: 0.02em;
}

.newsDetail__title {
  padding-top: 20px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.newsDetail__img {
  margin: 50px 0;
}
.newsDetail__img img {
  width: 100%;
}

.newsDetail__text {
  margin-top: 20px;
  line-height: 2.2;
}

.newsDetail__main {
  margin-top: 100px;
}

.newsDetail__subTitle {
  background: #efefef;
  padding: 20px;
  font-size: 30px;
  font-weight: bold;
}

.newsDetail__subTitle2 {
  position: relative;
  margin: 30px 0 0;
  padding: 20px;
  font-size: 30px;
  font-weight: bold;
}
.newsDetail__subTitle2::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  background: #226999;
  height: 46px;
  width: 10px;
}

.page-nation {
  padding-top: 70px;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.page-nation a {
  font-family: Montserrat;
  font-size: 16px;
  display: block;
  text-align: left;
  width: 143px;
}
.page-nation .back a:hover img:nth-child(1),
.page-nation .prev a:hover img:nth-child(1) {
  animation: mvArrow3 1.2s ease-in-out 0s infinite;
}
.page-nation .back a:hover img:nth-child(2),
.page-nation .prev a:hover img:nth-child(2) {
  animation: mvArrow2 1.2s ease-in-out 0s infinite;
}
.page-nation .back a:hover img:nth-child(3),
.page-nation .prev a:hover img:nth-child(3) {
  animation: mvArrow1 1.2s ease-in-out 0s infinite;
}
.page-nation .back a .arrowArea,
.page-nation .prev a .arrowArea {
  display: inline-block;
  margin-left: 10px;
}
.page-nation .back a img,
.page-nation .prev a img {
  width: 13.7px;
  height: 14.4px;
  vertical-align: baseline;
  margin-right: 2px;
}
.page-nation .prev img {
  transform: scale(-1, 1);
}
.page-nation .back {
  text-align: right;
}

@media screen and (max-width: 896px) {
  .news__list {
    padding: 40px 0 40px;
  }

  .news__list {
    padding: 40px 0 70px;
  }
  .news__list article {
    width: calc(50% - 10px);
    margin-bottom: 50px;
  }
  .news__list article p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .newsDetail {
    padding: 80px 0 40px;
  }

  .newsDetail__time {
    font-size: 20px;
  }

  .newsDetail__title {
    padding-top: 20px;
    font-size: 24px;
  }

  .newsDetail__img {
    margin: 30px 0;
  }
  .newsDetail__img img {
    width: 100%;
  }

  .newsDetail__text {
    margin-top: 20px;
  }

  .newsDetail__main {
    margin-top: 60px;
  }

  .newsDetail__subTitle {
    font-size: 24px;
  }

  .newsDetail__subTitle2 {
    font-size: 24px;
  }

  .page-nation a {
    width: auto;
  }
  .page-nation .back a .arrowArea,
  .page-nation .prev a .arrowArea {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .news__tab {
    padding-top: 60px;
  }
  .news__tab li {
    margin: 0 8px;
    font-size: 14px;
    font-weight: bold;
  }

  .news__list {
    padding: 30px 0 40px;
  }
  .news__list img {
    height: 140px;
  }

  .news__list__item {
    width: calc(50% - 5px);
  }
  .news__list__item img {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .news__list__item p {
    margin-top: 15px;
    font-size: 14px;
  }

  .newsDetail {
    padding: 40px 0 40px;
  }

  .newsDetail__time {
    font-size: 16px;
  }

  .newsDetail__title {
    padding-top: 15px;
    font-size: 20px;
  }

  .newsDetail__img {
    margin: 30px 0;
  }
  .newsDetail__img img {
    width: 100%;
  }

  .newsDetail__text {
    margin-top: 20px;
  }

  .newsDetail__main {
    margin-top: 50px;
  }

  .newsDetail__subTitle {
    font-size: 20px;
  }

  .newsDetail__subTitle2 {
    font-size: 20px;
  }
  .newsDetail__subTitle2::before {
    height: 40px;
  }

  .newsDetail__text {
    font-size: 14px;
  }
}
