.news-content {
  width: 90%;
  margin: 20px auto 0;
  background: #fff;
  padding: 10px 20px;
}
.news_title {
  text-align: center;
  margin-bottom: 20px;
}
.news-content #title {
  font-size: 20px;
}
.news-content p {
  font-size: 14px;
  line-height: 1.5em;
}