/*初始化111*/
html,
body {
    margin: 0;
    padding: 0;
}

.pagebox {
    position: relative;
}

@media only screen and (max-width: 768px) {
    #w_grid-1561086843607 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    #w_grid-1561086843599 {
        margin-bottom: 0 !important;
    }

    #w_fimg-1563761609036 {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 768px) {
    #w_grid-1561086843607 {
        margin-bottom: 80px !important;
        margin-top: 80px !important;
    }
}

/*按钮*/
.p_page .pageNum.active {
    text-decoration: none;
    background-color: #009a42 !important;
    color: #fff;
    border-color: #009a42 !important;
}

.p_page .pageNum a:hover {
    color: #fff;
    border-color: #009a42 !important;
    cursor: pointer;
    text-decoration: none;
    background-color: #009a42 !important;
}

.p_page .next:hover {
    background: #009a42 !important;
    border-color: #009a42 !important;
    color: #fff;
    cursor: pointer;
}

.p_page .pre:hover {
    background: #009a42 !important;
    border-color: #009a42 !important;
    color: #fff;
    cursor: pointer;
}

.page-num {
      height: 100%;
    min-width: 100%;
    color: #595959;
    border: none;
    line-height: auto;
    font-size: 18px;
    background-color: #fff;
    border-radius: 0px;
    margin: 0 8px;
    display: inline-block;
    background-color: #009a42 !important;
}

.page-num-current {
    text-decoration: none;
    background-color: #009a42 !important;
    color: #fff;
    border-color: #009a42 !important;
    margin: 0;
}