* {
    padding: 0;
    margin: 0;
}

body {
    font: 14px/20px sans-serif, "microsoft yahei";
    color: #333;
    background-color: #fafafa;
    min-width: 1100px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}
.pos {
    width: 1060px;
    margin: 20px auto;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    background-color: #FFFFFF;
}
.pages {
    margin: 40px auto 60px;
    text-align: center;
}

.pages a {
    box-sizing: border-box;
    display: inline-block;
    padding: 2px 10px;
    margin-right: 3px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #e2e2e2;
    cursor: pointer;
}

.pages a.current,
.pages a:hover {
    color: #00509a;
    border: 1px solid #00509a;
}

.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.last {
    box-sizing: border-box;
    cursor: pointer;
}