.main-content {
    background-image: url(../images/stsjy/11.png);
    background-size: auto 100%;
}

.seal-first-content,
.seal-second-content {
    flex-shrink: 0;
}

.seal-first-content-left img,
.seal-first-list img,
.seal-second-list img {
    width: 100%; height: auto;
}

.seal-first-content {
    width: 65vw;
    padding: 4.166667vw 4.166667vw 0 2.604167vw;
}

.seal-first-content-left {
    position: relative;
    width: 5.208333vw;
    color: white;
    font-size: 1.770833vw;
    flex-shrink: 0;
}

.seal-first-content-left span {
    position: absolute;
    padding: .520833vw;
    writing-mode: vertical-lr;
    width: 100%; height: 100%;
    text-align: center;
}

.seal-first-content-right {
    height: 100%;
    margin-left: 5.208333vw;
}

.seal-second-content-right p,
.seal-first-content-right p {
    text-indent: 2em;
    text-align: justify;
    font-size: 1.145833vw;
    line-height: 1.5;
}

.seal-first-list,
.seal-second-list {
    flex-grow: 1;
    align-items: center;
    padding-left: 2.604167vw;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.seal-first-list-item { 
    width: 45%;
}

.seal-first-list-item-right {
    width: 24%;
}

.seal-second-list-item-left {
    width: 21%;
}

.seal-second-list-item-right {
    width: 40%;
    margin-left: 4.166667vw;
}

.seal-second-list-item-right img {
    width: 80%;
    margin: 0 auto 2.604167vw;
}

.seal-first-list-item-left img {
    width: 80%;
}

.seal-second-list-item dl,
.seal-first-list-item dl {
    width: max-content;
    font-size: .9375vw;
    margin-left: auto;
    margin-top: 3.125vw;
}

.seal-second-list-item dl {
    margin: 0 auto 0 0;
}

.seal-second-list-item dd,
.seal-first-list-item dd {
    margin-top: .520833vw;
}

.seal-second-content {
    width: 60vw;
    padding: 4.166667vw 2.604167vw 0 4.166667vw;
}

@media (max-width: 1280px) {
    .seal-first-content, .seal-second-content {
        padding-top: 1.604167vw;
    }
}

@media (max-width: 1200px) {
    .seal-first-content, .seal-second-content {
        padding-top: .604167vw;
    }
}

@media (orientation: landscape) and (max-height: 480px), (orientation: portrait) and (max-width: 480px) {
    /* 移动端 */
    .mobile .seal-first-content,
    .mobile .seal-second-content {
        width: auto;
    }

    .mobile .seal-first-content {
        padding: 0 30px 0 0;
    }

    .mobile .seal-second-content {
        padding: 0;
    }

    .mobile .seal-first-content-left {
        width: 60px;
    }

    .mobile .seal-first-content-left span {
        font-size: 20px;
    }

    .mobile .seal-first-content-right {
        margin-left: 30px;
    }

    .mobile .seal-first-content-right,
    .mobile .seal-second-content-right {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile .seal-second-content-right p, 
    .mobile .seal-first-content-right p {
        width: 310px;
        font-size: 14px;
    }

    .mobile .seal-first-list, 
    .mobile .seal-second-list {
        width: 430px;
        margin-left: 30px;
    }

    .mobile .seal-second-list-item dl, 
    .mobile .seal-first-list-item dl {
        font-size: 12px;
        margin-top: 2vmin;
    }

    .mobile .seal-second-list-item-right img {
        margin-bottom: 0;
    }

    .mobile-portrait .seal-second-content-right p, 
    .mobile-portrait .seal-first-content-right p {
        width: 310px;
        font-size: 14px;
    }
}

@media (orientation: landscape) and (min-height: 760px), (orientation: portrait) and (min-width: 760px), (orientation: landscape) and (min-height: 481px) and (max-height: 759px), (orientation: portrait) and (min-width: 481px) and (max-width: 759px) {
    .mobile .seal-first-content-right p, 
    .mobile .seal-second-content-right p {
        font-size: 1.464129vmax;
    }

    .mobile .seal-first-content-left {
        width: 7.320644vmax;
    }

    .mobile .seal-first-content-left span {
        font-size: 2.781845vmax;
    }

    .mobile .seal-first-list-item dl,
    .mobile .seal-second-list-item dl {
        font-size: 1.317716vmax;
    }
}

@media (orientation: landscape) and (min-height: 481px) and (max-height: 759px), 
(orientation: portrait) and (min-width: 481px) and (max-width: 759px) {
    .mobile .seal-first-content-left span {
        font-size: 1.666667vmax;
    }

    .mobile .seal-first-content-right p, 
    .mobile .seal-second-content-right p, 
    .mobile .seal-fourth-content-right p,
    .mobile .seal-first-list-item dl,
    .mobile .seal-second-list-item dl,
    .mobile .seal-third-list-item dl,
    .mobile .seal-fourth-list-item dl {
        font-size: 1.458333vmax;
    }

    .mobile .seal-first-content-left span {
        font-size: 2.291667vmax;
    }
}