@charset "utf-8";
/* CSS Document */
#page_div{
	display: block;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    border-top: 1px dotted #e3eef9;
    font-size: 14px;
    }
    
    
#page_div span{
    color: #0F0F0F;
    margin-right: 10px;

}

#page_div .pagination-index{
margin-right: 10px;
    background: #fff;
    color: #c8c8c8;
    text-align: center;
    padding: 0 8px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #c8c8c8;
    display: inline-block;
}

#page_div .pagination-num{

margin-right: 10px;
    background: #fff;
    color: #107ddc;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #107ddc;}

#page_div .active{
    margin-right: 10px;
    background: #107ddc;
    color: #fff;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
}
