@charset "UTF-8";
.pager {
    position: relative;
    text-align: center;
    zoom: 1;
}

.pager:before,
.pager:after {
    content: "";
    display: table;
}

.pager:after {
    clear: both;
    overflow: hidden;
}

.pager span {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    color: #bdbdbd;
    font-size: 14px;
}

.pager .active {
    float: left;
    margin: 0 5px;
    min-width: 25px;
    height: 25px;
    line-height: 24px;
    background: #319e46;
    color: #fff;
    font-size: 14px;
    border: 1px solid #319e46;
    padding-left: 3px;
    padding-right: 3px;
}

.pager a {
    float: left;
    margin: 0 5px;
    min-width: 25px;
    height: 25px;
    line-height: 24px;
    background: #f3f6f6;
    border: 1px solid #ebebeb;
    color: #a7aeb1;
    font-size: 14px;
    padding-left: 3px;
    padding-right: 3px;
}

.pager a:hover {
    color: #fff;
    background: #319e46;
}

.pager .next,
.pager .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #319e46;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

/*input {*/
    /*float: left;*/
    /*margin: 0 5px;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
    /*text-align: center;*/
    /*background: #fff;*/
    /*border: 1px solid #ebebeb;*/
    /*outline: none;*/
    /*color: #bdbdbd;*/
    /*font-size: 14px;*/
/*}*/