.w1200 {
    max-width: 1200px
}

.w1200, .w1240 {
    width: 100%;
    margin: 0 auto
}

.w1240 {
    max-width: 1240px
}

.x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.y {
    transform: translateY(-50%)
}

.xy, .y {
    position: absolute;
    top: 50%
}

.xy {
    left: 50%;
    transform: translate(-50%,-50%)
}

body {
    line-height: 1
}

header {
    color: #fff;
    font-size: 0;
    position: absolute;
    top: 38px;
    width: 100%;
    z-index: 2
}

@media (max-width:750px) {
    header {
        position: static;
        padding: 10px 0
    }
}

header .logo {
    margin-left: -60px
}

@media (max-width:750px) {
    header .logo {
        margin-left: 20px;
        display: none
    }

        header .logo img {
            width: 200px
        }
}

header .mobile {
    display: none
}

@media (max-width:750px) {
    header .mobile {
        display: block
    }
}

header .menu {
    font-size: 16px;
    position: relative
}

@media (max-width:750px) {
    header .menu {
        position: absolute;
        top: 54px;
        display: block;
        width: 100%;
        z-index: 3;
        background: #fff;
        box-shadow: 0 20px 30px hsla(0,2%,53%,.19);
        padding-bottom: 20px;
        display: none
    }

        header .menu.active {
            display: block
        }
}

header .menu .item {
    margin: 0 10px;
    color: #fff;
    transition: background-color .5s ease .2s,color .3s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:750px) {
    header .menu .item {
        margin: 0;
        color: #000
    }
}

header .menu .item .f_item {
    color: #fff;
    height: 48px;
    padding: 0 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    header .menu .item .f_item {
        color: #000
    }
}

header .menu .item .active {
    background-image: linear-gradient(180deg,#0d56ac,#6bb0f7)
}

@media (max-width:750px) {
    header .menu .item .active {
        background-image: none
    }
}

header .menu .item:hover {
    background-image: linear-gradient(180deg,#0d56ac,#6bb0f7)
}

@media (max-width:750px) {
    header .menu .item:hover {
        background-image: none
    }
}

header .menu .search {
    background-color: hsla(0,0%,100%,.4);
    width: 170px;
    height: 36px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:750px) {
    header .menu .search {
        background-image: none;
        width: 90%;
        margin: 0 auto;
        margin-top: 10px
    }
}

header .menu .search input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    background: transparent;
    padding: 0 35px 0 15px;
    box-sizing: border-box
}

    header .menu .search input::-webkit-input-placeholder {
        color: #fff
    }

@media (max-width:750px) {
    header .menu .search input::-webkit-input-placeholder {
        color: #ccc
    }
}

header .menu .search img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px
}

@media (max-width:750px) {
    header .menu .search img {
        display: none
    }
}

header .menu .search .mobile {
    display: none
}

@media (max-width:750px) {
    header .menu .search .mobile {
        display: block
    }
}

header .menuMobile {
    display: none
}

@media (max-width:750px) {
    header .menuMobile {
        display: block;
        margin-right: 20px;
        cursor: pointer
    }
}

footer {
    background: #262c35;
    color: #fff;
    margin-top: 38px
}

    footer .footer {
        max-width: 1240px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex
    }

@media (max-width:750px) {
    footer .footer {
        max-width: 100%;
        display: block;
        padding-bottom: 20px
    }
}

footer .title {
    font-size: 24px;
    color: #fff;
    padding-top: 26px
}

@media (max-width:750px) {
    footer .title {
        font-size: 16px;
        text-align: center
    }
}

footer .frends .content {
    margin-top: 35px
}

    footer .frends .content select {
        outline: none;
        border: none;
        background-color: #fff;
        width: 380px;
        height: 36px;
        margin-bottom: 26px;
        font-size: 16px;
        padding: 0 20px;
        box-sizing: border-box;
        display: block
    }

@media (max-width:750px) {
    footer .frends .content select {
        width: 100%
    }
}

footer .agentCompany {
    margin-left: 60px
}

@media (max-width:750px) {
    footer .agentCompany {
        margin-left: 0
    }
}

footer .agentCompany .content {
    margin-top: 35px;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:750px) {
    footer .agentCompany .content {
        display: block
    }
}

@media (max-width:750px) {
    footer .agentCompany .content .qrcodeBox {
        text-align: center
    }
}

footer .agentCompany .content .qrcodeBox p {
    font-size: 16px;
    margin-top: 23px
}

footer .agentCompany .content .desc {
    margin-left: 40px
}

@media (max-width:750px) {
    footer .agentCompany .content .desc {
        margin-left: 0
    }
}

footer .agentCompany .content .desc p {
    font-size: 16px;
    margin-top: 15px
}

@media (max-width:750px) {
    footer .agentCompany .content .desc p {
        text-align: center
    }
}

footer .agentCompany .content .desc p.end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 15px
}

@media (max-width:750px) {
    footer .agentCompany .content .desc p.end {
        display: block
    }
}

footer .agentCompany .content .desc .word {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    footer .agentCompany .content .desc .word {
        -ms-flex-pack: center;
        justify-content: center
    }
}

footer .agentCompany .content .desc .word .dowload {
    background-color: #e6eef7;
    width: 60px;
    height: 22px;
    border-radius: 30px;
    color: #000;
    font-size: 14px;
    margin-left: 15px;
    cursor: pointer
}

footer .agentCompany .content .desc .word .dowload, footer .copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .copyright {
    height: 60px;
    font-size: 16px;
    background: #0d56ac
}

@media (max-width:750px) {
    footer .copyright {
        height: 60px;
        font-size: 12px;
        text-align: center;
        line-height: 1.5;
        padding: 0 10px;
        box-sizing: border-box
    }
}

.pagenation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px
}

@media (max-width:750px) {
    .pagenation {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        bottom: 10px;
        padding: 0 10px;
        box-sizing: border-box
    }
}

.pagenation .pItem {
    background-color: #064682;
    width: 28px;
    height: 28px;
    border: 1px solid #d9d9d9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    background-color: #fff;
    margin: 0 8px;
    border-radius: 6px;
    cursor: pointer
}

@media (max-width:750px) {
    .pagenation .pItem {
        margin: 0 4px;
        font-size: 12px
    }
}

.pagenation .pItem.active, .pagenation .pItem:hover {
    background-color: #064682;
    color: #fff
}

    .pagenation .pItem:hover:after {
        border-color: #fff
    }

.pagenation .prev:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(-135deg);
    display: block;
    margin-right: -5px
}

@media (max-width:750px) {
    .pagenation .prev:after {
        height: 6px;
        width: 6px;
        margin-right: -3px
    }
}

.pagenation .next:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
    display: block;
    margin-left: -5px
}

@media (max-width:750px) {
    .pagenation .next:after {
        height: 6px;
        width: 6px;
        margin-left: -3px
    }
}

.pagenation .jump {
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 16px
}

@media (max-width:750px) {
    .pagenation .jump {
        margin-left: 8px;
        font-size: 12px;
        margin-top: 10px
    }
}

.pagenation .jump input {
    width: 28px;
    height: 28px;
    border: 1px solid #d9d9d9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    background-color: #fff;
    margin: 0 8px;
    border-radius: 6px;
    text-align: center
}

@media (max-width:750px) {
    .pagenation .jump input {
        font-size: 12px;
        margin: 0 4px
    }
}

.swiper-container {
    font-size: 0;
    width: 100%
}

    .swiper-container .swiper-slide img {
        width: 100%
    }

    .swiper-container .swiper-pagination {
        bottom: 20px !important
    }

        .swiper-container .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: #fff;
            opacity: 1
        }

        .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
            background: #064682
        }

    .swiper-container .pn {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1
    }

.todayKB {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 8px 30px 0 hsla(0,0%,60%,.19);
    max-width: 1240px;
    width: 100%;
    height: 736px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    box-sizing: border-box
}

    .todayKB.detailKB {
        height: auto;
        padding-bottom: 50px !important;
    }

@media (max-width:750px) {
    .todayKB {
        margin-top: 0;
        padding: 0 10px 20px;
        height: auto
    }
}

.todayKB.todayKBList {
    padding: 0;
    padding-bottom: 150px;
    box-sizing: initial
}

@media (max-width:750px) {
    .todayKB.todayKBList {
        padding-bottom: 100px
    }
}

.todayKB.todayKBList .p20 {
    padding: 0 20px
}

@media (max-width:750px) {
    .todayKB.todayKBList .p20 {
        padding: 0 10px
    }
}

.todayKB.indexPage {
    margin: 0 auto;
    box-shadow: none;
    width: 100%;
    height: auto;
    max-width: none
}

    .todayKB.indexPage .floorLR {
        background: #fff
    }

        .todayKB.indexPage .floorLR .floor {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%;
            padding-bottom: 20px
        }

@media (max-width:750px) {
    .todayKB.indexPage .floorLR .floor {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.todayKB.indexPage .floorLR .floor .flList {
    width: 70%
}

@media (max-width:750px) {
    .todayKB.indexPage .floorLR .floor .flList {
        width: 100%
    }
}

.todayKB.indexPage .floorLR .floor .flList .listPoint {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}

@media (max-width:750px) {
    .todayKB.indexPage .floorLR .floor .flList .listPoint {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.todayKB.indexPage .floorLR .floor .flList .listPoint.active {
    display: flex;
}

.todayKB.indexPage .floorLR .floor .flList .listPoint .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    margin-top: 14px
}

@media (max-width:750px) {
    .todayKB.indexPage .floorLR .floor .flList .listPoint .item {
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }
}

.todayKB.indexPage .floorLR .floor .flList .listPoint .item i {
    border-radius: 50%;
    background-color: #0054a7;
    box-shadow: 0 2px 4px 0 rgba(0,84,167,.3);
    position: absolute;
    width: 8px;
    height: 8px
}

@media (max-width:750px) {
    .todayKB.indexPage .floorLR .floor .flList .listPoint .item i {
        left: 20px
    }
}

.todayKB.indexPage .floorLR .floor .flList .listPoint .item .message {
    position: relative;
    width: 368px;
    font-size: 16px;
    color: #333;
    background: #f4f4f4;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 36px;
    padding: 0 15px;
    box-sizing: border-box
}

@media (max-width:750px) {
    .todayKB.indexPage .floorLR .floor .flList .listPoint .item .message {
        width: 80%
    }
}

.todayKB.indexPage .floorLR .floor .flList .listPoint .item .message:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #f4f4f4;
    border-bottom: 10px solid transparent;
    left: -14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.todayKB.indexPage .floorLR .floor .loginArea {
    width: 27%
}

@media (max-width:750px) {
    .todayKB.indexPage .floorLR .floor .loginArea {
        width: 100%;
        margin-top: 30px
    }
}

.todayKB.indexPage .floorLR .floor .loginArea .listPoint {
    width: 100%
}

    .todayKB.indexPage .floorLR .floor .loginArea .listPoint .item {
        display: block;
        background: url(../image/l1.png) no-repeat;
        width: 100%;
        height: 80px;
        background-size: cover;
        font-size: 20px;
        color: #9a4f02;
        box-sizing: border-box;
        padding-left: 100px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px
    }

@media (max-width:750px) {
    .todayKB.indexPage .floorLR .floor .loginArea .listPoint .item {
        background-size: contain;
        background-position: 50%;
        padding-left: 120px
    }
}

.todayKB.indexPage .floorLR .floor .loginArea .listPoint .item.gysRegis {
    background: url(../image/l2.png) no-repeat;
    background-size: cover;
    color: #35259e
}

@media (max-width:750px) {
    .todayKB.indexPage .floorLR .floor .loginArea .listPoint .item.gysRegis {
        background-size: contain;
        background-position: 50%
    }
}

.todayKB.indexPage .floorLR .floor .loginArea .listPoint .item.apply {
    background: url(../image/l3.png) no-repeat;
    background-size: cover;
    color: #0e42b5
}

@media (max-width:750px) {
    .todayKB.indexPage .floorLR .floor .loginArea .listPoint .item.apply {
        background-size: contain;
        background-position: 50%
    }
}

.todayKB.indexPage .floorList {
    background: #f3f6fb;
    height: 496px;
    padding-top: 28px
}

@media (max-width:750px) {
    .todayKB.indexPage .floorList {
        background: initial;
        height: auto
    }
}

.todayKB.indexPage .floorList .zbLD {
    background: #fff;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:750px) {
    .todayKB.indexPage .floorList .zbLD {
        display: block
    }
}

.todayKB.indexPage .floorList .zbLD .titleOper {
    width: 181px
}

@media (max-width:750px) {
    .todayKB.indexPage .floorList .zbLD .titleOper {
        display: none
    }
}

.todayKB.indexPage .floorList .zbLD .titleOper .titDC {
    position: relative;
    color: #0054a7;
    width: 100%;
    height: 220px
}

    .todayKB.indexPage .floorList .zbLD .titleOper .titDC:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 20px solid #f96364;
        border-bottom: 10px solid transparent;
        right: -20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: none
    }

    .todayKB.indexPage .floorList .zbLD .titleOper .titDC .desc {
        font-size: 24px;
        text-align: center;
        padding-top: 40px
    }

    .todayKB.indexPage .floorList .zbLD .titleOper .titDC .checkMore {
        font-size: 16px;
        color: #fe1c1c;
        background-color: hsla(0,0%,100%,.702);
        width: 110px;
        height: 28px;
        border-radius: 20px;
        display: block;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        margin-top: 80px
    }

.todayKB.indexPage .floorList .zbLD .titleOper .gkzb {
    background: url(../image/f2_1_2.png) no-repeat;
    background-size: cover
}

    .todayKB.indexPage .floorList .zbLD .titleOper .gkzb.active {
        background: url(../image/f2_1.png) no-repeat;
        background-size: cover;
        color: #fff
    }

.todayKB.indexPage .floorList .zbLD .titleOper .xjcg {
    background: url(../image/f2_2.png) no-repeat;
    background-size: cover
}

    .todayKB.indexPage .floorList .zbLD .titleOper .xjcg.active {
        background: url(../image/f2_2_2.png) no-repeat;
        background-size: cover;
        color: #fff
    }

.todayKB.indexPage .floorList .zbLD .titleOper .active:after {
    display: block
}

.todayKB.indexPage .floorList .zbLD .mobileTitleOper {
    display: none
}

@media (max-width:750px) {
    .todayKB.indexPage .floorList .zbLD .mobileTitleOper {
        display: -ms-flexbox;
        display: flex
    }

        .todayKB.indexPage .floorList .zbLD .mobileTitleOper .item {
            width: 50%;
            height: 50px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 16px;
            font-weight: 700;
            position: relative
        }

            .todayKB.indexPage .floorList .zbLD .mobileTitleOper .item.active:after {
                content: "";
                width: 30px;
                height: 1px;
                background: #ccc;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 0
            }
}

.todayKB.indexPage .floorList .zbLD .list {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 28px 30px 0 52px
}

@media (max-width:750px) {
    .todayKB.indexPage .floorList .zbLD .list {
        padding: 0;
        margin-top: 20px
    }
}

.todayKB.indexPage .floorList .zbLD .list.hide {
    display: none
}

.todayKB.indexPage .floorList .zbLD .list .titOper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .todayKB.indexPage .floorList .zbLD .list .titOper .oper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        background: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
        overflow: hidden;
        box-sizing: border-box
    }

@media (max-width:750px) {
    .todayKB.indexPage .floorList .zbLD .list .titOper .oper {
        margin: 0 auto
    }
}

.todayKB.indexPage .floorList .zbLD .list .titOper .oper .item {
    width: 154px;
    height: 36px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

@media (max-width:750px) {
    .todayKB.indexPage .floorList .zbLD .list .titOper .oper .item {
        width: 100px;
        height: 30px
    }
}

.todayKB.indexPage .floorList .zbLD .list .titOper .oper .item:not(:last-child) {
    border-right: 1px solid #ccc
}

.todayKB.indexPage .floorList .zbLD .list .titOper .oper .item.active, .todayKB.indexPage .floorList .zbLD .list .titOper .oper .item:hover {
    color: #fe1c1c;
    border: 1px solid #fe1c1c;
    background: #ffdcdc
}

@media (max-width:750px) {
    .todayKB.indexPage .floorList .zbLD .list .titOper .more img {
        width: 48px
    }
}

.todayKB.indexPage .floorList .zbLD .list .listItem {
    margin-top: 10px;
    display: none;
}

    .todayKB.indexPage .floorList .zbLD .list .listItem.active {
        display: block;
    }

    .todayKB.indexPage .floorList .zbLD .list .listItem .item {
        font-size: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 0;
        border-bottom: 1px dashed #ccc
    }

@media (max-width:750px) {
    .todayKB.indexPage .floorList .zbLD .list .listItem .item {
        font-size: 14px
    }
}

.todayKB.indexPage .floorList .zbLD .list .listItem .item .desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .todayKB.indexPage .floorList .zbLD .list .listItem .item .desc p {
        max-width: 810px;
        margin-left: 20px
    }

@media (max-width:750px) {
    .todayKB.indexPage .floorList .zbLD .list .listItem .item .desc p {
        max-width: 170px;
        margin-left: 10px
    }
}

.todayKB.indexPage .floorList .zbLD .list .listItem .item .desc i {
    background: url(../image/fk.png) no-repeat;
    width: 11px;
    height: 11px;
    background-size: cover
}

@media (max-width:750px) {
    .todayKB.indexPage .floorList .zbLD .list .listItem .item .desc i {
        width: 6px;
        height: 6px
    }
}

.todayKB.indexPage .floorList .zbLD .list .listItem .item .desc span {
    color: #fe1c1c
}

@media (max-width:750px) {
    .todayKB.indexPage .floorList .zbLD .list .listItem .item .desc span {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.todayKB.indexPage .floorList .zbLD .list .listItem .item .date {
    color: #ccc
}

.todayKB.indexPage .newsBox .ggxw {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:750px) {
    .todayKB.indexPage .newsBox .ggxw {
        display: block
    }
}

.todayKB.indexPage .newsBox .ggxw .title {
    padding: 20px 0;
    border-bottom: 1px solid #0d56ac;
    position: relative
}

@media (max-width:750px) {
    .todayKB.indexPage .newsBox .ggxw .title {
        padding: 10px 0;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.todayKB.indexPage .newsBox .ggxw .title .desc {
    font-size: 24px;
    color: #0054a7
}

    .todayKB.indexPage .newsBox .ggxw .title .desc:after {
        content: "";
        border-bottom: 1px solid #fff;
        width: 30px;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 34px
    }

@media (max-width:750px) {
    .todayKB.indexPage .newsBox .ggxw .title .desc:after {
        height: 0;
        width: 0
    }
}

.todayKB.indexPage .newsBox .ggxw .title .desc img {
    margin-right: 27px;
    height: 30px
}

@media (max-width:750px) {
    .todayKB.indexPage .newsBox .ggxw .title .desc img {
        margin-right: 10px
    }
}

.todayKB.indexPage .newsBox .ggxw .news {
    width: 48%
}

@media (max-width:750px) {
    .todayKB.indexPage .newsBox .ggxw .news {
        width: 100%;
        margin-top: 30px
    }
}

.todayKB.indexPage .newsBox .ggxw .news .content {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #e6eef7;
    border-radius: 4px;
    margin-top: 16px;
    padding: 10px;
    height: 400px;
    box-sizing: border-box;
    overflow-y: auto
}

@media (max-width:750px) {
    .todayKB.indexPage .newsBox .ggxw .news .content {
        height: auto;
        font-size: 14px
    }
}

.todayKB.indexPage .newsBox .ggxw .news .notice {
    padding: 20px
}

    .todayKB.indexPage .newsBox .ggxw .news .notice .dark {
        color: #000;
        font-family: 黑体;
    }

    .todayKB.indexPage .newsBox .ggxw .news .notice .end {
        text-align: right
    }

.todayKB.indexPage .newsBox .ggxw .news .another {
    padding: 4px 10px
}

    .todayKB.indexPage .newsBox .ggxw .news .another .item {
        font-size: 16px;
        color: #333;
        padding: 11px 15px;
        border-bottom: 1px dashed #ccc;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

@media (max-width:750px) {
    .todayKB.indexPage .newsBox .ggxw .news .another .item {
        font-size: 16px
    }
}

.todayKB.indexPage .newsBox .ggxw .news .another .item:last-child {
    border-bottom: none
}

.todayKB.indexPage .newsBox .ggxw .news .another .item p {
    width: 98%
}

@media (max-width:750px) {
    .todayKB.indexPage .newsBox .ggxw .news .another .item p {
        height: auto;
        font-size: 16px
    }
}

.todayKB.indexPage .newsBox .ggxw .news .another .item i {
    border-radius: 50%;
    background-color: #0054a7;
    box-shadow: 0 2px 4px 0 rgba(0,84,167,.3);
    width: 8px;
    height: 8px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.todayKB.searchPage .operations .search {
    width: 260px;
    height: 36px
}

@media (max-width:750px) {
    .todayKB.searchPage .operations .search {
        width: 100%;
        height: 30px;
        margin-left: 0
    }
}

.todayKB .title {
    padding: 20px 0;
    border-bottom: 1px solid #0d56ac;
    position: relative
}

@media (max-width:750px) {
    .todayKB .title {
        padding: 10px 0;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.todayKB .title .desc {
    font-size: 24px;
    color: #0054a7
}

    .todayKB .title .desc:after {
        content: "";
        border-bottom: 1px solid #fff;
        width: 30px;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 34px
    }

@media (max-width:750px) {
    .todayKB .title .desc:after {
        height: 0;
        width: 0
    }
}

.todayKB .title .desc img {
    margin-right: 27px;
    height: 30px
}

@media (max-width:750px) {
    .todayKB .title .desc img {
        margin-right: 10px
    }
}

.todayKB .title .desc span {
    font-size: 24px;
    color: #666;
    margin-left: 30px
}

.barTitle {
    margin-left: 0 !important;
    margin-right: 30px;
    cursor: pointer;
}

    .barTitle.active {
        color: #0054a7 !important;
    }

.todayKB .title .operations {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .todayKB .title .operations {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

        .todayKB .title .operations .more {
            margin-top: 10px
        }
}

.todayKB .title .button {
    border-radius: 6px;
    background: #eee;
    color: #999;
    width: 127px;
    height: 36px;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 30px;
    cursor: pointer
}

@media (max-width:750px) {
    .todayKB .title .button {
        width: 78px;
        height: 26px;
        font-size: 12px;
        margin-left: 10px;
        margin-top: 10px
    }
}

.todayKB .title .button.active, .todayKB .title .button:hover {
    background-color: #0d56ac;
    color: #fff
}

.todayKB .title .search {
    margin-left: 30px;
    background-color: hsla(0,0%,100%,.4);
    width: 170px;
    height: 36px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #0d56ac
}

@media (max-width:750px) {
    .todayKB .title .search {
        width: 120px;
        height: 26px;
        margin-left: 10px;
        margin-top: 10px;
        width: 90%
    }
}

.todayKB .title .search input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    background: transparent;
    padding: 0 35px 0 15px;
    box-sizing: border-box
}

@media (max-width:750px) {
    .todayKB .title .search input {
        padding: 0 35px 0 15px
    }
}

.todayKB .title .search input::-webkit-input-placeholder {
    color: #999
}

.todayKB .title .search img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px
}

.todayKB .table {
    line-height: 1.25;
    font-size: 20px
}

@media (max-width:750px) {
    .todayKB .table {
        font-size: 12px
    }
}

.todayKB .table .thead {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    background: #e6eef7;
    font-weight: 600;
    margin-top: 20px
}

@media (max-width:750px) {
    .todayKB .table .thead {
        height: 40px
    }
}

.todayKB .table .content .itemBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 90px
}

@media (max-width:750px) {
    .todayKB .table .content .itemBox {
        height: 70px
    }
}

.todayKB .table .content .itemBox:nth-child(2n) {
    background: #e6eef7
}

.todayKB .table .content .itemBox:nth-child(odd) {
    background: #f3f6fb
}

.todayKB .table .item {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box
}

@media (max-width:750px) {
    .todayKB .table .item {
        padding: 0 10px
    }
}

.todayKB .table .item:first-child {
    width: 10%
}

.todayKB .table .item:nth-child(2) {
    width: 40%
}

.todayKB .table .item:nth-child(3), .todayKB .table .item:nth-child(4) {
    width: 20%
}

.todayKB .table .item:nth-child(5) {
    width: 10%
}

.todayKB .table .list {
    font-size: 16px
}

@media (max-width:750px) {
    .todayKB .table .list {
        font-size: 12px
    }
}

.todayKB .table .list .item {
    width: 100%;
    height: 57px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .todayKB .table .list .item:hover {
        background: #ffdcdc
    }

    .todayKB .table .list .item .desc {
        color: #333;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 80%
    }

@media (max-width:750px) {
    .todayKB .table .list .item .desc {
        width: 60%
    }
}

.todayKB .table .list .item .desc a {
    color: #333;
    width: 100%;
}

.todayKB .table .list .item .desc .tag {
    color: #fe1c1c;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.todayKB .table .list .item .date {
    color: #666;
    width: 20%;
    text-align: right
}

@media (max-width:750px) {
    .todayKB .table .list .item .date {
        width: 40%
    }
}

.todayKB .detail {
    padding: 0 20px
}

@media (max-width:750px) {
    .todayKB .detail {
        padding: 0 10px
    }
}

.todayKB .detail h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
    padding: 20px 0;
    width: 70%;
    margin: 0 auto;
    line-height: 36px
}

@media (max-width:750px) {
    .todayKB .detail h1 {
        width: 100%;
        padding: 10px 0
    }
}

.todayKB .detail .info {
    width: 100%;
    height: 20px;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e6eef7
}

@media (max-width:750px) {
    .todayKB .detail .info {
        display: block;
        height: auto;
        padding: 10px;
        box-sizing: border-box
    }
}

.todayKB .detail .info p {
    width: 33.33333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:750px) {
    .todayKB .detail .info p {
        display: block;
        width: 100%
    }

        .todayKB .detail .info p:not(:first-child) {
            margin-top: 10px
        }
}

.todayKB .detail .info p a {
    color: #666
}

.todayKB .detail .content {
    line-height: 24px;
    color: #333;
    margin-top: 20px
}

.todayKB .detail .imgList {
    margin-top: 38px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:750px) {
    .todayKB .detail .imgList {
        margin-top: 20px
    }
}

@media (max-width:750px) {
    .todayKB .detail .imgList img {
        width: 100%;
        margin-top: 10px
    }
}

.userCenter {
    background: url(../image/bg.png) no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover
}

@media (max-width:750px) {
    .userCenter {
        background-color: #449ff1
    }
}

.userCenter .loginLogo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 36px;
    color: #fff;
    padding: 50px 0 0 147px
}

    .userCenter .loginLogo img {
        margin-right: 20px
    }

@media (max-width:1400px) {
    .userCenter .loginLogo {
        font-size: 20px
    }
}

@media (max-width:750px) {
    .userCenter .loginLogo {
        padding: 20px;
        font-size: 14px;
        -ms-flex-pack: center;
        justify-content: center
    }

        .userCenter .loginLogo img {
            width: 40px
        }
}

.userCenter .loginuser {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 259px
}

@media (max-width:1400px) {
    .userCenter .loginuser {
        width: 400px
    }
}

@media (max-width:750px) {
    .userCenter .loginuser {
        display: none
    }
}

.userCenter .loginCon {
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 195px;
    width: 550px;
    height: 560px
}

@media (max-width:1532px) {
    .userCenter .loginCon {
        right: 50px
    }
}

@media (max-width:750px) {
    .userCenter .loginCon {
        width: 95%;
        margin: 0 auto;
        position: static;
        top: auto;
        transform: none;
        right: auto;
        height: auto;
        padding-bottom: 50px
    }
}

.userCenter .loginCon .title {
    font-size: 30px;
    color: #0054a7;
    padding-top: 60px;
    text-align: center
}

@media (max-width:750px) {
    .userCenter .loginCon .title {
        font-size: 20px;
        padding-top: 30px
    }
}

.userCenter .loginCon .wirtenChoose {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    width: 398px;
    height: 58px;
    position: relative;
    margin: 0 auto
}

@media (max-width:750px) {
    .userCenter .loginCon .wirtenChoose {
        width: 90%
    }
}

.userCenter .loginCon .wirtenChoose .writen {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: 20px;
    border-radius: 5px
}

@media (max-width:750px) {
    .userCenter .loginCon .wirtenChoose .writen {
        font-size: 14px
    }
}

.userCenter .loginCon .wirtenChoose .forgetPwd {
    font-size: 16px;
    color: #0054a7;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px
}

.userCenter .loginCon .userName {
    margin-top: 68px
}

@media (max-width:750px) {
    .userCenter .loginCon .userName {
        margin-top: 38px
    }
}

.userCenter .loginCon .userPwd {
    margin-top: 40px
}

    .userCenter .loginCon .userPwd .writen {
        padding: 0 100px 0 15px
    }

.userCenter .loginCon .loginBtn {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    margin-top: 40px
}

@media (max-width:750px) {
    .userCenter .loginCon .loginBtn {
        width: 90%
    }
}

.userCenter .loginCon .loginBtn .submit {
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #0054a7;
    width: 100%;
    height: 60px;
    font-size: 27px;
    color: #fff;
    cursor: pointer
}

@media (max-width:750px) {
    .userCenter .loginCon .loginBtn .submit {
        font-size: 16px
    }
}

.userCenter .loginCon .loginBtn .another {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    height: 50px
}

@media (max-width:750px) {
    .userCenter .loginCon .loginBtn .another {
        font-size: 14px
    }
}

.userCenter .loginCon .loginBtn .another .autoLogin {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .userCenter .loginCon .loginBtn .another .autoLogin input {
        width: 18px;
        height: 18px
    }

@media (max-width:750px) {
    .userCenter .loginCon .loginBtn .another .autoLogin input {
        width: 14px;
        height: 14px
    }
}

.userCenter .loginCon .loginBtn .another .autoLogin label {
    line-height: 1;
    color: #999;
    margin-left: 5px
}

.userCenter .loginCon .loginBtn .another .register {
    color: #0054a7
}

.userCenter .loginCon .phone {
    font-size: 16px;
    color: #333;
    margin-top: 40px;
    text-align: center
}

@media (max-width:750px) {
    .userCenter .loginCon .phone {
        font-size: 12px
    }
}

.findPwd {
    border-radius: 6px;
    background-color: #fff;
    width: 1200px;
    box-sizing: border-box;
    padding: 50px 0;
    margin: 0 auto;
    margin-top: 56px
}

@media (max-width:750px) {
    .findPwd {
        width: 95%;
        height: auto;
        padding-bottom: 50px;
        padding-top: 50px;
        position: static;
        top: 0;
        left: 0;
        transform: none;
        margin: 0 auto
    }
}

.findPwd .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 50px
}

@media (max-width:750px) {
    .findPwd .item {
        display: block;
        padding: 0 10px;
        margin-bottom: 30px
    }
}

.findPwd .item .name {
    font-size: 20px;
    color: #333;
    text-align: right;
    width: 317px
}

@media (max-width:750px) {
    .findPwd .item .name {
        width: auto;
        text-align: left;
        font-size: 14px
    }
}

@media (max-width:750px) {
    .findPwd .item .writenChoose {
        margin-top: 10px
    }
}

.findPwd .item .writenChoose .wc {
    width: 600px;
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    position: relative
}

@media (max-width:750px) {
    .findPwd .item .writenChoose .wc {
        width: 100%
    }
}

.findPwd .item .writenChoose .wc .writen {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    font-size: 16px;
    border: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 5px
}

.findPwd .item .writenChoose .warn {
    font-size: 12px;
    color: #fe1c1c;
    margin-top: 14px;
    line-height: 1.5
}

@media (max-width:750px) {
    .findPwd .item .writenChoose .warn {
        margin-top: 10px
    }
}

.findPwd .item .checkCode {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:750px) {
    .findPwd .item .checkCode {
        display: block
    }
}

.findPwd .item .checkCode .wc {
    width: 280px
}

@media (max-width:750px) {
    .findPwd .item .checkCode .wc {
        width: 100%
    }
}

@media (max-width:750px) {
    .findPwd .item .checkCode .codeBox {
        margin-top: 10px
    }
}

.findPwd .item .checkCode .checkcodeImg {
    width: 160px;
    height: 42px;
    margin-left: 30px
}

@media (max-width:750px) {
    .findPwd .item .checkCode .checkcodeImg {
        margin-left: 0
    }
}

.findPwd .item .checkCode .updata {
    font-size: 14px;
    margin-left: 30px
}

@media (max-width:750px) {
    .findPwd .item .checkCode .updata {
        margin-left: 20px
    }
}

.findPwd .loginBtn {
    text-align: center;
    margin-top: 107px
}

@media (max-width:750px) {
    .findPwd .loginBtn {
        margin-top: 50px;
        padding: 0 10px
    }
}

.findPwd .loginBtn .submit {
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #0054a7;
    width: 360px;
    height: 60px;
    font-size: 27px;
    color: #fff;
    cursor: pointer
}

@media (max-width:750px) {
    .findPwd .loginBtn .submit {
        font-size: 16px;
        width: 100%
    }
}

.register {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto
}

@media (max-width:750px) {
    .register {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.register .item {
    width: 50%
}

@media (max-width:750px) {
    .register .item {
        width: 100%
    }
}

.register .item .name {
    width: 160px
}

@media (max-width:750px) {
    .register .item .name {
        width: 100%
    }
}

.register .item .writenChoose {
    width: 360px
}

@media (max-width:750px) {
    .register .item .writenChoose {
        width: 100%
    }
}

.register .item .writenChoose .wc {
    width: 100%
}

.register .item .checkCode .wc {
    width: 150px
}

@media (max-width:750px) {
    .register .item .checkCode .wc {
        width: 100%
    }
}

.register .item .checkCode .codeBox .checkcodeImg {
    width: 80px;
    margin-left: 10px
}

@media (max-width:750px) {
    .register .item .checkCode .codeBox .checkcodeImg {
        width: 160px;
        margin-left: 0
    }
}

.register .item .checkCode .codeBox .updata {
    margin-left: 10px
}

@media (max-width:750px) {
    .register .item .checkCode .codeBox .updata {
        margin-left: 20px
    }
}

.register .loginBtn {
    width: 100%;
    margin-top: 60px;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:750px) {
    .register .loginBtn {
        margin-top: 50px
    }
}

.register .loginBtn .submit {
    width: 280px;
    margin: 0 60px
}

@media (max-width:750px) {
    .register .loginBtn .submit {
        width: 50%;
        margin: 0 10px
    }
}

.register .phone {
    width: 100%;
    font-size: 16px;
    color: #333;
    margin-top: 40px;
    text-align: center
}

@media (max-width:750px) {
    .register .phone {
        font-size: 12px
    }
}
