.content-customer{
    overflow: hidden;
    zoom:1;
}
.content-customer li{
    width: 326px;
    height: 265px;
    float: left;
    margin:0 20px 40px 0;
}
.content-customer li p{
    width: 302px;
    padding: 0 10px;
}
.content-customer li a{
    color: #333333;
}
.customer-tittle{
    font-size: 20px;
    height: 80px;
    line-height: 80px;

}
.customer-tittle:hover a{
    color: #0268b4;
}
.content-customer .no-margin{
    margin-right: 0;
}
.content-customer li:hover{
    background-color: #eeeeee;
    box-shadow:2px 2px 2px #ccc;
}