#bodyer{
    width: 1100px;
    margin: 0 auto;
    padding-top: 35px;
    display: flex;
    justify-content: center;
}
.content-l {
    width: 200px;

}
.content-l>ul{
    border: 1px solid #DDDDDD;
    padding-bottom: 15px;
}
.content-l h3{
    font-size: 16px;
    color:#595959;
    padding: 10px 20px;
    border-bottom: 1px solid #DDD;
    background: rgb(243,243,243);
}
.content-l>ul>li{
    padding: 10px 20px;
    font-size: 14px;
    color:#595959;
    border-bottom: 1px solid #DDD;
}
.content-l>ul>ul{
    border-bottom: 1px solid #DDD;
    padding-left:35px;
    font-size: 14px;
}
.content-l>ul>ul>li{
    padding: 6px;
}
.content-r{
    width: 900px;
    margin-left: 50px;
}
.content-r-{
    width: 900px;
    margin-left: 50px;
}
.title-a-{
    width: 750px;
    border-bottom: 1px solid #DDD;
    padding: 10px 0;
    color:#595959;
}
.title-a- span:nth-child(2){
    position: relative;
    left:575px;
    font-size: 12px;
    color:#DDDDDD;
}
.title-a- span:nth-child(2) a{
    color:#DDDDDD;
}
.content-r ul{
    width: 750px;
    border: 1px solid #DDD;
    margin-top: 25px;
}
.content-r ul li{
    padding: 10px 10px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 14px;
}
.content-r ul li:last-child{
    border-bottom: 1px solid #FFF;
}
.content-r ul li span:nth-child(1){
    display: inline-block;
    width: 500px;
}
.content-r ul li span:nth-child(2){
    background: #000000;
    border-radius: 10px;
    font-size: 10px;
    padding: 0 5px;
    color:#fff;
    position: relative;
    left:150px;
}