.wrapper {
  width: 6.9rem;
  margin: 0 auto;
}
.news-list .news-item {
  display: block;
  width: 100%;
  padding-bottom: 0.26rem;
  border-bottom: 0.01rem solid #f0f0f0;
  margin-bottom: 0.27rem;
}
.news-list .news-item .news-title {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.34rem;
  color: #000000;
  line-height: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .news-item .info {
  width: 100%;
  overflow: hidden;
}
.news-list .news-item .info .view-count {
  float: left;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #999999;
}
.news-list .news-item .info .time {
  float: right;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #999999;
}
.news-list .dantu .news-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.24rem;
}
.news-list .dantu .news-cont .news-title {
  width: 3.89rem;
}
.news-list .dantu .news-cont .news-pic {
  width: 2.3rem;
  height: 1.52rem;
}
.news-list .dantu .info .tuwen {
  float: left;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #D61F25;
  margin-right: 0.16rem;
}
.news-list .wutu .news-title {
  width: 100%;
  margin-bottom: 0.29rem;
}
.news-list .duotu .news-title {
  width: 100%;
  margin-bottom: 0.2rem;
}
.news-list .duotu .pic-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.29rem;
}
.news-list .duotu .pic-cont .news-pic {
  width: 2.18rem;
  height: 1.44rem;
  border-radius: 0.06rem;
}
.news-list .datu .news-title {
  width: 100%;
  margin-bottom: 0.2rem;
}
.news-list .datu .news-pic {
  width: 100%;
  height: 3.1rem;
  border-radius: 0.06rem;
  margin-bottom: 0.26rem;
}
