
/*筛选*/
a:hover{
    text-decoration: none;
    /*color: #3071a7 !important;*/
}
dd a span:hover{
    color: #3071a7 !important;
}
#subway,#local{
    padding-left: 70px;
}
dl {
    overflow: hidden;
}
/*.logo{
    display: flex;
    justify-content: center;
}*/
dt {
    float: left;
    text-align: left;
    width: 70px;
}

dd {
    float: left;
    margin-left: 10px;
!important;
}

#chooseLocal a, #chooseSubway a, #local dd a , #subway dd a {

    font-size: 14px;
}
dd a {
    color: gray;
    font-size: 12px;
}

.filter input {
    font-size: 10px;
    width: 50px;
    height: 25px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
}
.filter input:focus{
    outline: none;
}
.yes{
    color: #005cbf;
}

dd{
    margin-right: 10px;
}
.contentHidden{
display: none;
}
.contentShow{
    visibility: visible;
}
#more, #retract{display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    color: #5680a6;
    cursor: pointer;
    background: #fff;
}



/*筛选*/

/*tab筛选*/


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #495057;
    border-radius: 0;
    border-bottom: #3071a7 3px solid;
    font-weight: bolder;
    background-color: transparent;
}

#pills-tab{
    margin-top: 30px;
    margin-left: -900px;
}
/*tab筛选*/


/*房源信息*/
.thumbnail{
    border: transparent;
}
.thumbnail .house img {
    max-width: 365px;
    width: 100%;
}
.page{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.category{
    margin-bottom: 30px;
}
.houseList {
    padding: 30px 0;
    border-top: #efefef 1px solid;
}
.oldHouse{
    margin-top: 30px;
}
.lefts,.mids,.rights{
    display: flex;
    align-items: center;
}
.lefts{
    min-width: 285px;
}
.fl {
    float: left;
    margin-bottom: 20px;
}
.fl .name , .community {
    font-size: 25px;
    line-height: 50px;
    color: #101d37;
    font-weight: 600;
}

.price{
    color:#fe615a;
    font-size: 28px;
}
.desc{
    color:#fe615a;
    font-size: 14px;
}
dd span{
    color: #222222;
}
a{
    color: #222222;
}
/*.page{*/
/*    border-top: #efefef 1px solid;*/
/*}*/
.page .row{
    margin-top: 50px;
}
.caption .row,.caption .row a p ,.rights p{
    color: gray;

}
.caption a{
    max-width: 495px;
}
.caption a h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.keywords a{    color: #849aae;
    background: rgba(132,154,174,.1);

    margin-right: 10px;
    padding: 1px 6px;
}

.glyphicon {
    margin-right: 10px;
}
.brand{
    margin-top: 20px;
}

.container{
    padding: 0;
}
/*房源信息*/

/*footer*/
.content-item {
    width: 1202px;
    margin: 0 auto;
}
.rel-link {
    margin-bottom: 30px;
    color: #819dbb;
}
.rel-link a {
    color: #819dbb;
}

.rel-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
}
.organizer {
    line-height: 30px;
    color: #95acc6;
}
.organizer p{
    display: inline-block;
    margin-right: 15px;
}
.qrcode {
    position: absolute;
    right: 12px;
    top: 0;
    width: 104px;
    height: 104px;
}

.filing-number {
    margin-top: 50px;
    text-align: center;
    color: grey;
}
footer {
    background: url(../img/footer.jpg);
    background-position: center;
}

footer .content-item .right {
    top: 0;
    width: 179px;
    height: 143px;
    position: absolute;
    right: 0;
    border-left: 1px solid #95acc6;
}
footer {
    height: 279px;
    margin-top: 45px !important;
    position: relative;
}

footer .content-item {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 1202px;
    height: 150px;
}
.saoyisao {
    position: absolute;
    right: 9px;
    bottom: -10px;
    color: #819dbb;
}

/*头部*/
.group{
    padding-top: 30px;
}
/*搜索框*/
.input {
    display: inline-block;
    line-height: 45px;
    font-size: 14px;
    color: #101d37;
    background-color: #fff;
    position: relative;

}
.input input {
    vertical-align: top;
    box-sizing: border-box;
    width: 520px;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    border: 0;
    box-shadow: 0 1px 2px -1px rgb(0 0 0 / 20%);
    border-radius: 2px;
}
.input .inputRightPart {
    position: absolute;
    right: 0;
    top: 0;
}
.input .inputRightPart .searchButton {
    cursor: pointer;
    width: 50px;
    height: 45px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
}
button {
    border: 0;
}
.logo{
    display: flex;
    align-items: center;
    justify-content: right;
}
.sear{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*下拉菜单*/
.drop{
    display: flex;
    align-items: center;
    justify-content: right;

}

.dropbtn {
    height: 25px;
    color: gray;
    font-size: 10px;
    border: gray 0.5px solid;
    cursor: pointer;
    background-color:transparent;
}
.dropbtn span{
    font-size: 1px;
}

/* 容器 <div> - 需要定位下拉内容 */
.dropdown {
    position: relative;
    display: inline-block;
    border-left: gray 0.5px solid;
    padding-left: 20px;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
    font-size: 12px;
    display: none;
    position: absolute;
    min-width: 70px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* 下拉菜单的链接 */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content a:hover {background-color: #f1f1f1}

/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content {
    display: block;
}

/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}
/*头部*/


/*导航栏*/
.nav{
    display: flex;
    justify-content: center;
}
.nav-item a{
    color: #f5f6f6;
}
.search {
    background-color: #f5f5f6;
    margin-bottom: 35px;
}