/* breadcrumb */

.post-categories >a {
  color: #fff;
  pointer-events: none;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.6666666667;
  transition: opacity 0.3s;
}

.news__category {
  margin-bottom: 61px;
}

.news__category-list {
  display: flex;
  justify-content: center;
}

.news__category .news__category-list .cat-item {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 110px;
  height: 25px;
  text-align: center;
  position: relative;
  font-size: 12px;
}

.news__category .news__category-list .cat-item a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #000;
  text-decoration: none;
  border: solid 1px #000;
}



.news__category .news__category-list .cat-item a span {
  display: table-cell;
  vertical-align: middle;
}

.news__category .news__category-list .cat-item a:hover {
  color: #fff;
  background: #000;
}

.news__category .news__category-list .current-cat>a {
  color: #fff;
  background: #000;
}

.cat-item-first >a {
  display: block;
  padding: 1px 20px;
}

a.cat-link {
  width: 110px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0 2px;
}

a.cat-link.current {
  background-color: #000;
}

.current-cat >a {
  background-color: #000;
  color: #fff;
}

.news-wrapper {
  padding-bottom: 0;
}


/*=======================
  news__list
=======================*/


.news__item {
  display: flex;
  border-bottom: 1px solid #DDDDDD;
  padding: 23px 0;
  transition: opacity 0.5s;
}

.news__item:hover {
  opacity: 0.5;
}

.news__item>a {
  display: flex;
  width: 100%;
}

/* .news__item-first {
  padding-top: 0;
} */

.news__thumbnail {
  width: 35.82%;
  height: 110px;
  overflow: hidden;
}

.news__thumbnail>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.text__area {
  width: calc(63% - 12px);
}

.news__label {
  display: flex;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 9px;
}

.section-news__title {
  margin-bottom: 0;
}

.news__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
}



.text__area {
  margin-left: 12px;
}

.news_time {
  letter-spacing: 0.1em;
}

.m-notice {
  width: 110px;
  height: 25px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  margin-left: 8px;
}

.m-event {
  width: 110px;
  height: 25px;
  background-color: #828282;
  color: #fff;
  text-align: center;
  margin-left: 8px;
}

/*=======================
  pager
=======================*/

/* .pager {
  margin: 0 auto;
  padding-top: 80px;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.pager .pagination li:not(:last-child) {
  margin-right: 10px;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #000;
  text-decoration: none;
  border: solid 2px #000;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #fff;
  background: #000;
} */

.navigation {
  margin: 0 auto;
  padding: 80px 0 120px;
}

.pagination {
  display: flex;
  justify-content: center;
}

.nav-links .page-numbers {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 4px;
}

.pagination .screen-reader-text {
  display: none;
}

/* .pagination :not(:last-child) {
  margin-right: 10px;
} */

.nav-links .page-numbers {
  color: #000;
  text-decoration: none;
  border: solid 2px #000;
}

.nav-links .page-numbers:not(:last-child) {
  margin-right: 5px;
}


.pagination li {
  display: table-cell;
  vertical-align: middle;
}

.pagination li a:hover,
.nav-links .page-numbers.current {
  color: #fff;
  background: #000;
}




@media screen and (min-width: 768px) {
  .news__thumbnail {
    height: 150px;
    width: 240px;
  }

  .news__category .news__category-list .cat-item {
    margin: 0 6px;
    width: 119.87px;
  }

  a.cat-link {
    width: 119.87px;
    margin: 0 6px;
  }

  .m-notice,
  .m-event {
    width: 120px;
  }

  .news__title {
    font-size: 24px;
    line-height: 1.33;
    max-width: 430px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .text__area {
    margin-left: 24px;
    margin-top: 4px;
  }

  .news__label {
    margin-bottom: 15px;
  }

  .news__inner {
    padding: 0 20px;
    max-width: 700px;
  }
}

@media screen and (min-width: 1024px) {

  .news__category .news__category-list .cat-item {
    margin: 0 6px;
    width: 119.87px;
  }

  .m-notice,
  .m-event {
    width: 120px;
  }

  .news__title {
    font-size: 24px;
    line-height: 1.33;
    max-width: 600px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .text__area {
    margin-left: 24px;
    margin-top: 4px;
  }

  .news__label {
    margin-bottom: 15px;
  }

  .news__inner {
    max-width: 900px;
  }

  .nav-links .page-numbers {
    padding: 0px;
  }

}