.banner {
    margin: 0 auto;
    background: #000;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100vh;
    z-index: 1;
}

.banner .swiper-slide {
    overflow: hidden;
    position: relative;
}

.banner .swiper {
    position: relative;
    height: 100%;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner .swiper-slide-active img {
    animation: changeScale 1 3s;
}

.swiper-slide-active .b-img {}

.banner .swiper-slide .text {
    position: absolute;
    right: 10%;
    top: 13%;
    color: #333333;
    z-index: 11;
    text-align: right;
    display: table;
}

.banner .swiper-slide .text img {
    display: inline-block;
    max-width: 100%;
    width: auto;
}

.banner .swiper-pagination {
    bottom: 1.5rem !important;
    right: 3.2rem;
    text-align: right !important;
    z-index: 2;
}

.banner .swiper-pagination-bullet {
    width: 0.19rem !important;
    height: 0.19rem !important;
    background: none !important;
    border-radius: 100%;
    opacity: 1;
    transition-duration: .5s;
    margin-left: 0.3rem;
    border: 2px solid #fff;
}

.banner .swiper-pagination-bullet-active {
    border-radius: 100%;
    background: #fff !important;
}

.Leaves {
    width: 4.09rem;
    height: 2.92rem;
    position: absolute;
    bottom: 0.1rem;
    right: -0.7rem;
    z-index: 1;
    transform-origin: right 30%;
    pointer-events: none;
    animation: swing 25s ease-in-out infinite;
}

.Leaves img {
    display: block;
    width: 100%;
}

.Leaves1 {
    width: 4.09rem;
    height: 2.92rem;
    position: absolute;
    bottom: 0;
    left: -0.7rem;
    z-index: 3;
    transform-origin: left 20.44%;
    pointer-events: none;
    animation: swing 13s ease-in-out infinite;
}

.Leaves1 img {
    display: block;
    width: 100%;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 0.51rem;
    height: 0.51rem;
    border: 3px solid #fff;
    border-radius: 100%;
}

.banner .swiper-button-prev {
    left: 1.6rem;
    right: auto;
    bottom: 1.5rem !important;
    top: inherit;
}

.banner .swiper-button-next {
    right: inherit;
    left: 2.45rem;
    top: inherit;
    bottom: 1.5rem;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
}

.current-page {
    font-size: 0.6rem;
    font-weight: bold;
}

/* 可选：调整数字容器样式 */
.number {
    position: absolute;
    bottom: 1.35rem;
    right: 1.9rem;
    color: #fff;
    font-size: 0.3rem;
    text-shadow: 3px 3px 3px #737373;
    z-index: 2;
}

.pc-banner {
    display: block;
}

.mobile-banner {
    display: none;
}


/*  */
.warp {
    width: 94.6%;
    margin: 0 auto;
    position: relative;
}

.homeLink {
    width: 100%;
    position: relative;
}

.topBg {
    width: 100%;
    background: url(../images/homeBg1.png)repeat-x left top;
    height: 0.83rem;
    margin-bottom: 0.8rem;
    position: relative;
    z-index: 2;
}

.line {
    position: absolute;
    width: 1px;
    z-index: 1;
    height: 100%;
    background: #e9e9e9;
    top: 0;
}

.pos1 {
    left: 12.5%;
}

.pos2 {
    left: 25.2%;
}

.pos3 {
    left: 37.7%;
}

.pos4 {
    left: 50.2%;
}

.pos5 {
    left: 62.8%;
}

.pos6 {
    left: 75.3%;
}

.pos7 {
    left: 87.8%;
}

.homelinkBox {
    background: #f7f7f7;

}

.homeNewsBox {
    width: 85%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 3;
    padding-bottom: 1.38rem;
}

.homeNewsBox .bit {
    width: 15%;
    height: 5.13rem;
    background: #6aafee;
    position: relative;
    color: #fff;
    padding-top: 0.45rem;
    display: flex;
    justify-content: center;
}

.homeNewsBox .bit .l1 {
    width: 25%;
    height: 1.7rem;
    background: #7ccef4;
    position: absolute;
    left: 0;
    bottom: -0.2rem;
}

.homeNewsBox .bit .l2 {
    width: 25%;
    height: 2.25rem;
    background: #6aafee;
    position: absolute;
    left: 25%;
    bottom: -0.75rem;
}

.homeNewsBox .bit .l3 {
    width: 25%;
    height: 1.7rem;
    background: #87c1f6;
    position: absolute;
    left: 50%;
    bottom: -0.4rem;
}

.homeNewsBox .bit .l4 {
    width: 25%;
    height: 1.7rem;
    background: #7ccef4;
    position: absolute;
    left: 75%;
    bottom: 0;
}

.cn-text {
    width: 0.45rem;
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.5rem;
}

.en-text {
    font-size: 0.36rem;
    writing-mode: vertical-rl;
    opacity: 0.3;
    font-family: "Cambria Math";
    padding-top: 0.1rem;
}

.homeNewsBox .NewsBox {
    width: 85%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.homeNewsBox .NewsBox .left {
    width: 66.36%;
}

.homeNewsBox .NewsBox .left .swiper-slide {
    cursor: pointer;
}

.homeNewsBox .NewsBox .left .swiper-slide .pic {
    width: 100%;
    background: #000;
    overflow: hidden;
}

.homeNewsBox .NewsBox .left .swiper-slide .pic img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.homeNewsBox .NewsBox .left .swiper-slide:hover .pic img {
    transform: scale(1.1);
    opacity: 0.7;
}

.homeNewsBox .NewsBox .left .swiper-slide .Neir {
    width: 100%;
    background: #6aafee;
    color: #fff;
    padding: 0.8rem 0.35rem 0.35rem 0.5rem;
    position: relative;
    overflow: hidden;
}

.homeNewsBox .NewsBox .left .swiper-slide .Neir h1 {
    line-height: 0.46rem;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0.1rem;
}

.homeNewsBox .NewsBox .left .swiper-slide .Neir .pText {
    line-height: 0.26rem;
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0.6;
}

.homeNewsBox .NewsBox .left .swiper-slide .time {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 0;
    top: 0;
    background: #fe9ac0;
    font-family: "Cambria Math";
    font-size: 0.48rem;
    line-height: 0.24rem;
    text-align: center;
    border-radius: 0 0 0.1rem 0;
    padding-top: 0.2rem;
}

.homeNewsBox .NewsBox .left .swiper-slide .time span {
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.18rem;
}

.homeNewsBox .NewsBox .right {
    width: 32%;
    background: #fff;
    box-shadow: 0 3px 8px #e4e4e4;
}

.homeNewsBox .NewsBox .right ul {
    width: 100%;
    height: 100%;
}

.homeNewsBox .NewsBox .right ul li {
    width: 100%;
    height: 33.333%;
    position: relative;
    padding: 0 0.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.homeNewsBox .NewsBox .right ul li .time {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: url(../images/Leaves4.png)no-repeat right bottom #f1b838;
    font-family: "Cambria Math";
    font-size: 0.48rem;
    line-height: 0.24rem;
    text-align: center;
    border-radius: 0 0 0.1rem 0;
    padding-top: 0.2rem;
    transition-duration: .5s;
    z-index: 2;
}

.homeNewsBox .NewsBox .right ul li .time span {
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.18rem;
}

.homeNewsBox .NewsBox .right ul li:hover .time {
    background: url(../images/Leaves4.png)no-repeat right bottom #fe9ac0;
}

.homeNewsBox .NewsBox .right ul li .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition-duration: .5s;
}

.homeNewsBox .NewsBox .right ul li:hover .pic {
    opacity: 0.3;
}

.homeNewsBox .NewsBox .right ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.homeNewsBox .NewsBox .right ul li .pText {
    width: 100%;
    position: relative;
    z-index: 2;
    font-size: 0.24rem;
    line-height: 0.3rem;
    padding-top: 0.2rem;
}

.homeAffairs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.affairs {
    width: 67.7%;
    padding: 0.55rem 0.95rem 0.75rem 1.25rem;
    background: url(../images/newsBg.png)no-repeat right bottom #6aafee;
    background-size: 100% 100%;
    color: #fff;

}

.affairsBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.affairsBox .left {
    width: 35%;
}

.affairsBox .left ul {
    width: 100%;
}

.affairsBox .left ul li {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
    margin-bottom: 0.55rem;
    cursor: pointer;
}

.affairsBox .left ul li:hover img {
    transform: scale(1.1);
    opacity: 0.7;
}

.affairsBox .left ul li:nth-child(2) {
    margin-bottom: 0;
}

.affairsBox .left ul li .dw {
    width: 100%;
    padding: 0.1rem;
    font-size: 0.22rem;
    line-height: 0.3rem;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.affairsBox .left ul li img {
    display: block;
    width: 100%;
    transition-duration: .5s;
    position: relative;
}

.affairsBox .right {
    width: 61%;
}

.affairsBox .right li {
    width: 100%;
    border-bottom: 1px dashed #88bff1;

}

.affairsBox .right li:hover {
    border-bottom: 1px dashed #fe9ac0;
}

.affairsBox .right li .time {
    width: 15%;
    text-align: center;
    font-family: "Cambria Math";
    font-size: 0.48rem;
    line-height: 0.24rem;
    text-align: center;
    padding-top: 0.2rem;
}

.affairsBox .right li .time span {
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.18rem;
}

.affairsBox .right li:nth-child(1) a {
    padding-top: 0;
}

.affairsBox .right li .intro {
    width: 78%;
    font-size: 0.22rem;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.05rem;
}

.affairsBox .right li a {
    padding: 0.17rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition-duration: .5s;
    color: #fff;
}

.affairsBox .right li a:hover {
    color: #e4b0c4;
}

.notice {
    width: 32.3%;
    background: url(../images/newsbg.jpg)no-repeat left bottom #7ccef4;
    color: #fff;
    padding: 0.55rem 1rem 0 0.3rem;
}

.noticeBox {
    width: 100%;
}

.noticeBox li {
    width: 100%;

}



.noticeBox .time {
    text-align: center;
    font-family: "Cambria Math";
    font-size: 0.48rem;
    line-height: 0.24rem;
    text-align: center;
    padding: 0.15rem 0.1rem 0.05rem 0.1rem;
    border: 1px solid #fff;
    border-radius: 0 0 0.15rem 0;

}

.noticeBox .time span {
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.18rem;
}

.noticeBox li:nth-child(1) a {
    padding-top: 0;
}

.noticeBox li .intro {
    width: 75%;
    font-size: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.05rem;
}

.noticeBox li a {
    padding: 0.17rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    transition-duration: .5s;
    color: #fff;
}

.noticeBox li a:hover {
    color: #fe9ac0;
}

.noticeBox li a:hover .time {
    border: 1px solid #fe9ac0;
}



.indexBit {
    display: table;
    font-size: 0.48rem;
    color: #fff;
    line-height: 0.64rem;
    margin-bottom: 0.35rem;
    position: relative;
    z-index: 8;
}

.indexBit span {
    display: inline-block;
    margin-left: 0.15rem;
    color: #d6d6d6;
    font-family: "simsun";
    font-size: 0.34rem;
    opacity: 0.6;
    font-weight: bold;
}

/*  */

.home_disciplines {
    width: 100%;
    position: relative;
}

.djwhBox {
    padding: 1.1rem 1.7rem 2.15rem 0.7rem;
    background: url(../images/djwh-bg.jpg)no-repeat top left;
}

.djwhBox .dw {
    width: 5.8rem;
    height: 6.5rem;
    right: 2.49rem;
    position: absolute;
    content: "";
    top: 1.73rem;
    background: #7ccef4;
    z-index: 2;
}

.djwhBox .dw1 {
    width: 0.625rem;
    position: absolute;
    height: 6.72rem;
    background: #6aafee;
    right: 1.87rem;
    z-index: 2;
    top: 1.73rem;
}

.djwhBox .dw2 {
    width: 0.625rem;
    position: absolute;
    height: 6.72rem;
    background: #7ccef4;
    right: 1.25rem;
    z-index: 2;
    top: 1rem;
}

.djwhBox .dw3 {
    width: 0.625rem;
    position: absolute;
    height: 6.72rem;
    background: #87c1f6;
    right: 0.625rem;
    z-index: 2;
    top: 1.91rem;
}

.djwhBox .dw4 {
    width: 0.625rem;
    position: absolute;
    height: 6.72rem;
    background: #fe9ac0;
    right: 0;
    z-index: 2;
    top: 1.17rem;
}

.djwhList {
    width: 100%;
    position: relative;
    z-index: 3;
}

.djwhList .swiper-slide {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #cacaca;
}

.djwhList .mySwiper4 {
    padding: 8px;
}

.djwhList .swiper-slide .pic {
    width: 100%;
    background: #000;
    overflow: hidden;
}

.djwhList .swiper-slide .pic img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.djwhList .swiper-slide .pText {
    width: 100%;
    padding: 0.35rem 0.3rem;
}

.djwhList .swiper-slide .pText .t1 {
    font-size: 0.24rem;
    line-height: 0.3rem;
    margin-bottom: 0.55rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.djwhList .swiper-slide .pText .time {
    line-height: 0.38rem;
    font-family: "Cambria Math";
    color: #bd5476;
    font-size: 0.3rem;
    margin-top: 0.1rem;
}

.djwhList .swiper-slide:hover .pic img {
    transform: scale(1.1);
    opacity: 0.7;
}

.djwhList .swiper-button-prev,
.djwhList .swiper-button-next {
    width: 0.46rem;
    height: 0.46rem;
    border: 2px solid #fff;
    border-radius: 100%;
    top: 105%;
}

.djwhList .swiper-button-prev:after,
.djwhList .swiper-button-next:after {
    color: #fff;
    font-size: 0.24rem;
}

.djwhList .swiper-button-prev {
    left: 91.5%;
}

.djwhList .swiper-button-next {
    right: 1.5%;
}

.Leaves2 {
    width: 4.52rem;
    height: 2.46rem;
    position: absolute;
    top: -0.4rem;
    right: 0;
    z-index: 3;
    transform-origin: right 30%;
    animation: float 2s ease-in-out infinite;
}

.Leaves img {
    display: block;
    width: 100%;
}

.Leaves3 {
    width: 4.52rem;
    height: 2.46rem;
    position: absolute;
    top: -2rem;
    left: -0.1rem;
    z-index: 3;
    transform-origin: right 30%;
    animation: float 2s ease-in-out infinite;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
        /* 上下浮动的距离 */
    }
}

.Leaves3 img {
    display: block;
    width: 100%;
}


/* 专题 */
.topicBox {
    padding: 0 0.7rem;
    position: relative;
    z-index: 3;
}

.topicBox .swiper {
    padding-bottom: 0.75rem;
}

.topicBox .swiper-slide {
    padding-right: 0.15rem;
    position: relative;
    cursor: pointer;
}

.topicBox .swiper-slide .pic {
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 0 0.3rem;
    background: #000;
    overflow: hidden;
}

.topicBox .swiper-slide .pic img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.topicBox .swiper-slide:hover .pic img {
    transform: scale(1.1);
    opacity: 0.7;
}

.topicBox .swiper-slide:after {
    width: 2rem;
    height: 2rem;
    background: #fe9ac0;
    position: absolute;
    content: "";
    border-radius: 0 0.2rem;
    z-index: 1;
    right: 0;
    bottom: 0.15rem;
}


.topicBox .swiper-slide-next {
    top: 0.75rem;
}





























@media only screen and (max-width: 760px) {
    .banner {
        height: auto;
    }

    .Leaves {
        width: 25%;
        height: auto;
        bottom: 0.1rem;
        right: -15px;
    }

    .Leaves1 {
        width: 25%;
        height: auto;
        left: -15px;
    }

    .banner .swiper-button-next {
        right: inherit;
        left: 20%;
        bottom: 30px;
    }

    .banner .swiper-button-prev {
        left: 5%;
        right: auto;
        bottom: 30px !important;
    }

    .banner .swiper-pagination {
        bottom: 35px !important;
        right: 25%;
    }

    .number {
        bottom: 25px;
        right: 28%;
    }

    .building {
        margin-top: 300px;
    }

    .linkBox {
        width: 25%;
    }

    .homeLink .dw1 {
        left: 0;
        top: 80px;
    }

    .homeLink .dw2 {
        left: 25%;
        top: 80px;
    }

    .homeLink .dw3 {
        left: 50%;
        top: 80px;

    }

    .homeLink .dw4 {
        left: 75%;
        bottom: inherit;
        top: 80px;
    }

    .linkBox .img {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .linkBox .img img {
        width: 100%;
    }

    .linkBox .topBox,
    .linkBox .topBox1,
    .linkBox .topBox2,
    .linkBox .topBox3 {
        padding: 15px;
    }

    .homeLink .more {
        display: none;
    }


    .indexBit {
        line-height: 20px;
    }



    .Leaves3 {
        width: 35%;
        height: auto;
        top: 0;
        left: 0;
    }

    .Leaves2 {
        width: 35%;
        height: auto;
        top: -25px;
        right: 0;
    }

    .zjBox {
        width: 100%;
        display: block;
    }

    .homeNewsBox {
        width: 100%;
        padding-bottom: 40px;
    }

    .homeNewsBox .bit {
        width: 100%;
        height: auto;
        padding: 0 0 20px 20px;
        background: none;
        color: #333;
        justify-content: left;
    }

    .homeNewsBox .bit .l1,
    .homeNewsBox .bit .l2,
    .homeNewsBox .bit .l3,
    .homeNewsBox .bit .l4 {
        display: none;
    }

    .cn-text {
        width: auto;
        text-align: center;
    }

    .en-text {
        writing-mode: inherit;
    }

    .homeNewsBox .NewsBox .left,
    .homeNewsBox .NewsBox .right,
    .homeNewsBox .NewsBox {
        width: 100%;
    }

    .homeNewsBox .NewsBox .left .swiper-slide .Neir h1 {
        font-size: 18px;
        line-height: 26px;
    }

    .homeNewsBox .NewsBox .left .swiper-slide .Neir .pText {
        font-size: 15px;
        line-height: 28px;
    }

    .homeNewsBox .NewsBox .left .swiper-slide .time,
    .homeNewsBox .NewsBox .right ul li .time,
    .affairsBox .right li .time,
    .noticeBox .time {
        width: 70px;
        height: 58px;
        font-size: 24px;
        line-height: 20px;
    }

    .homeNewsBox .NewsBox .left .swiper-slide .Neir {
        padding: 70px 15px 25px 0.5rem;
    }

    .homeNewsBox .NewsBox .left .swiper-slide .time span,
    .homeNewsBox .NewsBox .right ul li .time span,
    .affairsBox .right li .time span,
    .noticeBox .time span {
        font-size: 14px;
    }

    .homeNewsBox .NewsBox .right ul li {
        width: 100%;
        height: auto;
        padding: 30px 30px 30px 80px;
    }

    .homeNewsBox .NewsBox .right ul li .pText {
        font-size: 18px;
        line-height: 26px;
        padding-top: 0;
    }

    .affairs {
        width: 100%;
        padding: 40px 10px 30px 10px;
    }

    .affairsBox .left {
        width: 100%;
    }

    .affairsBox .right {
        width: 100%;
        padding-top: 20px;
    }

    .notice {
        width: 100%;
        padding: 30px 15px;
    }

    .affairsBox .left ul li .dw {
        width: 100%;
        padding: 10px 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .affairsBox .right li .intro {
        font-size: 15px;
        line-height: 24px;
        margin-top: 5px;
    }

    .noticeBox li .intro {
        font-size: 15px;
        line-height: 24px;

        margin-top: 0;
    }

    .djwhBox .dw {
        display: none;
    }

    .djwhBox {
        padding: 40px 15px;
    }

    .djwhList .mySwiper4 {
        padding: 0;
    }

    .djwhList .swiper-slide .pText .t1 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .djwhList .swiper-button-prev,
    .djwhList .swiper-button-next {
        top: 40%;
    }

    .djwhList .swiper-button-prev {
        left: 0;
    }

    .djwhList .swiper-button-next {
        right: 0;
    }

    .djwhList .swiper-button-prev,
    .djwhList .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .djwhList .swiper-button-prev:after,
    .djwhList .swiper-button-next:after {
        color: #fff;
        font-size: 17px;
    }

    /*  */





    .pc-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .banner .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        margin: 0 10px;
    }

    .banner .swiper-pagination-bullet-active {
        width: 10px !important;
    }

    .aboutNum dl {
        height: 280px;
    }
}