/* ===== 关于规范使用“征信”“信用评级”字样的提示 - 页面样式 ===== */

/* 页面 Banner */
.notice_banner {
  position: relative;
  height: 200px;
  background: linear-gradient(120deg, #003A8C 0%, #0A5BC4 55%, #0AB4E6 100%);
  overflow: hidden;
}
.notice_banner_decoration {
  position: absolute;
  right: -80px;
  top: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0) 70%);
}
.notice_banner_inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notice_banner_eyebrow {
  font-size: 15px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 14px;
}
.notice_banner_title {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* 正文容器 */
.notice_wrapper {
  background: #f4f6fa;
  padding: 40px 20px 60px;
}
.notice_inner {
  max-width: 960px;
  margin: 0 auto;
}
.notice_card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(13, 60, 120, 0.08);
  padding: 48px 56px 40px;
  border-top: 4px solid #0A5BC4;
}

/* 导语 */
.notice_lead {
  font-size: 17px;
  line-height: 2;
  color: #333;
  margin: 0 0 28px;
  text-indent: 2em;
}

/* 条目 */
.notice_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}
.notice_num {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  margin-right: 16px;
  margin-top: 4px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0A5BC4, #0AB4E6);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice_text {
  flex: 1;
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin: 0;
  text-align: justify;
}

/* 联系方式 */
.notice_contact {
  margin: 34px 0 8px;
  padding: 18px 24px;
  background: #f0f6ff;
  border-left: 4px solid #0A5BC4;
  border-radius: 4px;
}
.notice_contact p {
  font-size: 16px;
  line-height: 1.9;
  color: #1a1a1a;
  margin: 0;
}
.notice_contact_label {
  font-weight: 700;
  color: #0A5BC4;
}

/* 落款 */
.notice_sign {
  margin-top: 36px;
  text-align: right;
}
.notice_sign p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin: 0;
}
.notice_date {
  margin-top: 6px !important;
  font-weight: 600;
}

/* 响应式 */
@media (max-width: 768px) {
  .notice_banner {
    height: 150px;
  }
  .notice_banner_title {
    font-size: 22px;
  }
  .notice_card {
    padding: 28px 20px 24px;
  }
  .notice_lead {
    font-size: 15px;
  }
  .notice_text {
    font-size: 15px;
  }
}
