.banner {
  height: 265px;
  background: url(/static/images/banner.jpg);
  background-position: center;
  background-size: cover;
}
.news .title {
  padding: 25px 0;
  text-align: center;
}
.news .title h1 {
  font-size: 24px;
  font-weight: normal;
  color: #e30417;
}
.news .title p {
  margin-top: 15px;
  font-size: 11px;
  color: #666666;
}
.news .n_content {
  width: 74%;
  float: left;
  background: #fdf9fa;
  margin-bottom: 30px;
  height: 700px;
  overflow: hidden;
  overflow-y: scroll;
  /*margin: 40px 0;*/
}
.news .n_content p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}
.news .n_pic {
  width: 24%;
  border: 1px solid red;
  float: right;
}
