/*分页*/
.webdiyerCss {
    clear: left;
    padding: 30px 0 ;
    width: 100%;
    text-align: center;
}

    .webdiyerCss a, .webdiyerCss a:link, .webdiyerCss .redcss { /*float:left;*/
        padding: 6px 8px;
        margin: 0 3px;
    }

    .webdiyerCss input {
        height: 31px;
        margin: -2px 2px 0 -10px;
        padding: 7px 2px;
        text-align: center;
        *margin-left: 1px;
    }

    .webdiyerCss .page_go {
        display: inline-block;
        padding: 5px 12px;
        height: 31px;
        margin-left: 5px;
        *height: 32px;
    }

    .webdiyerCss input, .webdiyerCss a, .webdiyerCss a:link {
        color: #000;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

    .webdiyerCss .redcss, .webdiyerCss .page_go {
        font-weight: bold;
        background: #e81026;
        border: 1px solid #e81026;
        color: #fff;
        border-radius: 3px;
    }

        .webdiyerCss a:hover, .webdiyerCss .page_go:hover {
            background: #eee;
            border: 1px solid #eee;
            color: #333;
        }

    .webdiyerCss a {
        *margin-bottom: 10px;
        _margin-bottom: 10px;
    }
/*========== nav ==========*/
