body {
    background: #F4F4F4;
}

.lxwmBox {
    width: 100%;
    height: 100vh;
    background: url(../img/lxwmBg.png) no-repeat center/cover;
    display: flex;
    align-items: center;
}

.lxwmBox .center {
    display: flex;
    align-items: center;
}

.lxwmCon h1 {
    margin-bottom: 20px;
}

.lxwmCon h1 b {
    color: #fff;
    font-weight: bold;
    font-size: 76px;
    margin-bottom: 10px;
    display: block;
}

.lxwmCon h1 span {
    color: #fff;
    font-size: 36px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-weight: normal;
}

.lxwmCon h1::after {
    content: "";
    width: 74px;
    height: 12px;
    background: #F83D3D;
    display: block;
    margin-top: 5px;
}

.lxwmCon p {
    font-size: 24px;
    color: #FFFFFF;
    padding: 40px 0;
}

.lxwmCon p:not(:last-child) {
    border-bottom: 1px solid #fff;
}


/* add newpage */

.advCommon {
    width: 100%;
    height: 788px;
    border-bottom-left-radius: 120px;
    position: relative;
}

.advCommon .center {
    display: flex;
    height: 100%;
    align-items: center;
}

.advContent {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.titCom h1 {
    font-weight: bold;
    font-size: 80px;
    color: #FFFFFF;
}

.titCom p {
    font-size: 26px;
    color: #FFFFFF;
}

.contentCon {
    width: 100%;
    background: url(../img/page/bodyBg.png) no-repeat center 180px;
    background-size: contain;
}

.xwzxCom {
    background: #fff;
    padding: 50px 100px;
    position: relative;
    z-index: 2;
    margin-top: -120px;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.15);
}

.xwzxItem {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
    padding-top: 35px;
    transition: all 0.3s;
    align-items: flex-start;
}

.xwzxItem>a {
    width: 43%;
    /* height: 360px; */
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    top: -20px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 10px 6px 13px 0px rgba(171, 26, 26, 0.41);
    border-radius: 0px 150px 0px 150px;
    transition: 0.2s;
}

.xwzxItem>a::before {
    content: '';
    position: absolute;
    top: -0;
    left: -0;
    right: -0;
    bottom: -0;
    background: linear-gradient(194deg, rgba(255, 255, 255, 1), rgba(223, 5, 5, 1));
    border-radius: 0px 150px 0px 150px;
    z-index: -1;
    transition: 0.2s;
}

.xwzxItem>a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9F0101;
    z-index: -2;
    border-radius: 0px 150px 0px 150px;
    transition: 0.2s;
}

.xwzxItem>a i {
    width: 100%;
    padding-bottom: 72%;
    border-radius: 0px 144px 0px 144px;
    display: block;
}

.xwzxItem:hover>a::before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
}

.xwzxItem:hover>a::after {
    border-radius: 0px 120px 0px 120px;
    transform: rotate(-8deg);
    transition: 0.2s;
}

.xwzxTxt {
    height: 350px;
    background: #F5F5F5;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    border-radius: 0px 120px 0px 120px;
    position: relative;
    z-index: 0;
    padding-right: 50px;
    padding-left: 180px;
    margin-left: -110px;
}

.xwzxTxt h4 {
    background: url(../img/page/icon-comma.png) no-repeat left center;
    padding-left: 20px;
    padding-top: 30px;
}

.xwzxTxt h4 a {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    cursor: pointer;
}

.xwzxItem:hover .xwzxTxt h4 a {
    color: #9F0101;
}

.xwzxTxt p {
    font-size: 16px;
    color: #666666;
}

.xwzxTxt a.seeDetail {
    font-size: 16px;
    color: #9F0101;
    padding-top: 20px;
    display: inline-block;
    text-align: center;
    width: 82px;
}

.xwzxTxt a.seeDetail::after {
    content: '';
    display: block;
    width: 82px;
    height: 10px;
    background: #FF9D9D;
    margin-top: -10px;
    transition: 0.3s;
}

.detailTit {
    padding: 30px 0;
    border-bottom: 1px solid #FFBABA;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.detailTit h4 {
    font-weight: bold;
    font-size: 26px;
    color: #333333;
}

.detailTit p {
    font-size: 16px;
    color: #666666;
}

.detailCon {
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
}

.detailCon p,
.detailCon p span {
    font-size: 16px!important;
    color: #333333!important;
    line-height: 1.6em!important;
    margin: 20px 0!important;
    font-family: Source Han Sans CN, Source Han Sans CN!important;
}

.detailCon p img {
    max-width: 80%;
    height: auto;
}

.xwzxNoPadBot {
    padding-bottom: 0;
}

.changePage {
    padding: 30px 0;
    border-top: 1px solid #FFBABA;
    display: flex;
    justify-content: space-between;
}

.changePage a {
    font-size: 16px;
    color: #333333;
    max-width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../img/page/icon-pre.png) no-repeat left center;
}

.changePage a:first-child {
    padding-left: 36px;
}

.changePage a+a {
    background: url(../img/page/icon-next.png) no-repeat right center;
    padding-right: 36px;
}

.changePage a:hover {
    color: #9F0101;
}

.withNavBox {
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.15);
    margin-top: -120px;
}

.whiteBg {
    padding: 30px 90px;
    background: #fff;
}

.navBox {
    height: 106px;
    width: 100%;
    display: flex;
    background: #fff;
    border-top-right-radius: 50px;
}

.navBox a {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    background: #fff;
    transition: 0.3s;
    border-bottom: 2px solid #EBEBEB;
}

.navBox a:hover,
.navBox a.active {
    color: #fff;
    background: url(../img/page/tabBg.png) no-repeat center center #9F0101;
    border-top-right-radius: 50px;
    transition: 0.3s;
    border-color: #9F0101;
}

.navBox a.active {
    height: calc(100% + 20px);
    position: relative;
    top: -20px;
}

.navBox a:hover p,
.navBox a.active p {
    background: url(../img/page/icon-note.png) no-repeat left center;
    padding-left: 36px;
}

.navBox a:nth-child(2):hover p,
.navBox a:nth-child(2).active p {
    background-image: url(../img/page/icon-hat.png);
}

.navBox a:nth-child(3):hover p,
.navBox a:nth-child(3).active p {
    background-image: url(../img/page/icon-img.png);
}

.memory h4 {
    font-weight: bold;
    font-size: 26px;
    color: #9F0101;
    margin: 15px 0;
}

.memory p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6em;
}

.zyxxList {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.zyxxList a {
    flex: 0 0 calc(25% - 38px);
    position: relative;
    transition: 0.3s;
}

.zyxxList a i {
    width: 100%;
    padding-bottom: 140%;
    position: relative;
    overflow: hidden;
    display: block;
}

.zyxxList a i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.zyxxList a:hover i img {
    transform: scale(1.05);
    transition: 0.3s;
}

.zyxxList a .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(51, 51, 51, 0.6);
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.zyxxList a .name h4 {
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
}

.zyxxList a .name p {
    font-size: 18px;
    color: #FFFFFF;
}

.zyxxList a .badge {
    background: url(../img/page/nameBg.png) no-repeat center/cover;
    width: 180px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    margin: -32px auto 0;
    position: relative;
}

.teacherDetailBox {
    margin-bottom: 60px;
    border-bottom-right-radius: 100px;
    background: none;
    border-top-left-radius: 100px;
}

.teacherDetailBox .whiteBg {
    border-bottom-right-radius: 100px;
}

.teacherDetailBox .navBox,
.teacherDetailBox .navBox a:first-child {
    border-top-left-radius: 100px;
}

.zyxxBox {
    padding: 30px 0;
}

.zyxxDetail {
    display: flex;
    gap: 50px;
    align-items: center;
    background: url(../img/page/bio-clound.png) no-repeat bottom right;
}

.zyxxDetailTit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zyxxDetailTit .zyxxPic {
    width: 320px;
    padding: 20px;
    background: url(../img/page/teaBg.png) no-repeat center bottom/cover;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    overflow: hidden;
}

.zyxxDetailTit .decorate {
    width: 100%;
    height: 42px;
    background: url(../img/page/icon-jsb.png) no-repeat 10px center, url(../img/page/icon-jsb.png) no-repeat calc(100% - 10px) center;
    position: relative;
    margin-top: -16px;
}

.zyxxDetailTit i {
    display: block;
    width: 100%;
    padding-bottom: 140%;
    position: relative;
}

.zyxxDetailTit i img {
    position: absolute;
    top: 0;
    border-radius: 10px;
}

i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zyxxDetailTit .nameMess {
    width: 100%;
    background: url(../img/page/icon-wheat.png) no-repeat center, linear-gradient( 180deg, #FF6666 0%, #9F0101 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 10px;
    gap: 8px;
    margin-top: -16px;
}

.zyxxDetailTit .nameMess h4 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
}

.zyxxDetailTit .nameMess p {
    font-size: 16px;
    color: #fff;
}

.zyxxDetailCon {
    background: url(../img/page/bio-cloundMin.png) no-repeat 10% top;
    max-height: 560px;
    overflow-y: auto;
    padding-right: 20px;
}

.zyxxDetailCon::-webkit-scrollbar {
    width: 6px;
    /* Ã¨Â®Â¾Ã§Â½Â®Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã§Å¡â€žÃ¦â‚¬Â»Ã¥Â®Â½Ã¥ÂºÂ¦ */
}

.zyxxDetailCon::-webkit-scrollbar-track {
    background: rgba(154, 0, 0, 0.3);
    border-radius: 3px;
    /* Ã¨Â®Â©Ã¨Â½Â¨Ã©Ââ€œÃ¦Å“â€°Ã¥Å“â€ Ã¨Â§â€™ */
}


/* Ã¥Â®Å¡Ã¥Ë†Â¶Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦Â»â€˜Ã¥Ââ€”Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â */

.zyxxDetailCon::-webkit-scrollbar-thumb {
    border-radius: 6px;
    /* Ã¥Â®Å¡Ã¥Ë†Â¶Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦Â»â€˜Ã¥Ââ€”Ã§Å¡â€žÃ¥Å“â€ Ã¨Â§â€™ */
    background-color: #9A0000;
    /* Ã¥Â®Å¡Ã¥Ë†Â¶Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦Â»â€˜Ã¥Ââ€”Ã§Å¡â€žÃ©Â¢Å“Ã¨â€°Â² */
    cursor: pointer;
}


/* Ã¥â€¦Â¼Ã¥Â®Â¹IEÃ¥â€™Å’Edge */

.zyxxDetailCon {
    -ms-overflow-style: scrollbar;
    /* Ã¤Â½Â¿Ã§â€Â¨Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦Â Â·Ã¥Â¼Â */
}

.zyxxDetailCon p,
.zyxxDetailCon p span {
    font-size: 16px!important;
    color: #333333!important;
    line-height: 1.5!important;
    margin: 15px 0!important;
    font-family: Source Han Sans CN, Source Han Sans CN!important;
}

.zyxxDetailCon p {
    text-indent: 2em!important;
}

.galleryBox {
    background: #fff;
}

.yhjyBox {
    width: 100%;
    padding-right: 70px;
    display: flex;
    justify-content: flex-end;
    padding-top: 44px;
}

.yhjyTxt {
    width: 443px;
    height: 174px;
    display: block;
    background: url(../img/page/pic_yhjy.png) no-repeat center/cover;
}

.galleryOne {
    padding: 80px 90px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px
}

.galleryOne a {
    overflow: hidden;
    position: relative;
    flex: 0 0 calc(50% - 15px);
    height: 430px;
    transition: 0.3s;
}

.galleryOne a i {
    width: 100%;
    height: 100%;
    display: block;
}

a .txtCon {
    width: 100%;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
}

a .txtCon::after {
    content: "";
    width: 218px;
    height: 100%;
    background: url(../img/page/stuLifeBg.png) no-repeat right center/contain;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    transform: translateX(100%);
    transition: 0.3s;
}

a:hover .txtCon {
    background: #9F0101;
    transition: 0.3s;
}

a:hover .txtCon::after {
    transform: translateX(0);
    transition: 0.3s;
}

.galleryBox a:hover i img {
    transition: 0.3s;
}

.galleryBox a i img {
    transition: 0.3s;
}

.galleryDetail {
    background: #fff;
    padding: 30px 40px;
}

.galleryDetailTit {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    padding: 30px;
    border-bottom: 1px solid #FFBABA;
    margin-bottom: 30px;
}

.galleryDetail p {
    text-align: center;
    margin: 20px 0;
    font-size: 18px!important;
    color: #333333!important;
}

.galleryDetail p img {
    max-width: 80%;
}

.memPicBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    gap: 20px;
}

.memPicBox .memItem {
    width: 100%;
    transition: 0.3s;
}

.memPicBox .memItem .desk {
    width: 100%;
    padding-bottom: 10%;
    background: url(../img/page/icon-desk.png) no-repeat bottom center/contain;
}

.memPicBox .memCover {
    width: 100%;
    padding: 0 90px;
    transition: 0.3s;
    margin-bottom: -20px;
}

.memCoverImg {
    width: 100%;
    position: relative;
    background: url(../img/page/lglyItem.png) no-repeat right center/contain #fff;
    padding-right: 20px;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.memCoverImg b {
    display: block;
    position: absolute;
    left: -22px;
    background: url(../img/page/icon-label.png) no-repeat center/contain;
    width: 177px;
    height: 77px;
    padding-top: 12px;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-left: 24px;
    top: 40px;
    z-index: 3;
}

.memPicBox .memCover i {
    display: block;
    width: 100%;
    padding-bottom: 41%;
    position: relative;
    border-radius: 10px;
}

.memPicBox .memCover i img {
    border-radius: 10px;
    position: absolute;
}

.memPicBox .memItem:hover .memCover {
    transform: translateY(-10px) skew(-1deg);
    transition: 0.3s;
}


/* Ã¥Â¤Â§Ã¤Âºâ€¹Ã¨Â®Â°Ã©Â¡ÂµÃ©ÂÂ¢Ã¦Â Â·Ã¥Â¼Â */

.dsjBox {
    width: 100%;
    overflow: hidden;
}

.dsjPub {
    width: 100%;
    padding-bottom: 46.8%;
    position: relative;
}

.dsjPub img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.slogan {
    width: 727px;
    height: 388px;
    position: absolute;
    bottom: 40px;
    background: url("../img/dsj/wordBg.png") no-repeat center;
    padding: 36px 96px 40px 78px;
    left: 110px;
    z-index: 4;
}

.sloganTxt {
    width: 100%;
    height: 100%;
}

.sloganTxt h2 {
    font-weight: bold;
    font-size: 44px;
    color: #333333;
    padding: 20px 0;
    border-bottom: 1px solid #DBDBDB;
}

.sloganTxt p {
    padding: 28px 0;
    font-size: 20px;
    color: #333333;
    line-height: 1.6;
    text-align: justify;
}

.dsjBg {
    width: 100%;
    background: url(../img/dsj/dsjBg.png) no-repeat top center/cover;
    padding-top: 60px;
    margin-top: -230px;
    position: relative;
    z-index: 2;
}

.dsjCurve {
    position: relative;
}

.dsjCurve>img {
    width: 100%;
}

.dsjList {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    top: 0;
    left: 0;
}

.dsjListItem {
    width: 50%;
    min-height: 166px;
    display: flex;
    gap: 38px;
    position: absolute;
}

.dsjListItem i.dropDown {
    display: block;
    width: 32px;
    height: 29px;
    background: url(../img/dsj/icon-drop.png) no-repeat center/contain;
    animation: bounce 2s infinite;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -6px, 0);
        -ms-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.dsjListItemYear {
    height: 166px;
}

.dsjListItemYear {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dsjListItemYear h5 {
    width: 109px;
    height: 125px;
    padding: 10px;
    background: url(../img/dsj/yearBg.png) no-repeat center/contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 1.2;
}

.dsjListItemYear h5.year-container {
    flex-direction: column;
}

.dsjListItemYear h5 .connector {
    width: 2px;
    height: 14px;
    background: #fff;
    display: block;
}

.dsjListItemYear i {
    width: 109px;
    height: 33px;
    background: url(../img/dsj/yearShaow.png) no-repeat center/contain;
}

.dsjListItemIntro {
    border-top: 1px solid #fff;
    background: url(../img/dsj/icon-sj.png) no-repeat -3px -6px;
    padding: 22px 30px;
    margin-top: 50px;
    max-width: calc(100% - 160px);
    overflow: hidden;
}

.dsjListItemIntro p,
.dsjListItemIntro .dsjListItemIntroTxt p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.4;
}

.dsjListItemIntro .dsjListItemIntroTxt p {
    display: none;
}

.dsjListItem:first-child {
    flex-direction: row-reverse;
    top: 4%;
    left: 16.7%;
}

.dsjListItem:nth-child(2) {
    flex-direction: row-reverse;
    top: 10%;
    left: 16%;
}

.dsjListItem:nth-child(3) {
    top: 16%;
    left: 18%;
}

.dsjListItem:nth-child(4) {
    /* flex-direction: row-reverse; */
    top: 22%;
    left: 3%;
}

.dsjListItem:nth-child(4) .dsjListItemIntro {
    margin-top: 60px;
}

.dsjListItem:nth-child(5) {
    flex-direction: row-reverse;
    top: 28%;
    right: 40%;
}

.dsjListItem:nth-child(6) {
    flex-direction: row-reverse;
    top: 33%;
    right: 3%;
}

.dsjListItem:nth-child(7) {
    flex-direction: row-reverse;
    top: 39%;
    left: 9%;
}

.dsjListItem:nth-child(8) {
    top: 45%;
    left: 4%;
}

.dsjListItem:nth-child(9) {
    top: 50%;
    left: 22%;
}

.dsjListItem:nth-child(10) {
    flex-direction: row-reverse;
    top: 55%;
    right: 16%;
}

.dsjListItem:nth-child(11) {
    flex-direction: row-reverse;
    top: 60%;
    right: 5%;
}

.dsjListItem:nth-child(12) {
    top: 65.8%;
    right: 3%;
}

.dsjListItem:nth-child(13) {
    flex-direction: row;
    top: 70%;
    left: 4%;
}

.dsjListItem:nth-child(14) {
    flex-direction: row-reverse;
    top: 78%;
    left: 0%;
}

.dsjListItem:nth-child(15) {
    flex-direction: row-reverse;
    top: 84%;
    right: 3%;
}

.dsjListItem:nth-child(16) {
    flex-direction: row-reverse;
    top: 90%;
    left: 20%;
}

.dsjListItem:nth-child(17) {
    flex-direction: row;
    top: 98%;
    right: 4%;
}

.dsjListItem:nth-child(12) .dsjListItemIntro {
    max-width: calc(100% - 40%);
}

.dsjListItem:nth-child(11) .dsjListItemIntro,
.dsjListItem:nth-child(10) .dsjListItemIntro,
.dsjListItem:nth-child(7) .dsjListItemIntro,
.dsjListItem:nth-child(6) .dsjListItemIntro,
.dsjListItem:nth-child(3) .dsjListItemIntro,
.dsjListItem:nth-child(2) .dsjListItemIntro {
    background-position: calc(100% + 3px) -6px;
}

.conclusion {
    text-align: center;
    width: 100%;
    padding: 100px 20px 100px 20px;
}

.conclusion h1 {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1.6;
}

.conclusion p {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.8;
    text-align: center;
    display: flex;
    justify-content: center;
}

.dsjListItem,
.slogan {
    opacity: 0;
    transform: translateY(-40px);
    animation: dropDown 0.6s ease-out forwards;
}

@keyframes dropDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Ã¥Å Â¨Ã§â€Â»Ã¥Â»Â¶Ã¨Â¿Å¸ */

.slogan {
    animation-delay: 0s;
}

.dsjListItem:nth-child(1) {
    animation-delay: 0.5s;
}

.dsjListItem:nth-child(2) {
    animation-delay: 1.5s;
}

.dsjListItem:nth-child(3) {
    animation-delay: 2s;
}

.dsjListItem:nth-child(4) {
    animation-delay: 2.5s;
}

.dsjListItem:nth-child(5) {
    animation-delay: 3s;
}

.dsjListItem:nth-child(6) {
    animation-delay: 3.5s;
}

.dsjListItem:nth-child(7) {
    animation-delay: 4s;
}

.dsjListItem:nth-child(8) {
    animation-delay: 4.5s;
}

.dsjListItem:nth-child(9) {
    animation-delay: 5s;
}

.dsjListItem:nth-child(10) {
    animation-delay: 5.5s;
}

.dsjListItem:nth-child(11) {
    animation-delay: 6s;
}

.dsjListItem:nth-child(12) {
    animation-delay: 6.5s;
}

.dsjListItem:nth-child(13) {
    animation-delay: 7s;
}

.dsjListItem:nth-child(14) {
    animation-delay: 7.5s;
}

.dsjListItem:nth-child(15) {
    animation-delay: 8s;
}

.dsjListItem:nth-child(16) {
    animation-delay: 8.5s;
}

.dsjListItem:nth-child(17) {
    animation-delay: 9s;
}

.layerMaskBox {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    display: none;
}

.layerCen {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layerContent {
    width: 68%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 80%;
}

.layerContent .layerTitle {
    width: 100%;
    height: 60px;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
}

.layerContent .layerTitle {
    font-size: 20px;
}

.layerContent .layerTitle span,
.layerContent .layerTitle span svg {
    width: 26px;
    height: 26px;
    cursor: pointer;
    transition:0.3s;
}

.layerContent .layerTitle span svg:hover{width:28px;height:28px;fill:#9A0000;transition:0.3s;}

.layerTxtBox td span{font-size:16px!important;color:#333!important}

.layerContent .layerTxtBox {
    padding: 30px 30px;
    height: calc(100% - 60px);
    box-sizing: border-box;
    overflow-y: auto;
}

.layerTxtBox table {
    width: 100% !important;
    border-collapse: collapse;
    table-layout: fixed;
}

.layerTxtBox table colgroup col:nth-child(1){width:10%}

.layerTxtBox table:first-child th {
    border-bottom: 0!important;
    background: #ffe2e2;
    color: #9A0000;
}

.layerTxtBox th,
.layerTxtBox td {
    border: 1px solid #c9c9c9!important;
    /* 单元格边框 */
    padding: 8px;
    /* 内边距 */
    font-size: 16px!important;
    line-height: 1.6;
    word-break: break-all;
    font-family: Arial!important;
    color: #333!important;
}

.layerTxtBox table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.layerTxtBox table tr:nth-child(odd) {
    background-color: #ffffff;
}

.layerTxtBox p {
    font-size: 16px;
    line-height: 1.4;
    margin: 10px 0;
}


/**
 *  Ã¥Ë†â€ Ã©Â¡Âµ
 */

.page {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 14px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    background-color: #fff;
    border: 1px solid #666;
    margin-left: -1px;
}

.pagination>li>a {
    cursor: pointer
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #9A0000;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #9A0000;
    border-color: #9A0000;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}
