.content {
    margin: 20px 0px;
    height: auto;
    min-height: 1108px;
    display: flex;
    justify-content: center;
}

.content_info {
    width: 1240px;
    display: flex;
    background: #FFFFFF;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-direction: column;
    border: 1px solid #DBDBDB;
    padding: 30px 40px 0 108px;
    box-sizing: border-box;
}

.content_title {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    margin-bottom: 24px;
    text-align: center;
    padding-right: 76px;
}

.comments {
    width: 100%;
    height: 100%;
    max-height: 920px;
    overflow: hidden;
    overflow-y: auto;
}

.row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.comment_title {
    position: relative;
    width: 140px;
    margin-right: 46px;
    display: inline-block;
}

.comment_title_text {
    width: 100%;
    font-size: 20px;
    color: #333333;
    content: '';
    font-weight: bold;
}

.comment_tips {
    position: absolute;
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #666666;
    bottom: -5px;
}

.comment_list {
    display: flex;
    width: 871px;
    flex-direction: row;
    flex-wrap: wrap;
}

.member {
    display: inline-block;
    min-width: 60px;
    width: auto;
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    text-align: justify;
    text-align-last: justify;
    content: '';
    margin-right: 26px;
    margin-bottom: 3px;
    margin-top: 3px;
}