/*========== 站点地图独立样式 sitemap.css ==========*/
.sitemap-wrap {
    background: #ffffff;
    max-width: 1500px;
    margin: 30px auto;
    padding: 40px;
    border-radius: 12px;
}
.sitemap-title {
    font-size: 32px;
    margin: 0 0 35px;
}
.sitemap-subtitle {
    font-size: 22px;
    margin: 0 0 18px;
}
.sitemap-cate-block {
    margin-bottom: 40px;
}
.sitemap-cate-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.sitemap-cate-item {
    padding: 8px 16px;
    background: #edf3f9;
    border-radius: 8px;
    color: #222;
    text-decoration: none;
}
.sitemap-resource-block {
    margin-bottom: 30px;
}
.sitemap-resource-list {
    line-height: 2.2;
}
.sitemap-link {
    color: #224488;
    text-decoration: none;
}