.article-page-content {
    width: 100%;
    max-width: 1000px;
    margin: 4em auto;
    padding: 0 !important;
    background-color: #ffffff;
}

.article-page-content article {
    padding: 5.34em 6.67em;
}

.article-page-content article h2,
.article-page-content article h3 {
    font-size: 1.75rem;
    line-height: 1.3em;
    color: #222426;
    margin-bottom: 20px;
}

.article-page-content article .article-desc p {
    line-height: 1.65em;
    color: #45485f;
    margin-bottom: 1em;
}

.article-page-content article .article-desc img {
    width: 100%;
    height: auto;
}

.article-page-content article .article-desc .ql-video {
    width: 500px;
    height: 248px;
}

.article-page-content article .article-title-content {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 1.625rem;
    font-weight: normal;
    color: #222426;
    word-wrap: break-word;
}

.article-page-content article .article-view {
    margin-bottom: 5px;
    color: #45485f;
}

.article-page-content article .article-view .article-date {
    color: #45485f;
}

.article-page-content article .article-date {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.article-page-content article .article-date i {
    margin-right: 5px;
}

.article-page-content article header img {
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .data-content {
        padding: 0 20px;
    }

    .article-page-content article {
        padding: 3.34em 2.4em;
    }
}

@media (max-width: 921px) {
    .article-page-content article {
        padding: 1.5em 1em;
    }
}

@media (min-width: 922px) {
    .ql-video {
        width: 50%;
        height: 240px;
    }
}

@media (min-width: 580px) {
    iframe.ql-video {
        width: 100%;
        height: auto;
    }
}