.text_item{
    width: 100%;
    word-wrap:break-word;
    padding:0 2em;
}
#map {
    width: 100%;
    height: 400px;
}
#map .amap-icon img,
#map .amap-marker-content img{
    width: 25px;
    height: 34px;
}
.sub {
    width: 100%;
    margin-bottom: 30px;
}

 .sub div {
    width: 100%;
    padding: 18px;
    margin-top: 30px;
    background-color: #EFEFEF;
    border-left: 3px solid #00AF6D;
    font-weight: 600;
}

.sub li {
    padding: 19px;
}

@media screen and (max-width: 780px) {
    #map {
        width: 100%;
        height: 60vw;
    }
}

/* 现任领导leader */
.text_item1{
    padding: 0;
}
.text_item1 span{
    display: inline-block;
    width: 19%;
    text-indent: 2em;
    line-height: 3;
}
.content .title img {
	width: 80px;
}
@media screen and (max-width: 350px) {
    .text_item1 span{
        padding-left: 20px;
        text-indent: 0;
    }
}