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

.content_box {
    display: flex;
    justify-content: space-between;
    padding-top: 0.53rem;
    padding-bottom: 0.25rem;
    border-bottom: 0.01rem dashed #C6C6C6;
    cursor: pointer;
}

.content_box:hover>.content_box_right {
    background: #0068B7;
}

.content_box:hover>.content_box_right>span {
    color: #fff;
}

.content_box:hover>.content_box_right>.content_down {
    background: url("/img/news/5_3_2index.png");
    background-size: cover;
}

.content_box>.content_box_right {
    transition: var(--m_tran) background;
}

.content_box>.content_box_right>span {
    transition: var(--m_tran) color;

}

.content_box>.content_box_right>.content_down {
    transition: var(--m_tran) background;
}

.content_box_right {
    margin: 0.25rem 0;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0.15rem 0rem;
    border: 0.01rem solid #0068B7;
    padding: 0.13rem 0.19rem;
    cursor: pointer;

}

.content_box_right>span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #0068B7;
}

.content_box_right .content_down {
    width: 0.15rem;
    height: 0.15rem;
    background: url("/img/news/5_3_2icon.png");
    background-size: cover;
    margin-left: 0.12rem
}

.content_box .content_box_center>div:first-child {
    display: flex;
    align-items: center;
    margin-bottom: 0.07rem;
}

.content_box .content_box_center>div:last-child {
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 0.17rem;
    color: #B1B1B1;
    margin-top: 0.15rem;
    transition: var(--m_tran) color;
}

.content_box:hover .content_box_center>div:last-child {
    color: #101010FF;
}

.content_box .content_box_center>div:nth-child(2) {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
}

.content_box .content_box_center {
    padding-right: 2.16rem;
    flex: 1;
}

.content_box .content_box_center>div:first-child>span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.26rem;
    margin-left: 0.14rem
}

.content_box:hover .content_box_center>div:first-child>div:last-child {
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 0.17rem;
    color: #B1B1B1;
    line-height: 0.28rem;
}

.content_box:hover .content_box_center .content_hove_font {
    color: #2B66B0FF;
    font-weight: bold;
}

.content_box:hover .content_box_center .content_hove_font {
    color: #2B66B0FF;
    font-weight: bold;
}

.content_box .content_box_center .content_hove_font {
    transition: var(--m_tran) color font-weight;
}

.content_box .content_box_center>div:first-child>.content_img {
    background: url("/img/business_cooperation/6_3_1index.png") no-repeat;
    background-size: contain;
    width: 0.07rem;
    height: 0.16rem;
    transform: var(--m_tran) background;
}

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

.content_four {
    display: flex;
    justify-content: center;
    margin-top: 0.76rem;
    margin-bottom: 0.75rem;
}

.content_four>p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.32rem;
    height: 0.32rem;
    color: RGBA(223, 223, 223, 1);
    margin-right: 0.08rem;
    cursor: pointer;
}

.content_four>p:first-child {
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.01rem solid #DEDEDE;
    color: RGBA(223, 223, 223, 1);
}

.content_four>p:last-child {
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.01rem solid #DEDEDE;
    color: RGBA(223, 223, 223, 1);
}

.content_four>p:nth-child(2) {
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    color: #fff;
    background: rgba(43, 102, 176, 1);
}

.content_four>p:nth-child(3) {
    border: 0.01rem dashed #DEDEDE;
}

.content_four>p:nth-child(4) {
    border: 0.01rem dashed #DEDEDE;
}

.content_four>p:nth-child(5) {
    border: 0.01rem dashed #DEDEDE;
}

.content_four>p:nth-child(7) {
    border: 0.01rem dashed #DEDEDE;
}

@media only screen and (max-width: 1024px) {
    .content_box{
        display: block;
    }
    .content_box .content_box_center{
        padding-right: 0;
    }
    .content_box .content_box_center>div:first-child>span,.content_box .content_box_center>div:nth-child(2),.content_box .content_box_center>div:last-child{
        font-size: 12px;
    }
    .content_box_right{
        width: 30%;
        margin-left: auto;
    }
}