.article-content-wrapper.special-style {
    color: #c9171d!important;
    text-align: center!important;
      display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2vw;
    margin-top: 0vw;
    margin-bottom: 1vw;
    margin: auto
;}
.special-vedio>div {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2.66667vw
;}

.special-vedio .video-unit {
    display: flex;
    flex-direction: column-reverse;
    gap: 0
;}
 .article-body {
    width: 59.47916666vw;
    font-family: Source Han Sans CN;
    font-weight: 350;
    font-style: Normal;
    font-size: 1.458333vw;
    line-height: 3.125vw;
    text-indent: 2.916667vw;
    letter-spacing: 0vw;
    margin: 0 auto
;}


.article-img-wrapper {
    
    display: flex;
    align-items: center;
    justify-content: center
;}

.special-vedio video.article-img {
    width: 30vw!important;
    margin: auto 0!important
;}

@media (max-width: 1200px) {
.special-vedio>div{grid-template-columns: repeat(1, 1fr);}
    .special-vedio video.article-img {
        width: 100% !important;}
}
