.news-swiper-230418-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.news-swiper-230418-wrapper * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.news-swiper-230418-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}
.news-swiper-230418-wrapper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  text-align: right;
  z-index: 99;
  font-size: 12px;
}
.news-swiper-230418-wrapper .swiper-pagination span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  color: #212529;
  border-radius: 0;
  text-align: center;
  margin: 0 8px 0 0 !important;
  opacity: 1;
  transition: all 300ms;
}
.news-swiper-230418-wrapper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #228be6;
  color: #fff;
}
.news-swiper-230418-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.news-swiper-230418-wrapper .swiper-slide .news-item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.news-swiper-230418-wrapper .swiper-slide .news-item .news-item-poster {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-swiper-230418-wrapper .swiper-slide .news-item .news-item-poster img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.news-swiper-230418-wrapper .swiper-slide .news-item .news-item-title {
  width: 100%;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 12px;
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
/*# sourceMappingURL=news-swiper-230418.css.map */