.news-list {
  width: 6.9rem;
  margin: 0 auto;
}
.news-list .news-item {
  display: block;
  width: 100%;
  height: 3.9rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.news-list .news-item .news-img {
  width: 100%;
  height: 100%;
}
.news-list .news-item .news-title {
  width: 100%;
  height: 1.46rem;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0.25rem 0.29rem 0 0.3rem;
  background: url(../img/title-bg.png) no-repeat;
  background-size: 100% 100%;
}
.news-list .news-item .news-title .title {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.32rem;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .news-item .news-title .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.21rem;
}
.news-list .news-item .news-title .info .view-count,
.news-list .news-item .news-title .info .time {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #FFFFFF;
}
