#product-type-list {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    padding: 0 16px 20px 16px;
    margin-top: 18px;
    background: #f6f6f6;
}

#product-type-list dt {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding-left: 5px;
    border-bottom: 1px dotted #ccc;
}

#product-type-list dd {
    text-indent: 18px;
    font-size: 15px;
    border-radius: 3px;
    margin: 10px 0;
    height: 50px;
    line-height: 50px;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#product-type-list dd a {
    display: block;
}

#product-type-list dd a:hover {
    color: #222;
    text-decoration: none;
}

#product-type-list dd:hover {
    text-indent: 18px;
    background-color: #fff;
    color: #222;
    font-weight: bold;
    border-left: 5px solid #3460C6;
}

.page-title {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-indent: 18px;
    margin: 10px 0 30px 30px;
    border-bottom: 2px solid #0689db;
}

#product-list {
    margin-left: 2%;
}

#product-list .product-body {
    margin: 0 2% 20px 2%;
    overflow: hidden;
    border: 1px solid #f8f8f8;
    box-shadow:0px 3px 10px rgba(0, 0, 0, 0.15);
}
#product-list .product-body:hover{
    box-shadow:0px 3px 10px #888888;
}

#product-list .product-body img {
    border-radius: 20px;

}
.product-body .img-info{
    width: 100%;
    height: 320px;
}
#product-list .product-body a:hover {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#product-list .product-title {
}

#product-list .product-title h2 {
    line-height: 25px;
    font-size: 22px;
    color: #000;
    text-align: center;
}
