#ment {
    margin: 0;
    padding: 12.5vh 0 0;
    height: 100vh;
    width: 100%;
}


#ment .items {
    display: flex;
    flex-wrap: wrap;
    gap: 2.33rem;
    margin-top: 8vh;
}


#ment .item {
    width: 42.89rem;
    height: 46.5vh;
    background: #f7f7f7;
    cursor: pointer;
    border-radius: 2rem;
    padding: 0 2.8rem;
}

#ment .active.item {
    background: #4e6be1;
}

/* 时间 */
#ment .item .time {
    font-size: 2.67rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei, serif;
    font-weight: 400;
    color: #4b61bb;
    padding-top: 4.444vh;

}

#ment .active.item .time {
    color: #ffffff;
}

/* 标题 */
#ment .item .name {
    font-size: 3.11rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #000000;

    margin-top: 1.019vh;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 超出几行省略 */
}

#ment .active.item .name {
    color: #ffffff;
}

/* 分类 */
#ment .item .category {
    font-size: 1.56rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;

    margin-top: 0.741vh;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 超出几行省略 */
}

#ment .active.item .category {
    color: #cad3f6;
}

/* 内容 */
#ment .item .content {
    max-width: 36.67rem;
    height: 7.5vh;
    font-size: 2.22rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #929293;

    margin-top: 5vh;
}

#ment .item .content .content-text {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 超出几行省略 */
}

#ment .active.item .content {
    color: #ffffff;
}

/* 图片（查看更多） */
#ment .item .img {

    margin-top: 6.667vh;
    display: block;
}
#ment .customer-title {
    height: 6.389vh;
    text-align: center;
    line-height: 1;
    width: 100%;
}
#ment .customer-title-en {
    font-size: 5.57rem;
    font-family: Arial-Bold, Arial, serif;
    font-weight: bold;
    color: #ebebeb;
}
#ment .customer-title-cn{
    font-size: 3.5rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei, serif;
    font-weight: bold;
    color: #333333;
    position: relative;
    top: -3.56rem;
}
