/* 筛选框 */
.select-type{
    height:85px;
    padding:41px 0 41px 41px;
    border-radius:4px;
    background-color:#FAFAFA;
}
.select-type .type{
    height:41px;
    margin-bottom:30px;
}
.select-type .type dt{
    float:left;
    padding-right:48px;
    border-right:1px solid #bbb;
    font-size:14px;
    font-weight:bold;
    color:#666;
}
.select-type .type .all{
    float:left;
    margin-left:48px;
    font-size:13px;
}
.select-type .type .all .on{
    color:#FF8041;
}
.select-type .type .item{
    float:left;
    width:940px;
    margin-left:34px;
    font-size:13px;
}
.select-type .type .item a{
    float:left;
    margin:0 34px 15px 0;
    color:#666;
}
.select-type .type .item .on{
    color:#FF8041;
}
.select-type .type .item a:hover{
    color:#FF8041;
}
/* 图库列表 */
.gallery-list{
    width:104%;
    margin-top:40px;
}
.gallery-list .tab{
    float:left;
    width:280px;
    height:264px;
    margin:0 20px 20px 0;
}
.gallery-list .tab:hover{
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.14);
}
.gallery-list .tab img{
    display:block;
    width:280px;
    height:210px;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
}
.gallery-list .tab .tit{
    display:block;
    width:240px;
    padding:20px;
    font-size:14px;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
/* 广告 */
.ad{
    width:1180px;
    margin:60px auto;
} 
.ad img{
    width:1180px;
    height:150px;
}