/* 案例列表、 虚位以待 */

/* 案例列表 */
.case-list{
    width:104%;
    margin-top:30px;
}
.case-list .tab{
    float:left;
    width:280px;
    height:348px;
    margin:0 20px 20px 0;
}
.case-list .tab:hover{
    border-radius: 4px;
    box-shadow:0px 0px 10px rgba(0,0,0,0.14);
}
.case-list .tab .tit a{
    display:block;
    width:240px;
    margin:0 auto;
    text-align:center;
    font-size:14px;
    text-align: center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.case-list .tab .tit a:hover{
    color:#FF8041;
}
.case-list .tab a img{
    width:280px;
    height:210px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.case-list .tab .tit{
    margin:20px;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}
.case-list .tab .tit p{
    width:240px;
    margin:0 auto;
    font-size:14px;
    text-align:center;
}
.case-list .tab .tit .other{
    margin-top:8px;
    font-size:12px;
    color:#aaa;
}
.case-list .tab .case-des{
    display:block;
    height:22px;
    margin:20px 0 0 100px;
}
.case-list .tab .case-des img{
    float:left;
    width:22px;
    height:22px;
    border-radius:60%;
}
.case-list .tab .case-des span{
    display:block;
    float:left;
    margin:5px 0 0 10px;
}
/* 广告 */
.ad{
    width:1180px;
    margin:60px auto;
} 
.ad img{
    width:1180px;
    height:150px;
    border-radius:4px;
}