/*中间案例筛&#65533;*/

.result{
    color: #999;
    font-size:14px;
    height:44px;
    line-height: 44px;
    width: 1200px;
    margin: 0 auto;
}

.common{
    width:1200px;
    margin: 8px auto 0;
}
.common>a{
    font-size:14px;
    display: inline-block;
    padding:6px 16px;
    color: #666;
    border-radius: 3px;
}
.common>a:hover{
    color: #439df7;
}
.common>a:not(:nth-child(2)){
    margin-left: 20px;
}
.common>span:nth-child(1){
    font-size:16px;
}

.style,.price,.area{
    margin-top: 24px;
}
.lookfor{
    width: 1200px;
    margin: 30px auto 0;
}
.lookfor>a{
    font-size: 18px;
    margin-left:40px;
    color: #000;
}
.lookfor>a:hover{
    color: #439df7;
}
.lookfor>a:nth-child(1){
    margin-left: 0;
}

.lookfor .lookfor-on{
    color: #439df7;
}

/*分页*/
.sorry{
    width:1200px;
    height:290px;
    margin: 0 auto;
    text-align: center;
    line-height: 290px;
    font-size:16px;
}

.caseDetail{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding:0 10px 15px;

}
.detail{
    height:340px;
    text-decoration: none;
    width:269px;
    text-align:center;
    float: left;
    margin-left: 18px;
    margin-top: 15px;
}
.detail:nth-child{
    margin-left: 0;
}
.detail:hover{
    box-shadow: 1px 1px 10px  #888;
    -moz-box-shadow:1px 1px 10px  #888;
    -webkit-box-shadow:1px 1px 10px  #888;
}
.detailImg{
    width:280px;
    // height:220px;
}
.detailTitle{
    font-size:18px;
    color:#444;
    margin-top: 20px;
}
.detailLable{
    font-size:15px;
    color:#999;
    margin-top:9px;
}

.page{
    width:1200px;
    margin: 0 auto;
    text-align: center;
}
.onStyle{
    border:1px solid #e4e4e4;
    width:36px;
    height:36px;
    border-radius: 2px;
    color: #686868;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}
.onStyle:hover{
    border:1px solid #333;
}
.spotStyle{
    width:15px;
    height:36px;
    color: #686868;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}
.spotStyle>img{
    width: 15px;
}
.on{
    background:#333;
    font-size:18px;
    color:#FFF;
}

.next,.prev{
    text-decoration: none;
    color: #666;
    font-size: 14px;
    width:60px;
    height:36px;
    border:1px solid #e4e4e4;
    text-align: center;
    line-height:36px;
    display: inline-block;
}
.prev{
    margin-right: 10px;
}
.next:hover,.prev:hover{
    border:1px solid #333;
}

/*筛选选中样式*/
.onselect{
    background:#439df7;
    color:#FFF !important;
}

/*seo*/
body{

}
.bottomList{
    width: 100%;
    background: #f2f2f2;
    padding: 33px 0 22px;
    font-size: 0;
    border-bottom: 1px dashed #9A9A9A;;
}
.bottomList ul{
    width: 1200px;
    margin: 0 auto;
}
.bottomList ul li{
    margin-bottom: 4px;
    font-size: 0;
    overflow: hidden;
    padding-left: 110px;
}
.bottomList ul li span{
    font-size: 14px;
    color: #929191;
    display: inline-block;
    width: 110px;
    margin-bottom: 11px;
    margin-left: -110px;
    float: left;
}
.bottomList ul li div{
    color: #929191;
    width:145px;
    vertical-align: top;
    margin-bottom: 11px;
    float: left;
}

.bottomList ul li div a{
    font-size: 12px;
    color: #B0B0B0;
    letter-spacing: 0;
    line-height: 18px;

}

.bottomList ul li div a:hover{
    color: #444;
}
