.banner {
    background: url("/img/news/banner.jpg");
    background-size: cover;
}

.content_bg {
    background: url("/img/business_cooperation/6_2index.jpg");
    background-size: cover;
    background-position: left bottom;
}

.content_box {
    padding-top: 0.91rem;
    padding-bottom: 1.55rem;
}

.content_box>p:first-child {
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.37rem;
    color: #2B66B0;
    padding-bottom: 0.92rem;
}

.content_box .content_box_flex .conten_text {
    display: flex;
    cursor: pointer;
}

.content_box .content_box_flex .conten_text:first-child:hover>.content_img {
    background: url("/img/business_cooperation/6_2_1icon.png") no-repeat;
    background-size: contain;
}

.content_box .content_box_flex .conten_text:hover div:last-child .text_hover {
    color: #2B66B0;
}

.content_box .content_box_flex .conten_text:nth-child(2):hover>.content_img {
    background: url("/img/business_cooperation/6_2_2icon.png") no-repeat;
    background-size: contain;
}

.content_box .content_box_flex .conten_text:last-child:hover>.content_img {
    background: url("/img/business_cooperation/6_2_3icon.png") no-repeat;
    background-size: contain;
}

.content_box .content_box_flex>.conten_text:first-child {
    padding-right: 1.67rem;
    border-right: 0.01rem solid #C4C4C4;
}

.content_box .content_box_flex>.conten_text:nth-child(2) {
    padding-right: 1.88rem;
    border-right: 0.01rem solid #C4C4C4;
}

.content_box .content_box_flex {
    display: flex;
    justify-content: space-between;
}

.content_box .content_box_flex .conten_text:first-child .content_img {
    background: url("/img/business_cooperation/6_2_1index.png") no-repeat;
    background-size: contain;
    width: 0.51rem;
    height: 0.51rem;
    margin-right: 0.27rem;
    transition: var(--m_tran) background;
}

.content_box .content_box_flex .conten_text .text_hover {
    transition: var(--m_tran) color;
}

.content_box .content_box_flex .conten_text:nth-child(2) .content_img {
    background: url("/img/business_cooperation/6_2_2index.png") no-repeat;
    background-size: contain;
    width: 0.51rem;
    height: 0.51rem;
    margin-right: 0.22rem;
    transition: var(--m_tran) background;
}

.content_box .content_box_flex .conten_text:last-child .content_img {
    background: url("/img/business_cooperation/6_2_3index.png") no-repeat;
    background-size: contain;
    width: 0.51rem;
    height: 0.51rem;
    margin-right: 0.22rem;
    transition: var(--m_tran) background;
}

.content_box .content_box_flex .conten_text>div:last-child>p:first-child {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #242424;
}

.content_box .content_box_flex .conten_text>div:last-child>p:last-child {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.18rem;
    color: #808080;
    line-height: 0.22rem;
}

@media only screen and (max-width: 1024px) {
    .content_box .content_box_flex{
        display: block;
    }
    .content_box .content_box_flex .conten_text{
        margin-top: 0.5rem;
        
    }
    .content_box .content_box_flex>.conten_text:first-child{
        margin-top: 0;
        border-right: none;
    }
    .content_box .content_box_flex>.conten_text:nth-child(2){
        border-right: none;
    }
    .content_box .content_box_flex .conten_text>div:last-child>p:first-child,.content_box .content_box_flex .conten_text>div:last-child>p:last-child{
        font-size: 12px;
    }
}