.btn-new-bd {
    height: 36px;
    line-height: 36px;
    background: transparent;
    border: 1px solid #D6D6D6;
    padding: 0 25px;
    font-size: 14px;
    color: #2AA846;
    border-color: #2AA846;
    border-radius: 5px;
    letter-spacing: 1px;
}
.btn-new-bd:hover {
    color: #fff;
    background: #2AA846;
    border: 1px solid #2AA846;
}
.btn-new-bg {
    background: #2AA846;
    color: #fff;
}
.btn-new-bg:hover {
    background: #289D42;
}

.body-bg {
    background: #F8F9FA;
}

.ellipsis-line {
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multi-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}