.banner {
    background-image: url('../images/banner3.jpg');
}
.content{
    position: relative;
    z-index: 1;
}

.news-right {
    width: 100%;
    max-width: 100%;

}

.crumbs {
    border-bottom: none;
    border-top: 2px solid #DDDDDD;
    padding: 15px 0 10px 0;
    position: relative;
    display: flex;
}

.crumbs-name {
    padding: 15px;
    border-top: 2px solid #CC9A23;
    position: absolute;
    top: -2px;
    left: 0;

}

.news-list {
    border: 1px solid #DDDDDD;
    padding: 25px 20px;
}

.title {
    display: flex;
}

.title .news-list-ul-left {
    padding: 0 0 0 1px;
}

.title div {
    font-size: 16px;
    color: #666666
}

.title .news-list-ul-right {
    border: none;
}

.title .house-price {
    font-size: 16px;
}

.news-list-ul>li {
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;

    margin-bottom: 59px;

}

.news-list-ul>li>div {
    display: flex;
}

.news-list-ul-left {
    width: 33.99%;
    max-width: 394px;
    padding: 32px 0 55px 1px;
    display: flex;
    align-items: center;
}

.houseDetail {
    cursor: pointer;
}

.news-list-ul-left img {
    width: 55.83%;
    max-width: 220px;
    margin-right: 20px;
}

.news-list-ul-right {
    width: 65.22%;
    max-width: 756px;
}

.houseType {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.houseDetail {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.news-list-ul-right {
    width: 100%;
    border-left: 1px solid #DDDDDD;
}

.news-list-ul-right-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-list-ul-rightitem-left {
    display: flex;
    align-items: center;
}

.news-list-ul-rightitem-left {
    margin-left: 25px;
    width: 75.42%;
    max-width: 577px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.line {
    width: 100%;
    height: 1px;
    background: #DDDDDD;
}

.house-price {
    font-size: 30px;
    color: #AC0000;
}

.currency {
    font-size: 18px;
}

/* 预订按钮 */
.house-btn {
    cursor: pointer;
    width: 14.7%;
    max-width: 111px;
    height: 37px;
    margin: 26px 2px 26px 0;
    background: #AC0000;
    border-radius: 7px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 37px;
    transition: all 0.3s;
}

.house-btn:hover {
    background-color: #fff;
    border: 1px solid #AC0000;
    color: #AC0000;
}

/* 酒店详情 */
.glyphicon-chevron-right {
    transition: all .8s;
}

.open-detail .glyphicon-chevron-right {
    transform: rotate(90deg);
}

.house-detail {

    width: 100%;
    padding: 0 12px;
    height: 0;
    overflow: hidden;
    background-color: #f2f7fc;
    display: flex;
    align-items: center;
    transition: all 0.8s;
}

.house-img {
    width: 15.92%;
    max-width: 170px;
}

.house-entry {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.house-entry div {
    width: 25%;
    height: 32px;
    line-height: 32px;
    margin: 5px 0;
}

.house-img img {
    width: 100%;
}

.open-house-detail {
    height: 151px;
    padding: 12px;
}

@media (max-width:1200px) {
    .news-right {
        padding: 10px;
    }
}

@media (max-width:1100px) {
    .news-list-ul-left {
        flex-direction: column;
        padding: 32px 0 0 0;
    }

    .news-list-ul-left img {
        margin-right: 0;
    }
}

@media (max-width:970px) {
    .house-entry{
        width: 100%;
    }
    .house-entry div {
        width: 33%;
    }

    .house-img {
        display: none;
    }
}

@media (max-width: 600px) {
    .news-list {
        padding: 25px 0px 0 0;
    }

    .title div,
    .title .house-price {
        font-size: 14px;
    }

    .houseType {
        font-size: 14px;
        text-align: center;
    }

    .houseDetail {
        font-size: 12px;
    }

    .news-list-ul-rightitem-left {
        margin-left: 5px;
        width: 80.42%;
        font-size: 14px;
    }

    .house-price {
        font-size: 14px;
    }

    .currency {
        display: none;
    }

    .house-btn {
        margin: 10px 2px 10px 0;
        height: 27px;
        font-size: 12px;
        line-height: 27px;
    }

    .house-entry {
        margin: 0;
    }

    .house-entry div {
        width: 50%;
    }

    .open-house-detail {
        height: 180px;
        padding: 12px;
    }

}

/* 预订房间表单弹窗内容 */
.booking-popup{
    width: 100vw;
    height: 100vh;
    display: none;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000 ;
}
.popup-con{
    width: 600px;
    /* height: 500px; */
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -300px;
}
.popup-close{
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.popup-tit{
    width: 100%;
    height: 52px;
    padding: 10px 0;
    border-bottom: 1px solid #948c8c;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
}
/* 弹窗表单 */
.popup-form{
    width: 100%;
    padding: 15px;
}
.input-option input{
    height: 36px;
    line-height: 36px;

}

.popup-form .form-group {
    display: flex;
    align-items: center;
}
.popup-form .form-group label{
    width: 100px;
    margin: 0;
    text-align: right;
}
.submit-btn{
    cursor: pointer;
    width: 100px;
    height: 36px;
    margin: 20px auto;
    border-radius: 3px;
    background-color: #D4BE95;
    color: #fff;
    line-height: 36px;
    text-align: center;
  
}

@media (max-width:970px) {
    .popup-con{
        width: 80%;
        /* height: 500px; */
        border-radius: 8px;
        background-color: #fff;
        position: absolute;
        top: 20vh;
        left: 10%;
        margin-top: 0;
        margin-left: 0;
    }
    .news-list-ul>li{
        margin-bottom: 15px;
    }
}