body {
    overflow-y: scroll;
}

.pic {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: calc(32 * var(--fontSize));
    margin-bottom: calc(32 * var(--fontSize));
}

.pic>p {
    margin-top: calc(12 * var(--fontSize));
    font-size: calc(20 * var(--fontSize));
}

.new .pic img {
    width: 100%;
}

.new div video {
    width: 100%;
    margin-bottom: calc(32 * var(--fontSize));

}

.new {
    color: var(--primary-color);
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    max-width: 1920px;
}

.article {
    padding: 0 2rem;
    word-break: break-all;
    background-color: #fff;
    font-size: 24px;
    line-height: 150%;
    text-align: justify;
    max-width: 1920px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.title-box11 h1 {
    font-size: calc(48 * var(--fontSize));
    font-weight: bold;
}

.title-box1+div {
    font-size: calc(24 * var(--fontSize));
    margin: calc(24 * var(--fontSize)) 0 calc(32 * var(--fontSize)) 0;
    align-self: flex-start;
    margin-left: 2rem;
    font-weight: lighter;
}

.title-box1,
.title-box11 {
    margin: 7rem 2rem 0;
}

i {
    color: #fff;
}

@media screen and (max-width:720px) {

    body {
        overflow-y: scroll;
    }

    .title-box1,
    .title-box11 {
        margin: 5rem 2rem 0;
    }



    .pic {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: calc(32 * var(--fontSize));
        margin-bottom: calc(32 * var(--fontSize));
    }

    .pic>p {
        margin-top: calc(12 * var(--fontSize));
        font-size: calc(24 * var(--fontSize));
    }

    .new .pic img {
        width: 100%;
    }

    .new div video {
        width: 100%;
        margin-bottom: calc(32 * var(--fontSize));

    }

    .article {
        font-size: calc(32 * var(--fontSize));
    }

    .title-box1 h1 {
        font-size: calc(34 * var(--fontSize));
        font-weight: bold;
        white-space: pre-wrap;
    }

    .title-box11 h1 {
        font-size: calc(48 * var(--fontSize));
        font-weight: bold;
    }

    .title-box1+div {
        font-size: calc(24 * var(--fontSize));
        margin: calc(24 * var(--fontSize)) 0 calc(32 * var(--fontSize)) 0;
        align-self: flex-start;
        margin-left: 2rem;
        font-weight: lighter;
    }

    .title-box1+div>span:first-child {
        font-weight: normal;
        margin-right: calc(16 * var(--fontSize));
    }

    strong {
        color: rgb(43, 139, 207);
    }
}