.article-header h1 {
    font-size: 2.857rem;
    margin-bottom: 2.857rem;
    color: #111111;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.article-header{
    padding-bottom: 60px;
    padding-top: 30px;
}

.newsDetail{
    background-color: #fff;
    font-family: SourceHanSansCN, Source Han Sans CN, serif;
}

.newsDetail .content p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.8;
}

.newsDetail video{
    margin-top: 20px;
    margin-bottom: 20px;
}

.newsDetail img{
    display: inline-block;
    max-width: 100%;
}

.article-content p strong{
    font-weight: bold;
}
