.amap-toolbar span {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    font-size: 26px;
}

.ywlx-title {
    color: #004993;
    border-bottom: 1px solid #ddd;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 16px;
}

.ywlx-title a {
    color: #004993;
    text-decoration: none;
    /* 去掉下划线，可选 */
}

.ywlx-map {
    flex: 1;
    margin-right: 20px;
}

.map-container {
    width: 100%;
    height: 400px;
}

.map-detail {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    font-size: 35px;
    padding: 45px 0 30px 0;
    margin: 0;
}

.amap-copyright {
    z-index: 1;
    position: absolute;
    left: -200px;
}

.amap-logo {
    transform: scale(0.8);
    /* 缩小 logo */
    opacity: 0;
    /* 降低透明度 */
}



.map-content {
    padding-top: 20px;
}

/* 整体布局 */
.cont-body1 {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    padding: 50px 0;
}

.cont-body1>div {
    box-sizing: border-box;
}

/* 地图区域 */
.map-container {
    flex: 1;
    margin-right: 20px;
}

/* 内容区域 */
.content-container {
    flex: 1;
}

.content-container p {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .cont-body1 {
        flex-direction: column;
    }

    .cont-body1 .map-container,
    .cont-body1 .content-container {
        flex: 1;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.vsb_content_20 P {
    LINE-HEIGHT: 150%;
    text-indent: 0em;
    font-size: 18px;
}
