/* 幻灯片开始 */
.community_banner img {
    width: 100%
}

/* 幻灯片结束 */
/* 共同体开始 */
.community {
    padding: 65px 0 80px 0;
    background: url(../img/community/communitybg.png) no-repeat;
    background-size: 100% 100%;
}

.community .community_top {
    background: url(../img/community/community_top.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

@media (max-width:768px) {
    .community{
        padding: 0px 0 80px 0;

    }
    .community .community_top {
        flex-direction: column;
        background: none;
        background-color:#FFF9EE ;
        padding-top: 20px;
    }

    .community .community_top .community_top_title span {
        font-size: 22px !important;
    }

    .community .community_bottom .community_bottom_top {
        flex-direction: column;

    }

    .community .community_bottom {
        background: none !important;
        background-color: #FFF9EE !important;
    }
    .community .community_bottom .community_bottom_bottom .community_bottom_bottom_project{
        background: none !important;
    }

}

.community .community_top .community_top_title {
    text-align: center;
}

.community .community_top .community_top_title span {
    display: block;
    color: #886C4B;
    font-size: 24px;
    padding: 5px 0;
    font-weight: 700;
}

.community .community_top .community_top_img {
    text-align: center;
}

.community .community_top .community_top_img img {
    width: 60%;
}

.community .community_bottom {
    background: url(../img/community/community_bottombg.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 10%;
    margin: 0 1%;
}

.community .community_bottom .community_bottom_top {
    display: flex;
    align-items: center;
    border-bottom: 2px dotted #A0886C;
    padding: 20px 0;

}

.community .community_bottom .community_bottom_top p {
    line-height: 25px;
    letter-spacing: 2px;
    text-align: justify;
    color: #A0886C;
    font-size: 14px;
}

.community .community_bottom .community_bottom_top img {
    width: 100%;
}

.community .community_bottom .community_bottom_bottom {
    padding: 50px 0;
}

.community .community_bottom .community_bottom_bottom p {
    text-align: justify;
    line-height: 25px;
    letter-spacing: 2px;
    color: #A0886C;
    font-size: 14px;
}

.community .community_bottom .community_bottom_bottom img {
    width: 100%;
}

.community .community_bottom .community_bottom_bottom .row {
    padding: 20px 0;
}

.community .community_bottom .community_bottom_bottom .community_bottom_bottom_project {
    background: url(../img/community/project.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 5%;
}

/* 共同体结束 */