.topimgbox {
    width: 100%;
    height: 100%;
    display: flex;
}

.topimgbox img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 新闻中心 */
.newbox {
    width: 100%;
}

/* tabar */
.tabbox {
    display: flex;
    margin: 40px 0;
}


.tabbox .new_bar {
    width: 33%;
    cursor: pointer;
    border: 1px solid #7a84b0;
    display: flex;
}

.tabbox .new_bar:hover {
    background-color: #2f4dd5;

}

.tabbox .new_bar:hover p {
    color: #fff;
}

.tabbox .new_bar P {
    margin: 16px auto;
    font-size: 22px;
}

.tabbox .new_baractive {
    background-color: #2f4dd5;
}

.tabbox .new_baractive p {
    color: #fff;
}

.news_detail {
    width: 100%;
    padding-bottom: 100px;
}

.news_detail .list_news {
    display: flex;
    cursor: pointer;
    border-bottom: 1px solid #777777;
    padding: 30px 0;
}

.news_detail .list_news .lfimg {
    width: 26%;
}
.news_detail .list_news .lfimg img {
    width: 100%;
}
.news_detail .list_news .date {
    width: 13%;
    /* border: 1px solid red; */
    margin-left: 3%;
    height: 80%;
    border-right: 1px solid #c9c4c4;
}

.news_detail .list_news .date p:nth-child(1) {
    font-size: 36px;
}

.news_detail .list_news .date p:nth-child(2) {
    font-size: 18px;
    color: #777777;
    margin-top: 10px;
}

.detai_ifno {
    padding-left: 40px;
    width: 55%;
}

.detai_ifno {}

.detai_ifno p:nth-child(1) {
    font-size: 22px;
    color: #000000;
}

.detai_ifno p:nth-child(2) {
    color: #333333;
    margin-top: 10px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

/* 分页 */
.none_box {
    display: none;
}

.show_box {
    display: block;
}

.page_container {
    display: flex;
}



#pagebox {
    margin: 60px auto;
    display: flex;
}

.list_page {
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;

}

.list_page:hover {
    background-color: #2f4dd5;
    color: #fff;
    cursor: pointer;
}

.list_pageactive {

    background-color: #2f4dd5;
    color: #fff;
    cursor: pointer;
}

.next_page {
    cursor: pointer;
    min-width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
}

.next_page:hover {
    background-color: #2f4dd5;
    color: #fff;
    cursor: pointer;
}

.last_page {
    cursor: pointer;
    min-width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
}

.last_page:hover {
    background-color: #2f4dd5;
    color: #fff;
    cursor: pointer;
}