.banner {
  margin-left: -15px;
  margin-right: -15px;
}
.news-items h1.title {
  padding: 30px 0;
  line-height: 150%;
  font-size: 2.25em;
  font-weight:bold;
  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 {
        margin: 0;
        padding: 20px 0;
        font-size: 1.5em;
    }

    .news-items .item .info .tl a {
        display: block;
        
        height: 64px;
        line-height: 32px;
        overflow: hidden;
    }

    .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 15px 10px 10px;
  border-bottom: 1px solid #ebebeb;
}
    .banner-thumbs .bitem .nm {
        width: 60%;
        padding-left: 5px;
        padding-right: 5px;
    }

.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 15px;
  position:relative;
}

.ttl .bpager
{
    position:absolute;
    height:100%;
    top:0;
    right:12px;
}

    .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: 30px;
            padding-right: 30px;
        }
.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 (min-width:992px) and (max-width:1200px) {
    .banner-thumbs .bitem .tl {
        height:20px;
        line-height:20px;
    }

    .banner-thumbs .bitem {
        padding: 5px 15px 5px 10px;
    }
        .banner-thumbs .bitem .info
        {
            padding-top:3px;
        }
}

@media screen and (max-width:991px) {
  .news-items h1.title {
    padding: 10px 0;
    font-size: 2em;
    line-height:135%;
  }
  .news-items .item .info .tl {
    padding: 10px 0;
  }
  .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: 20px;
    line-height: 20px;
    overflow:hidden;
    text-overflow: inherit;
  }
  .banner-thumbs .bitem .info {
    padding-top: 0;
    height: 32px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: inherit;
  }
}
@media screen and (max-width:576px) {
  .news-items .item .info .tl {
      font-size:1.25em;
      padding:10px 0;
  }

    .news-items .item .info .tl a
    {
        height:auto;
        line-height:135%;
        overflow:auto;
    }

    .news-items h1.title
    {
        font-size:1.5em;
    }
}