.news_fy{
    margin: 48px auto;
    text-align: center;
}
.pagesNum{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #666;
    font-size: 12px;
    margin-right: 8px;
    border: 1px #ddd solid;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}
.pagesNum:hover{
    color: #f24444;
}
.selection{
    color: #f24444;
}
.prohibit{
    background-color: #eceff1;
}
.top{
    margin-top: 30px;
}
.top_list{
    margin-top: 20px;
}
.top_list ul li{
    overflow: hidden;
    margin-bottom: 16px;
    cursor: pointer;
}
.top_list ul li p:hover{
    color: #f24444;
}
.top_list ul li span{
    float: left;
    width: 14px;
    height: 14px;
    font-size: 12px;
    color: #666;
    margin-right: 8px;
    background: #f3f3f3;
    text-align: center;
    line-height: 14px;
    position: relative;
    top: 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.top_list ul li:nth-child(1) span{
    color: #fff;
    background: #f24444;
}
.top_list ul li:nth-child(2) span{
    color: #fff;
    background: #f24444;
}
.top_list ul li:nth-child(3) span{
    color: #fff;
    background: #f24444;
}
.top_list ul li p{
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}