.wrapper {
  width: 6.9rem;
  margin: 0 auto;
}
.dantu-news-cont {
  margin-top: -1.5rem;
  position: relative;
  z-index: 1;
}
.dantu-news-cont .dantu-news-item {
  display: block;
  width: 100%;
  text-decoration: none;
  padding-bottom: 0.39rem;
  border-bottom: 0.01rem solid #e6e6e6;
  margin-bottom: 0.41rem;
}
.dantu-news-cont .dantu-news-item .news-info {
  width: 100%;
  height: 1.52rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.dantu-news-cont .dantu-news-item .news-info .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: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-right: 0.11rem;
}
.dantu-news-cont .dantu-news-item .news-info .info {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #999999;
  display: flex;
  justify-content: space-between;
}
