@charset "utf-8";

.product_list{
    width: 918px;
    margin: 20px auto 0;
}
.product_list li {
    float: left;
    width: 282px;
    margin: 10px 12px 25px;
}
.product_list li .img {
    display: block;
    width: 282px;
    height: 212px;
    line-height: 207px;
    overflow: hidden;
    text-align: center;
}
.product_list li img {
    vertical-align: middle;
	transition: 0.4s;
}
.product_list li:hover img {
	transform: scale(1.05);
}
.product_list .caseName{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    border-bottom: 1px solid #d1d1d1;
}
.product_list li:hover .caseName{
    color: #00832b;
}
.pagebar {
    margin: 23px auto;
}
