@charset "utf-8";

.news-title {
  margin-top: 40px;
  font-size: 24px;
  text-align: center;
}

.news-info {
  font-size: 14px;
  text-align: center;
}

.news-main {
  margin-top: 40px;
}

.news-main p img,
.news-main div img {
  max-width: 700px !important;
  /* width: 100% !important; */
  height: auto !important;
}

.news-main p img {
  margin-left: -2em;
}

.news-main div {
  margin-bottom: 10px;
}

.news-main p {
  margin-bottom: 10px;
  text-indent: 2em;
  font-size: 14px;
  line-height: 32px;
}

.news-main a:hover {
  color: var(--primary-color);
}

#fxlink {
  margin-top: 50px;
}

.preinfo {
  margin-top: 10px;
  font-size: 14px;
}

.preinfo a:hover {
  color: var(--primary-color);
}

.kele-table {
  width: 100%;
  max-width: 1000px;
  margin: 2rem auto;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #1e2f44;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 20, 40, 0.06);
  border: 1px solid #eef2f7;
}

/* ---- 所有单元格基础 ---- */
.kele-table th,
.kele-table td {
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid #eef2f7;
  vertical-align: middle;
  text-align: left;
}

/* ---- 标题行（第一行，colspan=2） ---- */
.kele-table tr:first-child th {
  background: #f0f4fa;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  color: #0b2a4a;
  border-bottom: 2px solid #d6e0ec;
  padding: 1.2rem 1.2rem;
}

.kele-table tr:first-child th strong {
  display: block;
  font-weight: 700;
}

.kele-table tr:first-child th strong:first-child {
  font-size: 1.25rem;
}

/* ---- 第二行（时间 / 环节 表头） ---- */
.kele-table tr:nth-child(2) th {
  background: #f7faff;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2a4a6a;
  border-bottom: 2px solid #d6e0ec;
  text-align: center;
  padding: 0.7rem 1.2rem;
}

/* ---- 时间列（左列，含 th 和 td） ---- */
.kele-table th:first-child,
.kele-table td:first-child {
  font-weight: 500;
  color: #2a4a6a;
  white-space: nowrap;
  width: 18%;
  min-width: 100px;
  text-align: center;
  background-color: #fafcfe;
  border-right: 1px solid #eef2f7;
}

/* ---- 内容列（右列） ---- */
.kele-table th:last-child,
.kele-table td:last-child {
  background-color: #ffffff;
  padding-left: 1.5rem;
}

/* ---- 行悬停效果（轻柔大气） ---- */
.kele-table tbody tr:hover td {
  background-color: #f5f9ff;
}

.kele-table tbody tr:hover td:first-child {
  background-color: #edf4fc;
}

/* ---- 内容中的加粗关键词（如“主题演讲：”） ---- */
.kele-table td strong {
  font-weight: 600;
  color: #0b2a4a;
}

/* ---- 响应式适配 ---- */
@media (max-width: 768px) {
  .kele-table {
    font-size: 0.85rem;
    border-radius: 8px;
    margin: 1rem auto;
  }

  .kele-table th,
  .kele-table td {
    padding: 0.6rem 0.7rem;
  }

  .kele-table th:first-child,
  .kele-table td:first-child {
    min-width: 70px;
    font-size: 0.8rem;
    padding-right: 0.4rem;
  }

  .kele-table th:last-child,
  .kele-table td:last-child {
    padding-left: 0.7rem;
    font-size: 0.82rem;
  }

  .kele-table tr:first-child th {
    font-size: 0.95rem;
    padding: 0.8rem 0.5rem;
  }

  .kele-table tr:nth-child(2) th {
    font-size: 0.75rem;
    padding: 0.4rem 0.5rem;
  }
}

@media (max-width: 480px) {
  .kele-table {
    font-size: 0.78rem;
    border-radius: 6px;
    margin: 0.5rem auto;
  }

  .kele-table th,
  .kele-table td {
    padding: 0.5rem 0.4rem;
  }

  .kele-table th:first-child,
  .kele-table td:first-child {
    min-width: 50px;
    font-size: 0.7rem;
    padding-right: 0.2rem;
  }

  .kele-table th:last-child,
  .kele-table td:last-child {
    padding-left: 0.4rem;
    font-size: 0.72rem;
  }

  .kele-table tr:first-child th {
    font-size: 0.8rem;
    padding: 0.6rem 0.3rem;
  }

  .kele-table tr:nth-child(2) th {
    font-size: 0.65rem;
    padding: 0.3rem 0.3rem;
  }
}

@media (min-width: 320px) and (max-width: 768px) {

  .news-main p img,
  .news-main div img {
    width: 100% !important;
  }
}