.host_div_1 {
    margin: 0 auto;
    display: flex;
    max-width: 864px;
    justify-content: flex-start;
    margin-bottom: 52px
}

.host_div_1 img {
    width: 29px;
    height: 29px;
}

.host_div_1_right_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #313131;
    /* line-height: 36px; */
    text-align: left;
    font-style: normal;
    margin-bottom: 10px;

}

.host_div_1_right_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #3A3A3A;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
}

.host_div_1_right {
    margin-left: 20px
}

.host_flex_item1 {
    max-width: 372px;
    min-height: 263px;
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
    padding-left: 22px;
    padding-right: 22px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px #ACE1FF;
    border-radius: 13px;
    border: 2px solid #6FB6ED;
    position: relative;
}

.host_flex_item1_title {

    background: #007FDF;
    border-radius: 0px 0px 9px 9px;
    padding-left: 47px;
    padding-right: 47px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: fit-content;
    color: white;
    height: fit-content;
    position: absolute;
    top: 0;
    margin: 0 auto;
}

.host_flex_item1_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #525252;
    min-height: 125px;
    line-height: 25px;
    margin-top: 34px;
    text-align: justify;
    font-style: normal;
}


.host_div_2_right_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    /* line-height: 69px; */
    margin-bottom: 25px;
    text-align: left;
    font-style: normal;
    text-decoration-line: underline;
}

.host_div_2_right_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #525252;
    line-height: 36px;
    text-align: left;
    font-style: normal;
}

.host_div_2{
    border-left: 3px solid #9EDEFF;
    padding-left: 27px;
    position: relative;
    margin-bottom:62px;
    padding-bottom: 10px;
}
.host_div_2_ok{
    position:absolute;
    width: 13px;
    height: 13px;
    background-color: #9EDEFF;
    top:0;
    left: -8px;
}

@media screen and (max-width: 1260px) {

    .host_flex_item1 {
        max-width: unset;
        width: 80%;
        margin-bottom: 45px;

    }
}