.container{
    padding: 0;
}
/*头部*/
.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;
}
/*筛选*/
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;
}
dd{
    font-size: 12px;
    margin-right: 10px;
}
.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;
}
.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;
}
/*筛选*/

/*房源信息*/
.thumbnail{
    border: transparent;
}
.thumbnail .house img {
    max-width: 365px;
    width: 100%;
}
.page{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.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;
}

/*房源信息*/

/*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;
}
/*footer*/


/*导航栏*/
.nav{
    display: flex;
    justify-content: center;
}
.nav-item a{
    color: #f5f6f6;
}
/*导航栏*/

