.QX-11228219 {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.QX-11228219 .imgBox {
    width: 50%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
}

.QX-11228219 .imgBox .backstage-componet-bd,
.QX-11228219 .imgBox .backstage-componet {
    width: 100%;
    height: 100%;
}

.QX-11228219 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.QX-11228219 .right {
    width: 50%;
    margin-left: 50%;
}

.QX-11228219 .titleBox {
    margin: 60px 80px 20px 60px;
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    color: #111111;
}

.QX-11228219 .pageBox {
    padding: 0px 60px 50px 60px;
}

.QX-11228219 .pageWrapper {
    margin-bottom: 10px;
}

.QX-11228219 .pageTile {
    width: 100%;
    position: relative;
}

.QX-11228219 .pageTitle {
    color: #0264d7;
    font-weight: 600;
    font-size: 16px;
    background: #ffffff;
    border-radius: 50px;
    padding: 20px 35px;
    line-height: 1;
    cursor: pointer;
    outline: none;
    transition: .3s;
    display: flex;
    align-items: center;
}

.QX-11228219 .ti {
    max-width: calc(100% - 23px);
    white-space: nowrap;
    overflow: hidden;
}

.QX-11228219 .pageTitlehover {
    color: #313342 !important;
}

.QX-11228219 .titleActive {
    color: #fff !important;
    background: #0264d7;
}

.QX-11228219 .strart {
    margin-right: 10px;
    color: #000000;
}

.QX-11228219 .line {
    display: none;
    width: 13px;
    height: 3.2px;
    background: #fff;
    margin-right: 10px;
}

.QX-11228219 .pageCont01 {
    padding: 15px 20px;
    display: none;
}

.QX-11228219 .pageCont {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #000000;
    padding: 0 30px;
    margin-left: 21px;
    border-left: 2px solid #ddd;
}

@media screen and (max-width:900px) {
    .QX-11228219 .imgBox {
        display: none;
    }

    .QX-11228219 .right {
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    .QX-11228219 .titleBox {
        margin: 0px 80px 20px 60px;
    }

    .QX-11228219 .pageBox {
        padding: 0px 60px 0px 60px;
    }
}

@media screen and (max-width:700px) {
    .QX-11228219 .imgBox {
        display: none;
    }

    .QX-11228219 .titleBox {
        margin: 0px 80px 20px 60px;
    }

    .QX-11228219 .right {
        width: calc(100% - 20px);
        margin-left: 10px;
    }

    .QX-11228219 .titleBox {
        margin: 0px 0px 20px 0px;
    }

    .QX-11228219 .pageBox {
        padding: 0;
    }
}