.mobile-news-banner {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
}

.mobile-news-banner__bg {
  width: 100%;
  position: relative;
  z-index: 0;
}

.mobile-news-banner__title {
  position: absolute;
  left: 13%;
  top: 35%;
  z-index: 10;
}

.mobile-news-banner__title-main {
  color: #FFF;
  font-family: "Smiley Sans";
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1.97px;
}

.mobile-news-banner__title-sub {
  color: #FFF;
  text-align: center;
  font-family: "AlibabaPuHuiTi-2-55-Regular";
  font-size: 13.136px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.97px;
  text-transform: uppercase;
}

.mobile-news-list {
  padding: 0 20px;
  position: relative;
}

.mobile-news-item {
  padding: 18px 0 16px;
  border-bottom: 1px solid #D7D9E2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-news-item__name {
  width: 75%;
  color: #000;
  font-family: "AlibabaPuHuiTi-2-65-Medium";
  font-size: 11px;
  font-weight: 400;
  line-height: 159%;
  letter-spacing: 1.21px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mobile-news-item__date {
  padding-left: 16px;
  border-left: 1px solid #D7D9E2;
}

.mobile-news-item__date-year {
  color: #989898;
  font-family: "DINCond-Bold";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 126%;
  letter-spacing: 3.331px;
}

.mobile-news-item__date-day {
  color: #989898;
  font-family: "DINCond-Bold";
  font-size: 14px;
  font-weight: 500;
  line-height: 126%;
  letter-spacing: 1.593px;
}

.mobile-news-pages {
  margin-top: 26px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-news-pages__prev {
  width: 25px;
  height: 25px;
  display: flex;
  margin-right: 14px;
  cursor: pointer;
}

.mobile-news-pages__prev-icon {
  width: 100%;
  height: 100%;
}

.mobile-news-pages__prev-icon-actived {
  width: 100%;
  height: 100%;
  display: none;
}

.mobile-news-pages__next {
  width: 25px;
  height: 25px;
  display: flex;
  margin-left: 14px;
  cursor: pointer;
}

.mobile-news-pages__next-icon {
  width: 100%;
  height: 100%;
}

.mobile-news-pages__next-icon-actived {
  width: 100%;
  height: 100%;
  display: none;
}

.mobile-news-pages__item {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(214, 214, 214, 1);
  border-radius: 50%;
  box-sizing: border-box;
  color: #A0A0A0;
  font-family: "Source Han Sans CN";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-news-pages__item.actived {
  background-color: rgba(234, 25, 128, 1);
  border-color: rgba(234, 25, 128, 1);
  color: #fff;
}

.mobile-news-pages__item+.mobile-news-pages__item {
  margin-left: 15px;
}