@charset "utf-8";
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jf-content{
    padding: 10px;
    border: 1px solid #e6e6e6;
    margin-bottom: 25px;
}
.views-switch{
    float: left;
    width: 130px;
    margin-top: -2px;
}
.views-switch>li{
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-top: 3px;
    padding: 0 10px 0 25px;
    background-color: #ffe3e7;
    color: #bc1a2c;
    cursor: pointer;
}
.views-switch>li.active{
    background-color: #bc1a2c;
    color: #fff;
}
.views-switch>li.active:after{
    content: '';
    position: absolute;
    right: -8px;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #bc1a2c;
    border-bottom: 8px solid transparent;
}
/*地图*/
.map-content{
    position: relative;
    margin-left: 140px;
}
/*地图弹层*/
.map-details{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 320px;
    min-height: 175px;
    background-color: #fff;
}
.details-header{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    background-color: #bc1a2c;
}
.details-close{
    float: right;
    color: #fff;
}
.details-body{
    padding: 10px;
}
/*手风琴*/
.collapse-box>li{
    margin-bottom: 5px;
}
.collapse-toggle{
    height: 32px;
    line-height: 30px;
    padding: 0 24px 0 5px;
    border: 1px solid #e5e5e5;
    background-color: #ebf1fb;
    background: url("../images/jiafeichaxun_ZhuYaoJingDian/unfoldIcon.png") no-repeat right center;
    cursor: pointer;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
li.collapsed .collapse-toggle{
    background-image: url("../images/jiafeichaxun_ZhuYaoJingDian/collapsedIcon.png");
}
.collapse-toggle>a{
    padding: 1px 5px;
    color: #bc1a2c;
    margin-right: 5px;
}
.collapse-toggle>.high-price,
.collapse-toggle>.low-price{
    color: #fff;
}
.collapsed .collapse-toggle>.high-price,
.collapsed .collapse-toggle>.low-price{
    background-color: transparent;
    color: #bc1a2c;
}
.collapse-content{
    padding: 10px 10px 5px;
    background-color: #fff;
    font-size: 12px;
}
.collapsed .collapse-content{
    display: none;
}
/*搜索*/
.search-content{
    padding: 20px 50px;
}
.views-search{
    border: 1px solid #bc1a2c;
}
.views-search .search-input{
    float: left;
    width: 780px;
    padding: 10px 12px;
    border: none;
}
.views-search .search-btn{
    float: left;
    width: 96px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    background-color: #bc1a2c;
    color: #fff;
}
.result-list>li{
    padding: 13px 0;
    border-bottom: 1px solid #ebf1fb;
}
.result-list>li.last{
    border-bottom: none;
}
.views-infos>a{
    float: left;
    margin-right: 8px;
    padding: 1px 10px;
    margin-bottom: 10px;
}
.views-infos .title{
    padding-left: 0;
    max-width: 570px;
    color: #bc1a2c;
    font-size: 16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.views-infos>a.belongs{
    width: 110px;
    height: 26px;
    padding-left: 15px;
    background: url("../images/jiafeichaxun_ZhuYaoJingDian/belongsBg.png") no-repeat 0 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.high-price,.low-price{
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.high-price{
    background-color: #f55925;
}
.low-price{
    background-color: #bc1a2c;
}
.views-details>li{
    float: left;
    margin-right: 50px;
    font-weight: bold;
}
.views-details>li>span{
    font-weight: normal;
}