.left_recommend_v1 {
    box-sizing: border-box;
}
.left_recommend_v1 .list-unstyled {
    border-top: 1px solid #dbe3e6;
    border-left: 1px solid #dbe3e6;
    border-right: 1px solid #dbe3e6;
    border-bottom: 0;
    padding-left: 0;
    margin: 0;
}
.left_recommend_v1 .div_v1 {
    border-left: 6px solid #fb9316;
    margin-left: -1px;
    margin-right: -1px;
}
.left_recommend_v1 .h1_box {
    background: #9f5890;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    padding-left: 7px;
}
.left_recommend_v1 .mb-2_cv {
    background-color: rgba(159, 88, 144, 0.2);
    margin-bottom: 0;
    line-height: 35px;
    padding: 0 7px;
    border-bottom: 1px dashed #9f5890;
    cursor: pointer;
    overflow: hidden;
    height: 35px;
    display: flex;
    align-items: center;
}
.left_recommend_v1 .mb-2_cv i.bi {
    flex-shrink: 0;
    width: 16px;
    margin-right: 0.5rem;
    color: #0d6efd;
}
.left_recommend_v1 .mb-2_cv a {
    font-size: 14px;
    color: #9f5890 !important;
    text-decoration: none !important;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}
.left_recommend_v1 .mb-2_cv:hover {
    background: #ed9fde;
}
.left_recommend_v1 .mb-2_cv:hover a {
    color: rgb(251, 243, 228) !important;
}
@media (max-width: 768px) {
    .left_recommend_v1 {
        display:none;
    }
}
