/*
村社简介css 
code by GY
*/

.cs_ldtp {
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
}

.cs_leader {
    width: 20%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 10px;
}

.cs_leader_imageplane {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.cs_leader_img {
    width: 100%;
    height: 0;
    padding-top: 140%;
    position: relative;
}

    .cs_leader_img img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

.cs_leader_text {
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #333333;
    line-height: normal;
    box-sizing: border-box;
    padding: 5px 10px;
}

    .cs_leader_text b {
        font-size: 18px;
        font-weight: bold;
       
        text-align: center;
    }



    .zwxl-article_map {
        width: 1100px;
        margin: 10px auto;
        padding: 35px 0px;
        line-height: 30px;
        color: #333333;
        font-size: 16px;
        border-top: 1px solid #e5e5e5;
    }

    .zwxl-article_map p {
        margin-bottom: 12px;
    }




.dwjjdiv {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

#mapdiv {
    width: 500px;
    min-height: 300px;
}

.mapdiv {
    width: 100%;
    min-height: 300px;
}

.dwjj_text {
    margin-left: 20px;
    flex-basis: 1;
}


.BMapLib_SearchInfoWindow tr td, .BMapLib_SearchInfoWindow, .BMapLib_nav_tab li, .BMapLib_SearchInfoWindow p {
    font-size: 12px;
}

    .BMapLib_SearchInfoWindow .iw_bt {
        font-size: 12px;
        width: 44px;
    }

    .BMapLib_SearchInfoWindow p {
        margin: 3px;
    }

    .BMapLib_SearchInfoWindow .BMapLib_bubble_title {
        font-size: 12px;
        font-weight: bold;
    }

.BMapLib_transBox0 td:nth-child(3) {
    display: flex;
    flex-direction: row;
}



@media screen and (max-width: 768px) {
    .zwxl-article_map {
        width: 84%;
        font-size: 4vw;
        padding: 5vw;
        line-height: 6vw;
    }

        .zwxl-article_map p {
            margin-bottom: 2vw;
        }


    .dwjjdiv {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 5vw;
    }

    #mapdiv {
        width: 100%;
        min-height: 53vw;
    }


    .dwjj_text {
        width: 100%;
        margin-left: 0;
        flex-basis: auto;
    }

    .cs_leader {
      width:50%;
    }

    .cs_leader_text {
        font-size: 3vw;
        padding: 1vw;
    }

        .cs_leader_text b {
            font-size: 4vw; 
        }




}