.left_recommend_v1 {
    /* 若有原有全局样式，保留即可 */
}
.left_recommend_v1 .list-unstyled {
    border-top: 1px solid #dbe3e6;
    border-left: 1px solid #dbe3e6;
    border-right: 1px solid #dbe3e6;
    border-bottom: 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-left: 7px;
    border-bottom: 1px dashed #9f5890;
    /* 新增：给a的绝对定位做参考 */
    position: relative;
    /* 新增：提示可点击 */
    cursor: pointer;
}
.left_recommend_v1 .mb-2_cv a {
    font-size: 14px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    color: #9f5890 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 17px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.left_recommend_v1 .mb-2_cv i {
    position: relative;
    z-index: 1;
}
.left_recommend_v1 .mb-2_cv:hover {
    background: #ed9fde;
}
.left_recommend_v1 .mb-2_cv:hover a {
    color: rgb(251, 243, 228) !important;
}
