.news-page {
    width: 192rem;
}

.news-header {
    width: 100%;
    height: 70rem;
    overflow: hidden;
    background-image: url("https://img.js.design/assets/img/678723ffb48f195f6ada88db.jpg#f032f7b27061a9746d53004105305e32");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 4.6rem 9.9rem;
    padding-top: 11.1rem;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 0;
}

.news-nav {
    position: absolute;
    left: calc(50% - 80rem);
    bottom: 0;
    width: 160rem;
    height: 42.6rem;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0.2rem;
    padding: 6.3rem 5.2rem 3.8rem 9.1rem;
}

.news-icon {
    width: 5.9rem;
    height: 5.9rem;
    background: rgba(247, 200, 0, 1);
    color: white;
    position: absolute;
    left: -3rem;
    top: 7rem;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.news-icon::after {
    content: "";
    width: 0;
    height: 0;
    /* transform: translateZ(0); */
    border-top: 3.1rem solid transparent;
    border-right: 1.7rem solid rgba(196, 160, 0, 1); /* 右边框设置为透明 */
    border-bottom: 0 solid; /* 底边框设置为黑色，形成直角三角形 */
    border-left: 0 solid; /* 左边框设置为透明 */
    transform: rotate(-90deg);
    position: absolute;
    left: 0.66rem;
    bottom: -2.3rem;
}

.news-title {
    width: 100rem;
    height: 14rem;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 6.95rem;
    color: rgba(31, 26, 23, 1);
    text-align: left;
    vertical-align: top;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}

.news-info {
    margin-top: 3.3rem;
    width: 140.8rem;
    height: 8rem;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 4rem;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}

.news-operate {
    width: 100%;
    height: 4rem;
    margin-top: 3.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.9rem;
}
.operate-time {
    color: rgba(153, 153, 153, 1);
}

.operate-btn {
    color: rgba(244, 189, 0, 1);
    cursor: pointer;
}

.news-list {
    width: 160rem;
    margin: 0 auto;
    padding: 8rem 0;
}

.list-switch {
    width: 38.9rem;
    height: 6.7rem;
    border-radius: 6.7rem;
    background: rgba(255, 255, 255, 1);
    border: 0.1rem solid rgba(224, 224, 224, 1);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 4.8rem;
}

.switch-left,
.switch-right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 400;
    position: relative;
    z-index: 10;
}
.switch-btn {
    width: 19.5rem;
    height: 6.5rem;
    border-radius: 6.5rem;
    background: rgba(247, 200, 0, 1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    transition: left 0.4s;
}

.switch-active {
    font-weight: 700;
}
.switch-active-left {
    left: 0;
}

.switch-active-right {
    left: 50%;
}

/* 分页 */
.pagination {
    font-size: 1.6rem;
}
.pagination .page-item {
    margin: 0 0.8rem;
    font-size: 1.6rem;
}

.page-link {
    color: rgba(0, 0, 0, 1);
    font-size: 1.6rem;
}

.page-link:hover {
    color: rgba(0, 0, 0, 1);
}

.page-link-active {
    color: rgba(0, 0, 0, 1);
    border-color: rgba(244, 189, 0, 1);
}

.page-link:focus {
    color: rgba(0, 0, 0, 1);
    box-shadow: 0 0 0 0.25rem rgba(244, 189, 0, 0.25);
    background-color: #fff;
}

#page-total-dom {
    letter-spacing: 0.1rem;
}

.page-item.disabled {
    cursor: not-allowed;
}
/* --- */
.list-body,
.body-content {
    width: 160rem;
}
.content-item {
    width: 160rem;
    height: 16rem;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1rem 2rem rgba(204, 204, 204, 0.17);
    margin-bottom: 3rem;
}
.content-item:last-child{
    margin-bottom: 8rem;
}
.item-image {
    width: 18rem;
    height: 12rem;
}
.item-image > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item-time {
    font-size: 1.8rem;
    font-weight: 400;
}

.item-info {
    width: 94.1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-title {
    width: 67.2rem;
    height: 3.5rem;
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    font-weight: 500;
}
.info-title:hover {
    color: rgba(244, 189, 0, 1);
}

.info-describe {
    width: 94.1rem;
    height: 3.2rem;
    font-size: 2.2rem;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.info-title,
.info-describe {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}

.bi-arrow-right-circle-fill{
    font-size: 2.6rem;
}