.newsDetailPage {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0 200px;
}
.newsDetailPage .title {
  font-size: 22px;
  letter-spacing: 2px;
  color: #222;
  text-align: center;
  font-weight: bold;
}
.newsDetailPage .time {
  margin-top: 12px;
  font-size: 18px;
  color: #666;
  text-align: center;
}
.newsDetailPage .content {
  font-size: 20px;
  color: #000;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 65px;
}