﻿.thumbnail {
    padding: 0;
    border: none;
}

.main-banner {
    display: flex;
    justify-content: center;
    height: 192px;
}

    .main-banner .content {
        margin: 48px 170px 0 0;
    }

.body-container {
    width: 1180px;
    margin: 0 auto;
}

/*
    小区展示
*/
.part-title {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin: 52px 0 42px 0;
}

.part-container {
    display: flex;
}

    .part-container .left-content, .part-container .left-content img {
        width: 600px;
    }

        part-container .left-content,
        .part-container .left-content img,
        .part-container .right-content {
            height: 410px;
        }

    .part-container .right-content {
        width: 580px;
        background-color: #fff;
        padding: 0 55px;
    }

        .part-container .right-content .community {
            display: flex;
            margin: 22px 0 30px 0;
            font-size: 22px;
            color: #8c8b8b;
            font-weight: 400;
        }

            .part-container .right-content .community .community-name {
                cursor: pointer;
                padding-right: 65px;
            }

        .part-container .right-content .community-information,
        .part-container .right-content .community-address,
        .part-container .right-content .community-introduce .community-img span,
        .s-more {
            font-size: 14px;
            color: #727171;
        }

        .part-container .right-content .community-information {
            line-height: 2.5rem;
            height: 168px;
        }

        .part-container .right-content .community-information,
        .part-container .right-content .community-address {
            text-indent: 2rem;
            margin-bottom: 20px;
        }

        .part-container .right-content .community-introduce {
            display: flex;
            margin-top: 20px;
        }

            .part-container .right-content .community-introduce .community-img {
                padding-left: 40px;
            }

                .part-container .right-content .community-introduce .community-img img {
                    margin-right: 15px;
                }

.view-detial {
    font-size: 14px;
    color: #e30017;
    text-align: right;
    margin-top: 10px;
}

/*
    公租房展示
*/
.update-next {
    color: #919090;
}

    .update-next .next {
        text-align: right;
        cursor: pointer;
    }

    .update-next a span {
        color: #919090;
    }

.common-house {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.common-house-content, .common-house-img img {
    width: 365px;
    cursor: pointer;
}

.common-house-img img {
    height: 244px;
    margin-right: 42px;
}

.common-house-img img,
.common-house-info {
    border-radius: 6px;
}

.common-house-info {
    text-align: center;
    height: 82px;
    background-color: #f5f5f5;
    padding-top: 20px;
}

    .common-house-info .name {
        color: #333;
        font-weight: 600;
    }

    .common-house-info .apartment-layout {
        padding-top: 6px;
        font-size: 14px;
        color: #888;
    }

.common-house-price {
    position: absolute;
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    margin-top: -65px;
    padding: 10px;
}

    .common-house-price span {
        font-size: 18px;
        color: #fff;
    }

.border-bottom:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.div-hover * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.div-hover {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3)
}

.div-shadow-1 {
    -webkit-box-shadow: 0 28px 16px -26px black;
    -moz-box-shadow: 0 28px 16px -26px black;
    box-shadow: 0 28px 16px -26px black;
}

    .div-shadow-1:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-box-shadow: 0 58px 36px -56px black;
        -moz-box-shadow: 0 58px 36px -56px black;
        box-shadow: 0 58px 36px -56px black;
    }

    .div-shadow-1,
    .div-shadow-1:hover {
        transition: all .6s ease-in-out;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
    }

.more {
    width: 266px;
    height: 41px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    margin-top: 36px;
    cursor: pointer;
}

    .more span {
        display: block;
        color: #666;
        line-height: 40px;
        text-align: center;
    }

        .more span a {
            text-align: center;
        }
/*
    政策法规
*/
#part3 {
    margin-bottom: 40px;
}

    #part3 .swiper-slide {
        cursor: pointer;
    }

    #part3 .swiper-pagination {
        text-align: right;
        bottom: 6px;
    }

        #part3 .swiper-pagination .swiper-pagination-bullet {
            margin-right: 5px;
        }

    #part3 .part-container .left-content,
    #part3 .part-container .left-content img {
        width: 480px;
        height: 363px;
        border-top-left-radius: 6px;
    }

        #part3 .part-container .left-content .left-title {
            background: rgba(0,0,0,0.6);
            color: #fff;
            font-size: 14px;
            line-height: 30px;
            border-bottom-left-radius: 4px;
            padding-left: 20px;
        }

    #part3 .part-container .right-content {
        background: #f5f5f5;
        width: 699px;
        height: 395px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

.rule-content {
    display: flex;
    margin: 30px 0 20px 0;
    cursor: pointer;
}

.left-rule {
    margin-right: 30px;
}

.left-rule, .right-rule {
    line-height: 30px;
}

.month-day {
    font-size: 28px;
    color: #444;
}

.year {
    text-align: right;
}

.rule-title {
    font-size: 18px;
    color: #333;
}

.rule-desc {
    color: #a8a8a8;
}

.div-shadow-2:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3)
}

.div-shadow-2 {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

    .div-shadow-2:hover {
        transition: all .6s ease-in-out;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
    }
