
.wrap-main {
    max-width: 1220px;
    margin: 0 auto;
}
.sitemap-item{
    background: #fff;
    padding: 0 10px 90px 10px;
}
.sitemap-item .item-box{
    overflow: hidden;
}
.sitemap-item .item-box .item-title {
    padding: 30px 0 3px;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sitemap-item .item-box .item-title a {
    color: #333;
    transition: color .3s linear;
}
.sitemap-item .item-box .item-title a:hover {
    color: #0080f1;
}
.sitemap-item .item-box li {
    padding-top: 5px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sitemap-item .item-box a {
    color: #5b5257;
    transition: color .3s linear;
}
.sitemap-item .item-box a:hover{
    color: #0080f1;
}
.sitemap-item .item-box .sec-section {
    padding-left: 15px;
}
.sitemap-item .item-box .sec-section a {
    color: #5e6267;
}
.sitemap-item .item-box .sec-section a:hover{
    color: #0080f1;
}
