.pagelist  a:nth-child(1){display: none}
.pagelist  a:nth-child(n+1){
    border: 1px solid #666666;
    cursor: pointer;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0px 8px;
    float: left;
    margin-left: 9px;
}
.pagelist b{border: 1px solid #666666;
    background: #1fb492;
    color: #FFFFFF;
    border: 1px solid #1FB492;
	
    cursor: pointer;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0px 8px;
    float: left;
    margin-left: 9px;
}
.pagelist {margin-top: 20px}