.news-detail-banner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.news-detail-wrapper {
  margin: 60px auto;
}

.news-article {
  width: 854px;
  padding: 10px 20px;
}

.news-article .article-title {
  font-size: 26px;
  line-height: 40px;
  color: #383838;
  margin-bottom: 16px;
}

.news-article .article-subtitle {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 28px;
}

.news-article-content {
  border-top: 1px solid #E5E5E5;
  padding-top: 30px;
}

.news-article-content p {
  line-height: 30px;
  font-size: 14px;
}

.news-article-content h3 {
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
}

.news-aside {
  width: 269px;
}

.news-aside-title {
  font-size: 14px;
  color: #999;
  line-height: 36px;
}



.news-aside-item {
  padding: 12px 0;
  border-bottom: 1px solid #E5E5E5;
}

.news-aside-item time {
  color: #999;
}

.news-aside-subtitle {
  font-size: 14px;
  color: #383838;
  line-height: 1.5;
  margin-bottom: 10px;
}

.news-recommended {
  width: 269px;
  height: 140px;
}

.news-recommended img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.news-article-picture {
  margin: 20px 0;
}
.news-aside-subtitle a {
    color: #383838;
}