.products {
    background: #f8f8f8;
}

.product-case {
    /* display: flex;
    justify-content: center; */
}

.product-case .product-package {
    display: inline-block;
    margin: 0;
}

.product-case .product-package .product-content {
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
    width: 350px;
    height: 250px;
    text-align: left;
}

.product-case .product-package .product-content .name {
    color: #2449a4;
    font-size: 20px;
    font-weight: bold;
}

.product-case .product-package .product-content .desc {
    margin: 20px 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.news .xs-px {
    text-align: left;
}

.news .date {
    color: #999;
}

.news .bold-subtitle {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .mini-mt:last-child {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.comment {
    background: #f8f8f8;
}