body .nav-wrap{
  background-color: #3091f2;
}
.page-wrap{
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 100%;
  bottom: 0;
}
.scroll-area{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-scroll{
  background: #fff;
}
.news-item{
  margin: 0 0.3rem;
  height: 2.46rem;
  border-bottom: 1px solid rgba(213, 213, 222, .5);
}
.news-item > a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.news-item .item-text{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0.4rem;
}
.news-item .item-text .item-title{
  display: -webkit-box;
  height: 1.2rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-item .item-text .item-text-bottom{
  padding-top: 0.26rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.news-item .item-text-bottom .center-line{
  position: relative;
  top: 0.03rem;
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #ebebef;
  margin: 0 0.15rem;
}
.news-item .item-text .item-text-bottom .author{
  color: #9FA5BB;
}
.news-item .item-text .item-text-bottom time{
  color: #abb0c3;
}
.news-item .item-img{
  width: 2.31rem;
  height: 1.76rem;
}
.news-item .item-img img{
  width: 100%;
  height: 100%;
}
.pagination{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
  padding: 0 .8rem;
  padding-top: 0.55rem;
}
.pagination span{
  display: block;
  height: 0.4rem;
  font-size: 0.26rem;
  line-height: .4rem;
  text-align: center;
  color: #303445;
}
.pagination span.current-page{
  color: #9fa5bb;
}
.pagination span a{
  display: block;
  padding: 0 .15rem;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  line-height: .38rem;
  color: #303445;
}
.pagination span a.no-more{
  color: #9fa5bb;
}


