.news_details_bg {
  background: url(../../static/img/wulian/news_banner.png) no-repeat center center;
}

.section-1 {
  padding: 100px 0;
}

.section-1 .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 9px;
  border-bottom: 2px solid rgba(225, 225, 225, 0.4);
}

.section-1 .nav .breadcrumb {
  font-size: 16px;
}

.section-1 .nav .nav_log {
  font-size: 20px;
}

.section-1 .nav .color {
  color: #2a58e5;
}

.section-1 .title {
  text-align: center;
}

.section-1 .title span {
  display: block;
  margin-top: 78px;
  font-size: 28px;
  color: #333333;
}

.section-1 .title p {
  margin: 15px 0;
  font-size: 14px;
  color: #666666;
}

.section-1 .news_content img {
  max-width: 100%;
}

.section-1 .news_recommend {
  margin-top: 40px;
}

.section-1 .news_recommend .recommend_title {
  width: 100%;
  background-color: #eaeaea;
  height: 45px;
  display: flex;
}

.section-1 .news_recommend .recommend_title i {
  display: inline-block;
  width: 10px;
  height: 45px;
  background-color: #2a58e5;
}

.section-1 .news_recommend .recommend_title span {
  font-size: 18px;
  line-height: 45px;
  margin-left: 10px;
}

.section-1 .news_recommend .recommend_info {
  margin-top: 20px;
}

.section-1 .news_recommend .recommend_info a {
  display: flex;
  font-size: 16px;
  color: #999999;
  align-items: center;
  overflow: hidden;
}

.section-1 .news_recommend .recommend_info a i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #c6c6c6;
  margin-right: 6px;
}

.section-1 .news_recommend .recommend_info a:hover {
  color: #2a58e5;
}

.section-1 .news_recommend .recommend_info a:hover i {
  background-color: #2a58e5;
}

.section-1 .news_recommend .recommend_footer {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
  padding-top: 19px;
  border-top: 1px solid #d1d1d1;
  align-items: center;
}

.section-1 .news_recommend .recommend_footer a {
  font-size: 16px;
  color: #999;
  width: 33.33%;
  overflow: hidden;
}

.section-1 .news_recommend .recommend_footer a:nth-child(2) {
  text-align: center;
}

.section-1 .news_recommend .recommend_footer a:nth-child(3) {
  text-align: right;
}

.section-1 .news_recommend .recommend_footer a:hover {
  color: #2a58e5;
}

@media screen and (max-width: 768px) {
  .section-1 .nav .breadcrumb {
    font-size: 12px;
  }
  .section-1 .nav .nav_log {
    font-size: 16px;
  }
  .section-1 .recommend_footer a span {
    display: none;
  }
}
