    /* .con1-tab{
        padding-left: 58px;
    } */

    .con-l-tit h5 {
        margin: 0 auto;
    }

    .con-l-tit h5::after {
        display: none;
    }

    .con1-tab1 {
        width: 178px;
        height: 59px;
        background: #F8F8F8;
        border-top: 1px solid #003366;
        border-right: 1px solid #003366;
        opacity: 1;
        float: left;
        position: relative;
        transition: all 0.3s;
        margin-left: 0;
    }

    .con1-tab1:first-of-type {
        border-left: 1px solid #003366;
    }

    .con1-tab1.active {
        background: #002E63;
    }

    .con1-tab1:hover {
        background: #002E63;
    }

    .con1-tab1:hover a {
        color: #fff;
    }

    .con1-tab1.active::after {
        position: absolute;
        content: "";
        transition: all 0.3s;
        bottom: -7px;
        left: 78px;
        width: 0px;
        height: 0px;
        border-top: 7px solid #003366;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: none;
        z-index: 5;
    }

    .con1-tab1 a {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 60px;
        color: #002E63;
        opacity: 1;
        text-align: center;
        display: block;
        transition: all 0.3s;
    }

    .con1-tab1.active a {
        color: #fff;
    }

    @media screen and (max-width: 700px) {
        .con1-tab1 {
            width: 50px;
            height: 30px;
            margin-top: 20px;
        }

        .con1-tab1 a {
            font-size: 12px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            line-height: 30px;
        }

        .con1-tab1.active::after {
            left: 15px;
        }

        .con1-tab {
            padding-left: 0;
        }
    }

    .con1 {
        position: relative;
        width: 1218px;
        background: #F8F8F8;
        opacity: 1;
        padding: 34px 60px;
        box-sizing: border-box;
    }

    .line {
        width: 1218px;
        height: 1px;
        background-color: #072F62;
        margin-left: -5.5%;
        margin-top: -0.1%;
    }

    .con1-tab {
        position: relative;
        height: 61px;
    }

    .news {
        display: flex;
        justify-content: space-between;
        margin-top: 47px;
    }

    .news .info {
        width: 535px;
        display: flex;
        flex-direction: column;
    }

    .news .info .part {
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        color: #000000;
        margin-bottom: 24px;
    }

    .news .info .list {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .news .info .list .column {
        width: 100%;
        display: flex;
        align-items: center;
        height: 90px;
        margin-bottom: 30px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: all 0.6s;
    }

    .news .info .list .column .time {
        width: 90px;
        height: 90px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

    .news .info .list .column:hover {
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

    /* .news .info .list .column:hover .time {
        border-right: 1px solid #fff;
    }

    .news .info .list .column:hover .time .day {
        color: #fff;
    }

    .news .info .list .column:hover .time .date {
        color: #fff;
    }

    .news .info .list .column:hover .title {
        color: #fff;
    } */

    .news .info .list .column .time .day {
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 42px;
        color: #072F62;
    }

    .news .info .list .column .time .date {
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #072F62;
        opacity: 0.5;
    }

    .news .info .list .column .title {
        width: 445px;
        height: 90px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 90px;
        color: #333333;
        margin-left: 20px;
    }

    .flow {
        display: flex;
        justify-content: space-between;
        margin-top: 47px;
    }

    .flow .list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .flow .column {
        width: 535px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 40px;
    }

    .flow .column .img {
        width: 535px;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .flow .column .img img {
        width: 100%;
    }

    .flow .column .name {
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        color: #000000;
    }

    .mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 99;
        display: none;
    }

    .viewImg {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1200px;
        height: 673px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.6s;
        background-color: #fff;
    }

    .viewImg .maxImg {
        width: auto;
        height: auto;
    }

    .viewImg .close {
        position: absolute;
        right: 2%;
        top: 3%;
        width: 28px;
        height: 28px;
    }

    .download {
        width: 1100px;
        display: flex;
        flex-direction: column;
        margin-top: 47px;
    }

    .download .column {
        width: 100%;
        height: 60px;
        display: flex;
        padding: 0 28px;
        box-sizing: border-box;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

    .download .column .left {
        display: flex;
        align-items: center
    }

    .download .column .left .icon {
        width: 26px;
        height: auto;
        margin-right: 10px;
    }

    .download .column .left span {
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        color: #333333;
    }

    .download .column .right {
        width: 24px;
        height: 26px;
        background-image: url(/static/home/img/business/download.png);
        background-size: cover;
        transition: all 0.6s;
    }

    .download .column .right:hover {
        background-image: url(/static/home/img/business/download_highlight.png);
    }

    .business {
        width: 100%;
        display: flex;
        flex-direction: column;
        overflow-x: scroll;
    }

    /* 滚动条 */
    .business::-webkit-scrollbar {
        width: 3px;
        height: 6px;
    }

    /* 滚动槽 */
    .business::-webkit-scrollbar-track {
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.05);
    }

    /* 滚动条滑块 */
    .business::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #cfcece;
    }

    .category {
        display: flex;
        align-items: center;
        margin-top: 50px;
    }

    .category .categoryColumn {
        display: flex;
        align-items: center;
        margin-right: 32px;
        background: none;
        cursor: pointer;
    }

    .category .categoryColumn .color {
        position: relative;
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .category .categoryColumn.active .color::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        background-color: #fff;
        transition: all 0.6s;
    }


    .category .categoryColumn[data-type="1"] .color {
        background-color: #CD3737;
    }

    .category .categoryColumn[data-type="2"] .color {
        background-color: #D0581A;
    }

    .category .categoryColumn[data-type="3"] .color {
        background-color: #8C5092;
    }

    .category .categoryColumn[data-type="4"] .color {
        background-color: #3D999D;
    }

    .category .categoryColumn[data-type="5"] .color {
        background-color: #7E9874;
    }

    .category .categoryColumn .name {
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        color: #333333;
    }

    .business .timeline {
        display: flex;
        align-items: flex-start;
        margin-top: 60px;
    }

    .business .timeline .monthColumn {
        display: flex;
        flex-direction: column;
        margin-right: 12px;
        background: none;
        box-sizing: border-box;
    }

    .business .timeline .monthColumn .month {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .business .timeline .monthColumn .month .number {
        width: 60px;
        height: 67px;
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 67px;
        text-align: center;
        color: #072F62;
        background-image: url(/static/home/img/business/month.png);
        background-size: cover;
        cursor: pointer;
        transition: all 0.6s;
    }

    .business .timeline .monthColumn.active .month .number {
        color: #fff;
        background-image: url(/static/home/img/business/month_active.png);
    }

    .business .timeline .monthColumn .month .connect {
        width: 80px;
        height: 2px;
        background: #072F62;
        opacity: 0.2;
        margin-left: 12px;
        transition: all 0.6s;
    }

    .business .timeline .monthColumn.active .month .connect {
        width: 217px;
    }

    .business .timeline .monthColumn .month .connect.extend {
        width: 217px;
    }

    .business .timeline .monthColumn .select {
        display: flex;
        margin-left: 18.9%;
        min-height: 174px;
        transition: all 0.6s;
    }

    .business .timeline .monthColumn .select.spread {
        margin-left: 9.9%;
    }

    .business .timeline .monthColumn.active .select {
        margin-left: 10.2%;
    }

    .business .timeline .monthColumn .select .monthLine {
        margin-right: 18px;
        display: flex;
        flex-direction: column;
    }

    .business .timeline .monthColumn .select .monthLine .line {
        top: 0;
        position: relative;
        width: 2px;
        height: 100%;
        background: #073465;
    }

    .business .timeline .monthColumn .timeNote {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background-color: #fff;
        border: 5px solid #073465;
        margin-left: 13%;
        transition: all 0.6s;
    }

    .business .timeline .monthColumn .timeNote.move {
        margin-left: 6.8%;
    }

    .business .timeline .monthColumn.active .timeNote {
        margin-left: 6.8%;
    }

    .business .timeline .monthColumn .select .info {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    /* .business .timeline .monthColumn .select .info::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        left: 60%;
        transform: translateX(-50%);
        background: #072F62;
        opacity: 0.2;
    } */

    .business .timeline .monthColumn:last-of-type .select .info::before {
        display: none;
    }

    /* .business .timeline .monthColumn.active .select .info::before {
        left: 61%;
        top: -3.5%;
    } */

    .business .timeline .monthColumn .select .info .type {
        min-width: 105px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 12px;
    }

    .business .timeline .monthColumn .select .info .type .column {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-right: 0;
        /* margin-bottom: 12px; */
        padding: 8px 12px;
        box-sizing: border-box;
        background: none;
        transition: all 0.6s;
        border-radius: 6px;
        cursor: pointer;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="1"].active {
        background-color: #CD3737;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="2"].active {
        background-color: #D0581A;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="3"].active {
        background-color: #8C5092;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="4"].active {
        background-color: #3D999D;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="5"].active {
        background-color: #7E9874;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="1"] .color {
        background-color: #CD3737;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="2"] .color {
        background-color: #D0581A;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="3"] .color {
        background-color: #8C5092;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="4"] .color {
        background-color: #3D999D;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="5"] .color {
        background-color: #7E9874;
    }

    .business .timeline .monthColumn .select .info .type .column .color {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-right: 8px;
    }

    .business .timeline .monthColumn .select .info .type .column.active .color {
        background-color: #fff !important;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="1"] .name {
        color: #CD3737;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="2"] .name {
        color: #D0581A;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="3"] .name {
        color: #8C5092;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="4"] .name {
        color: #3D999D;
    }

    .business .timeline .monthColumn .select .info .type .column[data-type="5"] .name {
        color: #7E9874;
    }

    .business .timeline .monthColumn .select .info .type .column .name {
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
    }

    .business .timeline .monthColumn .select .info .type .column.active .name {
        color: #fff;
    }

    .business .timeline .monthColumn .select .info .incident {
        display: none;
        margin-top: 30px;
        transition: all 0.6s;
    }

    .business .timeline .monthColumn.active .select .info .incident {
        display: block;
    }

    .business .timeline .monthColumn .select .info .incident .column {
        position: relative;
        width: 214px;
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .business .timeline .monthColumn .select .info .incident .column::before {
        content: '';
        position: absolute;
        left: -7%;
        top: 50%;
        transform: translateX(-50%);
        transform: rotate(90deg);
        width: 2px;
        height: 8px;
        background: #073465;
    }

    .business .timeline .monthColumn .select .info .incident .column .top {
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        color: #FFFFFF;
        height: 25px;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 8px;
        padding-left: 12px;
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="1"] .top {
        background-image: url(/static/home/img/business/jjw_top.png);
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="2"] .top {
        background-image: url(/static/home/img/business/kjb_top.png);
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="3"] .top {
        background-image: url(/static/home/img/business/kjt_top.png);
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="4"] .top {
        background-image: url(/static/home/img/business/kcw_top.png);
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="5"] .top {
        background-image: url(/static/home/img/business/other_top.png);
    }

    .business .timeline .monthColumn .select .info .incident .column .text {
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
        color: #FFFFFF;
        padding: 8px 12px;
        box-sizing: border-box;
        text-align: justify;
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="1"] .text {
        background-color: #CD3737;
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="2"] .text {
        background-color: #D0581A;
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="3"] .text {
        background-color: #8C5092;
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="4"] .text {
        background-color: #3D999D;
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="5"] .text {
        background-color: #7E9874;
    }

    .business .timeline .monthColumn .select .info .incident .column .bottom {
        height: 15px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="1"] .bottom {
        background-image: url(/static/home/img/business/jjw_bottom.png);
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="2"] .bottom {
        background-image: url(/static/home/img/business/kjb_bottom.png);
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="3"] .bottom {
        background-image: url(/static/home/img/business/kjt_bottom.png);
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="4"] .bottom {
        background-image: url(/static/home/img/business/kcw_bottom.png);
    }

    .business .timeline .monthColumn .select .info .incident .column[data-type="5"] .bottom {
        background-image: url(/static/home/img/business/other_bottom.png);
    }

    .pagination div{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pagination .current {
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        color: #FFFFFF;
        width: 32px;
        height: 32px;
        background: #072F62;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #072F62;
        margin-right: 10px;
    }

    .pagination .num{
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        width: 32px;
        height: 32px;
        border-radius: 4px;
        text-align: center;
        color: #000;
        border: 1px solid #000;
        margin-right: 10px;
    }

    .pagination .next{
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        width: auto;
        height: 32px;
        border-radius: 4px;
        text-align: center;
        color: #000;
        border: 1px solid #000;
        margin-right: 10px;
        padding: 0 5px;
    }

    .pagination .prev{
        font-family: 'Microsoft YaHei';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
        width: auto;
        height: 32px;
        border-radius: 4px;
        text-align: center;
        color: #000;
        border: 1px solid #000;
        margin-right: 10px;
        padding: 0 5px;
    }

    @media screen and (max-width: 700px) {
        .con1 {
            width: 100%;
            padding: 0;
        }

        .con1-tab1 {
            width: 85px;
            height: 30px;
            margin-top: 10px;
        }

        .con1-tab {
            height: 41px;
        }

        .line {
            width: 100%;
            margin: 0;
        }

        .category {
            margin-top: 10px;
            flex-wrap: wrap;
        }

        .category .categoryColumn {
            margin-right: 20px;
        }

        .category .categoryColumn .color {
            width: 18px;
            height: 18px;
            margin-right: 5px;
        }

        .category .categoryColumn .name {
            font-size: 15px;
        }

        .business .timeline {
            margin-top: 20px;
        }

        .news {
            margin-top: 20px;
        }

        .news .info {
            width: 48%;
        }

        /* .news .info:first-of-type {
            margin-right: 10px;
        } */

        .news .info .part {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .news .info .list .column {
            width: 99%;
            margin-bottom: 15px;
            height: 60px;
        }

        .news .info .list .column .time {
            width: 60px;
            height: 60px;
        }

        .news .info .list .column .time .day {
            font-size: 20px;
            line-height: 22px;
        }

        .news .info .list .column .time .date {
            font-size: 12px;
            line-height: 21px;
        }

        .news .info .list .column .title {
            width: 70%;
            height: 60px;
            font-size: 12px;
            line-height: 60px;
            margin-left: 10px;
        }

        .flow {
            margin-top: 20px;
        }

        .flow .list {
            width: 100%;
        }

        .flow .column {
            width: 48%;
            margin-bottom: 10px;
        }

        .flow .column .img {
            width: 100%;
            height: 150px;
            margin-bottom: 10px;
        }

        .flow .column .img img {
            width: 100%;
        }

        .flow .column .name {
            font-size: 12px;
            line-height: 12px;
        }

        .viewImg {
            width: 95%;
            height: 300px;
        }

        .viewImg .maxImg {
            width: 100%;
            height: auto;
        }

        .download {
            width: 100%;
            margin-top: 20px;
        }

        .download .column {
            width: 100%;
            height: 45px;
            padding: 0 10px;
            margin-bottom: 10px;
        }

        .download .column .left span {
            font-size: 12px;
            line-height: 26px;
        }

        .download .column .left .icon {
            width: 22px;
            margin-right: 5px;
        }

        .download .column .right {
            width: 20px;
            height: 22px;
        }
    }