/* 案例种类 */
.container .wrapper .case-sort{
    height:140px;
}
.case-sort a{
    position:relative;
    display:block;
    float:left;
    width:280px;
    height:140px;
    margin-left:20px;
}
.case-sort a:first-child{
    margin-left:0;
}
.case-sort img{
    width:280px;
    height:140px;
    border-radius:4px;
}
.case-sort a .label{
    position:absolute;
    top:0;
    right:16px;
    width:16px;
    height:19px;
    background:url("../../images/case/case-list/label.png") no-repeat;
}
/* 精选案例 */
.column{
    height:32px;
    margin-top:60px;
    text-align:center;
}
.column a{
    position:relative;
    margin-right:50px;  
    font-size:16px;
}
.column a+a{
    margin-right:0;
}
.column .on span{
    color:#FF8041;
}
.column .on i{
    position:absolute;
    top:26px;
    right:16px;
    width:40px;
    height:4px;
    border-bottom:4px solid #FF8041;
}
