.news-wrapper {
  margin-top: 0.28rem;
}

.news-wrapper .newslist li {
  padding: .333333rem .266667rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: .5px solid #eee;
}

.news-wrapper .newslist li:last-child {
  border-bottom: 0;
}

.news-wrapper .newslist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-wrapper .newslist li a img {
  display: block;
  width: 3.333333rem;
  height: 2.466667rem;
}

.news-wrapper .newslist li a .content {
  margin-left: .266667rem;
  width: 5.733333rem;
}

.news-wrapper .newslist li a .content .title {
  font-size: .4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-wrapper .newslist li a .content p {
  margin-top: .266667rem;
  height: 1.066667rem;
  font-size: .346667rem;
  line-height: .533333rem;
  color: #999;
  overflow: hidden;
}

.news-wrapper .newslist li a .content .date {
  display: block;
  margin-top: .266667rem;
  font-size: .32rem;
}

.news-wrapper .view-more {
  display: block;
  margin: .333333rem;
  height: 1.173333rem;
  font-size: .4rem;
  line-height: 1.173333rem;
  text-align: center;
  background-color: #f7f7f7;
}
