@charset "utf-8";
/* CSS Document */

.page_con  a{
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 3px;
    text-align: center;
    background: #f4f4f4;
    color: #666;
	margin-bottom: 5px;
}

.page_con  span{
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 3px;
    text-align: center;
    background: #f4f4f4;
    color: #666;
	margin-bottom: 5px;
}

.page_con a:hover {
    background: #5f5f5f !important;
    color: #fff !important;
}

.page_con span:hover {
    background: #5f5f5f !important;
    color: #fff !important;
}


.page_con a.page-num-current {
background: #6b6b6b !important;
    color: #fff;
}


