.content .ksxq .lmbt{margin-bottom: 66px;}
.content .ksxq .lmbt ul li.menu_cur{font-weight: bold;position: relative; }

.content .ksxq .lmbt ul li.menu_cur::after {
    content: "";
    display: block;
    background-image: url(../images/wjt.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px; 
    height: 16px; 
    position: absolute;
    left: 31%;
    bottom: -20px; 
    transform: translateX(-50%);
}
.ks_list{width: 1200px;margin: 0 auto;}

.ks_list ul li {
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(11,29,86,0.1);
    margin-bottom: 20px;
}
.ks_list ul li a{
    display: block;
    border-left: 4px solid #3775E8;
    height: 60px;
}
.ks_list ul li a span{
    height: 60px;
    line-height: 60px;
    padding-left: 36px;
}
.ks_list ul li a .more_right{
    margin-right: 24px;

    font-size: 14px;
    color: #545454;
    text-align: center;
    font-style: normal;
}
.category_he .ks_list ul li a .qians {
    width: 680px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media all and (max-width:768px){
    #headers{background-color: #FFFFFF;}
    body{background: #F7F9FD;}
    .content{padding: 0 12px ;box-sizing: border-box;}
    .ks_list{width: 100%;box-shadow: 0px 2px 12px 0px rgba(11,29,86,0.12);border-radius: 4px;background: #FFFFFF;margin-top: 16px;padding: 0 12px;padding-top: 5px;box-sizing: border-box;margin-bottom: 20px;}
    .ks_list ul li a{border-left: none;height: auto;}
    .ks_list ul li{box-shadow: none;border-bottom: 1px solid #ECEEF3;padding-top: 11px;margin-bottom: 0;height: auto;}
    .ks_list ul li a span{width: 100%;height: 20px;line-height: 20px;display: inline-block;padding-left: 0;font-size: 14px;margin-right: 0;}
    .ks_list ul li a .more_right{line-height: 16px;height: 16px;margin-top: 4px;padding-bottom: 12px;float: none;text-align: left;color: #9A9DAA;font-size: 12px;}
    #headers {
        font-size: 14px;
        line-height: 44px;
        width: 100%;
        color: #000000;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
        padding: 0 12px;
        background: #FFFFFF;
        box-sizing: border-box;
    }
    #headers .back {
        display: block;
        background: url(../images/blackback.png) no-repeat;
        width: 16px;
        height: 16px;
        margin-top: 15px;
        margin-left: 12px;
        margin-right: 5px;
        background-size: 16px 16px;
    }
    .menu-mobile {background: url(../images/sjd/menu-m.png);background-size: contain;width: 28px;height: 28px;z-index:999;margin-top: 7px;}

}