.fm_body{
  border-top: #ddd 1px solid;
  padding: .4rem 0;
}
.news_title{
  font-size: .22rem;
  text-align: center;
  margin: 0 .2rem .2rem .2rem;
}
.news_sub{
  white-space: nowrap;
  text-align: center;
}
.news_sub>div{
  display: inline-block;
}
.nsc_img{
  transform: translateY(2px);
}
.nsv_img, .nsd_img{
  transform: translateY(1px);
}

.nsc_img, .nsv_img, .nsd_img{
  width: .18rem;
  margin-right: .05rem;
}
.nsc_name, .nsv_num, .nsd_time{
  line-height: .18rem;
  font-size: .13rem;
  color: #666;
  display: inline-block;
}
.ns_view{
  margin: 0 .1rem;
}
.news_sub{
  margin-bottom: .3rem;
}
.news_body{
  padding: 0 .3rem;
}
.news_body>p{
  color: #666;
  line-height: 2;
}
.news_body a{
  color: #666;
}
.news_body img{
  width: 100%;
}