	.p_OccupyBox {
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    overflow: hidden;
    text-align: center;
}	
	.p_page {
    display: inline-block;
    padding: 30px 0;
}	
	.e_pagebox {
    width: auto;
    height: auto;
    clear: both;
    position: relative;
}	
	.p_page .pre {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 30px;
    margin: 0 5px 0 18px;
    text-align: center;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #595959;
}
		.p_page .pre .font {
    display: table-cell;
    vertical-align: middle;
    bottom: 0;
    font-size: 12px;
}
		.p_page .pre .i_pre {
    display: none;
}
	.p_page .pre:active,.p_page .pre:hover,.p_page .next:active,.p_page .next:hover{
    background: #e50026;
    border-color: #e50026;
    color: #fff;
}	
		.p_page .pageNum.active,.p_page .pageNum.active a {
    text-decoration: none;
    background-color:#e50026;
    color: #fff;
    border-color: #e50026;
}
		.p_page .pageNum {
    position: relative;
    float: left;
    height: 30px;
    min-width: 30px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
}
		.p_page .next {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 30px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #595959;
    text-align: center;
    padding: 0 10px;
    border-radius: 6px;
    margin-right: 5px;
}
		.p_page .next .font {
    display: table-cell;
    vertical-align: middle;
    bottom: 0;
    font-size: 12px;
}
		.p_page .next .i_next {
    display: none;
}
		.p_page .pre .iconfont:before {
    content: "\e6b0";
	float: left;
    margin-right: 0;
    margin-top: 2px;
}
		.p_page .next .iconfont:before {
    content: "\e6af";
    margin-top: 2px;
    float: right;
    margin-left: 0;
}