/* 公共 */
* {
    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;
}
.topTitleDetail{
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    justify-content: center;
}
.contentBarLeft>a{
    color: #8C8C8C !important;
}
.contentBarLeft>span {
    color: #D9D9D9;
}
.centerBottomContent{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 80px;
}
.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 1400px;
    background-color: #FFFFFF;
    margin-top: 32px;
}

.contentTitle {
    display: flex;
    justify-items: center;
    width: 1338px;
    height: 60px;
    margin: 35px 0 0 0;
    text-align: left;
    line-height: 60px;
    background-color: #F6F6F6;
}

.pageC {
    font: normal 400 14px 'Source Han Sans SC-Regular';
    color: #262626;
}
.contentPage{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 645px;
}
.contentPageT {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1338px;
    min-height: 130px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 21px;
}

.contentPageT>li:nth-child(1) {
    color: #262626;
    font: normal 500 24px 'Source Han Sans SC-Medium';
    margin: 41px 0 28px;
}

.contentPageT>li:nth-child(2) {
    color: #8C8C8C;
    font: normal 400 14px 'Source Han Sans SC-Medium';
}

.contentPageT>.titleTrap>span:nth-child(2) {
    margin: 0 0 0 60px;
}

.contentPageA {
    width: 1260px;
    margin-bottom: 30px;
    overflow-y: scroll;
}
.contentPageA::-webkit-scrollbar{
    display: none;
}

.contentPageA>span {
    text-indent: 2em;
    color: #404040;
    font-size: 14px;
    white-space: pre-wrap;
    font-family: 'Source Han Sans SC-Regular';
    font-weight: 400;
    line-height: 43px;
}

.contentF {
    display: flex;
    justify-items: center;
    flex-direction: column;
    width: 100%;
    background-color: #E2E7F3;
}

.contentF>li {
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 0 0 46px;
}

.contentF>li>span {
    margin: 0 0 0 13px;
    color: #404040;
    font: normal 400 16px 'Source Han Sans SC-Regular';
}

.contentF>li>a {
    margin: 0 0 0 13px;
    color: #262626;
    font: normal 400 16px 'Source Han Sans SC-Regular';
}
.contentF>li>a:hover{
    color: #262626;
}
