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

.content_box {
    background: url("/img/business_cooperation/6_1_1index.jpg");
    background-size: cover;
    background-position: left bottom;
    padding-top: 1.39rem;
    padding-bottom: 2.19rem;
}

.content_left>p:first-child {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.37rem;
    color: #2B66B0;
    line-height: 0.95rem;
}

.content_left>p:last-child {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #0A0A0A;
    line-height: 0.4rem;
}

.content_left span {
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .content_left>p:last-child,.content_left>p:last-child span{
        font-size: 12px;
    }
}