/* 网站地图页面 */
.sitemap-wrap {
  padding: calc(60 * 100vw / 1920) 0 calc(100 * 100vw / 1920);
}

.sitemap-section {
  margin-bottom: calc(50 * 100vw / 1920);
  padding-bottom: calc(40 * 100vw / 1920);
  border-bottom: 1px solid #e6e6e6;
}

.sitemap-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sitemap-title {
  font-size: calc(27 * 100vw / 1920);
  font-weight: bold;
  color: #215f83;
  margin-bottom: calc(25 * 100vw / 1920);
  padding-left: calc(15 * 100vw / 1920);
  border-left: calc(4 * 100vw / 1920) solid #215f83;
  line-height: 1;
}

.sitemap-grid {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc(30 * 100vw / 1920);
}

.sitemap-card {
  width: calc(270 * 100vw / 1920);
}

.sitemap-card .sitemap-subtitle {
  font-size: calc(18 * 100vw / 1920);
  font-weight: bold;
  color: #333;
  margin-bottom: calc(12 * 100vw / 1920);
}

.sitemap-card .sitemap-subtitle a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.sitemap-card .sitemap-subtitle a:hover {
  color: #215f83;
}

.sitemap-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap-links li {
  margin-bottom: calc(10 * 100vw / 1920);
}

.sitemap-links a {
  font-size: calc(15 * 100vw / 1920);
  color: #666;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1.6;
}

.sitemap-links a:hover {
  color: #215f83;
}

.sitemap-more {
  margin-top: calc(20 * 100vw / 1920);
}

.sitemap-more a {
  font-size: calc(15 * 100vw / 1920);
  color: #215f83;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.sitemap-more a:hover {
  opacity: 0.7;
}
