
.p8-section-head {
  margin: 0 0 20px;
}
.p8-section-head h1 {
  margin: 0 0 8px;
  font-size: 22px;
  color: var(--p8-text);
}
.p8-section-head p {
  margin: 0;
  color: var(--p8-muted);
  font-size: 14px;
  line-height: 1.55;
}
.p8-block-title {
  margin: 24px 0 12px;
  font-size: 17px;
  color: var(--p8-text);
  padding-left: 10px;
  border-left: 3px solid var(--p8-blue);
}
.p8-nav-group {
  margin-bottom: 20px;
}
.p8-nav-group h3 {
  margin: 0 0 10px;
  font-size: 15px;
  color: var(--p8-text);
}
.p8-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: var(--p8-card);
  border: 1px solid var(--p8-line);
  border-radius: var(--p8-radius);
  overflow: hidden;
}
.p8-link-list li {
  border-bottom: 1px solid var(--p8-line);
}
.p8-link-list li:last-child {
  border-bottom: none;
}
.p8-link-list a {
  display: block;
  position: relative;
  padding: 12px 28px 12px 14px;
  color: var(--p8-text);
  font-size: 14px;
  text-decoration: none;
}
.p8-link-list a:hover {
  background: #f8faff;
  text-decoration: none;
}
.p8-link-list a::after {
  content: "›";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #bbb;
  font-size: 18px;
}
.p8-link-desc {
  display: block;
  font-size: 12px;
  color: var(--p8-muted);
  margin-top: 2px;
}
.p8-flash-box {
  background: var(--p8-card);
  border: 1px solid var(--p8-line);
  border-radius: var(--p8-radius);
  padding: 8px 0;
  margin-bottom: 8px;
}
.p8-flash-row {
  display: flex;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--p8-line);
}
.p8-flash-row:last-child {
  border-bottom: none;
}
.p8-flash-time {
  font-size: 13px;
  color: var(--p8-blue);
  font-weight: 600;
  min-width: 42px;
  flex-shrink: 0;
}
.p8-flash-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--p8-text);
}
.p8-flash-text a {
  color: var(--p8-text);
  text-decoration: none;
}
.p8-flash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--p8-muted);
}
.p8-tut-thumb {
  width: 72px;
  height: 54px;
  border-radius: 6px;
  background: linear-gradient(135deg, #eef3ff, #dbe6ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--p8-blue);
  flex-shrink: 0;
  text-align: center;
  line-height: 1.3;
  padding: 4px;
}
.p8-news-card.p8-news-card--tut {
  align-items: flex-start;
}
.p8-tag-panel {
  background: var(--p8-card);
  border: 1px solid var(--p8-line);
  border-radius: var(--p8-radius);
  padding: 24px 20px;
  margin: 16px 0 24px;
  text-align: center;
}
.p8-tag-panel h1 {
  margin: 0 0 12px;
  font-size: 22px;
}
.p8-tag-panel p {
  margin: 0 0 20px;
  color: var(--p8-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.p8-hottag-wrap {
  padding: 16px 0 8px;
}
.p8-hottag-wrap .hottag {
  width: auto;
  margin: 0;
}
