.news_information .centerContent {
    margin-top: 15px;
}

.news_information .centerContent ul li {
    display: flex;
    align-items: center;
    height: 300px;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.news_information .centerContent ul li .left_img {
    width: 300px;
    height: 210px;
}

.news_information .centerContent ul li .line_img {
    width: 2px;
}

.news_information .centerContent ul li .more {
    font-size: 17px;
    color: #666666;
    margin-left: 30px;
}

.news_information .centerContent ul li .text {
    flex: 1;
    flex-direction: column;
    margin-left: 15px;
    
    margin-right: 40px;
}

.news_information .centerContent ul li h4 {
    font-size: 1rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_information .centerContent ul li p {
    font-size: 0.9rem;
    margin: 2.5% 0;
    color: #666666;
}

.news_information .centerContent ul li span {
    font-size: 0.9rem;
    color: #999999;
    line-height: 28px;
}

.news_information .centerContent .paging {
    height: 133px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.news_information .centerContent .paging button,
.news_information .centerContent .paging input {
    width: 75px;
    height: 35px;
    border: none;
    font-size: 15px;
    line-height: 35px;
    color: #666666;
    background-color: #f7f7f7;
}

.news_information .centerContent .paging button:hover,
.news_information .centerContent .paging input:hover {
    background-color: #2d57d0;
    color: #f7f7f7;
}

.news_information .centerContent .paging input {
    width: 60px;
    color: #908f8f;
    background-color: #fff;
    margin: 0 10px;
}

.news_information .centerContent>div {
    display: none;
}

.news_information .centerContent>div:first-child {
    display: flex;
    flex-direction: column;
}

.news_information .centerContent .flex {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}