body{
  margin: 0;
  padding: 0;
  font-family: Arial, "Microsoft Yahei";
  font-size: 16px;
}
#news-detail-phone{
  width: 90%;
  margin: 5% 5%;
}
#news-detail-phone h1{
  font-size: 1rem;
  overflow: hidden;
  font-weight: 700;
  padding-bottom: 2%;
  text-align: center;
}
#news-detail-phone .time{
  color: #999;
  margin: 20px;
  font-size: 18px;
}
#news-detail-phone .msg-main{
  color: #333;
  word-break: break-all;
}
#news-detail-phone .msg-main p{
  padding: 10px 0;
  line-height: 1.2rem;
  text-indent: 1em !important;
}
#news-detail-phone .msg-main img{
  width: 100%;
}
#footer-phone h1{
  background: #5075c3;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
#footer-phone h1 a{
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
}