body {
    background-color: #f2f0ea;
}

.n-banner::after {
    background-image: url(../images/b2.png);
}

.jg_title {
    background-color: #dead76;
    line-height: .6rem;
    color: #FFF;
}

.table {
    background-image: url(../images/bg10.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 2.9rem;
    padding-left: .35rem;
    padding-right: .35rem;
    margin-bottom: .5rem;
}

.table .td {
    line-height: .8rem;
}

.table .td>div {
    /*width: 16.666%;*/
    width: 20%;
    border-bottom: 1px dashed #dead76;
}

.table .td:last-child>div {
    border-bottom: 0;
}

@media (max-width:1199px) {
    .table .td>div {
        width: 33.333%;
    }
    .table .td:last-child>div {
        border-bottom: 1px #dead76 dashed;
    }
}

@media (max-width:767px) {
    .jg_title {
        line-height: .8rem;
    }
    .table .td>div {
        width: 50%;
    }
}