/*sitemap.css*/
.sitemap-header{
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.sitemap-header .title {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 80px;
    font-size: 30px;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
}
.sitemap-header .title a{
    color: #333;
}
.sitemap-header .title a:hover{
    color: #0052A4;
}
.sitemap-header .title:after,.sitemap-header .title:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 2px;
    margin-top: -1px;
    background: #222;
    -webkit-transition: .3s;
    transition: .3s;
}
.sitemap-header .title:before {
    left: 0;
}
.sitemap-header .title:after {
    right: 0;
}

.sitemap-item .sub-title {
    display: inline-block;
    height: 20px;
    margin: 15px 0;
    padding-left: 10px;
    padding-right: 30px;
    line-height: 20px;
    border-left: 4px solid #222;
    font-size: 24px;
    color: #333;
    background: url(/themes/pc/jishengduo/statics/images/btn_arrow_right.png) no-repeat 100%;
    -webkit-transition: .3s;
    transition: .3s;
}
.sitemap-item li{
    overflow: hidden;
}
.sitemap-item .sitemap-list {
    margin: 5px 0;
}
.sitemap-item .sitemap-list a {
    float: left;
    width: 130px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 18px;
    margin-right: 20px;
    padding: 0 10px;
    text-align: center;
    color: #333;
    border:1px solid #0b0205;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sitemap-item .sitemap-list a:hover{
    color: #0052A4;
    border-color: #0052A4;
}
.page-sitemap .loading{
    text-align: center;
    line-height: 50px;
}