@charset "utf-8";
/* CSS Document */

.p_page a {
    position: relative;
    float: left;
    height: 38px;
    min-width: 38px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    line-height: 38px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 0px;
}

.p_page span {
    position: relative;
    float: left;
    height: 38px;
    min-width: 38px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    line-height: 38px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 0px;
}

.p_page a:hover {
    color: #fff;
    border-color: #f5b63a;
    cursor: pointer;
    text-decoration: none;
    background-color: #f5b63a;
}

.p_page a.page-num-current {
    text-decoration: none;
    background-color: #f5b63a;
    color: #fff;
    border-color: #f5b63a;
}

 @media (max-width: 767px) {
	 
.p_OccupyBox {
	width: 100%;
	display: table;
	text-align: center;
	margin:0px auto; 
margin-top: 45px;
}


}

