@charset "utf-8";
.product_list{
    min-height: 500px;
    padding: 40px 0 10px;
}
.product_list li {
    float: left;
    width: 285px;
    margin: 0 0 30px 0;
}
.product_list li .img {
    display: block;
    width: 285px;
    height: 220px;
    line-height: 217px;
    overflow: hidden;
    text-align: center;
}
.product_list li img {
    display: inline-block;
    vertical-align: middle;
    max-height: 220px;
}
.product_list li:nth-child(2) ,
.product_list li:nth-child(5) {
    margin: 0 41.5px 30px;
}
.product_list .caseName{
    width: 100%;
    height: 40px;
    line-height: 38px;
    color: #fefcf8;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    background: #a30606;
}
