.new {
  font-size: 35px;
  padding: 0 480px;
}
.new_container {
  margin-bottom: 50px;
}
.new h1 {
  font-weight: 400;
  padding: .9em 0;
  text-align: center;
  color: #333;
}
.new .date {
  color: #999;
  margin-right: 20px;
  flex: 0 0 auto;
  width: 120px;
  font-size: 16px;
}
.new p {
  margin: 30px 0px;
  line-height: 1.6;
  color: #666;
  text-indent: 2em;
  font-size: 18px;
}
.new .center {
  text-align: center;
}
.new img {
  max-width: 100%;
  margin-top: 30px;
}