.estate-content .estate-info-content{
    display:flex;
    justify-content: space-between;
}

.estate-content .estate-info-content {
    padding: 40px 15px 0px 15px;
    display: flex;
    justify-content: center;
}

.estate-content .estate-info-txt{
    display:block;
}

.estate-content .estate-info-txt .left {
    width: 100%;
    height: auto;
    margin-right:0;
    margin-bottom:20px;
    line-height:22.5px;
}

.estate-content .estate-info-txt .right {
    width: 100%;
    height: auto;
    line-height:22.5px;
}

.estate-content .estate-main-content ul {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    top: -30%;
}

.estate-content .estate-main-content ul li {
    list-style: none;
    width: 23.5%;
    height: auto;
    float: left;
}

.estate-content .estate-main-content ul li:nth-child(2) {
    margin-top: -5%;
    width: 30%;
}

.estate-content .estate-main-content {
    width: 100%;
    height:78px;
    background: url('../img/estate/estake_main_img.png') no-repeat bottom center;
    position: relative;
    background-size: cover;
}

.estate-main-info {
    padding: 80px 15px 15px 15px;
}

.estate-main-info>ul{
    display:block;
}

.estate-main-info>ul>li {
    list-style: none;
    display: block;
    margin-top: 40px;
}

.estate-main-info>ul>li:first-child{
    margin-top:0;
}

.estate-main-info>ul>li>div{
    width:100% !important;
}

.estate-main-info>ul>li>.right>ul>li {
    width: 49.6%;
}

.estate-main-info>ul>li.two>.right {
    height:190px;
    background: url('../img/estate/estate_main3.png') no-repeat center center;
    background-size: cover;
}

    .estate-main-info > ul > li.two > .right img {
        display:none !important;
    }

    .estate-main-info > ul > li.one > .right > ul > li.right {
        margin-right: 0;
        background: url('../img/estate/estate_main2.png') no-repeat center center;
        background-size: cover;
    }

.estate-main-info>ul>li.three>.right>ul>li.right {
    margin-right: 0;
    background: url('../img/estate/estate_main5.png') no-repeat center center;
    background-size: cover;
}

.estate-content .estate-info-txt {
    padding: 0 15px 80px 15px !important;
    display: block;
}

.estate-main-info ul li .left .more {
    margin: 20px 0 20px 0;
    cursor: pointer;
}

.estate-main-info>ul>li{
    padding-bottom:40px;
    border-bottom:1px solid #9b9b9b;
}

.estate-main-info>ul>li:last-child{
    border-bottom:0;
}

.estate-main-info>ul>li>.left p{
    line-height:22.5px;
}

.estate-main-info ul li .left .text-blue{
    margin-bottom:5px;
}

.estate-main-info>ul>li>.left{
    line-height:normal;
}

.estate-content .estate-info-content .info-content1 {
    width: 81px !important;
    height: 70px;
    background: url('../img/estate/estate_info_img1.png') no-repeat top center;
    background-size: 100%;
}

.estate-content .estate-info-content .info-content2 {
    width: 101px !important;
    height: 70px;
    background: url('../img/estate/estate_info_img2.png') no-repeat top center;
    background-size: 100%;
}

.estate-content .estate-info-content .info-content3 {
    width: 135px !important;
    height: 70px;
    background: url('../img/estate/estate_info_img3.png') no-repeat top center;
    background-size: 100%;
}

@media screen and (max-width: 768px) {
    .estate-content .estate-info-content .info-content1 {
        width: 70px !important;
        height: 70px;
        background: url('../img/estate/estate_info_img1.png') no-repeat top center;
        background-size:100%;
    }

    .estate-content .estate-info-content .info-content2 {
        width: 83px !important;
        height: 70px;
        background: url('../img/estate/estate_info_img2.png') no-repeat top center;
        background-size:100%;
    }

    .estate-content .estate-info-content .info-content3 {
        width: 112px !important;
        height: 70px;
        background: url('../img/estate/estate_info_img3.png') no-repeat top center;
        background-size:100%;
    }
}