.news_item p {
  font-size: 0.75em;
  color: #666;
  line-height: 1.6;
}
.news_background_pic_news {
  width: 100%;
  height: 420px;
  background: url("../images/news/banner_news.png") no-repeat center center;
  background-size: cover;
}
.middle,
.news_middle_wrap {
  width: 100%;
}
.news_one {
  margin: 88px auto 8px;
}
.news_info_content {
  width: 100%;
}
.news_item {
  width: 100%;
  height: 100px;
  margin: 0 0 32px 0;
}
.news_info_photo,
.news_info_photo a,
.news_info_photo a img {
  width: 9.5em;
  height: 100px;
  float: left;
}
.news_info_photo,
.news_info_desc {
  float: left;
}
.news_info_desc {
  display: inline-block;
  width: 52.5em;
  margin: 0 0 0 10px;
}
.news_info_desc:hover {
  background: #9a9790;
}
.news_info_desc h2 {
  font-size: 1.25em;
  line-height: 1.6;
  color: #333;
  /*margin-bottom: 12px;*/
}
.news_info_desc h2 span {
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}