﻿.five_unit>ul {
    width: 50%;
    margin: 0 auto !important;
}

.news_center_box {
    padding: .5rem 0;
    box-sizing: border-box;
}

.news_center>ul li a h4 {
    font-size: 18px;
}

.news_center>ul li a {
    display: flex;
    padding: .40rem;
    box-sizing: border-box;
    border: 1px solid #d2d1d1;
}

.news_center>ul li a .p_box {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    width: 20%;
}

.news_center>ul li a .p_box img {
    display: block;
    width: 100%;
    height: 100%;
}

.news_center>ul li a .text_box {
    padding: .40rem;
    width: 80%;
    box-sizing: border-box;
}

.news_center>ul {
    margin: .75rem 0 !important;
}

.news_center>ul li {
    margin: 0 0 .375rem 0;
}

.news_center>ul li a .text_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: .45rem;
}

.news_center>ul li a .text_box div:last-child {
    display: flex;
    justify-content: end;
}

.news_center>ul li a .text_box div:last-child p {
    position: relative;
    bottom: 0;
    right: 0;
    background-color: #019444;
    text-align: center;
    width: 20%;
    color: #fff;
    border-radius: 50px;
}

.news_center>ul li a:hover {
    background-color: #019444;
    color: #fff !important;
    transition: all 0.6s;
}

.news_center>ul li a:hover .text_box div:last-child p {
    color: #016CB4 !important;
    background-color: #fff;
    transition: all 0.6s;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .news_center>ul li a .text_box {
        line-height: 1.5;
    }
    .news_center>ul li a .text_box div:last-child p {
        width: 30%;
    }
    .news_center>ul li a .p_box {
        width: 100%;
    }
    .news_center>ul li a .text_box {
        width: 100%;
    }
    .news_center>ul li a {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}