.sitemap {
  padding: 80px 0;
  background: #f7f8fa;
}

.sitemap .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.sitemap .st_li {
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e8ecef;
}

.sitemap .st_tit a {
  color: #111827;
  font-size: 20px;
  font-weight: 700;
}

.sitemap .st_a {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 16px;
}

.sitemap .st_a a {
  color: #4b5563;
  font-size: 15px;
}

.sitemap a:hover {
  color: #ee8206;
}
