#content .item{
    width: 100%;
    height: 50px;
    border-bottom:  1px dashed gray;
    margin-top: 40px;
}
#content .item a{
    line-height: 50px;
}

#content .item a:hover{
    line-height: 50px;
    color: #F7902B;
}

#content .item span{
    line-height: 50px;
    float: right;
}

.fy_box {
    width: 1200px;
    margin-top: 70px;
}

.fy_box>div {
    margin: 0 auto;
    width: max-content;
}

.fy_box>div>span {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.fy_box>div>span:first-child {
    width: 80px;
}

.fy_box>div>span:last-child {
    width: 80px;
}

.fy_box>div>span>a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: #888888;
    border: 1px solid #D2D2D2;
}

.fy_box>div>span>a:hover {
    color: white;
    background-color: #F7902B;
    border: 1px solid #F7902B;
}

.currentPage{
    color: white;
    background-color: #F7902B;
}
