#content {
  box-sizing: border-box;
  padding: 0 .2rem;
  padding-bottom: .4rem;
}
#content img {
  max-width: 100%;
}
#content .news-title {
  font-size: .34rem;
  color: #333;
  height: .75rem;
  text-align: center;
  font-weight: bold;
  margin: .2rem 0;
}
#content .news-type,
#content .news-time {
  text-align: center;
  font-size: .28rem;
  color: #999;
  margin: .1rem 0;
}
#content .news-content {
  margin-top: .2rem;
  font-size: .28rem;
}
