/*分页*/
.fy {
   text-align: center;
   margin-bottom: 20px;
   margin-top: 20px;
}

/* 分页 */
.fy .pagination {
   width: 100%;
   margin-top: 30px;
   margin-bottom: 30px;
   display: flex;
   justify-content: center;
   font-size: 14px;
}

.fy .pagination .active {
   background-color: #1066B8;
   color: white;
}

.fy .pagination span {
   width: 40px;
   height: 40px;
   display: inline-block;
   margin-left: 10px;
   font-size: 14px;
   line-height: 40px;
   text-align: center;
}

.fy .pagination a {
   width: 40px;
   height: 40px;
   display: inline-block;
   border: solid 1px #eeeeee;
   margin-left: 10px;
   font-size: 14px;
   line-height: 40px;
   text-align: center;
}

.fy .pagination .jump-ipt {
   width: 40px;
   height: 40px;
   border: solid 1px #eeeeee;
   margin-left: 10px;
   font-size: 14px;
   line-height: 40px;
   text-align: center;
}

.fy .pagination .jump-btn {
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   font-size: 14px;
}

.fy .pagination .prev {
   width: 40px;
   height: 40px;
   line-height: 40px;
   font-size: 14px;
   text-align: center;
}

.fy .pagination .next {
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   font-size: 14px;
}