html,
body,
#news {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#news .banner {
  height: 5.25333333rem;
  position: relative;
}
#news .banner a {
  display: block;
  width: 100%;
  height: 100%;
}
#news .banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#news .banner .title-bottom {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
  padding: 0 .36rem;
  font-size: 13px;
}
[data-dpr="2"] #news .banner .title-bottom {
  font-size: 26px;
}
[data-dpr="3"] #news .banner .title-bottom {
  font-size: 39px;
}
#news .banner .title-bottom > * {
  float: left;
}
#news .banner .title-bottom .iconfont {
  font-size: 13px;
  margin-left: .28rem;
  display: inline-block;
  height: 100%;
}
[data-dpr="2"] #news .banner .title-bottom .iconfont {
  font-size: 26px;
}
[data-dpr="3"] #news .banner .title-bottom .iconfont {
  font-size: 39px;
}
#news .banner .title-bottom .banner-title {
  display: inline-block;
  width: 6.93333333rem;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news .news-list .news-item {
  width: 100%;
  height: 3.04rem;
}
#news .news-list .news-item a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: .52rem .4rem;
}
#news .news-list img.news-illustration {
  float: left;
  object-fit: cover;
  width: 2rem;
  height: 2rem;
}
#news .news-list .news-info {
  width: 6.4rem;
  height: 100%;
  margin-left: 2.48rem;
  font-size: 13px;
  position: relative;
}
[data-dpr="2"] #news .news-list .news-info {
  font-size: 26px;
}
[data-dpr="3"] #news .news-list .news-info {
  font-size: 39px;
}
#news .news-list .info-title {
  width: 100%;
}
#news .news-list .info-date,
#news .news-list .iconfont {
  position: absolute;
  bottom: 0;
}
#news .news-list .info-date {
  left: 0;
}
#news .news-list .iconfont {
  right: 0;
  font-size: 13px;
}
[data-dpr="2"] #news .news-list .iconfont {
  font-size: 26px;
}
[data-dpr="3"] #news .news-list .iconfont {
  font-size: 39px;
}
#news .news-list .icon-eye {
  margin-right: 1.04rem;
}
