.news-item {
  padding: 0.3rem 0;
  width: 6.9rem;
  margin: 0 auto;
  box-sizing: content-box;
  border-bottom: 1px solid #ededed;
}
.news-item:last-child {
  border-bottom: none;
}
.news-item > a {
  display: flex;
  justify-content: space-between;
}
.news-item .news-img {
  /*width: 1.7rem;
  height: 1.26rem;*/
  width: 97px;
  height: 68px;
  background: #eee;
  flex-shrink: 0;
}
.news-item .news-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-item .news-info {
  width: 4.93rem;
  flex-shrink: 0;
}
.news-item .news-info .news-title {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.12rem;
  line-height: 0.2rem;
}
.news-item .news-info .news-desc {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.news-item .news-info .news-date {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #808080;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-item .news-info .news-date .more-btn {
  width: 1.12rem;
  height: 0.32rem;
  background: #FFFFFF;
  border-radius: 0.16rem;
  border: 0.01px solid #891E23;
  font-weight: 400;
  font-size: 0.16rem;
  color: #891E23;
  text-align: center;
  line-height: 0.28rem;
}