.banner {
  margin-left: -15px;
  margin-right: -15px;
}
.news-items h1.title {
  padding: 30px 0;
  line-height: 150%;
  font-size: 2.25em;
  font-weight: normal;
  color: #231815;
}
.news-items h1.title strong {
  font-weight: normal;
}
.news-items {
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}
.news-items .item .item-box {}
.news-items .item .thumbs {
  text-align: center;
}
.news-items .item .thumbs a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.news-items .item .thumbs a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.news-items .item .info {
  min-height: 120px;
}
.news-items .item .info .tl {
  font-size: 1.5em;
  line-height: 32px;
  min-height: 104px;
  margin: 0;
  padding: 20px 0;
}
.news-items .item .info .dt {
  padding: 5px 0;
}
.news-items .item .info .dt em, .news-items .item .info .dt span {
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
}
.news-items .item .info .dt em {
  font-style: normal;
  color: #1D5ED7;
}
.news-items .item .info .dt span {
  color: #525252;
}
.banner-thumbs .bitem {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.banner-thumbs .bitem .nm {
  width: 60%;
  padding-left: 8px;
  padding-right: 8px;
}

.banner-news-pager {    
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.banner-thumbs .bitem .tl {
    font-weight: bold;
    font-size: 1.125em;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ttl {
  font-weight: bold;
  font-size: 1.5em;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 0 0 0 8px;
  position:relative;
}

.ttl .bpager
{
    position:absolute;
    height:100%;
    top:0;
    right:0;
}

    .ttl .bpager a {
        display: inline-block;
        margin: 10px 5px;
        height: 30px;
        line-height: 20px;
        padding: 5px;   
        border-radius:4px;
        border:1px solid #FFF;
        background-color:#ebebeb;
        font-size:14px;
    }

        .ttl .bpager a.act {
            border: 1px solid #1D5ED7;
            background-color: #1D5ED7;
            color:#FFF;
        }

        .bnr-box {
            padding-left: 15px;
            padding-right: 15px;
        }
.banner-thumbs {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.banner-thumbs .bitem:last-child {
  border-bottom: none;
}
.banner-thumbs .bitem .info {
  font-size: 12px;
  font-weight: normal;
  color: #666;
  padding-top: 6px;
  height: 42px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner-thumbs .bitem .thu {
  width: 40%;
}
.banner-thumbs .bitem .thu img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}

@media screen and (max-width:991px) {
  .news-items h1.title {
    padding: 15px 0;
    font-size: 2em;
  }
  .news-items .item .info .tl {
    padding: 10px 0;
    min-height: 84px;
  }
  .news-items .item .info {
    min-height: 30px;
  }
  .ttl, .banner-thumbs .bitem .nm {
    padding: 0;
  }
  .swiper-pagination.swiper-pagination-horizontal {
    bottom: 8px !important;
    padding-right: 10px !important;
  }
  .banner-thumbs .bitem .tl {
    height: auto;
    line-height: 25px;
    overflow: auto;
    text-overflow: inherit;
  }
  .banner-thumbs .bitem .info {
    padding-top: 6px;
    height: auto;
    line-height: 20px;
    overflow: auto;
    text-overflow: inherit;
  }
}
@media screen and (max-width:576px) {
  .news-items .item .info .tl {
    min-height: 42px;
  }
}