.box {
  padding-top: 30px;
}
.box .n-title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.box .n-desc {
  margin-bottom: 25px;
}
.box .n-desc span {
  font-size: 14px;
  color: #999;
}
.box p {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;line-height: 28px;
}
.news-footer {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;line-height: 30px;
}
.news-footer span {
  color: #ff2c21;
}
@media screen and (max-width: 768px){
.news-detail img{    width: 100% !important;height: auto !important;}
.news-footer{margin-bottom: 15px;}
.box{padding-top: 20px;}
}