.unita {
    padding: .75rem 0;
    box-sizing: border-box;
}

.unita ul li {
    margin: 0 5px !important;
}

.unita ul li a {
    padding: .1875rem .625rem;
    box-sizing: border-box;
    border-radius: 50px;
}

.unita_act {
    background-color: #1D57A5;
    color: #fff !important;
}

.unita ul li a:hover {
    background-color: #1D57A5;
    color: #fff !important;
    transition: all 0.6s;
}

.news ul {
    flex-wrap: wrap;
}

.news ul li {
    width: 50%;
}

.news ul li a img {
    display: block;
    width: 100%;
}

.news ul li a {
    display: block;
    padding: .6875rem 1.375rem;
    box-sizing: border-box;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.news ul li a:hover h5 {
    color: #1D57A5 !important;
    transition: all 0.6s;
}

.news ul li:nth-child(2) a,
.news ul li:nth-child(4) a,
.news ul li:nth-child(6) a,
.news ul li:nth-child(8) a,
.news ul li:nth-child(10) a,
.news ul li:nth-child(12) a,
.news ul li:nth-child(14) a,
.news ul li:nth-child(16) a{
    border-right: none;
}

/*.news ul li:nth-child(5) a,*/
/*.news ul li:nth-child(6) a {*/
/*    border-bottom: none;*/
/*}*/

.news ul li a .line_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news ul li a .line_box .jiabox {
    font-size: 18px;
    display: flex;
    align-items: center;
    opacity: 0;
}

.news ul li a .line_box .jiabox div {
    font-size: 12px;
    background: #1D57A6;
    border-radius: 2px 2px 2px 2px;
    width: 61px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 0 0 .125rem;
}

.news ul li a .text_box {
    margin: .5rem 0 0 0;
}

.news ul li a .text_box span {
    margin: .1875rem 0 .375rem 0;
    font-weight: 400;
    color: #353535 !important;
        display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
}

.news ul li a .text_box h5 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bolder;
    display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 overflow: hidden;
}

.news ul li a .line_box h6 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    color: #E5E5E5;
}

.news ul li a:hover .line_box .jiabox {
    opacity: 1;
    transition: all 0.6s;
}


.news ul li a:hover {
    box-shadow: 8px 4px 10px 0px rgba(0,0,0,0.2);
    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) {
    .unita {
        justify-content: center;
    }

    .news ul li a {
        padding: 10px;
    }

    .news ul li a .line_box .jiabox {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 375px) {}