body { background: #f5f7f9; }
    .wrap { max-width: 1000px; margin: 0 auto; background: #fff; box-shadow: 0 0 18px rgba(0,0,0,.06); }
    .banner img { display: block; width: 100%; height: auto; object-fit: cover; }
    .g-bd .m-btit,
    .g-bd .m-btit a,
    .g-bd .m-btit a:hover,
    .g-bd .m-btit span,
    .g-bd .m-btit span a {
        color: #078a60 !important;
        text-decoration: none !important;
    }
    .g-bd .m-btit { font-size: .95rem; }
    .section-card {
        background: #fff;
        border: 1px solid #ececec;
        border-radius: .9rem;
        box-shadow: 0 2px 10px rgba(0,0,0,.04);
        padding: 1rem .65rem 1rem .35rem;
        margin-bottom: 1rem;
    }
    .section-title h2 {
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        background: linear-gradient(135deg, #078a60, #0ea878);
        border-radius: .65rem;
        padding: .55rem .85rem;
    }
    #content {
        color: #4e5a65;
        line-height: 1.9;
        font-size: .92rem;
        text-align: left !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-indent: 0 !important;
    }
    #content p,
    #content div,
    #content span {
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-indent: 0 !important;
    }
    #content *,
    #content *:before,
    #content *:after {
        text-align: left !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-indent: 0 !important;
    }
    #content img,
    #content img.loaded,
    #content .loaded {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        display: inline-block;
    }
    #dituContent {
        margin: auto;
        z-index: 9;
        overflow: hidden;
        border: 1px solid #e6e8eb;
        border-radius: .75rem;
        width: 100%;
        height: 280px;
    }
    .iw_poi_title {
        color: #fa7821;
        font-size: 16px;
        font-weight: 700;
        overflow: hidden;
        padding-right: 13px;
        white-space: nowrap;
    }
    .iw_poi_content {
        font: 13px Arial, sans-serif;
        overflow: visible;
        padding-top: 1px;
        white-space: normal;
        word-wrap: break-word;
    }
    @media (max-width: 575.98px) {
        .g-bd { padding-left: .75rem; padding-right: .75rem; }
        #dituContent { height: 250px; }
    }