* {
    padding: 0px;
    margin: 0px auto;
}

body {
    background: #e8e8e8;
    color: #333;
    font-family: "微软雅黑";
    font-size: 12px;
}

.bgfff {
    background-color: #fff
}

input {
    outline: none;
}

ul {
    list-style: none;
}

.box {
    width: 1280px;
    min-width: 1280px;
    clear: both;
}

.all {
    width: 100%;
    min-width: 1280px;
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
    color: black;
}

.size16 {
    font-size: 16px;
    color: black;
}

.hide {
    overflow: hidden;
}

a {
    text-decoration: none;
    font-family: "微软雅黑";
    color: #333;
    font-size: 12px;
}

img {
    vertical-align: middle;
    border: 0px;
}

a img {
    border: 0px;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.padtp {
    padding-top: 30px;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.colorfff {
    color: #fff;
}
.pagination{
    text-align: center;
}

.pagination li{
    display: inline;
}

<!--0.00014209747314453-->