.article {
    margin-top: 80px;
}

.article-img {
    margin-top: -72px;
}

.article-box {}

.article-title {
    font-weight: 700;
    font-size: 32px;
    color: #1A5399;
    text-align: center;
}

.article-time {
    margin: 55px 0px 50px 0px;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    text-align: center;
    position: relative;
}

.article-time::before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #d9d9d9;
    position: absolute;
    top: -14px;
}

.article-content {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin: 0px 305px 144px;
}

.article-content img {
    width: calc(1440px - 305px - 305px);
    height: 100%;
    max-width: -webkit-fill-available !important;
}

.article-content video {
    width: 100%;
}

.article-share {
    margin-bottom: 52px;
    display: flex;
    justify-content: center;
}

.share-weibo {}

.share-weixin {
    margin-left: 19px;
}

.article-share::before {
    content: '';
    width: 50%;
    height: 1px;
    background: #D9D9D9;
    transform: translate(-10px, 10px);
}

.article-share::after {
    content: '';
    content: '';
    width: 50%;
    height: 1px;
    background: #D9D9D9;
    transform: translate(10px, 10px);
}