.sgGuidePage .sgWide {
  max-width: min(1320px, 97vw);
  margin-left: auto;
  margin-right: auto;
}
.sgGuidePage .sgHead {
  margin-bottom: 20px;
}
.sgGuidePage .sgHeadTit {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin: 0 0 8px;
  line-height: 1.3;
}
.sgGuidePage .sgHeadDesc {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.sgGuidePage .sgNotice {
  padding: 14px 18px;
  background: #f8fafc;
  border: 1px solid #e8ecf1;
  border-radius: 10px;
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 20px;
}
.sgGuidePage .sgKnowUl .kuang {
  display: block;
}
.sgGuidePage .sgKnowUl .sgHeadLine {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sgGuidePage .sgKnowUl .titB {
  width: calc(100% - 140px);
  margin: 0;
}
.sgGuidePage .sgKnowUl .timeB {
  width: 120px;
  text-align: right;
}
.sgGuidePage .sgKnowUl .sgExcerpt {
  margin: 14px 0 0 54px;
  font-size: 15px;
  line-height: 1.9;
  color: #666;
}
.sgGuidePage .sgEmpty {
  padding: 40px 20px;
  text-align: center;
  color: #94a3b8;
  font-size: 15px;
  border: 1px dashed #e2e8f0;
  border-radius: 12px;
  background: #fafbfc;
}
.sgGuidePage .sgPageTurn {
  margin-top: 28px;
}
@media (max-width: 1472px) {
  .sgGuidePage .sgHeadTit { font-size: 2.2vw; }
  .sgGuidePage .sgKnowUl .sgExcerpt {
    margin-left: 2vw;
    font-size: 1.2vw;
    margin-top: 1vw;
  }
}
@media (max-width: 800px) {
  .sgGuidePage .sgHeadTit { font-size: 24px; }
  .sgGuidePage .sgHeadDesc { font-size: 14px; }
  .sgGuidePage .sgKnowUl .titB {
    width: calc(100% - 88px);
  }
  .sgGuidePage .sgKnowUl .timeB {
    width: 80px;
  }
  .sgGuidePage .sgKnowUl .sgExcerpt {
    margin: 10px 0 0 16px;
    font-size: 14px;
    line-height: 1.8;
  }
}
