.content {
    display: flex;
    width: 100%;
    height: 8.34rem;
    padding: 1.63rem 0;
    justify-content: space-around;
    background: url(../image/layer.png) no-repeat;
    background-size: 100% 80%;
}

.content_text {
    display: flex;
    justify-content: space-around;
    width: 17.79rem;
    height: 8.91rem;
    margin: 0 auto;
    background: #F8F8F8;
}

.content_honder {
    display: flex;
}

.content_themes {
    margin-right: 0.87rem;
}

.content_honder div {
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #E82D37;
    line-height: 0.44rem;
    margin: 1.56rem 0.32rem 0.75rem 1.42rem;
}

.services {
    margin: 0 1.4rem;
    font-size: 0.26rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
    line-height: 0.32rem;
}

.line {
    /* width: 100%; */
    /* border-bottom: 0.02rem solid red; */
    width: 7.6rem;
    height: 0.01rem;
    border-bottom: 0.01rem solid #E82D37;
    margin-top: 1.77rem;

}

.Text_content {
    width: 9.64rem;
    height: 4.36rem;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #4F4F4F;
    line-height: 0.32rem;
    margin: 0 0 0 1.42rem;
}

.Text_content p {
    margin: 0.2rem 0rem;
    font-size: 0.2rem;
}

.content_right img {
    width: 82%;
    margin-top: 1.08rem;
    margin-right: 0.82rem;
}


@media screen and (max-width: 800px) {

    .content {
        width: 100%;
        height: 100%;
        background: none;
        padding: 0;
    }

    .content_text {
        display: flex;
        height: 100%;
        flex-direction: column;
        width: 100%;
    }

    .Text_content {
        width: 98%;
        height: 100%;
        margin: 0;
    }

    .content_themes {
        margin-right: 0;
    }


    .content_honder {
        margin-bottom: 0.75rem;
    }

    .Text_content p {
        margin: 0 !important;
        padding: 0.2rem 0.2rem !important;
        color: #4F4F4F !important;
        font-size: 0.28rem !important;
        line-height: 0.5rem !important;
        font-weight: 500 !important;
        box-sizing: border-box !important;
    }

    .content_right img {
        width: 96%;
        padding: 0 0.2rem;
        margin: 0 auto;
        box-sizing: border-box;
        margin-bottom: 0.5rem;
        display: block;
    }

    .content_honder div {
        width: 40%;
        margin: 0;
        margin-top: 0.77rem;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }

    .line {
        width: 100%;
        height: 0.01rem;
        border-bottom: 0.01rem solid #E82D37;
        box-sizing: border-box;
        margin-top: 1rem;
        margin-right: 0.4rem;
    }

    .services {
        width: 100%;
        margin: 0;
        padding: 0 0.20rem;
        margin-bottom: 0.3rem;
        box-sizing: border-box;
        font-size: 0.24rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #262626;
        line-height: 0.32rem;
    }


    /*头部 底部 */
    /* .bottom_box {
        display: none;
    }

    .top {
        display: none;
    } */
}