@charset "utf-8";

/* banner图 */
.npagePage #banner div{
    position: unset;
}


/* 内容 */
.cat_content{
    width: 1200px;
    padding: 50px;
    margin: 0 auto;
}

/* 右侧内容 */
/* 头部标题 */
.cat_content .listRight{
    width: 910px;
    float: right;
    overflow: hidden;
    text-align: justify;
}
.breadCrumb {
    margin-bottom: 35px;
    margin-top: 15px;
}
.breadCrumb strong {
    color: #0068b6;
    font-size: 34px;
    font-weight: normal;
}
/* 商品卡片 */
.productList {
    padding-left: 5px;
}
.clearfix:after{
    content:"";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    *zoom:1;
}
.productList ul {
    width: 950px;
}
.productList li {
    float: left;
    width: 290px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    font-size: 12px;
    margin: 0 15px 15px 0;
}
.productList li a {
    display: block;
    padding: 10px;
    height: 380px;

}
.productList li .pImg {
    display: block;
    width: 270px;
    height: 270px;
    overflow: hidden;
    margin-bottom: 10px;
}
.productList li img {
    width: 270px;
    height: 270px;
    transition: all 0.5s;
}
.productList li h4 {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dotted #c4c4c4;
    height: 40px;
    margin-bottom: 5px;
    line-height: 40px;
    position: relative;
    top: 0;
    transition: all 0.4s;
}
.productList li p {
    position: relative;
    top: 0;
    transition: all 0.4s;
    color: #565656;
    line-height: 24px;
    font-size: 12px;

    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.productList li a:hover {
    background:  #0068b5;
    color: #fff;
}
.productList li a:hover h4 {
    color: #fff;
    top: 60px;
    border-top: 1px dotted #c4c4c4;
    border-bottom: none;
}
.productList li a:hover p {
    top: -45px;
    color: #fff;
}