.content-bg-img {
  background: url("../../img/newsAndTrends/beijing.png") no-repeat;
  background-size: 100%;
  background-position: 0 0.9rem;
}
/* 内容 */
.news {
  padding: 0 0.1rem;
  margin-top: 0.8rem;
}
.news-list {
  display: flex;
  color: #dae1ed;
  margin-bottom: 0.4rem;
}
.list-img {
  width: 2.46rem;
  height: 1.64rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  margin-right: 0.17rem;
}
.list-img img {
  width: 2.46rem;
  height: 1.64rem;
  border-radius: 0.2rem;
}
.list-content .list-title {
  font-size: 0.22rem;
  line-height: 0.36rem;
  margin-bottom: 0.1rem;
  /* 单行文本溢出显示省略号 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 4rem;
}
/*  */
.list-type {
  display: flex;
  font-size: 0.12rem;
  line-height: 0.19rem;
  margin-bottom: 0.15rem;
  white-space: nowrap;
  flex-wrap: wrap;
}
.list-type > div {
  margin-right: 0.12rem;
  line-height: 0.32rem;
}

.list-type > .financial {
  box-sizing: border-box;
  /* width: 0.35rem;
  height: 0.19rem; */
  border: solid 0.05px #dae1ed;
  text-align: center;
  margin-right: 0.15rem;
  /* line-height: 0.18rem; */
  padding: 0 0.02rem;
}
.list-type > .list-time {
  /* width: 1.7rem; */
}
.list-type > .list-source {
  /* width: 1.2rem; */
  margin-right: 0.25rem;
}
.list-hits {
  /* width: 0.8rem; */
}
.list-details {
  font-size: 0.16rem;
  line-height: 0.28rem;
  /* 多行文本显示省略号 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
