.xy-news-detail-page {
  background: #f4f7fb;
  color: #10213d;
}

.xy-news-detail-page .xy-news-detail-section {
  padding: 34px 0 72px;
  background: #f4f7fb;
}

.xy-news-detail-page .document-announce .section-content {
  padding-top: 0;
}

.xy-news-breadcrumb {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #8a99ad;
  font-size: 13px;
  line-height: 1.5;
}

.xy-news-breadcrumb a {
  flex: 0 0 auto;
  color: #51739f;
}

.xy-news-breadcrumb a:hover {
  color: #0878f9;
}

.xy-news-breadcrumb [aria-current="page"] {
  min-width: 0;
  overflow: hidden;
  color: #667b97;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xy-news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 24px;
}

.xy-news-detail-page .xy-news-article {
  min-width: 0;
  padding: 0 48px 42px;
  border: 1px solid #dce7f3;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(27, 67, 113, .06);
}

.xy-news-article-head {
  padding: 42px 0 30px;
  border-bottom: 1px solid #e7eef6;
}

.xy-news-article-labels {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.xy-news-article-kicker {
  color: #0878f9;
  font-size: 12px;
  font-weight: 700;
}

.xy-news-article-type {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid #d5e7fb;
  border-radius: 3px;
  background: #f2f7fd;
  color: #176bd4;
  font-size: 12px;
}

.xy-news-detail-page .xy-news-article .announce-title {
  margin: 0;
  color: #0c1f3a;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0;
  text-align: left;
  overflow-wrap: anywhere;
}

.xy-news-article-meta {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  color: #7b8da5;
  font-size: 13px;
}

.xy-news-article-meta > * {
  position: relative;
  margin: 0;
}

.xy-news-article-meta > * + *::before {
  position: absolute;
  top: 50%;
  left: -12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #a9b8ca;
  content: '';
  transform: translateY(-50%);
}

.xy-news-detail-page .xy-news-article .announce-details-time {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
}

.xy-news-detail-page .xy-news-article .announce-details-cont {
  padding: 34px 0 38px;
  border-bottom: 0;
  color: #263d5c;
  font-size: 16px;
  line-height: 1.9;
  text-indent: 0;
  overflow-wrap: anywhere;
}

.xy-news-detail-page .announce-details-cont > :first-child {
  margin-top: 0;
}

.xy-news-detail-page .announce-details-cont > :last-child {
  margin-bottom: 0;
}

.xy-news-detail-page .announce-details-cont p {
  margin: 0 0 20px;
  color: #263d5c;
  font-size: 16px;
  line-height: 1.9;
}

.xy-news-detail-page .announce-details-cont h2,
.xy-news-detail-page .announce-details-cont h3,
.xy-news-detail-page .announce-details-cont h4 {
  margin: 34px 0 15px;
  color: #10213d;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.xy-news-detail-page .announce-details-cont h2 {
  padding-left: 14px;
  border-left: 3px solid #0878f9;
  font-size: 23px;
}

.xy-news-detail-page .announce-details-cont h3 {
  font-size: 19px;
}

.xy-news-detail-page .announce-details-cont ul,
.xy-news-detail-page .announce-details-cont ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.xy-news-detail-page .announce-details-cont li {
  margin: 8px 0;
  color: #263d5c;
  line-height: 1.8;
}

.xy-news-detail-page .announce-details-cont figure {
  margin: 28px 0 30px;
}

.xy-news-detail-page .announce-details-cont img,
.xy-news-detail-page .announce-details-cont video {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  border-radius: 5px;
}

.xy-news-detail-page .announce-details-cont figcaption {
  margin-top: 10px;
  color: #8191a6;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.xy-news-detail-page .announce-details-cont blockquote {
  margin: 24px 0;
  padding: 18px 20px;
  border: 0;
  border-left: 3px solid #5b9af0;
  background: #f4f8fd;
  color: #47617f;
}

.xy-news-detail-page .announce-details-cont a {
  color: #0878f9;
}

.xy-news-detail-page .announce-details-cont table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
}

.xy-news-detail-page .announce-details-cont th,
.xy-news-detail-page .announce-details-cont td {
  padding: 11px 13px;
  border: 1px solid #dce6f1;
  text-align: left;
}

.xy-news-detail-page .announce-details-cont th {
  background: #f3f7fc;
  color: #183553;
}

.xy-news-page-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid #e7eef6;
}

.xy-news-page-nav[hidden] {
  display: none;
}

.xy-news-detail-page .xy-news-page-nav .announce-details-page {
  display: flex;
  min-width: 0;
  min-height: 82px;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #dce7f3;
  border-radius: 5px;
  background: #f8fbff;
  color: #6f829b;
}

.xy-news-detail-page .xy-news-page-nav .announce-details-page:hover {
  border-color: #9fc7f5;
  background: #f2f8ff;
}

.xy-news-page-nav .announce-details-page span {
  color: #7d90a8;
  font-size: 12px;
}

.xy-news-page-nav .announce-details-page strong {
  overflow: hidden;
  color: #183553;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xy-news-page-nav .announce-details-page:only-child {
  grid-column: 1 / -1;
}

.xy-news-detail-page .xy-news-detail-sidebar {
  position: sticky;
  top: 92px;
  width: auto;
  margin: 0;
}

.xy-news-detail-page .xy-news-detail-sidebar .news-box {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dce7f3;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(27, 67, 113, .05);
}

.xy-news-detail-page .xy-news-detail-sidebar .news-box-head {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid #e7eef6;
}

.xy-news-detail-page .xy-news-detail-sidebar .news-title {
  height: auto;
  margin: 0;
  padding-left: 11px;
  color: #10213d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.xy-news-detail-page .xy-news-detail-sidebar .news-title::before {
  top: 3px;
  width: 3px;
  height: 18px;
  background: #0878f9;
}

.xy-news-detail-sidebar .news-box-head > a {
  color: #52749f;
  font-size: 12px;
}

.xy-news-detail-sidebar .news-box-head > a:hover {
  color: #0878f9;
}

.xy-news-detail-page .xy-news-detail-sidebar .news-list {
  padding: 4px 18px 8px;
}

.xy-news-detail-page .xy-news-detail-sidebar .news-item {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #edf2f7;
}

.xy-news-detail-page .xy-news-detail-sidebar .news-box .news-list .news-item .news-number {
  width: 25px;
  height: 23px;
  margin: 1px 0 0;
  border-radius: 3px;
  background: #edf5ff;
  color: #0878f9;
  font-size: 11px;
  font-weight: 700;
  line-height: 23px;
}

.xy-news-detail-page .xy-news-detail-sidebar .news-box .news-list .news-item:nth-child(-n + 3) .news-number {
  background: #e7f2ff;
  color: #0878f9;
}

.xy-news-detail-page .xy-news-detail-sidebar .news-item a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
  color: #263d5c;
  line-height: 1.5;
}

.xy-news-detail-page .xy-news-detail-sidebar .news-item a:hover strong {
  color: #0878f9;
}

.xy-news-detail-sidebar .news-item strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xy-news-detail-sidebar .news-item time {
  color: #8a9bb0;
  font-size: 12px;
}

@media (max-width: 1199px) {
  .xy-news-detail-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .xy-news-detail-page .xy-news-detail-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .xy-news-detail-page .xy-news-detail-section {
    padding: 18px 0 46px;
  }

  .xy-news-breadcrumb {
    gap: 7px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .xy-news-detail-layout {
    gap: 16px;
  }

  .xy-news-detail-page .xy-news-article {
    padding: 0 16px 24px;
    border-radius: 5px;
    box-shadow: none;
  }

  .xy-news-article-head {
    padding: 25px 0 22px;
  }

  .xy-news-article-labels {
    margin-bottom: 12px;
  }

  .xy-news-detail-page .xy-news-article .announce-title {
    font-size: 25px;
    line-height: 1.42;
  }

  .xy-news-article-meta {
    margin-top: 14px;
  }

  .xy-news-detail-page .xy-news-article .announce-details-cont {
    padding: 26px 0 30px;
    font-size: 15px;
  }

  .xy-news-detail-page .announce-details-cont p {
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 1.85;
  }

  .xy-news-detail-page .announce-details-cont h2 {
    margin-top: 28px;
    padding-left: 11px;
    font-size: 20px;
  }

  .xy-news-detail-page .announce-details-cont figure {
    margin: 22px 0 24px;
  }

  .xy-news-page-nav {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 18px;
  }

  .xy-news-detail-page .xy-news-page-nav .announce-details-page {
    min-height: 72px;
  }

  .xy-news-page-nav .announce-details-page strong {
    white-space: normal;
  }

  .xy-news-detail-page .xy-news-detail-sidebar .news-box {
    box-shadow: none;
  }
}
