body {
  overflow-x: hidden;
  background-image: url("../image/2s_news_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #151B63;
}
.menuItem {
  font-size: 0.36rem;
  line-height: 0.44rem;
  font-weight: 700;
  color: #04E1EB;
  text-align: center;
  margin-bottom: 0.62rem;
}
.newslist-area {
  width: 6.9rem;
  position: relative;
  margin-left: 50%;
  transform: translateX(-50%);
}
.newslist-area img.news-bg {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.newslist-area .newslist-ctn {
  padding-top: 2.16rem;
}
.newslist-area .newslist-ctn .newslist-ul {
  width: 6.9rem;
  margin: 0 auto;
  overflow: hidden;
}
.newslist-area .newslist-ctn .newslist-ul li {
  float: left;
}
.newslist-area .newslist-ctn .newslist-ul li .img-dev {
  width: 6.9rem;
  margin-bottom: 0.4rem;
}
.newslist-area .newslist-ctn .newslist-ul li .img-dev .newsImg-s {
  width: 6.9rem;
  height: 4.22rem;
  object-fit: cover;
}
.newslist-area .newslist-ctn .newslist-ul .newsDetails-ctn {
  width: 6.9rem;
  color: #ffffff;
  margin-bottom: 0.76rem;
  position: relative;
}
.newslist-area .newslist-ctn .newslist-ul .newsDetails-ctn .title {
  font-size: 0.36rem;
  line-height: 0.54rem;
  color: #ffffff;
  margin-bottom: 0.24rem;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.newslist-area .newslist-ctn .newslist-ul .newsDetails-ctn .newsDetails {
  opacity: 0.7;
  font-size: 0.24rem;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.newslist-area .newslist-ctn .pages-ctn {
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
  text-align: center;
}
.newslist-area .newslist-ctn .pages-ctn .page {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 0.06rem;
  border-radius: 0.24rem;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.16rem;
  color: #ffffff;
  background: #0442D8;
  cursor: pointer;
}
.newslist-area .newslist-ctn .pages-ctn .prePage,
.newslist-area .newslist-ctn .pages-ctn .nextPage {
  margin: 0 0.14rem;
  vertical-align: bottom;
}
.newslist-area .newslist-ctn .pages-ctn .page.current {
  background: #336FFF;
}
.newslist-area .newslist-ctn .pages-ctn .nextPage.page {
  background: url("../image/light-arrow.png") no-repeat;
  background-size: cover;
  transform: rotate(0deg);
}
.newslist-area .newslist-ctn .pages-ctn .prePage.page {
  background: url("../image/light-arrow.png") no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
.newslist-area .newslist-ctn .pages-ctn .prePage.nodata {
  background: url("../image/dark-arrow.png") no-repeat;
  background-size: cover;
  transform: rotate(0deg);
  cursor: not-allowed;
}
.newslist-area .newslist-ctn .pages-ctn .nextPage.nodata {
  background: url("../image/dark-arrow.png") no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  cursor: not-allowed;
}
