.ljlb {
    padding: 20px 20px 20px 40px;
    background: #b1dbff;
    /* min-height: 65px; */
    /* line-height: 65px; */
    border-radius: 65px;
    box-sizing: border-box;
    background: url(../images/ljlbbg.png) repeat-x;
    background-size: auto 100%;
}

.ljlb a {
    font-size: 20px;
    color: #0c4777;
    font-weight: bold;
    margin-right: 40px;
    line-height: 36px;
    display: inline-block;
}

.content {
    padding: 20px;
}

.contt {
    margin: 20px 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #c7d9e5;
    font-size: 20px;
    color: #2a76e5;
    font-weight: bold;
}

#dash-table li {
    padding-left: 0;
}

.commonList li:nth-child(5n) {
    border-bottom: 1px dashed #cbdde8;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

@media (max-width:768px) {
    .content {
        background: #fff;
        padding: 20px;
        margin-top: 20px;
    }

    .ljlb {
        padding: 20px 0 20px 30px;
    }

    .ljlb a {
        font-size: 18px;
        margin-right: 20px;
        line-height: 30px;
    }
}