
    .gray-title{
        line-height: 50px;
        font-size: 16px;
        text-align: center;
        font-weight: 500;
        color: #333;
        background: rgba(250,250,250,1);
        border: 1px solid rgba(240,240,240,1);
        padding: 0;
    }
    .product-list li{
        padding: 0;
        padding-top: 20px;
        text-align: center;
        font-size: 16px;
        width: auto;
        margin: 0;
        height: auto;
        border: none;
        margin-bottom: 25px;
    }
    .product-list li .product-img{
        width: 340px;
        height: 340px;
        overflow: hidden;
        border: 1px solid rgba(240,240,240,1);
    }
    .product-list li .product-img img{
        width: 100%!important;
        height: auto!important;
    }
    .product-list li .product-info{
        line-height: 35px;
        height: auto;
        margin-top: 15px;
        font-size: 16px;
    }
