.header-reserve {
    width: 100%;
    height: 10.6rem;
}

.news-details-body {
    width: 160rem;
    margin: 0 auto;
    padding: 5rem 0;
}

.details-title {
    width: 121.6rem;
    height: 14rem;
    font-size: 4.8rem;
    font-weight: 500;
    color: rgba(31, 26, 23, 1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}
.content-image {
    width: 100%;
}
.content-image > img {
    width: 100%;
    height: auto;
}
.details-time {
    height: 4rem;
    display: flex;
    align-items: center;
    font-size: 1.9rem;
    font-weight: 400;
    margin-top: 1.8rem;
}
.details-time > .bi-clock {
    margin-right: 1rem;
}

.details-info {
    width: 100%;
    margin: 6rem 0;
    display: flex;
    justify-content: space-between;
}

.info-content {
    width: 123.1rem;
    font-size: 1.9rem;
    line-height: 2.8rem;
    font-weight: 400;
    text-indent: 4rem;
    margin-right: 6rem;
}

.info-content p {
    margin-bottom: 3.5rem;
}

.info-recommend {
    width: 31rem;
}
.recommend-title {
    width: 100%;
    height: 4.7rem;
    font-size: 3.2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 1.6rem;
}

.title-icon {
    width: 0.4rem;
    height: 3.6rem;
    background: rgba(247, 200, 0, 1);
    margin-right: 1.1rem;
}

.recommend-item {
    width: 100%;
    margin-bottom: 5rem;
}

.item-image {
    width: 100%;
    height: 20.7rem;
    margin-bottom: 1.7rem;
}
.item-image > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item-title {
    height: 5.4rem;
    line-height: 2.8rem;
    color: rgba(51, 51, 51, 1);
    font-size: 2.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}

.hr-fx {
    margin: 8.7rem 0 4.3rem 0;
}

.content-next {
    height: 3.2rem;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.8rem;
    color: rgba(244, 189, 0, 1);
    text-indent: 0;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    line-height: 3.2rem;
}
