.news_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.news_date {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  text-align: right;
}
.news_content {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.news_more {
  font-size: 14px;
  color: #999;
}