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);*/
    }
}
.centerTop > div:nth-child(2) {
    width: 1400px;
    padding-top: 103px;
}
.party_work_centerTopTitle {
    display: flex;
    flex-direction: column;
}
.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;
}

.content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 1400px;
    z-index: 5;
    margin: -120px 0 80px 0 ;
    background-color: #FFFFFF;
    padding-bottom: 51px;
}

.contentLine {
    width: 100%;
    height: 1px;
    border-top: dashed 1px black;
    margin: -30px 0 0 0;
}

/* 顶部导航 */
.contentBar {
    margin: 35px 31px 0;
    width: 1338px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F6F6F6;
}

.contentBarLeft {
    width: 208px;
    height: 22px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 0 24px;
}
.contentBarLeft>a{
    color: #8C8C8C !important;
    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>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{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.contentBarText{
    color: #3F51B5 !important;
}
.contentTextNormal{
    font: normal 500 18px 'Source Han Sans SC-Medium';
}
.showContentBarIcon{
    margin: 18px 0 0 0;
    color: #3F51B5;
    display: block;
}
.HideContentBarIcon{
    margin: 18px 0 0 0;
    display: none;
}
.contentBarRight>div {
    width: 120px;
    color: #3F51B5;
    text-align: center;
    transition: all 1s;
}
/*内容部分*/
.contentWork {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 1338px;
    margin: 59px 0 0 0;
}
.pointTitle{
    width: 1335px;
    height: 302px;
    background-color: #8C8C8C;
    border-bottom: 1px solid #D9D9D9;
}
.normalTitle{
    width: 1341px;
    height: 940px;
    background-color: #0b2e13;
}
.contentTitle {
    display: flex;
    justify-content: space-between;
     width: 1335px;
     border-bottom: 1px solid #D9D9D9;
 }
.contentTitle>a>img {
    width: 406px;
    height: 238px;
    margin: 0 0 32px 0;
}

.contentTitle>a>li {
    display: flex;
    flex-direction: column;
    width: 877px;
    margin: 0 0 32px 0;
}

.contentTitleD {
    color: #8C8C8C;
    font: normal 400 14px 'Source Han Sans SC-Regular';
}

.contentTitleT {
    margin: 8px 0 28px;
    color: #262626;
    font: normal 500 20px 'Source Han Sans SC-Medium';
}

.contentTitleP {
    color: #8C8C8C;
    font: normal 400 14px 'Source Han Sans SC-Regular';
}

.contentTitleM {
    margin-top: 28px;
    color: #3F51B5;
    font: normal 500 14px 'Source Han Sans SC-Medium';
    display:flex;
    align-items: center;
}

.contentMain {
    display: flex;
    flex-direction: column;
    width: 1341px;
}

.contentMain>a {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #F0F0F0;
    background-color: #ffffff;
    padding: 24px 0;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* 只使用transform进行过渡动画 */
}
.contentMain>a:hover{
    transform: translateY(-5px); /* 向上移动5px */
    box-shadow: 0 15px 10px -15px #B5CEFF;
}
.contentMain>a:last-child{
    margin-bottom: 44px;
}
.contentMain>a>div{
    display: flex;
    flex-direction: column;
}
.contentMainD {
    color: #8C8C8C;
    font: normal 400 14px 'Source Han Sans SC-Regular';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contentMainT {
    margin: 8px 0 12px;
    color: #262626;
    font: normal 500 20px 'Source Han Sans SC-Medium';
}
