   .new-comments-box {
        background:#fff
    }
    .new-comments {
        display: flex;
        padding-top: 20px;    
        padding-left: 10px;
        font-size:18px
    }
    .shu {
        width: 4px;
        height: 18px;
        background: #FF003C;
        border-radius: 2px;
        margin-right: 5px;
        margin-top: 3px;
    }
    .comment-content {
        width: 100%;
        padding: 20px 10px 20px 10px;
        border-bottom: 1px solid #eee;
        display: flex;
        box-sizing: border-box;
    }
    .comment-left {
        margin-right: 10px;
    }
        .comment-left img {
            width:30px;
            height:30px
        }
    .comment-right {
        width: 240px;
        display: flex;
        flex-direction: column;
    }
        .comment-right span {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            margin-bottom: 15px;
            font-size: 16px;
        }
        .comment-right a {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-size: 16px;
        }