/*初始化111*/

html, body {
    margin: 0;
    padding: 0;
}

.pagebox {
    position: relative;
    width: 1200px;
    margin: 0px auto;
}

.p_page .pageNum.active {
    background-color: #009944 !important;
}

.p_page .next {
    background-color: #009944 !important;
}

.p_page .pre:hover {
    background-color: #009944 !important;
}

.p_page .pageNum:hover {
    background-color: #009944 !important;
}
