.mobile-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 750px) {
  .mobile-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }
}
.news-container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 40px 0px 0px 0px;
}
.news-container .mobile {
  display: block;
}
.news-container .normal {
  display: none;
}

.news-wrapper {
  padding: 0px 0 40px 0;
}
.news-wrapper .news-wrap .title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 56px;
  vertical-align: middle;
  text-align: center;
}
.news-wrapper .news-wrap .title > a {
  color: #1f2227;
}
.news-wrapper .news-box .news-item {
  width: calc(100% - 44px);
  margin: 0 22px;
}
.news-wrapper .news-box .news-item:hover {
  transform: translateY(0%);
}
.swiper-container-style {
  position: relative;
  margin: 0 auto;
}
.swiper-container-style .swiper-pagination-bullet {
  width: 18px !important;
  height: 2px;
  border-radius: 0;
  margin: 0 !important;
  background: #d5dadd;
}
.swiper-container-style .swiper-pagination-bullet-active {
  background: #020202;
}
