.l-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.cover-wrapper-right-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: .04rem solid rgba(34, 34, 34, 0.2);
    padding: .31rem 0;

}

.cover-wrapper-right-title .main-title span {
    font-weight: 500;
    font-size: .45rem;
    color: #222222;
}

.top-wrapper-more {
    margin-left: auto;
}

.top-wrapper-more span {
    font-weight: 400;
    font-size: .25rem;
    color: #797979;
}

.student_focus .cover-wrapper-right-title {
    border-bottom: .03rem solid #C18C3A;
    ;
}


/* 媒体查询样式 */
@media (max-width: 768px) {
    .cover-wrapper-right-title .main-title span {
        font-size: .75rem;
    }


    .top-wrapper-more span {
        font-size: .45rem;
    }


    .cover-wrapper-right-title {
        padding: .62rem 0;
    }

}