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

.content_box {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.36rem 0.54rem 0.35rem 0.47rem;
    background: #F8F8F8;
    cursor: pointer;
    transition: var(--m_tran) background;
}

.content_box .content_box_left {
    padding: 0.12rem 0.49rem 0.12rem 0;
    text-align: center;
    border-right: 0.02rem solid RGBA(232, 232, 232, 1);

}

.content_box .content_box_left>p:first-child {
    font-family: Anton, Anton;
    font-weight: bold;
    font-size: 0.39rem;
    color: #2B66B0;
    line-height: 0.28rem;
}

.content_box .content_box_left>p:last-child {
    font-family: Anton, Anton;
    font-weight: 400;
    font-size: 0.17rem;
    color: #2B66B0;
    line-height: 0.28rem;
}

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

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

.content_box .content_box_center {
    padding-left: 0.43rem;
    padding-right: 0.9rem;
    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.15rem;

}

.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.14rem 0.22rem;
    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:hover .content_box_center .content_hove_font {
    color: #2B66B0FF;
    font-weight: bold;
}

.content_box:hover {
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.08rem 0.01rem rgba(97, 93, 93, 0.22);
    border-radius: 0rem 0rem 0rem 0rem;
}

.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: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_four {
    display: flex;
    justify-content: center;
    margin-top: 0.76rem;
    margin-bottom: 0.67rem;
}

.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{
        padding: 0.16rem 0.14rem 0.15rem 0.17rem;
    }
    .content_box .content_box_left{
        padding: 0.12rem 0.19rem 0.12rem 0;
    }
    .content_box .content_box_center{
        padding-left: 0.16rem;
    padding-right: 0.2rem;
    }
    .content_box_right{
        padding: 0.1rem 0.12rem;
    }
    .content_box .content_box_center>div:first-child{
        margin-bottom: 0;
    }
    .content_box .content_box_center>div:first-child>span,.content_box .content_box_left>p:last-child{
        font-size: 12px;
    }
}