.lnr_lb_tit{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #3488be;
    margin-bottom: 15px;
}

.lnr_lb_tit ul li{
    float: left;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 3px;
    letter-spacing: 2px;
    color: #8c8c8c;
    cursor: pointer;

}

.lnr_lb_tit ul li a{
    color: #8c8c8c;
}

.lnr_li_a:hover{
    background: #3488be;
}
.lnr_li_a:hover a{
    color: #ffffff;
}

.lnr_lb_tit ul .lnr_tit_a{
    background: #3488be;
}
.lnr_lb_tit ul .lnr_tit_a a{
    color: #ffffff;
}