
/*@media only screen and (min-width:750px) {*/
    .sample_shadow {
        width: 141px;
        height: 30px;
        background: rgba(73, 81, 255, 0.4);
        border-radius: 20px;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -15px;
        margin-left: -70.5px;
        animation: anim_breathe 1.5s infinite;
    }

    @keyframes anim_breathe {
        0% {
            transform: scale(1);
            opacity: 1;
        }

        100% {
            transform: scaleX(1.2) scaleY(1.7);
            opacity: 0;
        }
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 25px
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        color: #8e8787;
        background: #fff;
        width: 36px;
        height: 36px;
        border-radius: 50%
    }

    .swiper-button-prev:after,
    .swiper-container-rtl .swiper-button-next:after,
    .swiper-button-next:after,
    .swiper-container-rtl .swiper-button-prev:after {
        font-size: 14px;
        font-weight: bold
    }

    .page-index {
        background: #f4f4f4
    }

    .page-header .name,.column-title .name{
        display: block;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .page-header .name img,.column-title .name img{
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255,1);
        margin-right: 10px;
        border-radius: 100%;
    }
    .page-header .name h1,.column-title .name div{
        font-weight: bolder;
        font-size: 18px;
    }
    .page-header .head_tab{
        min-width: 30%;
    }
    .page-header .head_tab a{
        font-size: 15px;
        font-weight: bold;
    }
    .page-header .head_tab li{
        margin: 0 30px;
    }
    .page-header .head_tab a:hover{
        cursor: pointer;
        color: rgba(73, 81, 255, 1);
    }
    .head_tab_active{
        color: rgba(73, 81, 255, 1);
    }
    .index-login {
        margin: 60px 0 0 0;
        padding-top: 30px;
        width: 1120px;
        box-sizing: border-box;
    }

    .index-login .login-side .side-title {
        font-size: 40px;
        color: #2F3034;
        font-weight: bold
    }

    .index-login .login-side .side-title .side-title-strong {
        padding-right: 10px;
        color: #4951FF
    }

    .index-login .login-side .side-title .side-title-icon {
        margin-left: 15px;
        display: inline-block;
        width: 47px;
        height: 47px;
        background: url("../img/login-1.png") top center/100% auto no-repeat
    }

    .index-login .login-side .side-content {
        margin-top: 23px;
        width: 330px;
        height: 45px;
        background: url("../img/login-2.png") top center/100% auto no-repeat
    }

    .index-login .login-side .side-btn-wrap {
        margin-top: 63px;
        width: 153px;
        height: 42px;
        /* background: #c0c2e6; */
        border-radius: 20px;
        position: relative;
    }

    .index-login .login-side .side-btn-wrap .side-btn {
        width: 141px;
        height: 30px;
        background: #4951FF;
        border-radius: 20px;
        transition: all .5s;
        cursor: pointer
    }

    .index-login .login-side .side-btn-wrap .side-btn .btn-icon {
        margin-right: 5px;
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url("../img/icon-file.svg") top center/100% auto no-repeat
    }

    .index-login .login-side .side-btn-wrap .side-btn .btn-word {
        font-size: 13px;
        color: #fff
    }

    .index-login .login-side .side-btn-wrap:hover .side-btn {
        width: 153px;
        height: 42px
    }

    .index-login .login-side-phone {
        display: none
    }

    .index-login .login-box {
        box-sizing: border-box;
        width: 344px;
        height: 291px;
        padding: 20px 0 30px 0;
        background: #F6F8FA
    }

    .index-login .login-box .box-padding {
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px
    }

    .index-login .login-box .box-padding .box-title {
        text-align: center;
        padding: 0 0 20px 0;
        font-size: 16px;
        font-weight: bold;
        color: #2F3034
    }

    .index-login .login-box .box-padding .box-item {
        width: 100%;
        position: relative
    }

    .index-login .login-box .box-padding .box-item .err_tel,
    .index-login .login-box .box-padding .box-item .err_code {
        font-size: 12px;
        color: #FF4757;
        padding-left: 15px;
        display: block;
        height: 20px;
    }

    .index-login .login-box .box-padding .box-item .box-item-input {
        text-indent: 0;
        background: #FFFFFF;
        border: 0 none;
        resize: none;
        outline: none;
        -webkit-appearance: none;
        line-height: normal;
        width: 100%;
        height: 38px;
        border: 1px solid #eaeaea;
        text-indent: 10px;
        font-size: 13px
    }

    .index-login .login-box .box-padding .box-item .box-item-code {
        position: absolute;
        top: 12px;
        right: 10px;
        font-size: 13px;
        cursor: pointer
    }

    .index-login .login-box .box-padding .box-btn {
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: #4951ff;
        box-shadow: 0px 5px 10px rgba(73, 81, 255, 0.35);
        border-radius: 5px;
        color: #fff;
        cursor: pointer
    }

    .index-login .login-box .box-agreement {
        padding-top: 16px;
        font-size: 11px
    }

    .index-login .login-box .box-agreement .agreement-select-radio {
        width: 14px;
        height: 14px;
        text-indent: 0;
        background: transparent;
        border: 0 none;
        resize: none;
        outline: none;
        -webkit-appearance: none;
        line-height: normal;
        position: relative;
        cursor: pointer
    }

    .index-login .login-box .box-agreement .agreement-select-radio:before {
        content: '';
        width: 14px;
        height: 14px;
        border: 1px solid #4951FF;
        display: inline-block;
        border-radius: 100%;
        vertical-align: middle;
        box-sizing: border-box;
    }

    .index-login .login-box .box-agreement .agreement-select-radio:checked:before {
        content: '';
        width: 14px;
        height: 14px;
        border: 1px solid #4951FF;
        display: inline-block;
        border-radius: 100%;
        vertical-align: middle;
        box-sizing: border-box;
    }

    .index-login .login-box .box-agreement .agreement-select-radio:checked:after {
        content: '';
        width: 10px;
        height: 10px;
        text-align: center;
        background: #4951FF;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -2.5px;
        margin-left: -5px;
    }

    .index-login .login-box .box-agreement .agreement-word {
        cursor: pointer;
        padding: 3px 0 0 5px
    }

    .swiper-container-1 {
        margin: 60px 0 0 0;
        width: 100%
    }

    .swiper-container-1 .adCarousel-item .item-ad {
        width: 100%;
        height: 100%
    }

    .swiper-container-1 .adCarousel-item .item-ad-phone {
        display: none
    }

    .index-top-suspended-phone {
        display: none
    }

    .index-top-suspended {
        overflow: hidden;
        position: relative;
        top: -40px;
        z-index: 2
    }

    .index-top-suspended .suspended-item {
        width: 264px;
        height: 144px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin: 0 10px 20px 10px;
        display: inline-block;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
        border-radius: 6px;
        overflow: hidden;
        cursor: pointer;
        transition: all .5s
    }

    .index-top-suspended .suspended-item .item-ad {
        width: 100%;
        height: 100%;
        transition: all .5s
    }

    .index-top-suspended .suspended-item:hover .item-ad {
        transform: scale(1.1)
    }

    .index-tabs .tabs-head {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .index-tabs .tabs-head .head-li {
        width: auto;
        cursor: pointer;
        color: #8e8787;
        font-size: 16px;
        font-weight: 400;
        border-bottom: 2px solid transparent;
        -webkit-transition: all .5s;
        transition: all .5s;
        margin: 0;
        margin-right: 10px;
        height: 48px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 48px
    }
    .head-li-span{
        display: inline-block;
        width: 65px;
        text-align: center;
    }
    .index-tabs .tabs-head .head-li:hover {
        color: #4951FF;
        font-weight: 500
    }

    .index-tabs .tabs-head .head-li-active {
        color: #4951FF;
        font-weight: 500;
        border-bottom: 2px solid #8A411F;
    }

    .index-tabs .tabs-head .swiper-slide-3 {
        padding: 0 14px;
        width: auto;
        cursor: pointer;
        color: #8e8787;
        font-size: 16px;
        font-weight: 400;
        border-bottom: 2px solid transparent;
        -webkit-transition: all .5s;
        transition: all .5s;
        margin: 0;
        margin-right: 10px;
        height: 48px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 48px
    }

    .index-tabs .tabs-body {
        margin: 0;
        padding: 20px 0 0 0;
        list-style: none;
        min-height: 1000px
    }

    .index-tabs .tabs-body .body-li {
        margin: 0 0 15px 0;
        width: 100%;
        height: 200px;
        background: #fff;
        cursor: pointer;
        overflow: hidden;
        text-decoration: none
    }

    .index-tabs .tabs-body .body-li .body-li-pic-wrap {
        position: relative
    }

    .index-tabs .tabs-body .body-li .body-li-pic-wrap .content-msg-phone {
        display: none
    }

    .index-tabs .tabs-body .body-li .body-li-pic {
        width: 400px;
        transition: all .2s ease-out;
        overflow: hidden
    }

    .index-tabs .tabs-body .body-li .li-pic-img {
        width: 100%;
        height: 100%;
        transition: all .5s
    }

    .index-tabs .tabs-body .body-li .title-pic-img {
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

    .index-tabs .tabs-body .body-li .body-li-content {
        padding: 30px;
        width: 100%;
    }

    .index-tabs .tabs-body .body-li .content-title {
        color: #292525;
        font-weight: 600;
        font-size: 20px;
    }
    .index-tabs .tabs-body .body-li .arc_dec{
        color: #655e5e;
    }
    .index-tabs .tabs-body .body-li .title-pic {
        cursor: pointer;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        margin-right: 10px
    }

    .index-tabs .tabs-body .body-li .title-name {
        color: #292525;
        font-size: 14px;
    }

    .index-tabs .tabs-body .body-li .title-time {
        padding-left: 10px;
        color: #8e8787;
        font-size: 12px;
    }

    .index-tabs .tabs-body .body-li .msg-little .see-num {
        color: #8e8787;
        font-size: 12px;
    }

    .index-tabs .tabs-body .body-li .msg-little .talk-num {
        color: #655e5e;
        font-size: 12px;
    }

    .index-tabs .tabs-body .body-li .littiel-talk {
        padding-left: 20px
    }

    .index-tabs .tabs-body .body-li .item-icon {
        display: inline-block;
        width: 20px;
        height: 20px
    }

    .index-tabs .tabs-body .body-li .see-icon {
        background: url("../img/icon-see.svg") no-repeat
    }

    .index-tabs .tabs-body .body-li .talk-icon {
        background: url("../img/icon-talk.svg") no-repeat
    }

    .index-tabs .tabs-body .body-li:hover .body-li-pic {
        width: 390px
    }

    .index-tabs .tabs-body .body-li:hover .body-li-pic:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.1);
        pointer-events: none
    }

    .index-tabs .tabs-body .body-li:hover .li-pic-img {
        transform: scale(1.1)
    }

    .index-tabs .tabs-body .body-li:hover .body-li-content {
        transform: translateX(-10px)
    }

    .index-tabs .tabs-body .body-li-big {
        height: 400px
    }

    .index-tabs .tabs-body .body-li-big .content-title-big {
        color: #292525;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 20px
    }

    .index-tabs .tabs-body .body-li-big .content-title {
        color: #655e5e;
        font-size: 16px;
        margin-bottom: 20px
    }

    .index-tabs .tabs-body .body-li-big .msg-title-head {
        padding: 0 0 40px 0
    }

    .index-tabs .tabs-body .body-li-big:hover {
        height: 390px
    }

    .content-sidebar {
        width: 252px;
        padding: 0 0 0 60px
    }

    .content-sidebar .item-top {
        margin-top: 68px;
        cursor: pointer
    }

    .content-sidebar .item-title {
        margin-top: 40px;
        background: #fff;
        padding: 10px
    }

    .content-sidebar .item-title .title-icon {
        width: 50px;
        height: 50px;
        background: url("../img/sidebar-2.png") top center/100% auto no-repeat
    }

    .content-sidebar .item-title .title-icon-matrix {
        background: url("../img/icon-matrix.png") top center/100% auto no-repeat
    }

    .content-sidebar .item-title .title-word {
        padding: 0 0 0 15px;
        font-size: 18px;
        line-height: 25px;
        color: #292525;
        font-weight: 500
    }

    .content-sidebar .item-title-matrix {
        margin-top: 10px
    }

    .content-sidebar .item-list {
        list-style: none;
        margin: 0;
        padding: 10px 0 0 0
    }

    .content-sidebar .item-list .list-li {
        position: relative;
        width: 252px;
        height: 141px;
        padding: 10px 0 0 0
    }

    .content-sidebar .item-list .list-li .list-li-img {
        width: 100%;
        height: 100%
    }

    .content-sidebar .item-list .list-li:hover .list-li-icon {
        background: url("../img/sidebar-4-big.png") top center/100% auto no-repeat
    }

    .content-sidebar .item-list .list-li-icon {
        position: absolute;
        left: 10px;
        bottom: 10px;
        width: 34px;
        height: 34px;
        background: url("../img/sidebar-4.png") top center/100% auto no-repeat
    }

    .content-sidebar .item-comment {
        margin: 0;
        padding: 0
    }

    .content-sidebar .item-comment .comment-li {
        padding: 30px 0 10px 0
    }

    .content-sidebar .item-comment .comment-li .part1-title-big {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 20px
    }

    .content-sidebar .item-comment .comment-li .part1-title {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: .05em;
        color: #303133
    }

    .content-sidebar .item-comment .comment-li .part1-title:hover {
        color: #fd281a
    }

    .content-sidebar .item-comment .comment-li .title-pic {
        cursor: pointer;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin-right: 10px
    }

    .content-sidebar .item-comment .comment-li .title-pic-img {
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

    .content-sidebar .item-comment .comment-li .title-name {
        margin-top: 8px;
        font-size: 14px;
        line-height: 20px
    }

    .content-sidebar .item-all {
        padding: 20px 0 40px 0;
        width: 252px;
        text-align: center
    }

    .content-sidebar .item-all .item-all-link {
        font-size: 14px;
        color: #fd281a;
        text-decoration: none
    }

    .content-sidebar .item-foot {
        border-top: 1px solid #e5e5e5
    }

    .content-sidebar .item-foot .foot-third .column-list {
        list-style: none;
        margin: 0;
        padding: 30px 0 0 0;
        font-size: 14px
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li {
        padding: 0 30px 0 0;
        cursor: pointer;
        position: relative
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li:nth-last-child(1) {
        padding: 0
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-icon {
        display: inline-block;
        width: 34px;
        height: 34px;
        transition: all 0.5s
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-qrCode {
        position: absolute;
        top: -70px;
        left: 50px;
        z-index: 10;
        padding: 20px;
        text-align: center;
        background: #fff;
        opacity: 0;
        border-radius: 4px
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-qrCode .li-qrCode-pic {
        width: 100px;
        height: 100px
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-qrCode .li-qrCode-pic .li-qrCode-img {
        width: 100%;
        height: 100%
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-qrCode .li-qrCode-word {
        padding: 20px 0 0 0;
        font-size: 12px;
        color: #4e4e4e
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-qrCode:after {
        position: absolute;
        display: inline-block;
        bottom: 84px;
        left: -5px;
        width: 0;
        height: 0px;
        opacity: 0;
        content: "";
        border-style: solid;
        border-width: 5px;
        border-color: transparent #fff #fff transparent;
        transform: rotate(135deg);
        box-shadow: 4px 4px 4px #edf1f3
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-icon-weibo {
        background: url("../img/icon-weibo.svg") top center/100% auto no-repeat
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-icon-weibo:hover {
        background: url("../img/icon-weibo-hover.svg") top center/100% auto no-repeat
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-weixin-link:hover+.list-li-qrCode {
        opacity: 1
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-weixin-link:hover+.list-li-qrCode:after {
        opacity: 1
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-icon-weixin {
        background: url("../img/icon-weixin.svg") top center/100% auto no-repeat
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-icon-weixin:hover {
        background: url("../img/icon-weixin-hover.svg") top center/100% auto no-repeat
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-icon-twitter {
        background: url("../img/icon-twitter.svg") top center/100% auto no-repeat
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-icon-twitter:hover {
        background: url("../img/icon-twitter-hover.svg") top center/100% auto no-repeat
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-icon-rss {
        background: url("../img/icon-rss.svg") top center/100% auto no-repeat
    }

    .content-sidebar .item-foot .foot-third .column-list .list-li-icon-rss:hover {
        background: url("../img/icon-rss-hover.svg") top center/100% auto no-repeat
    }

    .content-sidebar .item-foot .foot-menu {
        padding: 30px 0 0 0
    }

    .content-sidebar .item-foot .foot-menu .column-list {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center
    }

    .content-sidebar .item-foot .foot-menu .column-list .list-li {
        padding: 0 0 10px 0;
        cursor: pointer
    }

    .content-sidebar .item-foot .foot-menu .column-list .list-li-link {
        font-size: 12px;
        color: #8e8787;
        transition: all .5s
    }

    .content-sidebar .item-foot .foot-menu .column-list .list-li-link:hover {
        color: #655e5e
    }

    .content-sidebar .item-foot .foot-menu .column-list .list-li-icon {
        display: inline-block;
        width: 34px;
        height: 34px;
        background: url("../img/icon-weibo.svg") top center/100% auto no-repeat
    }

    .content-sidebar .item-foot .foot-keepNo .keepNo {
        margin-top: 60px;
        color: #c1bdbd;
        font-size: 10px;
        line-height: 15px
    }

    .content-sidebar .item-foot .foot-keepNo .keepNo .keepNo-link {
        color: #c1bdbd
    }
/*}*/

.bg_img {
    width: 100%;
    background: url('/public/pc/img/BG.png') no-repeat;
    background-size: 100% 100%;
    height: 662px;
    overflow: hidden;
    position: relative;
}
.chahua_img{
    width: auto;
    position: absolute;
    top: 20px;
}

.bg_img .titles{
   margin-left: 150px;
}
.msg_title{
    position: absolute;
    z-index: 99;
}
.free_container {
    width: 50%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 90px;
}
.big_title{
    color: #080B58;
    font-size: 40px;
    position: relative;
}
.bg_img .titles span {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: bolder;
}

.bg_img .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px auto;
    width: 65%;
    list-style: none;
    line-height: 30px;
}

.bg_img .list div {
    font-size: 16px;
    color: rgba(255,255,255,.7);
    width: 33.33%;
}

.free_content {
    width: 502px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24);
    border-radius: 6px;
    padding: 30px 70px;
    margin: 70px auto auto;
    box-sizing: border-box;
}

.free_content .title {
    color: #2A2A2A;
    font-size: 24px;
}

.free_content .num_box {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}
.free_content .num_a{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 20px;
}
.free_content .num_c{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-right: 20px;
}
.free_content .num_box div {
    width: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #8A411F;
    color: #FFFFFF;
    font-size: 35px;
    font-weight: bolder;
}

.free_content .tips {
    color: #909399;
    font-size: 13px;
    margin-bottom: 25px;
}

.free_content .btn {
    width: 299px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border-radius: 62px;
    border: 2px solid #8A411F;
    margin: auto;
    display: block;
    cursor: pointer;
}

.free_content .btn_a {
    background: rgba(255, 255, 255, 1);
    color: #8A411F;
}

.free_content .btn_b {
    background: #8A411F;
    /*box-shadow: 0px 4px 16px 0px rgba(7, 193, 96, 0.4);*/
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
}
.erweima_box{
    background: rgba(255,255,255,1);
    text-align: center;
    padding: 30px 20px;
}
.erweima_box .title{
    font-size: 18px;
    font-weight: bolder;
    color: #474747;
}
.sidebar-item .num{
    width: 60%;
    padding-left: 9px;
    letter-spacing: 8px;
    text-align: center;
    font-weight: bolder;
    font-size: 30px;
    background: #8A411F;
    color: #FFFFFF;
    margin: 20px auto;
    border-radius: 5px;
    box-sizing: border-box;
}
.sidebar-item .text{
    font-size: 12px;
    color: #909399;
    margin-bottom: 20px;
}
.sidebar-item a{
    display: block;
    border: 2px solid #8A411F;
    width: 70%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 10px auto;
    border-radius: 20px;
}
.sidebar-item a:nth-of-type(1){
    color: #8A411F;
}
.sidebar-item a:nth-of-type(2){
    background: #8A411F;
    color: #FFFFFF;
}
.ecode_img{
    width: 150px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.footer_container{
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #313131;
    color: rgb(255,255,255);
    font-size: 14px;
}
.wz_container{
    width: 800px;
    margin:30px auto;
}
.wz_container .title{
    font-size: 30px;
    font-weight: bolder;
}
.wz_container .time{
    text-align: right;
    margin: 20px 0;
    color: #655e5e;
}
.page_box{
    margin-top: 30px;
}
.page_current{
    margin-bottom: 30px;
}
.page_box>div{
    margin: 5px;
}
.page_box a,.page_current a{
    color: #125181;
}
.sitemap_box{
    width: 800px;
   display: flex;
    background: rgba(255,255,255,1);
    margin-bottom: 20px;
    padding: 20px;
}
.sitemap_lt .sitemap_title:nth-of-type(1),.sitemap_gt .sitemap_title:nth-of-type(1){
    margin-top: 10px;
}
.sitemap_title{
    font-size: 18px;
    margin: 30px 0 0 40px;
}
.sitemap_lt,.sitemap_gt{
    width: 50%;
}
.sitemap_box li{
    margin: 10px 0;
}
.sitemap_box li a{
    color: #656589;
}
