.classify_show_a {
    display: flex;
    flex-wrap: wrap;
    transition: all .3s ease-out 0s;
}


/*新闻中心重要样式*/

.Information_info_top {
    position: relative;
    display: block;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}

.news-one__date-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 17px 22px 20px;
    border-top-right-radius: 8px;
}


/* .Information_info {
            display: flex;
        } */

.Information_info li {
    /* min-width: 380px; */
    width: 23.78%;
    max-width: 23.78%;
    margin-right: 1.62%;
    display: block;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05); */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 3px solid transparent;
    transition: all 500ms ease;
    border-radius: 8px;
    margin-bottom: 26px;
}

.Information_info li:nth-child(4n) {
    margin-right: 0;
}

.news-one__date-box p {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    margin: 0;
    line-height: 17px;
    text-align: center;
}

.Information_info_footer {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .05); */
    padding: 15px 17px 25px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 3px solid transparent;
    transition: all 500ms ease;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.Information_info_footer h3 {
    font-size: 21px;
    font-weight: bold;
    color: #000000;
    margin: 0px 0 10px;
    transition: all 500ms ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Information_info_footer p {
    color: #666666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
}

.Information_info_top {
    position: relative;
    display: block;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}

.show_j {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: rgba(27, 24, 37, 0.3);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: white;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.news-one__read-more {
    margin-top: 20px;
}

.news-one__meta {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.news-one__meta img {
    margin-right: 9px;
}

.news-one__plus::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.news-one__plus::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* .news-one__meta>img {
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
        } */

.news-one__date-box p {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin: 0;
    line-height: 17px;
    text-align: center;
}


/*新闻中心悬停事件*/

.Information_info li:hover .show_j {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.Information_info_top>a:hover>span::before,
.Information_info_top>a:hover>span::after {
    background-color: #B50000;
}

.Information_info_top>a:hover>span::before,
.Information_info_top>a:hover>span::after {
    background-color: #B50000;
}

.Information_info li:hover .Information_info_footer h3 {
    color: #B50000;
}

.news-one__date-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 17px 22px 20px;
    border-top-right-radius: 8px;
}

.Information_info li:hover {
    border-bottom: 3px solid #B50000;
}

.get_m {
    display: none;
}

.Information_info_top img {
    width: 100%;
}


/*新闻中心悬停事件结束*/


/*新闻中心重要样式*/


/*新增中心结束*/


/*中标信息*/

.c5_h {
    display: none;
}

.c5_img {
    margin-top: 20px;
}

.n4_ul {
    display: flex;
    flex-wrap: wrap;
}

.n4_li {
    width: 48%;
    margin-right: 4%;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(119, 119, 119, 0.09);
    padding: 15px 0;
    margin-bottom: 40px;
    cursor: pointer;
}

.n4_li_left {
    padding: 22px 40px;
    text-align: center;
    color: #222222;
    border-right: 1px solid #ECECEC;
}

.n4_li:nth-child(2n) {
    margin-right: 0;
}

.n4_li_left_p1 {
    font-size: 16px;
}

.n4_li_left_p2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 15px;
}

.n4_li_right {
    padding: 10px 0px 10px 40px;
    width: 71%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 28px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.n4_li_all {
    display: flex;
}

.n4_li_right_title {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.n4_li:hover .n4_li_right_title {
    color: #B50000;
}

.n4_li:hover .c5_h {
    display: block;
}

.n4_li:hover .c5 {
    display: none;
}

@media(max-width:1024px) {
    .Information_info {
        display: block;
    }
    /*新闻中心*/
    .news_c_all {
        padding: 40px 0 40px;
    }
    .o_title_a,
    .Information_info {
        display: block;
    }
    .Information_info li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .Information_info_footer h3 {
        font-size: 17px;
    }
    .Information_info_footer p {
        font-size: 13px;
        line-height: normal;
        -webkit-line-clamp: 3;
    }
    .news-one__meta>img {
        width: 15px;
    }
    .Information_info_footer {
        padding: 15px 17px 15px;
    }
    /*新闻中心end*/
}