* {
    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: rgba(255, 255, 255, 0.4);
    font: normal bold 48px '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: #FFFFFF;
    font: normal bold 54px '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;
    align-items: center;
    width: 100%;
    min-width: 1400px;
    background-color: #EEF2FB;
    z-index: 2;
    padding-bottom: 80px;
}

.content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 1400px;
    z-index: 5;
    margin: -120px 0 0 0;
    background-color: #FFFFFF;
    padding-bottom: 42px;
}
/* 顶部导航 */
.contentBar {
    margin: 35px 0 0 0;
    width: 1338px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F6F6F6;
}

.contentBarLeft {
    width: 208px;
    height: 22px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 0 24px;
    color: #8C8C8C;
    font: normal 400 14px 'Source Han Sans SC-Regular';
}

.contentBarUnderLine {
    width: 100%;
    height: 1px;
    margin: -58px 0 0 0;
    border-bottom: 1px dashed black;
}
.contentBarLeft>a{
    color: #8C8C8C !important;
}
.contentBarLeft>span {
    color: #D9D9D9;
}

.pageC {
    font: normal 400 14px 'Source Han Sans SC-Regular';
    color: #262626;
}

.contentBarRight {
    width: 483px;
    height: 32px;
}

.contentBarRight>ul {
    display: flex;
    justify-content: space-around;
    font: normal 500 18px 'Source Han Sans SC-Medium';
}

.contentBarRight>ul>li {
    cursor: pointer;
}

.contentBarRight>div {
    width: 160px;
    color: #3F51B5;
    text-align: center;
    transition: all 1s;
}
.contentBarIndex{
    margin: -2px 0 0 340px;
}
.contentBarType {
    display: inline-block;
    height: 41px;
    color: #3F51B5 !important;
}

.contentBarNormal {
    color: #404040;
}
/* 内容 */
.contentMain {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 1309px;
    height: 1288px;
}
.viewBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 36px;
    background-color:  #fff;
    border-radius: 6px;
    cursor: pointer;
    margin-left: auto;
    color: #3F51B5!important;
    position: relative;
    border: 1px solid #3F51B5;
    transition: all 0.5s;
    overflow: hidden; /* 隐藏超出部分 */
}

.viewBtn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%; /* 初始时隐藏在右侧 */
    width: 100%;
    height: 100%;
    background-color: #3F51B5;
    transition: right 0.5s; /* 过渡右边界 */
}
.viewBtn > label {
    z-index: 5;
    cursor: pointer;
}
.viewBtn:hover::before {
    right: 0; /* hover时显示 */
}

.viewBtn:hover {
    color: #fff!important;
    background: #3F51B5;
}

 .viewBtnGray{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: no-drop;
    width: 94px;
    height: 36px;
    border-radius: 6px;
    color: #ffffff!important;
    background-color: #BFBFBF;
    position: absolute;
    right: 0;
}
.contentMain>div {
    width: 1309px;
    height: 161px;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #D9D9D9;
}
.contentMain>div:last-child {
    margin-bottom: 40px;
}

.contentDate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    color: #FFFFFF;
    width: 94px;
    height: 96px;
}

.contentDate>li:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    font: normal 600 36px 'Bahnschrift-SemiBold';
    background-color: #6584B3;
}

.contentDate>li:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    font: normal 600 16px 'Bahnschrift-SemiBold';
    background-color: #CBD1E0;
}

.contentMainTitle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 792px;
    height: 89px;
    margin-left: 23px;
}

.contentMainTitle>a {
    color: #262626;
    font: normal 500 18px 'Source Han Sans SC-Medium';
}
.contentMainTitle>a:hover{
    color: #3F51B5;
}
.contentMainTitle>li {
    width: 334px;
    height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8C8C8C;
    font: normal 400 14px 'Source Han Sans SC-Regular';
}

.insetContent {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contentMainBtn>button,
.contentMainBtnGray>button {
    cursor: pointer;
    width: 42px;
    height: 22px;
    color: #ffffff;
    font: normal 400 14px 'Source Han Sans SC-Regular';
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}

/* 分页 */
.contentPage {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 388px;
}

.el-pagination {
    display: flex;
    list-style: none;
}

.el-pagination button,
.el-pagination span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    margin: 0 4px;
}

.el-pagination button:disabled {
    background-color: #FFFFFF;
    color: #ccc;
    cursor: not-allowed;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #404040;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.el-pagination button.active {
    background-color: #3F51B5;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}


