[v-cloak] {
    display: none
}

.page-warprer {
    background: #F3F5F9
}

.page-warprer .home-body .container {
    max-width: 1720px;
    margin: 0 auto
}

.page-warprer .home-body .container .nav {
    margin-bottom: 30px
}

.page-warprer .home-body .container .section-body {
    border-radius: 20px;
    background: #fff;
    min-height: 400px;
    padding: 23px 20px;
    box-sizing: border-box
}

.page-warprer .home-body .container .section-body .section-content {
    padding: 87px 137px 53px
}

.page-warprer .home-body .container .section-body .section-content .section-content-item {
    background: #FFFFFF;
    border-radius: 27px;
    border: 1px solid #E5E5E5;
    padding: 24px 30px;
    margin-bottom: 25px
}

.page-warprer .home-body .container .section-body .section-content .section-content-item:last-child {
    margin-bottom: 0
}

.page-warprer .home-body .container .section-body .section-content .section-content-item .section-content-item-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px
}

.page-warprer .home-body .container .section-body .section-content .section-content-item .section-content-item-title-box .section-content-item-title {
    font-size: 18px;
    font-weight: 500;
    color: #707070
}

.page-warprer .home-body .container .section-body .section-content .section-content-item .section-content-item-title-box .section-content-item-time {
    font-size: 14px;
    font-weight: 400;
    color: #999999
}

.page-warprer .home-body .container .section-body .section-content .section-content-item .section-content-item-txt {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    width: 80%
}

.page-warprer .home-footer .ftop {
    display: none
}

@media (min-width: 1200px) {
    .page-warprer .home-body .container {
        padding: 0 102px
    }
}

@media (max-width: 1200px) {
    .page-warprer {
        background: #F3F5F9
    }
    .page-warprer .home-body {
        max-width: 750px;
        margin: 0 auto
    }
    .page-warprer .home-body .container {
        margin-top: 24px
    }
    .page-warprer .home-body .container .nav {
        display: none
    }
    .page-warprer .home-body .container .section-body {
        background: rgba(0, 0, 0, 0);
        min-height: auto;
        padding: 0 14px 15px
    }
    .page-warprer .home-body .container .section-body .b-head {
        display: block;
        border-bottom: 0;
        margin-bottom: 14px;
        padding-left: 7px
    }
    .page-warprer .home-body .container .section-body .b-head h2 {
        background: none;
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 400;
        position: relative;
        padding: 0 0 0 9px
    }
    .page-warprer .home-body .container .section-body .b-head h2::after {
        content: '';
        width: 4px;
        height: 19px;
        background-color: #FF7100;
        position: absolute;
        border-radius: 30px;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }
    .page-warprer .home-body .container .section-body .b-head .back-previous {
        display: none
    }
    .page-warprer .home-body .container .section-body .section-content {
        padding: 0
    }
    .page-warprer .home-body .container .section-body .section-content .section-content-item {
        background: #FFFFFF;
        border-radius: 12px;
        border: 1px solid #E5E5E5;
        padding: 14px 6px;
        margin-bottom: 14px
    }
    .page-warprer .home-body .container .section-body .section-content .section-content-item .section-content-item-title-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 22px;
        border-bottom: 1px solid #F2F2F2;
        padding: 0 10px 12px
    }
    .page-warprer .home-body .container .section-body .section-content .section-content-item .section-content-item-title-box .section-content-item-title {
        font-size: 14px;
        font-weight: 500;
        color: #333333;
        width: calc(100% - 130px);
        line-height: 1.5
    }
    .page-warprer .home-body .container .section-body .section-content .section-content-item .section-content-item-title-box .section-content-item-time {
        font-size: 12px;
        font-weight: 400;
        color: #C1C1C1;
        width: 130px;
        text-align: right
    }
    .page-warprer .home-body .container .section-body .section-content .section-content-item .section-content-item-txt {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        line-height: 24px;
        width: auto;
        padding: 0 10px
    }
    .home-footer {
        display: none
    }
}