.content_n {
    padding: 60px 0;
}

.all {
    background-color: #F2F6F9;
}

.page_f_pc {
    justify-content: flex-end;
}


/*新闻详情*/

.new_info {
    background-color: white;
    padding: 79px 60px;
}

.new_i_title {
    text-align: center;
    padding-bottom: 25px;
}

.new_i_title_p1 {
    font-size: 28px;
    font-weight: bold;
    color: #121212;
    line-height: 30px;
}

.new_i_title_p2 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    margin-top: 20px;
}

.new_i_desc {
    padding: 50px 0;
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
}

.new_i_bottom {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_i_b_right a {
    width: 120px;
    height: 42px;
    background: #B50000;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 42px;
    overflow: hidden;
}

.new_i_b_right_back span {
    display: block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.new_i_b_right a:hover span {
    top: -100%;
    color: #fff;
}

.new_i_b_left {
    color: #333;
    font-size: 16px;
}

.new_i_b_left p:first-child {
    margin-bottom: 10px;
}


/*中标信息*/

.content_n4 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.content_n4 .page_f {
    margin-top: 20px;
}

@media(max-width:1024px) {
    .content_n {
        padding: 1rem 0;
    }
    .news_c_all {
        padding: 0 !important;
    }
    /*新闻详情*/
    .new_info {
        padding: 1.6rem .9rem;
    }
    .new_i_title_p1 {
        line-height: 1.5rem;
        font-size: 1rem;
    }
    .new_i_title_p2 {
        margin-top: 0.5rem;
        font-size: 0.4rem;
        line-height: 0.75rem;
    }
    .new_i_title {
        padding-bottom: 1rem;
    }
    .new_i_desc {
        padding: 1rem 0;
    }
    .new_i_b_left {
        display: none;
    }
    .new_i_bottom {
        display: block;
    }
    .new_i_b_right {
        text-align: right;
    }
    .new_i_b_right a {
        width: 4.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.6rem;
    }
    /*中标信息*/
    .n4_ul {
        display: block;
    }
    .n4_li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.75rem;
        padding: 0.5rem 0;
    }
    .n4_li_left {
        /* padding: 0.3rem 0.7rem; */
        padding: 0.2rem .75rem;
    }
    .n4_li_left_p1 {
        font-size: 0.5rem;
    }
    .n4_li_left_p2 {
        font-size: 1.5rem;
        line-height: 0.75rem;
    }
    .n4_li_right {
        padding: 0.25rem 0rem 0.25rem 0.75rem;
        font-size: 0.6rem;
        line-height: 0.9rem;
    }
    .c5_img {
        margin-top: 0.5rem;
    }
    .content_n4 {
        background-image: url(../image/c4_m.png) !important;
    }
}