.news .content{
    background-color: #f1f9ff;
    padding-bottom: 107px !important;
}
.news-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.news-list::after {
    width: 32%;
    content: "";
}
.news-item{
    flex-shrink: 0;
    width: 32%;
    margin-top: 57px !important;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .15) !important;
    
}
.news-img{
    height: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.news-i-info{
    height: 170px;
    box-sizing: border-box;
    padding: 18px 29px 29px !important;
}
.news-tit{
    display: -webkit-box;
    overflow: hidden; 
    text-overflow: ellipsis; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    margin-top: 17px !important;

    margin-left: 8px !important;
}
.news-tit a{
    font-size: 22px;
    text-decoration: none;
    color: var(--bs-body-color);
}
.news-tit a:hover{
    color: #0069b7;
}
.news-page .pagination a, .news-page .pagination span{
    padding: 10px 15px !important;
    border: 2px solid #edf0f0;
    color: #555;
}
.news-page .pagination .active>span,.news .pagination .page-link.active{
    color: #fff;
    background-color: #0067b7;
}
.news-page{
    display: flex;
    justify-content: center;
    margin-top: 62px !important;
    padding-bottom: 20px !important;

}
.new .pagination li+li{
    margin-left: 15px !important;
}
.news-data {
    color: #a2a2a2;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.news-data .icon-guanli0127yihuifu-46{
    font-size: 22px;
    margin-right: 6px !important;
}
/*.container-inner{*/
/*    width: 85%;*/
/*}*/
@media (max-width: 992px) {
    .container-inner{
        width: 100%;
    }
    .news-item {
        width: 48%;
        margin-top: 30px !important;
    }
    .news-list::after {
        width: auto;
        content: "";
    }
    .news-i-info {
        padding: 15px !important;
    }
    .news-page{
        margin-top: 30px !important;
    }
    .news .content{
        padding-bottom: 50px !important;
    }
    .news .pagination .page-item+.page-item {
        margin-left: 10px !important;
    }
}
@media (max-width: 576px) {
    .news-item{
        width: 100%;
    }
}
