.product-list-div {
    margin: 0 auto;
    width: 1300px;
    min-height: 1200px;
    min-width: 100%;
}

.product-list-div-row{
    width: 980px;
    margin: 0 auto;
}


.product-list-item{
    width: 180px;
    height: 240px;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
    color: #666
}

.product-list-item p {
   font-size: 14px; 
}

.product-list-item-img{
    width: 180px;
    height: 180px;
}
.mr-20{
    margin-right: 19px;
}
.mr-0{
    margin-right: 0;
}
