.yqlj{
    display: flex;
    padding-left: 30px;
    background: #c8cace;
    line-height: 30px;
}
.yqlj .yqlj_tit{
        margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.yqlj ul{
    display: flex;
}
.yqlj ul li{
    margin:0 5px;
    font-size: 12px;
    color: #000;
}
.yqlj ul  a:hover{
    color: #001f9a;
}
li:last-child a span{  display: none;}
.footer{
    width: 100%;
    height: 50px;
    background: #17181b;
    border-top: 1px solid #484545;
    font-size: 12px;
}
.footer p{
    color: #fff;
    text-align: center;
    line-height: 50px;
}


/*新加*/
    .bottom{
        background: #17181b;
        width: 100%;
        
    }
    .bottom_con{
        display: flex;
       width: 1200px;
       margin: 0 auto;
       padding: 35px 0;
    }
    .dlhz{
        width: 35%;
        margin-right: 6%;
    }
    .kjdh, .lxwm{
    width: 16%;
    margin-right: 5%;
    }
    .kjdh ul li ,.lxwm ul li{
        line-height: 28px;
        font-size: 12px;
            overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    }
    .kjdh ul li a,.lxwm ul li p{
        color: #aba9a9;
    }
    .lx{
        width: 17%;
    }