* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

/* 中上部 */
.centerTop {
    width: 100%;
    height: 420px;
    min-width: 1400px;
    display: flex;
    position: relative;
    margin: 0;
    justify-content: center;
}
.party-banner {
    position: absolute;
    width: 100%;
    height: 100%;
   background-size:cover;
background-repeat: no-repeat;
    animation: party-banner 1s ;
    z-index: -1;
}
@keyframes party-banner {
    0% {
        transform: scale(1.2);
        /*transform: translateZ(-800px);*/
    }
    100% {
        transform: scale(1);
        /*transform: translateZ(-800px);*/
    }
}
.party_work_centerTopTitle {
    display: flex;
    flex-direction: column;
    width: 1400px;
    margin-top: 103px;
}
.party_work_centerTopTitle>span:nth-child(1) {
    color: #FFFFFF;
    font: normal bold 54px 'Source Han Sans SC-Bold';
    animation: top-desc-title 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@keyframes top-desc-title {
    0% {
        transform: translateX(-100px) translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0) translateY(0) translateZ(-800px);
        opacity: 1;
    }
}

.party_work_centerTopTitle>span:nth-child(2) {
    color: rgba(255, 255, 255, 0.4);
    font: normal bold 48px 'Source Han Sans SC-Bold';

    animation: top-desc-content 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@keyframes top-desc-content {
    0% {
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
}
/* 中下部 */
.centerBottom {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1400px;
    background-color: #EEF2FB;
    z-index: 2;
    padding:0 0 80px;
}
.centerTopTitle {
    width: 100%;
    margin-bottom: 32px;
    background: #fff;
}
.contentBarLeft {
    display: flex;
    width: 1400px;
    align-items: center;
    gap: 4px;
    font: normal 400 14px 'Source Han Sans SC-Regular';
    height: 60px;
    margin: auto;
}

.contentBarLeft>a{
    color: #8C8C8C !important;
}
.contentBarLeft>span {
    color: #D9D9D9;
}
.rightBar{
    margin: 330px 0 0 0;
}
.content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1400px;
}
.contentTopTitle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 184px;
    background-color: #ffffff;
}
.contentTopMore{
    color: #3c57ff;
}
.contentTopTitle>div{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 1324px;
    height: 120px;
}
.contentTopTitle>div>a:nth-child(1){
    font: normal bold 24px 'Source Han Sans SC-Bold';
    color: #262626;
}
.contentTopTitle>div>a:nth-child(2){
    font: normal 400 16px 'Source Han Sans SC-Regular';
    color: #8c8c8c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.contentPrimary{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    height: 100%;
}
.contentTitle{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 302px;
    background-color: #ffffff;
}
.contentTitle>a>img{
    width: 406px;
    height: 238px;
    margin: 32px 0 0 0;
}
.primaryTitle{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 866px;
    height: 170px;
    margin: 32px 0 0 0;
}
.primaryTitle>a:nth-child(1){
    color: #262626;
    font: normal 400 20px 'Source Han Sans SC-Medium';
}
.primaryTitle>a:nth-child(2){
    color: #8C8C8C;
    font: normal 500 20px 'Source Han Sans SC-Regular';
}
.primaryTitle>a:nth-child(3){
    color: #8C8C8C;
    font: normal 400 14px 'Source Han Sans SC-Regular';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* 分页 */
.contentPage {
    width: 388px;
    height: 50px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0 0;
}
