@charset "utf-8";
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jf-content{
    border: 1px solid #e6e6e6;
    border-top-color: #c5e5fe;
    margin-bottom: 25px;
}
/*筛选条件*/
.search-list>li{
    min-height: 45px;
    padding: 10px 10px 5px;
    border-bottom: 1px solid #e2e7e8;
}
.search-list>li>div{
    display: table;
}
.search-list>li>div>*{
    display: table-cell;
    vertical-align: top;
}
.search-list>li>div>span{
    width: 6em;
    font-weight: bold;
}
.search-list>li>div span.s2{
    letter-spacing: 1.5em;
    margin-right: -0em;
}
.item-list>li{
    float: left;
    min-width: 50px;
    margin-right: 15px;
    margin-bottom: 5px;
    cursor: pointer;
}
.item-list>li>a{
    padding: 3px 5px;
}
.item-list>li.active>a{
    background-color: #f54d60;
    color: #ffffff;
}
.search-box .search-btn{
    padding: 5px 25px;
    background-color: #52abf1;
    color: #fff;
}
.second-tab>li{
    position: relative;
}
.second-tab>li.unfold>a:after{
    content: '';
    position: absolute;
    width: 18px;
    height: 10px;
    background: url("../images/JiaFeiChaXun_index/tabTag.png") no-repeat 0 0;
    background-color: #fff;
    top: 26px;
    left: 8px;
    z-index: 1010;
}
.second-modal{
    display: none;
    position: absolute;
    top: 35px;
    width: 845px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #a2d1f7;
    z-index: 1000;
}
.second-modal>.item-list>li{
    min-width: 90px;
}
.second-modal>.item-list>li.active a{
    background-color: #fff;
    color: #f54d60;
}
.search-list>.filter-result{
    height: 40px;
    min-height: 40px;
    padding: 5px 10px;
    background-color: #ffe3e7;
}
.filter-list>li{
    float: left;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    margin-right: 10px;
}
.filter-list>li>span{
    color: #bc1a2c;
    font-weight: bold;
}
.filter-list>li .delete-btn{
    margin-left: 6px;
    padding: 15px 7px;
    background: url("../images/jiafeichaxun_JiDongCheTingCheShouFei/deleteIcon.png") no-repeat center center;
}
/*查询框及结果*/
.result-table-box{
    padding: 10px 20px;
}
.input-box{
    position: relative;
    padding: 15px 0;
    margin-bottom: 20px;
}
.search-input{
    display: inline-block;
    width: 500px;
    height: 36px;
    padding: 6px 10px;
    vertical-align: top;
}
.input-btn{
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin-left: 8px;
    text-align: center;
    background-color: #bc1a2c;
    color: #fff;
    font-size: 16px;
}
.title-tag{
    position: absolute;
    right: -15px;
    top: 50%;
    width: 355px;
    height: 68px;
    margin-top: -37px;
    line-height: 68px;
    padding: 0 20px 0 110px;
    background: url("../images/jiafeichaxun_JiDongCheTingCheShouFei/parkBg.png") no-repeat 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #2b2b2b;
}
/*地图*/
.map-box{
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
/*弹层*/
.map-layer{
    position: absolute;
    width: 320px;
    height: 280px;
    top: 50%;
    right: 80px;
    margin-top: -140px;
    background-color: #fff;
}
.layer-header{
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background-color: #bc1a2c;
    text-align: center; 
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    /* white-space:nowrap; */
    overflow:hidden;
    text-overflow:ellipsis; 
}
.layer-body{
    padding: 10px 10px 0;
}
.layer-list{
    padding: 5px;
    text-align: left;
    background-color: #ffe3e7;
}
.layer-list li{
    line-height: 30px;
    padding: 0 10px;
}
.layer-list li.border-li{
    border-bottom:1px solid #ffe3e7;
}
.detail-box{
    line-height: 30px;
    text-align: right;
}
.detail-box a{
    color: #bc1a2c;
}
.details-close{
    float: right;
    color: #fff;
}
/*表格*/
.border-table{
    width: 100%;
    table-layout: fixed;
    margin-bottom: 15px;
}
.border-table>thead{
    border: 1px solid #bc1a2c;
}
.border-table>tbody{
    border: 1px solid #dfdfdf;
}
.border-table th,
.border-table td{
    padding: 6px 8px;
    text-align: center;
    border-left: 1px solid #dfdfdf;
}
.border-table th{
    color: #fff;
    background-color: #bc1a2c;
    font-size: 16px;
}
.border-table tr th:first-child{
    border-left-color: #1c7ac5;
}
.border-table tr td:first-child{
    text-align: left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.border-table .even{
    background-color: #fff1f3;
}
.border-table a{
    color: #bc1a2c;
}