.productlist-nav-container {
    width: 245px;
    float: left;
}

.productlist-container {
    float: right;
    width: 935px;
    min-height: 400px;
    margin-bottom: 20px;
}

.productlist-list {
    border: 1px solid #EFEFEF;
}

.productlist-item {
    width: 280px;
    padding: 15px;
    border-bottom: 1px solid #EFEFEF;
    float: left;
}

.productlist-item-info {
    /*width: 75%;*/
    /*float: left;*/
}

.productlist-link {
    display: block;
    width: auto !important;
}

.productlist-img-container {
    /*width: 280px !important;*/
    height: 280px;
    display: flex;
    align-items: center;
}

.productlist-img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    margin: auto;
}

.productlist-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productlist-desc {
    /*color: #999;*/
    /*font-size: 14px;*/
    /*line-height: 1.5;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
}

.productlist-item-time {
    /*width: 25%;*/
    /*float: right;*/
    /*display: flex;*/
}
