#new #main #r1 .inner .box .col-3 {
    justify-content: flex-start;
}

#new #main #r1 .inner .box .col-3 a {
    margin-right: 0.3rem;
}

#new #main #r1 .inner .box .col-3 a:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 600px) {
    #new #main #r1 .inner .box .col-3 .col .msg:after {
        background-color: #c4fa00;
    }

    #new #main #r1 .inner .box .col-3 a {
        margin-right: 0;
    }
}

.box1 {
    margin-top: 0.9rem;
    min-height: 50px;
}

.select-box {
    height: 100%;
    display: flex;
    align-items: center;
}

.content {
    width: 70%;
    margin: 0 auto;
}

.fl3 {
    display: flex;
}

.fl18 {
    width: 100%;
}

.item-li-right span {
    margin-right: 2%;
    cursor: pointer;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
    color: #777;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tit-15 {
    height: 30px;
    line-height: 30px;
}

.box1 .item-li-right .cur {
    color: #c4fa00;
}