﻿/*分页样式*/
.pagelist {
    clear: both;
    display: block;
    margin: 10px 0 20px 0;
    text-align: center;
}

.pagelist:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.pagelist .l-btns {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 10px;
    border: 1px solid #dbdbdb;
    height: 28px;
    overflow: hidden;
}

.pagelist .l-btns span {
    font-size: 12px;
    color: #333;
    line-height: 28px;
}

.pagelist .l-btns .pagenum {
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    border: 1px solid #dbdbdb;
    border-top: 0;
    border-bottom: 0;
    width: 30px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #333;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
}

/*css default style pagination*/
div.default {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Verdana;
    font-size: 12px;
}

div.default a, div.default span {
    display: inline-block;
    margin: 0 0 0 3px;
    padding: 4px 12px;
    line-height: 20px;
    height: 20px;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #333;
    text-decoration: none;
}

div.default span:first-child {
    border-left: 1px solid #e1e1e1;
}

div.default a:hover {
    color: #fff;
    background: #28a5ed;
}

div.default span.current {
    color: #fff;
    background: #28a5ed;
    border-color: #28a5ed;
}

div.default span.disabled {
    color: #999;
    background: #fff;
}

/*page*/
.pagin {
    position: relative;
    margin-top: 10px;
    padding: 0 12px;
}

.pagin .blue {
    color: #056dae;
    font-style: normal;
}

.pagin .paginList {
    position: absolute;
    right: 12px;
    top: 0;
}

.pagin .paginList .paginItem {
    float: left;
}

.pagin .paginList .paginItem a {
    float: left;
    width: 31px;
    height: 28px;
    border: 1px solid #DDD;
    text-align: center;
    line-height: 30px;
    border-left: none;
    color: #3399d5;
}

.pagin .paginList .paginItem:first-child a {
    border-left: 1px solid #DDD;
}

.pagin .paginList .paginItem:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagin .paginList .paginItem:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagin .paginList .paginItem.current, .pagin .paginList .paginItem.current a {
    background: #f5f5f5;
    cursor: default;
    color: #737373;
}

.pagin .paginList .paginItem:hover {
    background: #f5f5f5;
}

.pagin .paginList .paginItem.more, .pagin .paginList .paginItem.more a:hover {
    cursor: default;
}

.pagin .paginList .paginItem.more:hover {
    background: #FFF;
}

.pagin .paginList .paginItem.more a {
    color: #737373;
}

.pagepre {
    background: url(../images/pre.gif) no-repeat center center;
    width: 31px;
    height: 28px;
}

.pagenxt {
    background: url(../images/next.gif) no-repeat center center;
    width: 31px;
    height: 28px;
}
.mien_cate {
    width: 820px;
    min-height: 360px;
}

.mien_cate_div {
    line-height: 25px;
    height: 25px;
    text-align: center;
    width: 820px;
    margin-top: 10px;
}

.mien_cate_div a {
    display: block;
    margin-right: 14%;
    font-size: 16px;
    font-weight: bold;
}