.szglm-content {
    width: 72rem;
    height: 38rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.szglm-content-left {
    width: 32.5rem;
    height: 38rem;
    background: #9ECDC2;
}

.szglm-content-right {
    width: 37.5rem;
    opacity: 0.88;
}

.szglm-content-right .szglm-right-top {
    height: 18rem;
    background: #FFFFFF;
    opacity: 0.88;
    padding-top: 2rem;
}

.szglm-content-right .szglm-right-bottom {
    height: 18rem;
    width: 100%;
    background: #FFFFFF;
    opacity: 0.88;
    margin-top: 1.875rem;
    text-align: left;
    overflow: hidden;
}

.szglm-content-right .szglm-right-bottom .title {
    text-align: center;
    display: inline-block;
    margin-top: 1.5rem;
}

.szglm-content .szglm-content-left .title {
    margin-top: 2rem;
}

.szglm-content .title {
    height: 2rem;
    line-height: 2rem;
    width: 7.75rem;
    background: #30604E;
    border-radius: 0px 1rem 1rem 0px;
}

.szglm-content .title p {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
}

.szglm-content .title .icon {
    width: 1.25rem;
    height: 1.375rem;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.szglm-content .szglm-right-top .img-list {
    padding: 0.75rem 2.5rem;
    height: 100%;
    font-size: 0;
    text-align: left;
}

.szglm-content .szglm-right-top .img-list li {
    width: 7.125rem;
    height: 5.125rem;
    margin-right: 1.25rem;
    float: left;
    margin-bottom: 0.875rem;
}

.szglm-content .szglm-right-top .img-list li:nth-of-type(4n) {
    margin-right: 0;
}

.szglm-content .szglm-right-bottom .article-list {
    height: calc( 100% - 7rem );
    width: 100%;
    color: #333333;
    margin-top: 1.25rem;
    margin-bottom: 3.25rem;
    line-height: 1.75rem;
    text-align: left;
    margin-left: 1rem;
}

.szglm-content .szglm-right-bottom .article-list a {
    font-size: 1rem !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #333 !important;
    line-height: 2.25rem;
}

.szglm-content .jangsu-map {
    width: 100%;
    height: 100%;
    margin-top: 1.25rem;
}
.footer {
    z-index: 9;
    width: 100%;
    position: absolute;
    bottom: 10%;
}

.footer p {
    display: block;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F3F4F3;
    line-height: 1.75rem;
}
.footer div{
   display: none;
}