﻿.news-detail-outer {
  width: 100%;
  background: #ffffff;
  padding: 170px 0 80px;
  position: relative;
  z-index: 1;
}
.news-detail-inner {
  width: 80%;
  max-width: 1120px;
  margin: 0 auto;
}
.news-detail-inner .indexPage-inner {
  width: 100%;
}
.news-detail-inner .renews-detail-main {
  width: 100%;
  display: block;
}
.news-detail-inner .renews-detail-main-left {
  width: 100%;
  padding: 54px 64px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(3, 29, 58, 0.08);
}
.news-detail-inner .detail-main-title {
  width: 100%;
  margin: 0 0 24px;
  color: #063669;
  font-family: Manrope, Inter, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.28;
  text-align: left;
}
.news-detail-inner .news-detail-share-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(6, 54, 105, 0.12);
}
.news-detail-inner .detail-main-time {
  margin: 0;
  color: #6b7280;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.news-detail-inner .detail-content {
  min-height: 260px;
  margin-top: 34px;
  color: #374151;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.9;
}
.news-detail-inner .detail-content p {
  margin-bottom: 18px;
}
.news-detail-inner .detail-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 24px auto;
  border-radius: 12px;
}
.news-detail-inner .detail-content table {
  max-width: 100%;
  border-collapse: collapse;
}
.news-detail-inner .detail-content span {
  background: transparent !important;
}
.news-detail-inner .detail-empty {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #f8fafb;
  color: #6b7280;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .news-detail-outer {
    padding: 140px 0 64px;
  }
  .news-detail-inner {
    width: 86%;
  }
  .news-detail-inner .renews-detail-main-left {
    padding: 44px;
  }
  .news-detail-inner .detail-main-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .news-detail-outer {
    padding: 128px 0 48px;
  }
  .news-detail-inner {
    width: 90%;
  }
  .news-detail-inner .renews-detail-main-left {
    padding: 28px 20px;
    border-radius: 18px;
  }
  .news-detail-inner .detail-main-title {
    font-size: 24px;
    line-height: 1.35;
  }
  .news-detail-inner .news-detail-share-outer {
    gap: 8px;
  }
  .news-detail-inner .detail-main-time {
    width: 100%;
  }
  .news-detail-inner .detail-content {
    min-height: 180px;
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.8;
  }
  .news-detail-inner .detail-empty {
    min-height: 160px;
  }
}
