* { box-sizing: border-box; }
body {
  margin: 0;
  background: #f3f5f7;
  color: #333;
  font: 14px/1.8 "Microsoft YaHei", Arial, sans-serif;
}
a { color: #333; text-decoration: none; }
a:hover { color: #18a058; }
img { max-width: 100%; height: auto; display: block; }
#wrap { width: 100%; min-width: 1100px; }

.site-topbar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

#header {
  width: 1000px;
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #fff;
}

.site-brand {
  min-width: 0;
  flex: 1 1 auto;
  padding: 14px 0;
}

#header h1 { margin: 0; font-size: 26px; line-height: 1.25; }
#header h1 a { color: #1b7f43; font-weight: bold; }
#header h1 a:before { content: ""; }
#header h3 {
  margin: 5px 0 0;
  color: #8a94a6;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#nav {
  position: static;
  flex: 0 0 auto;
  height: auto;
  background: transparent;
  border: 0;
  padding: 0;
}
#nav ul, #nav li { margin: 0; padding: 0; list-style: none; }
#nav li { display: inline-block; }
#nav a {
  display: block;
  padding: 24px 8px;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}
#nav a:hover { color: #18a058; background: transparent; }

.prompt-banner {
  background: #e9edf2;
  border-bottom: 1px solid #dde3ea;
}

.prompt-banner-inner {
  width: 1000px;
  height: 180px;
  margin: 0 auto;
  padding: 34px 38px;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, .86), rgba(24, 160, 88, .55)),
    url("images/cover-data.svg") center/cover no-repeat;
  color: #fff;
}

.prompt-banner-inner p {
  margin: 0 0 8px;
  color: #bff7d3;
  font-size: 12px;
  font-weight: bold;
}

.prompt-banner-inner h2 {
  margin: 0 0 10px;
  max-width: 560px;
  color: #fff;
  font-size: 30px;
  line-height: 1.35;
}

.prompt-banner-inner span {
  display: block;
  max-width: 620px;
  color: #f1f5f9;
  font-size: 14px;
}

.hero-slider {
  position: relative;
  height: 290px;
  margin-bottom: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.64), rgba(0,0,0,.04), rgba(0,0,0,.64)),
    url("images/cover-office.svg") center/cover no-repeat;
  overflow: hidden;
}
.hero-copy-block {
  width: 1000px;
  margin: 0 auto;
  padding-top: 72px;
  color: #fff;
}
.hero-copy-block p { margin: 0 0 8px; color: #dff7ea; font-size: 13px; font-weight: bold; }
.hero-copy-block h2 { margin: 0 0 12px; font-size: 36px; line-height: 1.25; color: #fff; }
.hero-copy-block span { display: block; max-width: 460px; color: #f4f7f5; font-size: 15px; }
.hero-arrow {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 78px;
  margin-top: -39px;
  color: #fff;
  font-size: 64px;
  line-height: 70px;
  text-align: center;
  opacity: .86;
}
.hero-prev { left: calc(50% - 570px); }
.hero-next { right: calc(50% - 570px); }

#content {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 34px;
  display: grid;
  grid-template-columns: 680px 300px;
  gap: 20px;
}
#contentleft { min-width: 0; }

.breadcrumb-line {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  margin-bottom: 18px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 10px;
  color: #888;
  font-size: 12px;
}
.breadcrumb-line form { display: flex; height: 28px; }
.breadcrumb-line input {
  width: 190px;
  border: 1px solid #ddd;
  border-right: 0;
  padding: 0 9px;
}
.breadcrumb-line button {
  width: 42px;
  border: 0;
  background: #18a058;
  color: #fff;
  cursor: pointer;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 12px 0 18px;
  color: #777;
  text-align: center;
}
.section-title span { flex: 1; height: 1px; background: #ddd; }
.section-title strong { font-weight: normal; }
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}
.recommend-grid div {
  background: #fff;
  border: 1px solid #e6e6e6;
}
.recommend-grid img {
  width: 100%;
  height: 108px;
  object-fit: cover;
}
.recommend-grid p {
  margin: 0;
  padding: 9px;
  height: 58px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.55;
}

.news-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  padding: 0 0 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e6e6e6;
  background: transparent;
}
.news-thumb img {
  width: 220px;
  height: 140px;
  object-fit: cover;
  border: 1px solid #ddd;
}
.news-body h2 {
  margin: -4px 0 9px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: normal;
}
.news-body h2 a { color: #333; }
.post-excerpt {
  height: 74px;
  overflow: hidden;
  color: #666;
  font-size: 13px;
}
.post-excerpt p { margin: 0 0 8px; }
.date {
  margin: 10px 0 4px;
  color: #999;
  font-size: 12px;
}
.date span { margin-right: 12px; }
.count { margin: 0; text-align: right; }
.count a {
  margin-left: 12px;
  color: #999;
  font-size: 12px;
}

#pagenavi { margin: 26px 0; text-align: right; }
#pagenavi a, #pagenavi span {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  margin-left: 5px;
  background: #fff;
  border: 1px solid #ddd;
  color: #18a058;
  line-height: 22px;
  text-align: center;
}

#sidebar {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ad-card {
  padding: 18px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #ffefba, #ffffff);
  border: 1px solid #f1d58a;
}
.ad-card strong { display: block; color: #d35400; font-size: 22px; }
.ad-card p { margin: 8px 0 0; color: #6b4f14; font-size: 13px; }
.sidebox, #sidebar > li {
  margin-bottom: 18px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.sidebox h3, #sidebar h3 {
  margin: 0 0 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #333;
}
.rank-list { margin: 0; padding: 0; list-style: none; counter-reset: rank; }
.rank-list li {
  counter-increment: rank;
  display: flex;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px dashed #eee;
  font-size: 13px;
}
.rank-list li:before {
  content: counter(rank);
  width: 18px;
  height: 18px;
  background: #18a058;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
}
.tag-cloud a {
  display: inline-block;
  margin: 0 6px 8px 0;
  padding: 4px 8px;
  background: #f5f5f5;
  border: 1px solid #eee;
  color: #666;
  font-size: 12px;
}
.comment-lite { margin: 0; padding: 0; list-style: none; }
.comment-lite li { padding: 8px 0; border-bottom: 1px dashed #eee; }
.comment-lite b { display: block; color: #18a058; }
.comment-lite span { color: #666; font-size: 12px; }

#footerbar {
  background: #1f1f1f;
  color: #aaa;
  margin-top: 26px;
}
.footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 36px 0;
  display: grid;
  grid-template-columns: 1fr 140px 1fr;
  gap: 44px;
}
.footer-inner a { color: #ddd; }
.social-row span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background: #18a058;
}
.qr-box {
  width: 116px;
  height: 116px;
  background: repeating-linear-gradient(45deg, #fff 0 7px, #111 7px 14px);
  color: transparent;
  border: 8px solid #fff;
}
.footer-inner h3 { margin: 0 0 8px; color: #fff; }
.copyright {
  border-top: 1px solid #333;
  padding: 14px 0;
  text-align: center;
  font-size: 12px;
}

input, textarea, select {
  max-width: 100%;
  border: 1px solid #ddd;
  padding: 7px 9px;
  font: inherit;
}
input[type="submit"], button, .submit {
  border: 0;
  background: #18a058;
  color: #fff;
  padding: 8px 14px;
  cursor: pointer;
}

@media (max-width: 1100px) {
  #wrap { min-width: 0; }
  #header, #content, .hero-copy-block, .footer-inner, .prompt-banner-inner { width: calc(100% - 24px); }
  #nav { position: static; height: auto; width: calc(100% - 24px); margin: 0 auto; background: #fff; }
  #content { display: block; }
  .recommend-grid { grid-template-columns: repeat(2, 1fr); }
  #sidebar { margin-top: 24px; }
  .footer-inner { display: block; }
  .qr-box { margin: 20px 0; }
}

@media (max-width: 640px) {
  #header { height: auto; padding: 16px 0; display: block; }
  .prompt-banner-inner { height: auto; padding: 26px 20px; }
  .prompt-banner-inner h2 { font-size: 24px; }
  .hero-slider { height: auto; }
  .hero-copy-block { padding: 48px 0; }
  .hero-arrow { display: none; }
  .recommend-grid { grid-template-columns: 1fr; }
  .news-card { display: block; }
  .news-thumb img { width: 100%; height: auto; }
  .breadcrumb-line { display: block; height: auto; padding: 10px; }
  .breadcrumb-line form { margin-top: 8px; }
}

.prompt-hero {
  margin: 22px 0 18px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(16,42,67,.92), rgba(24,160,88,.84)),
    url("images/cover-data.svg") center/cover no-repeat;
  color: #fff;
}
.prompt-hero p {
  margin: 0 0 8px;
  color: #c8f7dc;
  font-size: 12px;
  font-weight: bold;
}
.prompt-hero h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 34px;
  line-height: 1.25;
}
.prompt-hero span {
  display: block;
  max-width: 620px;
  color: #f1f5f9;
}
.prompt-hero form {
  display: flex;
  max-width: 600px;
  height: 42px;
  margin-top: 24px;
}
.prompt-hero input {
  flex: 1;
  border: 0;
  padding: 0 14px;
}
.prompt-hero button {
  width: 120px;
  border: 0;
  background: #111827;
  color: #fff;
}
.prompt-quick-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}
.prompt-quick-nav a {
  display: block;
  padding: 12px 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #176b3a;
  text-align: center;
  font-weight: bold;
}
.prompt-category {
  margin-bottom: 22px;
  background: #fff;
  border: 1px solid #e5e7eb;
}
.category-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px 22px 16px;
  border-bottom: 1px solid #eef2f7;
}
.category-head p {
  margin: 0 0 4px;
  color: #18a058;
  font-size: 12px;
  font-weight: bold;
}
.category-head h2 {
  margin: 0;
  color: #111827;
  font-size: 24px;
}
.category-head span {
  display: block;
  margin-top: 5px;
  color: #6b7280;
  font-size: 13px;
}
.category-head a {
  flex: 0 0 auto;
  color: #18a058;
  font-size: 13px;
}
.prompt-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
.prompt-card {
  display: block;
  min-height: 136px;
  padding: 18px 20px;
  border-right: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
  background: #fff;
}
.prompt-card:nth-child(2n) {
  border-right: 0;
}
.prompt-card:hover {
  background: #f8fffb;
}
.prompt-card strong {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 17px;
  line-height: 1.45;
}
.prompt-card span {
  display: block;
  height: 44px;
  overflow: hidden;
  color: #667085;
  font-size: 13px;
  line-height: 1.7;
}
.prompt-card em {
  display: block;
  margin-top: 12px;
  color: #18a058;
  font-size: 12px;
  font-style: normal;
}

@media (max-width: 1100px) {
  .prompt-quick-nav {
    grid-template-columns: repeat(2, 1fr);
  }
  .prompt-card-grid {
    grid-template-columns: 1fr;
  }
  .prompt-card {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .prompt-hero {
    padding: 24px 18px;
  }
  .prompt-hero h2 {
    font-size: 26px;
  }
  .prompt-hero form {
    display: block;
    height: auto;
  }
  .prompt-hero input,
  .prompt-hero button {
    width: 100%;
    height: 42px;
  }
  .category-head {
    display: block;
  }
}

/* Prompt directory layout */
.prompt-home-content {
  display: block !important;
  width: 1000px;
  padding-top: 20px !important;
}

.prompt-home-main {
  width: 100%;
}

.prompt-home-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.prompt-home-head p {
  margin: 0 0 4px;
  color: #18a058;
  font-size: 12px;
  font-weight: bold;
}

.prompt-home-head h2 {
  margin: 0;
  color: #222;
  font-size: 26px;
  line-height: 1.3;
}

.prompt-home-head span {
  display: block;
  margin-top: 5px;
  color: #777;
  font-size: 13px;
}

.prompt-home-head form {
  display: flex;
  width: 340px;
  height: 34px;
  flex: 0 0 auto;
}

.prompt-home-head input {
  flex: 1;
  border: 1px solid #ddd;
  border-right: 0;
  padding: 0 10px;
}

.prompt-home-head button {
  width: 58px;
  border: 0;
  background: #18a058;
  color: #fff;
}

.prompt-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

.directory-panel {
  min-height: 0;
  padding: 0 18px 16px;
  background: #fff;
  border: 1px solid #e4e4e4;
  position: relative;
  overflow: hidden;
}

.directory-panel:before {
  content: "";
  display: block;
  height: 4px;
  margin: 0 -18px 14px;
  background: #18a058;
}

.directory-panel:nth-child(2n):before {
  background: #e74c3c;
}

.directory-panel:nth-child(3n):before {
  background: #2f80ed;
}

.directory-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid #ededed;
}

.directory-title h2 {
  margin: 0;
  color: #222;
  font-size: 18px;
  line-height: 1.35;
}

.directory-title a {
  color: #18a058;
  font-size: 12px;
}

.directory-desc {
  margin: 10px 0 12px;
  color: #777;
  font-size: 13px;
  line-height: 1.65;
}

.prompt-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: none;
  overflow: hidden;
}

.prompt-link-list li {
  height: 58px;
  padding: 8px 0 9px 14px;
  border-bottom: 1px dashed #e7e7e7;
  position: relative;
  overflow: hidden;
}

.prompt-link-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 5px;
  height: 5px;
  background: #18a058;
}

.prompt-link-list a {
  display: block;
  color: #222;
  font-size: 14px;
  line-height: 1.45;
  font-weight: bold;
}

.prompt-link-list a:hover {
  color: #18a058;
}

.prompt-link-list span {
  display: block;
  height: 20px;
  overflow: hidden;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 20px;
}

.prompt-home-note {
  margin-top: 18px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #666;
}

.prompt-home-note strong {
  color: #18a058;
}

@media (max-width: 1100px) {
  .prompt-home-content {
    width: calc(100% - 24px);
  }
}

@media (max-width: 760px) {
  .prompt-home-head {
    display: block;
  }

  .prompt-home-head form {
    width: 100%;
    margin-top: 12px;
  }

  .prompt-directory {
    grid-template-columns: 1fr;
  }
}
