/* 考试资讯落地页 /examInformation —— 与行业资讯 /columnInformation 同版式 */
.ksExamInfo {
  min-height: calc(100vh - 270px);
  background: #f5f6f8;
  padding: 24px 0 48px;
}
.ksExamInfo .wrap {
  width: 1200px;
  margin: 0 auto;
}
.ksExamInfo .crumb {
  font-size: 13px;
  color: #999;
  margin-bottom: 16px;
}
.ksExamInfo .crumb a {
  color: #888;
}
.ksExamInfo .crumb a:hover {
  color: #c28d13;
}
.ksExamInfo .hero {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 28px 32px;
  margin-bottom: 20px;
}
.ksExamInfo .heroTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.ksExamInfo .hero h1 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 600;
  color: #333;
}
.ksExamInfo .cat {
  font-size: 14px;
  color: #888;
}
.ksExamInfo .badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.ksExamInfo .badge.live {
  background: #e8f7ee;
  color: #1a8f4a;
  border: 1px solid #b8e6cb;
}
.ksExamInfo .badge.wait {
  background: #fff8e6;
  color: #b8860b;
  border: 1px solid #f0e0a8;
}
.ksExamInfo .intro {
  margin-top: 18px;
  font-size: 15px;
  color: #555;
  line-height: 1.85;
}
.ksExamInfo .body {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
  align-items: start;
}
.ksExamInfo .main {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 24px 28px;
}
.ksExamInfo .main h2 {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  padding-left: 10px;
  border-left: 4px solid #c28d13;
}
.ksExamInfo .main h2:not(:first-child) {
  margin-top: 28px;
}
.ksExamInfo .infoTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.ksExamInfo .infoTable tr {
  border-bottom: 1px solid #f0f0f0;
}
.ksExamInfo .infoTable tr:last-child {
  border-bottom: none;
}
.ksExamInfo .infoTable th {
  width: 120px;
  padding: 14px 12px 14px 0;
  text-align: left;
  color: #888;
  font-weight: 500;
  vertical-align: top;
}
.ksExamInfo .infoTable td {
  padding: 14px 0;
  color: #444;
  line-height: 1.7;
}
.ksExamInfo .articleSections .secHead {
  margin: 20px 0 8px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.ksExamInfo .articleSections .secBody {
  margin: 0 0 12px;
  font-size: 14px;
  color: #555;
  line-height: 1.85;
}
.ksExamInfo .note {
  margin-top: 20px;
  padding: 14px 16px;
  background: #fafafa;
  border-radius: 8px;
  font-size: 13px;
  color: #888;
  line-height: 1.7;
}
.ksExamInfo .side {
  position: sticky;
  top: 20px;
}
.ksExamInfo .ctaBox {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 22px 20px;
  text-align: center;
}
.ksExamInfo .ctaBox .hint {
  font-size: 13px;
  color: #999;
  margin-bottom: 16px;
  line-height: 1.6;
}
.ksExamInfo .btnPrimary {
  display: block;
  width: 100%;
  padding: 12px 0;
  background: linear-gradient(-90deg, #c28d13, #bd8a13);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 10px;
}
.ksExamInfo .btnPrimary:hover {
  opacity: .92;
  color: #fff;
}
.ksExamInfo .btnGhost {
  display: block;
  width: 100%;
  padding: 11px 0;
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 10px;
}
.ksExamInfo .btnGhost:hover {
  border-color: #c28d13;
  color: #c28d13;
}
.ksExamInfo .contact {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed #eee;
  font-size: 13px;
  color: #888;
  line-height: 1.8;
}
.ksExamInfo .contact a {
  color: #c28d13;
}
.ksExamInfo .related {
  margin-top: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 18px 20px;
}
.ksExamInfo .related h3 {
  margin: 0 0 12px;
  font-size: 14px;
  color: #666;
}
.ksExamInfo .related a {
  display: block;
  font-size: 13px;
  color: #555;
  padding: 6px 0;
  text-decoration: none;
}
.ksExamInfo .related a:hover {
  color: #c28d13;
}
.ksExamInfo .ksExamEmpty {
  text-align: center;
  padding: 80px 20px;
  color: #999;
  font-size: 15px;
}
/* 列表页（与行业资讯一致） */
.ksExamInfo .indexBody {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 8px 28px 28px;
}
.ksExamInfo .indexSection {
  margin-top: 24px;
}
.ksExamInfo .indexSection h2 {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  padding-left: 10px;
  border-left: 4px solid #c28d13;
}
.ksExamInfo .indexList {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ksExamInfo .indexItem {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 4px 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  color: inherit;
}
.ksExamInfo .indexItem:last-child {
  border-bottom: none;
}
.ksExamInfo .indexItem:hover .indexTitle {
  color: #c28d13;
}
.ksExamInfo .indexTitle {
  grid-column: 1;
  grid-row: 1;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.ksExamInfo .indexMeta {
  grid-column: 2;
  grid-row: 1;
  font-size: 13px;
  color: #aaa;
  white-space: nowrap;
}
.ksExamInfo .indexSum {
  grid-column: 1 / -1;
  grid-row: 2;
  font-size: 13px;
  color: #888;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .ksExamInfo .wrap { width: 100%; padding: 0 16px; box-sizing: border-box; }
  .ksExamInfo .body { grid-template-columns: 1fr; }
  .ksExamInfo .side { position: static; }
}
