/* 案例列表 */
.case-list{
    width:102%;
    margin-top:40px;
    overflow:hidden;
}
.case-list .tab{
    float:left;
    width:380px;
    height:361px;
    margin:0 20px 30px 0;
}
.case-list .tab:hover{
    border-radius:4px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.14);
}
.case-list .tab img{
    width:380px;
    height:285px;
    border-radius:4px 4px 0 0;
}
.case-list .tab .tit{
    width:320px;
    padding:20px 30px;
    font-size:14px;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.case-list .tab .tit .other{
    margin-top:9px;
    font-size:12px;
    color:#aaa;
}