.background_news {
  background: url(../images/news.png) no-repeat center top;
  background-size: cover;
}

.news_detail_title {
  font-size: 32px;
  color: #222222;
}

.list_box {
  width: 1200px;
}

.date_info {
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #004B9F;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}

.info_date {
  background: url(../images/m3n_i1.png) no-repeat left center;
  padding-left: 30px;
  display: inline-block;
  margin-right: 32px;
}

.info_author {
  background: url(../images/m3n_i2.png) no-repeat left center;
  padding-left: 30px;
  display: inline-block;
  letter-spacing: 2px;
}

.news_detail_box {
  margin-top: 20px;
  margin-bottom: 50px;
}

.news_recommend {
  width: 100%;
  height: 500px;
  background-color: #F7F7F7;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recommend_container {
  width: 1170px;
}

.recommend_container .recommend_fontStyle {
  font-size: 30px;
  color: #b3bac1;
}

.recommend_container ul {
  margin-top: 20px;
  /* display: flex;
  flex-direction: row;
  justify-content: space-between; */
  width: 100%;
}

/* .recommend_container ul::after {
  content: '';
  width: 30%;
  height: 0;
  visibility: hidden;
} */

.recommend_container ul li {
  display: block;
  float: left;
  width: 30%;
  height: 300px;
  cursor: pointer;
  margin-right: 3.3%;
}

.recommendImage {
  width: 360px;
  height: 260px;
  transition: all .5s;
}

.recommend_container ul li:hover img {
  transform: scale(1.03);
}

.recommend_container ul li:hover .recommend_relation_fontStyle {
  color: #004B9F;
}

.recommend_container ul li a {
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
  text-decoration: none;
}

.recommendImage {
  overflow: hidden;
}

.recommendImage img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.recommend_relation_fontStyle {
  color: #000;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  transition: all .5s;
  text-align: center;
}