.news_template {
  padding: 60px 0;
}

.news_template .wrapper h3.title {
  font-family: SourceHanSansSC-Medium;
  font-size: 24px;
  color: #232531;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0;
}

.news_template .wrapper .update_time {
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  color: #575962;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-top: 20px;
}

.news_template .wrapper .line {
  margin: 10px 0 20px 0;
  width: 100%;
  height: 1px;
  background: #C9C9C9;
}

.news_template .wrapper .description {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
}

.news_template .wrapper .details {
  line-height: 200%;
}

.news_template .wrapper .details img {
  max-width: 100%;
}