.listBoxLeft{
    width: 48%;
    padding: 20px 0;
}
.listBoxRight{
    width: 48%;
    padding: 20px 0;
}
.listBoxRight .list{
    /*background: #F7F6F9;*/
}
.listBox {

}
.listBox .title{
    border-bottom: 1px solid #707070;
    padding: 10px;
}
.listBox .title .text{
    font-weight: bold;
    font-size: 18px;
}
.listBox .title .more{
    background: #3988C8;
    padding: 2px  10px;
}