/* Codex: 本样式表包含主题迭代中新增或调整的页面样式，后续维护请保留现有覆盖顺序。 */
.document-announce {
  /* background: rgba(247, 248, 250, 1); */
}

.document-announce .section-content {
  padding-top: 40px;
}

.document-announce .announce {
  padding: 30px;
  background: #fff;
}

.document-announce .announce .announce-head {
  margin-bottom: 20px;
}

.document-announce .announce .announce-head a {
  margin-right: 10px;
  display: inline-block;
  padding: 8px 32px;
  border: 1px solid #E6EAED;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.90);
  text-decoration: none;
}

.document-announce .announce .announce-head a.active,
.document-announce .announce .announce-head a:hover {
  background: rgba(255, 103, 57, 1);
  color: #fff;
}

.document-announce .announce-list {
  padding: 20px;
}

.document-announce .announce-list .announce-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed #E6EAED;
  ;
}

.document-announce .announce-list .announce-item:last-child {
  border-bottom: none;
}

.document-announce .announce-list .announce-item a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.90);
}

.document-announce .announce-list .announce-item a:hover {
  color: rgba(255, 103, 57, 1);
}

.document-announce .announce-list .announce-item .announce-item-time {
  font-size: 13px;
  text-align: right;
  min-width: 120px;
  color: rgba(0, 0, 0, 0.60);
}

/* 新闻 */
.document-news .news-head {
  padding: 40px 0 20px 40px;
  background: #fff;
  border-bottom: 1px solid #E6EAED;
}

.document-news .announce {
  padding-top: 0;
}


/* 公告详情 */
.announce-details {
  background: #fff;
  padding: 30px 70px 100px 70px;
}

.announce-details .announce-title {
  text-align: center;
  font-size: 28px;
}

.announce-details .announce-details-time {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.60);
}

.announce-details .announce-details-cont {
  text-indent: 32px;
  line-height: 30px;
  padding: 60px;
  padding-top: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.90);
  border-bottom: 1px solid #E6EAED;
}

.document-news .announce-details .announce-details-cont {
  padding: 0;
  padding-bottom: 60px;
}

.announce-details-cont * {
  all: revert;
}

.announce-details .announce-details-page {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.60);
}

.announce-details .announce-details-page a {
  color: rgba(0, 0, 0, 0.90);
}

.announce-details .announce-details-page a:hover {
  color: rgba(255, 103, 57, 1)
}

.news-advert {
  margin-top: 30px;
  width: 910px;
  height: 140px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  border-radius: 3px;
}


/* 新闻列表 */
.announce-new-left {
  padding-bottom: 0;
  flex: 1;
}

.announce-new-right {
  width: 400px;
  margin-left: 10px;
  flex-shrink: 0;
}

.news-box {
  margin-bottom: 10px;
  width: 400px;
  background: #FFFFFF;
  border-radius: 3px;
}

.bottom-news {
  width: calc((100% - 72px) / 3) !important;
}

.news-box .news-box-head {
  padding: 18px 27px;
  border-bottom: 1px solid #E6EAED;
}

.news-box .news-box-head .news-title {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}

.news-box .news-box-head .news-title::before {
  content: '';
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FF6739;
}


.news-box .news-list {
  padding: 0 24px;
}

.news-box .news-list .news-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed #E6EAED;
  font-size: 16px;
}

.news-box .news-list .news-item a {
  color: #333;
  flex: 1;
  line-height: 1;
}


.news-box .news-list .news-item .news-text {
  display: inline-block;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-box .news-list .news-item .news-time {
  float: right;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}

.announce-new-right .news-box .news-list .news-item {
  font-size: 14px;
}

.news-box .news-list .news-item .news-number {
  margin-right: 10px;
  line-height: 16px;
  text-align: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: #DEDEDE;
  opacity: 1;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgba(222, 222, 222, 1);
}

.news-box .news-list .news-item:nth-child(1) .news-number {
  background: rgba(255, 103, 57, 1);
}

.news-box .news-list .news-item:nth-child(2) .news-number {
  background: rgba(255, 103, 57, 1);
}

.news-box .news-list .news-item:nth-child(3) .news-number {
  background: rgba(255, 103, 57, 1);
}

.news-box .news-list .news-item:last-child {
  border: none;
}

.news-box .news-tag {
  padding: 13px 12px;
  background: #F7F8F9;
  margin-bottom: 10px;
  margin-right: 10px;
}


.news-box-tag {
  width: 100%;
}

.news-box .news-box-cont {
  padding: 20px 40px 30px;
  background: #fff;
}

.news-box-tag .news-box-head,
.news-box-tag .news-box-cont {
  padding-left: 0;
  padding-top: 0;
  border: none;
}

/* 新闻列表 */
.news-index {
  background: #fff;
  padding: 40px;
}

.news-index-banner {
  position: relative;
  margin-right: 70px;
  width: 610px;
  height: 340px;
}

.news-index-banner .news-banner-cont {
  position: absolute;
  bottom: 0;
  padding: 15px 20px;
  color: #fff;
  width: 610px;
  height: 80px;

}

.news-index-banner .news-banner-cont h5 {
  margin-bottom: 5px;
  z-index: 5;
}

.news-index-banner .news-banner-filter {
  position: absolute;
  width: 610px;
  height: 80px;
  left: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.3;
  border-radius: 0px 0px 3px 3px;

}


/* 新闻列表 */
.news-list-index {
  margin: -12px;
  margin-top: 24px;
}


.news-list-index .news-box {
  margin: 12px;
}

.announce-tabs .tab {
  display: none;
}

.announce-tabs .tab:first-child {
  display: block;
}

/* v134 announcement center polish */
.xy-announce-page .xy-announce-main {
  background: #f5f8fc;
  color: #0f172a;
}

.xy-announce-page a {
  text-decoration: none;
}

.xy-announce-page .section-content {
  max-width: 1200px;
}

.xy-announce-hero {
  padding: 112px 0 70px;
  background: #eef5ff;
  border-bottom: 1px solid #dbe7f5;
}

.xy-announce-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 700;
}

.xy-announce-hero h1 {
  margin: 0;
  color: #0f172a;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

.xy-announce-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
}

.xy-announce-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.xy-announce-hero-tags span {
  padding: 8px 13px;
  border: 1px solid #cbdff5;
  border-radius: 4px;
  background: #fff;
  color: #334155;
  font-size: 13px;
}

.xy-announce-section {
  padding: 56px 0 20px;
}

.xy-announce-section .section-content {
  padding-top: 0;
}

.xy-announce-page .document-announce .announce.xy-announce-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  padding: 0;
  background: transparent;
}

.xy-announce-content,
.xy-announce-sidebar section {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
}

.xy-announce-content {
  min-width: 0;
  padding: 24px;
}

.xy-announce-page .document-announce .announce .announce-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.xy-announce-page .document-announce .announce .announce-head a {
  margin-right: 0;
  padding: 9px 16px;
  border: 1px solid #dbe7f5;
  border-radius: 4px;
  background: #fff;
  color: #334155;
  font-size: 14px;
}

.xy-announce-page .document-announce .announce .announce-head a.active,
.xy-announce-page .document-announce .announce .announce-head a:hover {
  border-color: #2563eb;
  background: #eff6ff;
  color: #2563eb;
}

.xy-announce-page .document-announce .announce-list {
  display: grid;
  gap: 14px;
  padding: 0;
}

.xy-announce-page .document-announce .announce-list .announce-item.xy-announce-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}

.xy-announce-page .document-announce .announce-list .announce-item.xy-announce-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.xy-announce-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 4px 9px;
  border-radius: 4px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
}

.xy-announce-card h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.xy-announce-page .document-announce .announce-list .announce-item.xy-announce-card h2 a,
.xy-announce-card h2 a {
  color: #0f172a;
  font-size: 18px;
}

.xy-announce-page .document-announce .announce-list .announce-item.xy-announce-card h2 a:hover,
.xy-announce-card h2 a:hover {
  color: #2563eb;
}

.xy-announce-card p {
  margin: 10px 0 0;
  color: #64748b;
  line-height: 1.8;
}

.xy-announce-card-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  flex: 0 0 132px;
  color: #94a3b8;
  font-size: 13px;
  white-space: nowrap;
}

.xy-announce-page .document-announce .announce-list .announce-item.xy-announce-card .xy-announce-card-meta a,
.xy-announce-card-meta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid #bfdbfe;
  border-radius: 4px;
  background: #fff;
  color: #2563eb;
  font-size: 14px;
  font-weight: 700;
}

.xy-announce-page .document-announce .announce-list .announce-item.xy-announce-card .xy-announce-card-meta a:hover,
.xy-announce-card-meta a:hover {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #1d4ed8;
}

.xy-announce-pagebar {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #eef2f7;
}

.xy-announce-pagebar #totalText {
  color: #64748b;
}

.xy-announce-pagebar .pagination {
  margin: 0;
}

.xy-announce-pagebar .pagination > li > a {
  color: #2563eb;
}

.xy-announce-pagebar .pagination .active {
  background: #2563eb;
  color: #fff;
}

.xy-announce-sidebar {
  display: grid;
  gap: 12px;
}

.xy-announce-sidebar section {
  padding: 20px;
}

.xy-announce-sidebar h2 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
}

.xy-announce-sidebar p {
  margin: 10px 0 0;
  color: #64748b;
  line-height: 1.8;
}

.xy-announce-sidebar a {
  display: inline-flex;
  margin-top: 14px;
  color: #2563eb;
  font-weight: 700;
}

.xy-announce-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.xy-announce-links a {
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 0;
  border: 1px solid #dbe7f5;
  border-radius: 4px;
  background: #f8fafc;
  color: #334155;
  font-size: 14px;
}

.xy-announce-links a:hover {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #2563eb;
}

.xy-announce-empty {
  padding: 48px 24px;
  border: 1px solid #dbe7f5;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.xy-announce-empty[hidden] {
  display: none;
}

.xy-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  font-weight: 700;
}

.xy-announce-empty h2 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
}

.xy-announce-empty p {
  max-width: 560px;
  margin: 12px auto 0;
  color: #64748b;
  line-height: 1.8;
}

.xy-empty-actions,
.xy-help-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 22px;
}

.xy-help-cta {
  padding: 48px 0 88px;
  background: #f5f8fc;
}

.xy-help-cta-inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 30px 34px;
  border: 1px solid #dbe7f5;
  border-radius: 8px;
  background: #fff;
}

.xy-help-cta h2 {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  font-weight: 700;
}

.xy-help-cta p {
  margin: 10px 0 0;
  color: #64748b;
  line-height: 1.8;
}

.xy-btn-primary,
.xy-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .2s, border-color .2s, color .2s, box-shadow .2s;
}

.xy-btn-primary {
  border: 1px solid #2563eb;
  background: #2563eb;
  color: #fff;
}

.xy-btn-primary:hover {
  background: #1d4ed8;
  color: #fff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
}

.xy-btn-secondary {
  border: 1px solid #cbdff5;
  background: #fff;
  color: #2563eb;
}

.xy-btn-secondary:hover {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #1d4ed8;
}

@media (max-width: 991px) {
  .xy-announce-hero {
    padding: 92px 0 56px;
  }

  .xy-announce-page .document-announce .announce.xy-announce-layout {
    grid-template-columns: 1fr;
  }

  .xy-announce-sidebar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .xy-announce-hero {
    padding: 82px 0 44px;
  }

  .xy-announce-hero h1 {
    font-size: 32px;
  }

  .xy-announce-hero p {
    font-size: 15px;
  }

  .xy-announce-page .document-announce .announce .announce-head {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .xy-announce-page .document-announce .announce .announce-head a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .xy-announce-content {
    padding: 18px;
  }

  .xy-announce-page .document-announce .announce-list .announce-item.xy-announce-card {
    flex-direction: column;
    gap: 14px;
    padding: 20px;
  }

  .xy-announce-card-meta {
    flex: 1 1 auto;
    align-items: flex-start;
    gap: 10px;
  }

  .xy-announce-sidebar {
    grid-template-columns: 1fr;
  }

  .xy-help-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .xy-help-cta-actions,
  .xy-empty-actions {
    width: 100%;
  }

  .xy-help-cta-actions a,
  .xy-empty-actions a {
    width: 100%;
  }
}
