/* Public news article detail page. */
.news-detail-page {
  padding-bottom: 92px;
  background: #fff;
}

.news-detail-banner {
  width: 100%;
  height: calc(100vw * 421 / 1440);
  background-color: #07376d;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.news-detail-content {
  max-width: 980px;
  padding-top: 62px;
}

.detail-article {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.detail-breadcrumb {
  justify-content: flex-start;
  margin-bottom: 24px;
  color: #9299a5;
  font-size: 14px;
}

.detail-breadcrumb a:hover,
.detail-footer a:last-child:hover {
  color: #168ff0;
}

.detail-article h1 {
  margin: 0;
  color: #242a35;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.45;
}

.detail-published-at {
  display: block;
  margin-top: 13px;
  padding-bottom: 27px;
  border-bottom: 1px solid #e8ebef;
  color: #a0a6b0;
  font-size: 13px;
}

.detail-cover {
  max-height: 560px;
  margin: 34px 0 28px;
  border-radius: 0;
}

.detail-summary {
  margin: 0 0 27px;
  padding: 16px 20px;
  border-left: 3px solid #2387e5;
  background: #f5f9fd;
  color: #657087;
  font-size: 15px;
  line-height: 1.85;
}

.detail-body {
  color: #4b5565;
  font-size: 16px;
  line-height: 2;
}

.detail-footer {
  margin-top: 50px;
  padding-top: 24px;
  border-top-color: #e8ebef;
}

@media (max-width: 800px) {
  .news-detail-page {
    padding-bottom: 58px;
  }

  .news-detail-banner {
    min-height: 180px;
    background-position: center;
  }

  .news-detail-content {
    padding-top: 35px;
  }

  .detail-breadcrumb {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .detail-article h1 {
    font-size: 24px;
  }

  .detail-published-at {
    padding-bottom: 21px;
    font-size: 12px;
  }

  .detail-cover {
    margin: 26px 0 21px;
  }

  .detail-summary {
    padding: 12px 15px;
    font-size: 13px;
  }

  .detail-body {
    font-size: 14px;
    line-height: 1.9;
  }

  .detail-footer {
    margin-top: 32px;
    font-size: 12px;
  }
}
