.honor-page {
    width: 192rem;
}

.honor-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;
}

.honor-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;
}

.honor-icon {
    width: 0.8rem;
    height: 6rem;
    background: rgba(247, 200, 0, 1);
    position: absolute;
    left: 0rem;
    top: 7rem;
}

.honor-title {
    width: 80rem;
    height: 7rem;
    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: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}

.honor-info {
    margin-top: 3.3rem;
    width: 140.8rem;
    height: 21rem;
    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: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}

.honor-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%;
}

.honor-list {
    margin-top: 8.7rem;
    background-color: transparent;
    padding-bottom: 14rem;
    background-image: url('../images/honor/bg.png');
    background-repeat: no-repeat;
    background-size: 160rem 100%;
    background-position: center center;
}

.list-trapezoid {
    position: relative;
    width: 160rem;
    height: 32.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    padding: 0 14rem;
    margin-bottom: 4rem;
}

.trapezoid-item {
    width: 22rem;
    height: 28rem;
    overflow: hidden;
    position: relative;
}

.trapezoid-item-image {
    width: 20rem;
    height: 26rem;
    position: absolute;
    bottom: 2rem;
    left: 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9;
}

.trapezoid-item-image > img {
    max-width: 20rem;
    max-height: 26rem;
}

.trapezoid-item-title {
    padding: 0 1rem;
    width: 100%;
    min-height: 4rem;
    max-height: 7rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(26, 43, 114, 0.6);
    box-shadow: 0.2rem -0.2rem 0 rgba(193, 204, 247, 1),
        0.4rem -0.4rem 0.6rem rgba(43, 48, 69, 0.25);
    backdrop-filter: blur(0.4rem);
    z-index: 10;
    font-size: 2rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.trapezoid {
    margin: 0 auto;
    width: 160rem;
    height: 7rem;
    background: rgba(218, 220, 230, 1);
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
    box-shadow: 0 0 2rem rgba(44, 51, 128, 0.18);
    bottom: 2.2rem;
    left: 0;
    position: absolute;
    z-index: 0;
}

.trapezoid-bottom {
    margin: 0 auto;
    width: 160rem;
    height: 2.2rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 2rem rgba(44, 51, 128, 0.18);
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
