body{
    background-color: #f5f5f5;
}

/* 左边分类设置 */
/*#product-type {*/
/*    position: fixed;*/
/*    left: 5%;*/
/*    top: 20%;*/
/*}*/

#product-type {
    margin-top: 150px;
}

#product-type h4{
    color: white;
    cursor: pointer;
    text-decoration: none;
}

#product-type h4:hover{
    color: darkred;
}


#article_type_ul a h5{
    color: cornflowerblue;
}
#article_type_ul a h5:hover{
    color: darkred;
}
#article_type_ul a:hover{
    text-decoration: none;
}

/* 左边分类设置结束*/


/* 右边设置 */
#title {
    text-align: center;
    height: 50px;
    background-color: #e3e4e5;
}

#title h3{
    line-height: 45px;
}

.product-preview {
    margin: 20px 0 20px 0;
}

.product-preview-part {
    margin: 5px 5px 5px 5px;
    width: 250px;
    height: 350px;
    float: left;
}

.product-preview-part img {
    margin: 25px;
    border-radius: 2px;
    width: 200px;
    height: 250px;
}

.product-preview-part h4 {
    text-align: center;
}

.product-preview-part a {
    text-decoration: none;
}

.product-preview-part a h4:hover {
    color: darkred;
}

.product-preview-part a img:hover {
    box-shadow: 8px 8px 14px grey;
    transform: translate(0, -2px);
    transition-duration: 0.2s;
}

#my_pagination {
    clear: both;
}
/* 右边设置结束*/