body .container {
  width: 1200px;
  min-height: 580px;
  margin: 0 auto;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

body .container .newsPage {
  padding: 50px;
}

body .container .newsPage p {
  line-height: 40px;
  font-size: 14px;
  text-align: left;
  text-indent: 2em;
}

body .container .newsPage p.imgExplain {
  text-align: center;
  color: #666;
}

body .container .newsPage div img {
  margin: 0 auto;
  width: 1016px;
  display: block;
}
