
.dangban {
    display: flex;
    justify-content: space-between;
}

#wrapper .col-l {
    flex-basis: 70%;
}

#wrapper .col-r {
    flex-basis: 28%;
}

#wrapper .list-cars .list .item {
    flex-basis: 32% !important;
    box-shadow: rgba(0, 0, 0, 0.133) 0 3.2px 7.2px 0, rgba(0, 0, 0, 0.11) 0 0.6px 1.8px 0;
}

.list .list-news {
    list-style: none;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dotted var(--bd);
    display: flex;
}

.col-r h2 {
    padding-bottom: 10px;

}

.list .list-news a {
    color: black;
    padding-left: 0.5em;
}

.list-news i {
    margin-top: 0.6em;
    font-size: 0.8em;
}

.list .list-news a:hover {
    color: var(--red);
}

#wrapper2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 3em;
}

@media only screen and (max-width: 812px) {
    #wrapper .list-cars .list .item {
        flex-basis: 48% !important;
    }

    .list .item .info .car {
        min-height: 45px;
    }
}

@media only screen and (max-width: 668px) {
    .dangban {
        flex-direction: column;
    }

    #wrapper .col-r {
        padding: 0 !important;
        margin-top: 2em;
    }

    .vibao {
        margin-top: 1.5em;
    }

    #wrapper2 {
        padding-bottom: 1.5em;
    }
}

@media only screen and (max-width: 568px) {
    .dangban {
        flex-direction: column;
    }

    .col-r {
        padding: 0 10px;
    }

    #wrapper2 {
        margin-top: 1em;
    }
}

@media only screen and (max-width: 420px) {
    .dangban {
        flex-direction: column;
    }

    #wrapper .list-cars .list .item {
        flex-basis: 100% !important;
    }
}


@media only screen and (max-width: 320px) {

    #wrapper .list-cars .list .item {
        flex-basis: 100% !important;
    }
}