body.news-detail-page {
  background: #f5f5f5;
}

body.news-detail-page main.news-detail-layout {
  max-width: none;
  padding: 30px 0 40px;
}

body.news-detail-page .news-detail-layout > h1,
body.news-detail-page .news-detail-layout > .card {
  width: 860px;
  max-width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

body.news-detail-page .news-detail-layout > h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 28px 32px 18px;
  font-size: 30px;
  line-height: 1.45;
  color: #1d3555;
  border-bottom: 1px solid #e6edf6;
}

body.news-detail-page .news-detail-layout > .card {
  padding: 24px 32px;
  border-radius: 0;
  box-shadow: none;
}

body.news-detail-page .news-detail-layout > .meta {
  margin-bottom: 18px;
  border-bottom: 12px solid #f5f5f5;
}

body.news-detail-page .news-detail-layout > .content {
  margin-bottom: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 12px 28px rgba(18, 59, 116, 0.08);
}

body.news-detail-page .meta {
  overflow-x: auto;
}

body.news-detail-page .meta table {
  width: 100%;
  font-size: 14px;
}

body.news-detail-page .meta th,
body.news-detail-page .meta td {
  padding: 10px 12px;
  border-bottom: 1px solid #e6edf6;
}

body.news-detail-page .meta th {
  width: 120px;
  color: #60738f;
}

body.news-detail-page .meta td {
  color: #3b495f;
}

body.news-detail-page .meta tr:last-child th,
body.news-detail-page .meta tr:last-child td {
  border-bottom: 0;
}

body.news-detail-page .content p {
  line-height: 1.9;
  color: #334155;
}

body.news-detail-page .content img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 20px auto;
  border-radius: 0;
  background: #fff;
}

body.news-detail-page .content figure,
body.news-detail-page .content section {
  margin: 20px 0;
}

body.news-detail-page .content a {
  color: var(--catalog-primary-bright);
  word-break: break-all;
}

@media (max-width: 1240px) {
  body.news-detail-page .news-detail-layout > h1,
  body.news-detail-page .news-detail-layout > .card {
    width: auto;
    max-width: none;
  }
}

@media (max-width: 860px) {
  body.news-detail-page {
    min-width: 0;
  }

  body.news-detail-page main.news-detail-layout {
    width: 94%;
    padding: 24px 0 32px;
  }

  body.news-detail-page .news-detail-layout > h1,
  body.news-detail-page .news-detail-layout > .card {
    width: auto;
    padding: 20px 18px;
    max-width: none;
  }

  body.news-detail-page .news-detail-layout > h1 {
    font-size: 24px;
  }

  body.news-detail-page .news-detail-layout > .meta {
    border-bottom-width: 8px;
  }
}
