.news-list-page .kmd-pagination {
    margin-top: 40px;
    margin-bottom: 40px;
}
.news-list-page .nav-tabs li a {
    border-radius: 0
}
.kmd-pagination {
    white-space: nowrap;
    color: #303133;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 70px 0;
}
.text-center {
    text-align: center;
}
.kmd-pagination .pagination_total {
    display: inline-block;
    min-width: 35.5px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    box-sizing: border-box;
    margin-right: 10px;
    font-weight: 400;
    color: #999;
    font-size: 16px;
}
.kmd-pagination .pager {
    -webkit-user-select: none;
    user-select: none;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}
.pager li {
    display: inline;
}
.kmd-pagination .btn {
    /*padding: 4px 20px*/
}

.kmd-pagination .btn-prev {
    padding-right: 12px
}
.kmd-pagination .prev {
    width: 80px;
    height: 40px;
    background-image: url(/public/images/left-icon.png);
    transform: rotateY(-180deg);
    background-repeat: no-repeat;
    align-items: center;
    background-position: center center;
    display: inline-block;
}
.kmd-pagination .pager .btn-prev a{
    transform: rotateY(-180deg);
}

.kmd-pagination .next{
    width: 80px;
    height: 40px;
    padding: 0 30px;
    background-image: url(/public/images/left-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    align-items: center;
    background-position: center center;
}
.kmd-pagination .btn-next {
    padding-left: 12px
}
.kmd-pagination .pager .number a {
    padding: 0 4px;
    background: #fff;
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    color: #333;
    border: 1px solid #d9d9d9;
}
.kmd-pagination .btn-next,.kmd-pagination .btn-prev {
    border: none;
    cursor: pointer;
    margin: 0;
    color: #303133
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-menu-left:before {
    content: "\e257";
}

.kmd-pagination .pager .more {
    color: #000
}

.kmd-pagination .pager .number {
    margin: 0 6px
}



.kmd-pagination .pager .active a,.kmd-pagination .pager .number:hover a {
    border-radius: 0;
    color: #2f66bd;
    border-color: #2f66bd;
}
.kmd-pagination .pager .active a{
    background: #2f66bd;
    color: #fff;
    border-color: #2f66bd;
    z-index: 2;
    position: relative;
}
.kmd-pagination .pagination_jump {
    display: inline-block;
    font-size: 16px;
    min-width: 35.5px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    box-sizing: border-box;
    margin-left: 20px;
    font-weight: 400;
    color: #606266;
    white-space: nowrap
}

.kmd-pagination .pagination_jump .pagination_editor {
    line-height: 18px;
    padding: 0 2px;
    height: 40px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 3px;
    vertical-align: middle
}

.kmd-pagination .pagination_jump .pagination_editor .btn,.kmd-pagination .pagination_jump .pagination_editor input {
    width: 80px;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    text-align: center;
    margin: 0 5px;
    outline: none;
    transition: all 0.3s ease;
}

.kmd-pagination .pagination_jump .v3_theme {
    border-radius: 0;
    width: 80px;
    height: 40px;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.kmd-pagination .pagination_jump .v3_theme:hover {
    color: #2f66bd;
    border-color: #2f66bd;
    background: #fff;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
