.breadcrumb {
    box-sizing: border-box;
    margin: 30rem 0 0 20rem;
    padding-left: 12rem;

    border-left: 8rem solid #cf7e21;
    line-height: 38rem;
    font-size: 30rem;
    color: #cf7e21;
}

.news {
    padding: 30rem 22rem 0 22rem;
}

.news__title {
    border-bottom: 1rem solid #cccccc;
    text-align: center;
    line-height: 66rem;
    font-size: 34rem;
    font-weight: bold;
}

.news__time {
    line-height: 36rem;
    text-align: center;
    font-size: 20rem;
    color: #5c5c5c;
}

.news__content {
    margin: auto;
    padding: 50rem 16rem 50rem 16rem;
    color: #5c5c5c;
    font-size: 24rem;
}

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

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

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

.news__nav {
    margin: 0 36rem 0 36rem;
    padding: 16rem 48rem 16rem 48rem;
    background-color: #fef6ed;
}

.news__nav__item {
    line-height: 40rem;
    font-size: 24rem;
    color: #985d3f;
}