.page__banner {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: #ccc;
}

.news {
    width: 968px;
    margin: 0 auto 0 auto;
}

.news__title {
    padding: 70px 0 50px 0;
    font-size: 30px;
    font-weight: bold;
    color: #a01f19;
    text-align: center;
    line-height: 40px;
}

.news__time {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a01f19;
    margin-bottom: 20px;
}

.news__content {
    margin: auto;
    padding: 0 0 70px 0;
}

.news__content img {
    max-width: 100%;
}

.news__content video {
    max-width: 100%;
}

[data-w-e-type="video"] {
    text-align: center;
}

.news__nav {
    width: 1080px;
    margin: 0 auto 100px auto;
    display: flex;
    justify-content: space-between;

}

.news__nav__item {
    max-width: 50%;
    font-size: 16px;
    font-weight: bold;
}

.news__nav__item a {
    color: #a01f19;
}