.banner {

    background: url("/img/attract_investment/banner.jpg");

    background-size: cover;

}



.content_space {

    padding-top: 0.14rem;

    padding-bottom: 1.23rem;

}



.content_box .content_box_flex,

.content_box .content_box_two_flex {

    display: flex;

    justify-content: space-between;

    margin-top: 0.88rem;

}



.content_box .content_box_two_flex .content_box_img {

    width: 7.49rem;

    height: 4rem;

}

.content_box .content_box_two_flex>div:nth-child(1) {

    margin-right: 0.85rem;

}



.content_box .content_box_flex .content_box_img {

    width: 7.49rem;

    height: 4rem;

    margin-right: 0.85rem;

}



.content_box .content_box_flex .content_box_text,.content_box .content_box_two_flex .content_box_text {

    flex: 1;

    margin-top: 0.47rem;

}



.content_box .content_box_two_flex .content_box_text>p:nth-child(1) {

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: bold;

    font-size: 0.28rem;

    color: #000000;

    margin-bottom: 0.36rem;

}



.content_box .content_box_two_flex .content_box_text>p:nth-child(2) {

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: 400;

    font-size: 0.18rem;

    color: #7E7E7E;

    line-height: 0.35rem;

}



.content_box .content_box_flex .content_box_text>p:nth-child(1) {

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: bold;

    font-size: 0.28rem;

    color: #2B66B0;

    margin-bottom: 0.36rem;

}



.content_box .content_box_flex .content_box_text>p:nth-child(2) {

    font-family: Microsoft YaHei, Microsoft YaHei;

    font-weight: 400;

    font-size: 0.18rem;

    color: #000000;

    line-height: 0.35rem;


}

.content_box>.content_box_two_flex:nth-child(even)>.content_box_img {
  border-radius: 0 0 0 0.7rem;
}

.content_box>.content_box_two_flex:nth-child(odd)>.content_box_img {
  border-radius: 0 0 0.7rem 0;
}

@media only screen and (max-width: 1024px) {
    .content_box .content_box_flex, .content_box .content_box_two_flex{
        display: block;
    }
    .content_box .content_box_two_flex .content_box_img{
        width: 100%;
    }
    .content_box .content_box_two_flex>div:nth-child(1){
        margin-right: 0;
    }
    .content_box .content_box_two_flex .content_box_text>p:nth-child(2){
        margin-bottom: 0.47rem;
        font-size: 12px;
    }
}
