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;
    width: 216px;
    height: 153px;
}
.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;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    width: 1400px;
    z-index: 5;
    padding-bottom:70px;
    margin: -120px 0 80px 0;
    background-color: #FFFFFF;
}
/* 顶部导航 */
.contentBar {
    margin: 35px 0 0 0;
    width: 1338px;
    height: 80px;
    display: flex;
    background: #F6F6F6;
    justify-content: space-between;
    align-items: center;
}

.contentBarLeft {
    height: 22px;
    display: flex;
    gap: 4px;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 0 24px;
}
.contentBarLeft>a{
    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;
    margin-left:auto;
}
.contentBarIndex{
    margin-top: 12px;
    height: 20px;
    opacity: 0;
    transition: all 0.3s;
}
.contentBarRight>ul {
    display: flex;
    justify-content: space-around;
    font: normal 500 18px 'Source Han Sans SC-Medium';
}
.contentBarRight>ul>li{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80px;
}
.contentBarText{
    color: #3F51B5 !important;
}
.contentTextNormal{
    font: normal 500 18px 'Source Han Sans SC-Medium';
    transition: all 0.4s;
    color: #000000;
}
.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;
    flex-wrap: wrap;
    width: 1338px;
    margin: 40px 0 0 0;
}

.contentLunBo {
    width: 662px;
    height: 352px;
    overflow: hidden;
}

.lunBoSmooth {
    display: flex;
    height: 352px;
    transition: all 1s;
}
.notLunBoSmooth {
    display: flex;
    height: 352px;
}

.contentLunBo>ol {
    width: 100%;
    text-align: right;
}

.contentLunBo>ol>div {
    margin: -40px 15px 0 0;
}

.contentLunBo>ol>div>li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 8px;
    border-radius: 50%;
    cursor: pointer;
    background-color: white;
}

.lunBoSmooth>a>img,.notLunBoSmooth>a>img {
    display: inline-block;
    width: 662px;
    height: 352px;
}

.work {
    display: flex;
    flex-direction: column;
    width: 648px;
}

.work:nth-child(2){
    margin:0 0 0 28px;
}
.work:nth-child(2) > .workTotal {
    margin: 8px 0 8px 6px;
}
.work:nth-child(2) > .workTotal > li {
    margin: 0;
}
.work:nth-child(2) > .workTotal:first-child {
    margin: 23px 0 8px 6px;
}
.work:nth-child(2) > .workTotal:last-child {
    margin: 8px 0 0 6px;
}
.work:nth-child(3){
    margin:49px 0 48px 0;
}
.work:nth-child(4){
    margin:49px 0 48px 28px;
}
.workTitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #B9CBE7;
}

.workTitle>div {
    height: 40px;
    font: normal bold 20px 'Source Han Sans SC-Bold';
    color: #3F51B5;
    box-shadow: inset 0 -4px 0 0 #27368a;
}

.workTitle>a {
    font: normal 400 14px 'Source Han Sans SC-Bold';
    color: #8C8C8C;
}

.workContent {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    border-bottom: solid 1px #D9D9D9;
    padding: 31px 0 21px;
}

.date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 97px;
    height: 99px;
    background: #F0F0F0;
    border-radius: 9px;
    margin-right: 12px;
    cursor: default;
}

.workContentTitle {
    width: 540px;
    display: flex;
    flex-direction: column;
}

.workContent>.date>li:nth-child(1) {
    font: normal bold 32px 'Source Han Sans SC-Bold';
    color: #3F51B5;
}

.workContent>.date>li:nth-child(2) {
    font: normal bold 14px 'Source Han Sans SC-Bold';
    color: #404040;
}

.workContentTitle>a:nth-child(1) {
    font: normal bold 20px 'Source Han Sans SC-Medium';
    color: #262626;
}

.workContentTitle>a:nth-child(2) {
    text-align: left;
    text-indent: 2em;
    font: normal 400 14px 'Source Han Sans SC-Medium';
    color: #8C8C8C;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.workTotal {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.workTotal>li {
    margin: 8px 0 8px 1px;
    color: #D9D9D9;
    list-style: disc;
    display: flex;
    align-items: center;
}
.workTotal>li:nth-child(1){
    margin: 22px 0 8px 1px;
}
.workTotal>li:last-child{
    margin: 8px 0 0 1px;
}
.workTotal>li>div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 580px;
}
.workTotal>li>div::before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D9D9D9;
}
.workTotal>li>div>a:nth-child(1) {
    display: inline-block;
    width: 450px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font: normal 400 16px 'Source Han Sans SC-Regular';
    color: #404040;
}
.workTotal>li>div>a:hover {
    color: #3F51B5;
}
.workTotal>li>div>a:nth-child(2) {
    display: inline-block;
    text-align: center;
    font: normal 400 14px 'Source Han Sans SC-Regular';
    color: #8C8C8C;
}

.contentFocus {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 1338px;
    text-align: center;
}

.contentFocus>li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.focusPage {
    display: flex;
    justify-content: space-between;

}

.focusPage a {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.7s ease; /* 只使用transform进行过渡动画 */'
}
.focusPage a:hover {
    transform: scale(1.04);
    box-shadow: 0 15px 10px -15px #B5CEFF;
}
.focusPage-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 426px;
    height: 64px;
    background: #F6F6F6;
    padding: 21px 24px 21px 18px;
    box-sizing: border-box;
}
.focusPage-desc > span {
    color: #000000;
    white-space: nowrap; /* 设置为单行 */
    overflow: hidden; /* 隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}
