.fy_frame
{
    clear: both;
    width: 1100px;
    height: 30px;
    margin: 0 auto;
}
.pageCustom
{
     margin:auto;
}

/*首页*/
.pageCustom_First_Disable
{
}
.pageCustom_First
{
}
.pageCustom_First:hover
{
}

/*上一页*/
.pageCustom_Pre_Disable
{
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(../image/fy_pre.jpg);
}
.pageCustom_Pre
{
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(../image/fy_pre.jpg);
}
.pageCustom_Pre:hover
{
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(../image/fy_pre1.jpg);
}

/*下一页*/
.pageCustom_Next_Disable
{
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(../image/fy_next.jpg);
}
.pageCustom_Next
{
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(../image/fy_next.jpg);
}
.pageCustom_Next:hover
{
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(../image/fy_next1.jpg);
}

/*尾页*/
.pageCustom_Last_Disable
{

}
.pageCustom_Last
{

}
.pageCustom_Last:hover
{

}


/*页码*/
.pageCustom_Num
{
    float: left;
    width: 24px;
    height: 22px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 5px;
    display: block;
    color: #818181;
    text-align: center;
    text-decoration: none;
}
.pageCustom_Num:hover
{
    float: left;
    width: 24px;
    height: 22px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 5px;
    display: block;
    color: #818181;
    text-align: center;
    text-decoration: none;
    color: #2f2f2f;
    border-bottom: 2px solid #0082c8;
}
.pageCustom_Num_On
{
    float: left;
    width: 24px;
    height: 22px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 5px;
    display: block;
    color: #818181;
    text-align: center;
    text-decoration: none;
    color: #2f2f2f;
    border-bottom: 2px solid #0082c8;
}
.pageCustom_Num_On:hover
{
    text-decoration: none;
}
