﻿.fy {
  height:52px;
  display:flex;
  justify-content:center;
  width:100%;
  margin-top:20px;
  float:left;
}   
.fy .page_infos{
    display:none;
    margin-right:5px;
    float:left;
}
.fy .page_first{
    display:block;
    height:30px;
    width:60px;
    line-height:30px;
    border:1px #ccc solid;
    text-align:center;
    margin-right:5px;
    float:left;
}
.fy .page_pre{
    display:block;
    height:30px;
    width:60px;
    line-height:30px;
    border:1px #ccc solid;
    text-align:center;
    margin-right:5px;
    float:left;
} 
.fy .page_next{
    display:block;
    height:30px;
    width:60px;
    line-height:30px;
    border:1px #ccc solid;
    text-align:center;
    margin-right:5px;
    float:left;
}
.fy .page_last{
    display:block;
    height:30px;
    width:60px;
    line-height:30px;
    border:1px #ccc solid;
    text-align:center;
    float:left;
}
.fy #page_goto{
    display:none;
    float:left;
}
.fy .page_nums{
    float:left;
}
.fy .page_nums a{
    display:block;
    height:30px;
    width:30px;
    line-height:30px;
    border:1px #ccc solid;
    text-align:center;
    margin-right:5px;
    float:left;
}
.fy>a{
    float:left;
}
.fy input{
    width:15px;
}
.fy a{
   color:#000;
}
.page_goto a{
    margin-left:8px;
}
.fy a:hover {
    color: #fff;
    background-color: #206ba4;
}
.fy .page_nums .curr {
    color: #fff;
    background-color: #206ba4;
}