.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: 40rem 25rem 0 26rem;
}

.news__item {
    box-sizing: border-box;
    margin: auto;
    padding: 0 0 52rem 0;
    display: flex;
    justify-content: space-between;

}

.news__cover {
    width: 302rem;
    height: 209rem;
    object-fit: contain;
}

.news__info {
    flex-grow: 1;
    margin-left: 20rem;
}

.news__info__title {
    line-height: 36rem;
    font-size: 24rem;
    color: #3d3c3b;
}

.news__info__intro {
    margin-top: 22rem;
    line-height: 30rem;
    font-size: 20rem;
    color: #8b8b8b;
}

.news__btu {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 163rem;
    height: 43rem;
    border-radius: 18rem;
    background-color: #ba803d;
    font-size: 20rem;
    color: #ffffff;
}

.news__btu__icon {
    margin-left: 7rem;
    width: 24rem;
    height: 28rem;
}

.page {
    display: block;
    line-height: 60rem;
    text-align: center;
    font-size: 24rem;
    color: #565656;
    text-decoration: underline;
}