.site-map{
    width: 1400px;
    padding: 0 40px 20px;
    box-shadow: 1px 1px 10px #EEEEEE;
    margin: 0 auto 20px;
    box-sizing: border-box;
}
.site-map .map{
    padding: 20px 40px;
    overflow: hidden;
}
.map .title{
    height: 42px;
    line-height: 42px;
    border-bottom: 2px solid #f5f5f5;
    font-weight: bold;
}
.map .title a{
    display: inline-block;
    width: 130px;
    text-align: center;
    line-height: 42px;
    border-bottom: 2px solid #1275ca;
    color: #0662b1;
    font-size: 18px;
}
.map>span{
    display: block;
}
.map>span>a{
    display: inline-block;
    font-size: 16px;
    width: 184px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #f2f2f2;
    color: #333;
    margin-top: 20px;
    margin-right: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.map>span>a:last-child{
    margin-right: 0px;
}
.map>span>a:hover{
    color: #ffffff;
    background: #1275ca;
}
@media screen and (max-width: 768px) {
    .site-map{
        width: 100%;
        padding: 0 .2rem .2rem;
    }
    .site-map .map{
        padding: .2rem 0;
    }
    .map .title{
        line-height: .8rem;
        height: .8rem;
    }
    .map .title a{
        width: auto;
        padding: 0 20px;
        line-height: .8rem;
        font-size: .36rem;
    }
    .map>span{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .map>span>a{
        width: 48%;
        margin: .3rem 0 0;
        font-size: .32rem;
    }
}
