.project_title {
    height: 80rem;
    margin: 0 20rem;
    border-bottom: 1px solid #a60000;
    font-size: 26rem;
    color: #565456;
    display: flex;
}

.project_title .item {
    position: relative;
    margin-right: 20rem;
    display: flex;
    align-items: center;
}

.project_title .item.active::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #a60000;
    border-radius: 3px;
}

.news {
    padding: 0 20rem;
}

.news .item {
    display: flex;
    background-color: #f5f5f5;
    padding: 20rem;
    margin-top: 20rem;
    border-radius: 6rem;
}

.news .item .img {
    width: 200rem;
    height: 160rem;
    overflow: hidden;
    margin-right: 20rem;
    border-radius: 6rem;
    object-fit: cover;
}

.news .item .right {
    width: 450rem;
}

.news .item .title {
    font-size: 26rem;
    line-height: 32rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a60000;
}

.news .item .date {
    height: 50rem;
    display: flex;
    align-items: center;
    font-size: 24rem;
    color: #565456;
}

.news .item .date .icon {
    width: 25rem;
}

.news .item .intro {
    height: 76rem;
    font-size: 26rem;
    color: #565456;
}

.page {
    padding: 20rem 0;
    display: flex;
    justify-content: center;
}

.page__item {
    width: 54rem;
    height: 48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10rem;
    background-color: #f5f5f5;
    border-radius: 6rem;
    color: #565456;
    font-size: 26rem;
}
.page__item--active{
    background-color: #a60000;
    color: #ffffff;
}