section h3 {
  scroll-margin-top: 150px !important;
}
.select_year_month {
  width: 160px;
  height: 35px;
  background: #E9E9ED;
  padding: 5px 0;
  border: #8F8F9D 1px solid;
  border-radius: 4px;
  margin-right: 10px;
}
.select_year_month:hover {
  background: #cbcbcb;
}
.search_button {
  width: 80px;
  height: 35px;
  background: #333;
  color: #fff;
  border-radius: 4px;
  border: none;
}
.select_year_month option {
  background: #fff;
  color: #333;
}
.select_year_month option:checked {
  background: #fff;
  color: #333;
}


.news-date {
  color: #1A005D;
  font-weight: bold;
  margin-right: 12px;
}
.news-title {
  color: #333;
  text-decoration: underline;
  margin-right: 8px;
}
.topics-list-category {
  background: #ff8000;
  padding: 2px 14px;
  font-size: 0.8rem;
  height: 21px;
  color: #fff;
  margin-left: 20px;
  margin-right: 10px;
}
.topics-list-category.-tip {
  background: #00A3D9;
}
#news-list > div {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
#news-list > div > span:first-child {
  padding: 0 20px;
  position: relative;
}
#news-list > div > span:first-child::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#news-list > div > span:first-child::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
}
#news-list a {
  text-decoration: underline;
  color: #0066cc;
}
#news-list a:hover {
  color: #bb0000;
}
@media (max-width: 900px) {
  #news-list > div {
    flex-wrap: wrap;
  }
  #news-list > div > span:first-child {
    order: 1;
    padding-right: 10px;
  }
    .topics-list-category {
    order: 2;
  }
    #news-list a {
    order: 3;
    width: 100%;
  }
}
#pagination-info {
  margin-top: 20px;
}
#pagination {
  margin-top: 30px;
  text-align: center;
}
#pagination button {
  padding: 6px;
  background: #fff;
  border: 2px #999 solid;
  margin-right: 10px;
  height: 34px;
  width: 34px;
}
#pagination button:first-child,
#pagination button:last-child {
  width: 50px;
}
#pagination button:nth-of-type(2) {
  position: relative;
}
#pagination button:nth-of-type(2)::before,
#pagination button:nth-last-of-type(2)::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  mask-image: none;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: none;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/assets/img/cmn/ico-arr-01.svg);
  -webkit-mask-image: url(/assets/img/cmn/ico-arr-01.svg);
}
#pagination button:nth-last-of-type(2)::before {
  transform: rotate(180deg);
}
#article-pagination {
  margin: 30px auto;
  text-align: center;
}
#article-pagination button {
  padding: 6px;
  margin-right: 10px;
  background: #fff;
  border: 2px #999 solid;
  height: 34px;
  width: 34px;
}
#article-pagination button:first-child,
#article-pagination button:last-child {
  width: 50px;
}
#article-pagination span {
  margin-right: 10px;
}

.clm2 img {
    margin: auto;
  }
@media (max-width: 900px) {
  #pagination button:first-child,
  #pagination button:last-child {
    width: 47px;
  }
  #article-pagination button {
    padding: 0;
    margin: 5px;
    height: 28px;
    width: 27px;
  }
  #article-pagination button:first-child,
  #article-pagination button:last-child {
    width: 35px;
  }
  #article-pagination span {
    margin-right: 0;
  }
  .clm2 {
    display: grid;
  }
    .clm2_left, .clm2_right,
    .clm2.ratio-7-3 .clm2_left,
    .clm2.ratio-7-3 .clm2_right,
    .clm2.ratio-3-7 .clm2_left,
    .clm2.ratio-3-7 .clm2_right {
      width: 100%;
  }
}