.breadcrumb {
    box-sizing: border-box;
    width: 1200px;
    margin: 58px auto 0 auto;
    padding-left: 12px;
    line-height: 50px;
    font-size: 20px;
    color: #727070;
    background: linear-gradient(to right, #f4f4f4, #f4f4f4, #ffffff);
}

.breadcrumb a {
    color: initial;
    text-decoration: none;
}
.breadcrumb a:hover{
    color: #a25b0b;
    text-decoration: underline
}

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

.news__title {
    padding: 0 200px 8px 200px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    line-height: 55px;
    font-size: 30px;
}

.news__time {
    margin-top: 24px;
    text-align: center;
    font-size: 20px;
    color: #727070;
}

.news__content {
    margin: auto;
    padding: 34px 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: 18px;
    color: #232323;
}

.news__nav__item a {
    color: #ba3d3d;
    text-decoration: none;
}