.pagelist{text-align: center;padding: 10px 0;}
       .pagelist li{
       	display: inline-block;
       }
       .pagelist a{
       	border: 1px solid #e6e6e6;
       	padding: 3px 7px;
        display: inline-block;
    background: #fff;
    color: #666666;
    cursor: pointer;
text-decoration: none;
       }
       .pagelist li:hover a{
          background: #d43d3d;
          color: #fff;
       }
       .pagelist .thisclass a{
        background: #d43d3d;
          color: #fff;
       }
       .pagelist .thisclass {
        background: #d43d3d;
          color: #fff;
       }
       .fixed.hover{
        background:#f00;color:#fff
       }