.banner.h480 {
    height: 500px;
}
@media screen and (max-width:992px) {
    .KeyWordsOverListTop {
        width: 100% !important;
    }

    .KeyWordsOverListTop .InnerTitle {
        padding-left: 15px;
    }

    .KeyWordsOverListTop .item .flexBetween {
        display: flex;
        flex-wrap: wrap;
    }

    .KeyWordsOverListTop .NewsList .list .item a .img {
        width: 90%;
        margin: 0 auto;
    }

    .KeyWordsOverListTop .NewsList .list .item a .wenzi {
        width: 90%;
        margin: 15px auto;
    }

    .KeyWordsOverListTop .InnerPage {
        padding-bottom: 25px;
        width: 90%;
        margin: 15px auto;
        justify-content: flex-end;
        align-items: center;
    }

    .KeyWordsOverListTop .InnerPage div {
        margin: 12px;
    }

    .KeyWordsOverListTop .boxRight {
        width: 90%;
        margin: 0 auto;
    }

    .KeyWordsOverListTop .KeyWordsOverList .boxRight section .content3 {
        justify-content: flex-start;
    }
    .banner.h480 {
        height: 10rem;
    }
        .index_header_box{
        height: 51px!important;
    }
}
.InnerPage li{
    cursor: pointer;
}
.InnerPage li:hover{
    background-color: #1e5bb7;
    color: white;
}
.InnerPage li a{
    width: 100%;
    height: 29px;
    display: inline-block;
    color: white;
}
.pagination .active{
    background-color: #1e5bb7!important;
}
.pagination{
    display: -webkit-inline-box;
}
.pagination {
    font-size: 12px;
}
ul, ol {
    padding-left: 0;
    list-style-type: none;
}

.pagination li {
    display: inline-block;
    width: 48px;
    height: 30px;
    background-color: #2971de;
    color: white;
    line-height: 30px;
    border: 1px solid;
    text-align: center;
}
.pagination li {
    cursor: pointer;
}