/* 案例列表 begin */
.inner{
    padding-bottom:100px;

}
.cases{
    margin-left:300px;
    width:930px;
}
.cases li a{
    text-decoration: none;
}
.cases ul{
    margin:0 0 30px 0;
    padding:0;
    list-style: none;
    overflow: hidden;
}
.cases ul>li{
    float: left;
    width:285px;
    margin-left:20px;
}
.cases li .imgbox{
    height: 220px;
    overflow: hidden;
}
.cases li img{
    width:100%; 
    transition: .3s;
}
.cases li:hover img{
    transform: scale(1.18);
}
.cases li h3{
    margin:0;
    font-weight: normal;
    font-size: 18px;
    color:#666666;
    height: 50px;
    line-height: 50px;
    margin-bottom:10px;
    /* 一行 */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
/* 案例列表 end */