/* 新闻 */
.news_content {
  padding: 0 0.3rem;
}

.news_item {
  margin: 0.4rem 0;
}

.news_item > img {
  width: 2.2rem;
  height: 1.6rem;
  margin-right: 0.2rem;
}

.news_item-right {
  width: calc(100% - 2.4rem);
  height: 1.6rem;
}

.news_item-right > .font-title {
  font-size: 0.28rem;
  font-weight: 400;
  color: #222222;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_item-right > .font-time {
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
}

.news_loadMore {
  width: 100px;
  margin: 0.6rem auto 0;
  height: 32px;
  background: #ffffff;
  border: 1px solid #2b92ea;
  border-radius: 16px;
  font-size: 0.28rem;
  font-weight: bold;
  color: #2b92ea;
}
