.content-right-bottom{
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.content-right-head {
    padding: 15px 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-center-recommend {
    box-sizing: border-box;
    padding: 11px 20px 10px;
    position: relative;
}
.right-center-recommend::after {
    position: absolute;
    content: "";
    width: 292px;
    left: 22px;
    bottom: 0;
    height: 0.5px;
    background: rgba(0, 0, 0, 0.05);
}
.right-center-recommend:last-child:after{
    opacity: 0;
}
.right-center-recommend-read {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 11px;
}

.recommend-tag-name {
    background: #3072F6;
    border-radius: 10px;
    font-size: 10px;
    color: #fff;
    padding: 1px 9px;
    text-align: center;
    line-height: 20px;
}

.right-center-recommend-title {
    max-width: 303px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #111111;
    line-height: 22px;
    word-break: break-all;
}

.right-center-recommend-read-number {
    height: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

.font-bold {
    font-weight: bold;
}

.right-head-change {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
}

.has-more-content {
    margin-top: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    padding:7px 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.views-eyes{
    display: flex;
    align-items: center;
    font-size: 12px;
}