.data-page {
    width: 100%;
    background: #FFFFFF;
}

.data-box {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
}

.data-box .num {
    color: #222222;
    font-size: 24px;
}

.data-box .number {
    color: #93999F;
}

.number-box {
    margin-left: 12px;
    text-align: left;
}

.data-box .data-box-children {
    display: flex;
    justify-content: center;
    margin: 24px 24px;
}

.data-box .data-box-children img {
    height: 40px;
}

.sass-box .title,.jjb-government .title, .jjb-Courseware .title,
.jjb-service .title, .jjb-advantage .title, .jjb-customer .title,
.jjb-case .title, .jjb-news .title {
    margin: 25px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sass-box .title .title-img, .jjb-government .title .title-img,
.jjb-Courseware .title .title-img, .jjb-service .title .title-img,
.jjb-advantage .title .title-img, .jjb-customer .title .title-img,
.jjb-case .title .title-img, .jjb-news .title .title-img {
    width: 29px;
    height: 13px;
    margin: 0 20px;
}

.sass-box .title .title-text, .jjb-government .title .title-text,
.jjb-Courseware .title .title-text, .jjb-service .title .title-text,
.jjb-advantage .title .title-text, .jjb-customer .title .title-text,
.jjb-case .title .title-text, .jjb-news .title .title-text {
    font-size: 24px;
}

@media (max-width: 750px) {
    .sass-box .title .title-text, .jjb-government .title .title-text,
    .jjb-Courseware .title .title-text, .jjb-service .title .title-text,
    .jjb-advantage .title .title-text, .jjb-customer .title .title-text,
    .jjb-case .title .title-text, .jjb-news .title .title-text {
        font-size: 18px;
        text-align: center;
    }

    .data-box .num {
        color: #222222;
        font-size: 20px;
    }

    .data-box .data-box-children {
        margin: 24px 24px;
    }

    .data-box .data-box-children img {
        height: 30px;
    }
}

.sass-box .title-notes, .jjb-government .title-notes {
    font-size: 14px;
    color: #93999F;
    text-align: center;
    padding: 0 20px;
}

.list-box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

.list-box .list {
    position: relative;
    width: 215px;
    height: 280px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 10px;
    overflow: hidden;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #FFFFFF;
    padding-left: 32px;
    box-sizing: border-box;
}

.list .list-item {
    padding-left: 32px;
    line-height: 30px;
    margin-top: 16px;
    box-sizing: border-box;
}

.list-box .list .item-title {
    width: 100%;
    height: 50px;
    background: url("../images/web/home/bg1.svg") no-repeat center center;
    background-size:cover;

}

.list-box .list .item-title1 {
    background: url("../images/web/home/bg2.svg") no-repeat center center;
    background-size:cover;
    width: 100%;
    height: 50px;
}

.list-box .list .item-title2 {
    background: url("../images/web/home/bg3.svg") no-repeat center center;
    background-size:cover;
    width: 100%;
    height: 50px;
}

.list-box .list .item-title3 {
    background-size:cover;
    width: 100%;
    height: 50px;
    background: url("../images/web/home/bg4.svg") no-repeat center center;
}

.list-box .list .item-title4 {
    background-size:cover;
    width: 100%;
    height: 50px;
    background: url("../images/web/home/bg5.svg") no-repeat center center;
}

@media (max-width: 750px) {
    .list-box{
        padding: 0 20px;
        justify-content: space-between;
    }
    .list-box .list{
        width: 47%;
        margin-left: 0;
    }
    .flex-vertical-center{
        font-size: 16px;
        padding-left: 22px;
    }
    .list .list-item {
        padding-left: 22px;
    }
}
.btn-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0 41px 0;
}


.btn-box .jjb-btn,
.jjb-government .jjb-btn {
    width: 170px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(88deg, #00A9FF 0%, #454FFF 100%);
    /*border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) 2 2;*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-box .jjb-btn:hover,
.jjb-government .jjb-btn:hover{
    opacity:0.8;
}

.btn-box .jjb-btn .btn-text {
    font-size: 16px;
    color: #FFFFFF;
}

.btn-box .jjb-btn img {
    font-size: 16px;
    margin-left: 8px;
}

.jjb-government {
    /*padding: 10px 20px 20px 20px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    /*background: url("../images/web/home/background1.png") no-repeat;*/
    line-height: normal;
    background-size: 100% 100%;
    margin-top: -1px;
}

.jjb-government .img {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin-top: 40px;
}

.jjb-Courseware .Courseware-right-box .jjb-mun {
    width: 32px;
    height: 32px;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 50%;
    background: #008BFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.jjb-Courseware .jjb-Courseware-box {
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
}

.jjb-Courseware .Courseware-right-box,
.jjb-Courseware .Courseware-left-box {
    max-width: 580px;
}

.jjb-Courseware .Courseware-right-box .Courseware-right {
    display: flex;
    margin-top: 10px;
    padding: 10px;
}

.jjb-Courseware .Courseware-right-box .jjb-mun .jjb-mun1 {
    color: #FFFFFF;
    font-size: 14px;
}

.jjb-Courseware .Courseware-right-box .Courseware-list-box {
    flex: 1;
    line-height: 25px;
}

.jjb-Courseware .Courseware-right-box .Courseware-list-box .Courseware-list-title {
    font-size: 20px;
    color: #222222;
}

@media (max-width: 750px) {
    .jjb-Courseware .Courseware-right-box .Courseware-list-box .Courseware-list-title {
        font-size: 18px;
    }
}

.jjb-Courseware .Courseware-right-box .Courseware-list-box .Courseware-list-info {
    font-size: 14px;
    color: #72777C;
    word-break: break-word;
    text-align: justify;
}

.jjb-service {
    background-color: #FFFFFF;
}

.jjb-service .jjb-service-box {
    margin-top: 20px;
    padding-bottom: 20px;
}

.jjb-service .jjb-service-box .jjb-service-box-right {
    display: flex;
    padding: 5px 20px;
}

.jjb-service .jjb-service-box .jjb-service-box-right .jjb-service-box-right-list {
    background: url("../images/web/home/bg6.svg") no-repeat center center;
    width: 580px;
    box-sizing: border-box;
    background-size: cover;
    padding: 15px;
    margin: 5px 10px;
    border-radius: 8px;
    min-height: 140px;
}

.jjb-service .jjb-service-box .jjb-service-box-right .jjb-service-box-right-list .jjb-service-box-right-title {
    font-size: 20px;
    color: #222222;
    margin-bottom: 5px;
    font-weight: bold;
}
@media (max-width: 750px) {
    .jjb-service .jjb-service-box .jjb-service-box-right .jjb-service-box-right-list .jjb-service-box-right-title{
        font-size: 16px;
    }
}
.jjb-service .jjb-service-box .jjb-service-box-right .jjb-service-box-right-list p {
    font-size: 14px;
    color: #686D72;
}

.jjb-advantage .jjb-advantage-box {
    display: flex;
    justify-content: space-around;
    margin: 20px 0 40px 0;
    flex-wrap: wrap;
}

.jjb-advantage .jjb-advantage-box-list {
    text-align: center;
    width: 282px;
    height: 270px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 35px;
    /*margin-right: 24px;*/
    box-sizing: border-box;
    margin-top: 10px;
}

.jjb-advantage .jjb-advantage-box-list:hover .jjb-advantage-title {
    color: #FFFFFF;
}
.jjb-advantage .jjb-advantage-box-list:hover .jjb-advantage-notice{
    color: #FFFFFF;
}
.jjb-advantage .jjb-advantage-box-list:hover {
    background: #008BFF;
}

.jjb-advantage .jjb-advantage-box-list:hover {
    cursor: pointer;
    transform: translate(0, -10px);
}

.jjb-advantage .jjb-advantage-box-list :hover {
    cursor: pointer;
}

.jjb-advantage .jjb-advantage-box-list:hover .img {
    background: url("../images/web/home/ys11.svg") no-repeat center center;
}

.jjb-advantage .jjb-advantage-box-list .img {
    margin-bottom: 32px;
    height: 56px;
    background: url("../images/web/home/ys1.svg") no-repeat center center;
}
.jjb-advantage .jjb-advantage-box-list:hover .img1 {
    background: url("../images/web/home/ys22.svg") no-repeat center center;
}

.jjb-advantage .jjb-advantage-box-list .img1 {
    margin-bottom: 32px;
    height: 56px;
    background: url("../images/web/home/ys2.svg") no-repeat center center;
}
.jjb-advantage .jjb-advantage-box-list:hover .img2 {
    background: url("../images/web/home/ys33.svg") no-repeat center center;
}

.jjb-advantage .jjb-advantage-box-list .img2 {
    margin-bottom: 32px;
    height: 56px;
    background: url("../images/web/home/ys3.svg") no-repeat center center;
}
.jjb-advantage .jjb-advantage-box-list:hover .img3 {
    background: url("../images/web/home/ys44.svg") no-repeat center center;
}

.jjb-advantage .jjb-advantage-box-list .img3 {
    margin-bottom: 32px;
    height: 56px;
    background: url("../images/web/home/ys4.svg") no-repeat center center;
}

.jjb-advantage .jjb-advantage-box-list .jjb-advantage-title {
    margin-bottom: 11px;
    font-size: 20px;
    color: #222222;
}

.jjb-advantage .jjb-advantage-box-list .jjb-advantage-notice {
    font-size: 14px;
    color: #72777C;
}

.jjb-advantage .jjb-advantage-box-list {
    width: 282px;
    height: 270px;
    background: #FFFFFF;
    border-radius: 8px;
}

.jjb-customer {
    background-color: #FFFFFF;
}

.jjb-customer .title {
    margin-bottom: 20px;
}

.jjb-customer .jjb-customer-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.jjb-customer .jjb-customer-list {
    width: 330px;
    height: 286px;
    /*margin-right: 80px;*/
}

.jjb-customer .jjb-customer-list .jjb-customer-list-ico-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jjb-customer .jjb-customer-list .jjb-customer-list-ico {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #008BFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jjb-customer .jjb-customer-list .jjb-customer-title {
    font-size: 20px;
    color: #222222;
    text-align: center;
    margin: 24px 0;
}

.jjb-customer .jjb-customer-list .jjb-customer-notice-box {
    width: 330px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/web/home/bg7.svg") no-repeat center center;
}

.jjb-customer .jjb-customer-list .jjb-customer-notice {
    font-size: 14px;
    color: #72777C;
}

.jjb-case .title {
    margin-bottom: 40px;
}

.jjb-case .jjb-case-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 20px;
}

.jjb-case .jjb-case-list {
    width: 373px;
    background: #FFFFFF;
}

.jjb-case .jjb-case-list .jjb-case-notice {
    color: #222222;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}

.jjb-news {
    background: #FFFFFF;
}

.jjb-news .jjb-news-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /*margin-bottom: 20px;*/
    padding: 0 20px 10px 20px;
}

.jjb-news .jjb-news-box .jjb-news-img {
    width: 506px;
    max-height: 300px;
    margin-top: 16px;
}

.jjb-news .jjb-news-box .jjb-news-list-box .jjb-news-list {
    display: flex;
    margin: 30px 0 35px 0;
    min-width: 300px;
    justify-content: space-between;
}
.jjb-news .jjb-news-box .jjb-news-list-box .jjb-news-list span{
    display: block;

}
.jjb-news .jjb-news-box .jjb-news-list-box .jjb-news-list .jjb-news-title {
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    font-weight: bold;
}

.jjb-news .jjb-news-box .jjb-news-list-box .jjb-news-list .jjb-news-notice {
    font-size: 14px;
    color: #72777C;
    max-width: 434px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
@media (max-width: 750px) {
    .jjb-news .jjb-news-box .jjb-news-list-box .jjb-news-list .jjb-news-notice {
        max-width: none;
        white-space: normal;
    }
    .jjb-service-box-right-title{
        font-size: 16px;
    }
}
.jjb-news .jjb-news-box .jjb-news-list-box .jjb-news-list .jjb-news-num {
    text-align: center;
}

.jjb-news .jjb-news-box .jjb-news-list-box .jjb-news-list .jjb-news-title-box {
    margin: 0 20px;
}

.jjb-news .jjb-news-box .jjb-news-list:hover {
    background-color: #eaf4fc;
    cursor: pointer;
}