/* .banner */
.cont {
    background-image: url(ryzz_bj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;


}

.banner {
    position: relative;
}

.banner .w1440 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.banner .txt {
    color: #fff;
}

.banner .txt p {
    font-family: 'Heavy';
    letter-spacing: 1px;
}

.banner .txt span {
    font-family: 'Regular';
    letter-spacing: 1em;
}

/* banner结束 */





/* 新 */
.contentsa {
    margin-top: 5vw;
}

.contentsa .tex_top {
    margin-bottom: 4vw;

}

.contentsa .tex_top>p {
    font-weight: bold;
    font-family: 'Bold';
    color: #333;
    border-left: 6px solid #792696;
    padding-left: 15px;
    line-height: 1.1;
}



.contentsa .cont_head {
    position: relative;
    width: 100%;
    margin: 5vw 0 4vw;
    font-family: 'Bold';
}

.cont_head .select {
    font-family: 'Bold';
}

.cont_head .cont_head_gdry a {
    color: #7b1087;
    font-family: "Medium";
}

.contentsa .cont_head span:last-child {
    float: right;
    color: #7b1087;
}

/* .contentsa .cont_head span:not(:nth-child(2)) {
    cursor: pointer;
} */

.active_span {
    color: #7b1087;
    font-size: 24px;
    font-weight: bold;
}

.cont_head::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    top: 64px;
    left: 0;
}

.cont_head span {
    cursor: pointer;
}

.cont_head span:nth-child(1) {
    position: relative;
    /* padding: 0 5%; */
    padding-right: 5%;
}

.cont_head span:nth-child(1)::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: #333;
}

.cont_head span:nth-child(2) {
    padding-left: 5%;
}

.cont_inner {
    width: 100%;
}

.line {
    width: 1200px;
    height: 1px;
    background-color: #333333;
    opacity: 0.1;
}

.awards_type {
    position: relative;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 5vw 0 3vw;
    font-family: "Bold";

}

.awards_type li {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 224px;
    height: 44px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    text-align: center;
}

.active_type {
    color: #ffffff;
    background-color: #7b1087 !important;
    border: solid 1px #7b1087 !important;
}

.year_event {
    position: relative;
    display: flex;
    margin: 3vw 0 0 0;

}

.year_event .year_number {
    margin-top: -10px;
    width: 16%;
    font-family: "Bold";
    font-weight: bold;

}

.yanshe {
    color: #7b1087;
}

.year_event .event {
    width: 60%;
    flex-grow: 1;
}

.year_event .event li:not(:first-child) {
    margin: 3vw 0;
    color: #222222;
}

.year_event .event li a {

    color: #222222;
    font-weight: bold;
    font-family: "Bold";
}

.year_event .event li:hover a {
    border-bottom: 2px solid #7b1087;
    color: #7b1087;

}

.year_event .event li:hover p {
    color: #7b1087;

}

.year_event .event li p {
    margin-top: 1vw;

    color: #222222;
    font-family: "Regular";

}

.year_event .expand_btn {
    cursor: pointer;
    width: 50px;
    color: #333333;
    opacity: 0.4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;

}

/* .year_event .expand_btn span:nth-of-type(1) {
    transform: translateY(6px)rotate(271deg);

} */

.hade_qh .cont_inner {
    margin-bottom:5vw;
    display: none;
}

.year_event .expand_btn .expand_btfh {
    width: 36px;
    height: 36px;
    margin: 0 auto;
}


@keyframes example-animation {
    0% {
        transform: translateY(-5px)rotate(100deg);
    }



    100% {
        transform: translateY(-5px)rotate(271deg);
    }
}

.year_event .expand_btn .expand_btfh span:nth-of-type(2) {
    transform: translateY(-5px)rotate(270deg);
    transition: all ease 0.8s, opacity ease 0.3s;
    animation-name: example-animation;
    /* 指定动画名称 */
    animation-duration: 0.3s;
    /* 设置动画持续时间 */
}

.year_event .expand_btn .expand_btfh .pshow span:nth-of-type(1) {
    display: none;

}

.expand_btn .fh {
    display: none;
}

.year_event .expand_btn span {
    width: 100%;
    background-color: #333333;
    display: block;
    height: 4px;
    margin: 2px 0;
    -webkit-transition: all ease 0.8s, opacity ease 0.3s;
    -moz-transition: all ease 0.8s, opacity ease 0.3s;
    -ms-transition: all ease 0.8s, opacity ease 0.3s;
    -o-transition: all ease 0.8s, opacity ease 0.3s;
    transition: all ease 0.8s, opacity ease 0.3s;
    opacity: 1;

}

.year_event:not(:last-child):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #333333;
    opacity: 0.1;
    bottom: 0;
}


.cont_inner .year_eventmine .year_event .event li {
    display: none;

}

.cont_inner .year_eventmine .year_event:nth-child(1) .event li {
    display: block;
}

/* .cont_inner .year_eventmine .year_event:nth-child(1) .year_number {
    color: #792696;
} */
.year_numbe {
    color: #792696;
}

.cont_inner .year_eventmine .year_event .event li:nth-child(-n+4) {
    display: block;

}

@media screen and (max-width: 1600px) {
    .awards_type li {
        width: 200px;
    }


}

@media screen and (max-width: 998px) {
    .awards_type li {
        width: 180px;
    }

}

@media screen and (max-width: 768px) {
    .awards_type li {
        width: 190px;

    }

    .active_span {
        font-size: 18px;
    }

    .awards_type li {
        width: 46%;
    }

    .awards_type {
        position: relative;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        margin: 50px 0 3vw;
        font-family: "Bold";
        justify-content: space-between;
    }

    .cont_head::after {
        top: 50px;
    }

    .year_event {
        flex-wrap: wrap;

    }

    .year_event .year_number {
        width: 100%;

    }

    .year_event .expand_btn .expand_btfh {
        width: 25px;
        height: 25px;

    }

    .year_event .event li:not(:first-child) {
        margin: 5vw 0;
    }
}
