.news {
  padding: 115px 15%;
}

.news .news_header {
  text-align: center;
}

.news .news_header .tittle {
  font-size: 32px;
  font-weight: bold;
  color: #0C0C0C;
  line-height: 56px;
}

.news .news_header .date,
.news .news_header .author {
  font-size: 16px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 42px;
}

.news .news_header .line {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 42px;
}

.news .content p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 36px;
  margin: 18px 0 18px 10px;
  text-indent: 32px;
}

.news .content p span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 36px;
}