﻿html, body, form, div, p, table, thead, tbody, th, td, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, a {
    list-style: none;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    font-size: 14px;
    line-height:1.5;
    font-family: Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
    background: #fff;
    color: #333333;
}

a {
    color: #333333;
    text-decoration:none;
}

    a:hover {
        color: #ff3e3e;
    }

img {
    border: 0;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

#navpage {
    width: 100%;
    line-height: 30px;
    text-align: center;
    padding: 15px 0px;
    font-size: 14px;
    font-family: Arial;
}

    #navpage a {
        padding: 4px 5px;
        height: 14px;
        line-height: 14px;
        font-size: 14px;
        border: 1px solid #d4d4d4;
        margin: 0px 5px;
        display: inline-block;
        border-radius: 2px;
        background: #f5f5f5;
        font-family: Arial;
        cursor: pointer;
    }

        #navpage a:hover {
            text-decoration: normal;
            border-color: #cc3300;
            background: #ffffff;
        }

        #navpage a.navcur, #navpage a.navcur:hover {
            padding: 4px 5px;
            height: 14px;
            line-height: 14px;
            font-size: 14px;
            border: 1px solid #cc0000;
            background: #cc0000;
            margin: 0px 5px;
            color: #ffffff;
            display: inline-block;
            border-radius: 2px;
            font-family: Arial;
            cursor: default;
        }

#NavPager {
    width: 100%;
    line-height: 30px;
    text-align: center;
}

    #NavPager a {
        border: solid 1px #e4e4e4;
        padding: 3px 6px 3px 6px;
        color: #0099ff;
        text-decoration: none;
        margin-left: 3px;
        margin-right: 3px;
    }

    #NavPager span.selected {
        color: #f00000;
        background: #ffec6d;
        border: solid 1px #e4e4e4;
        padding: 3px 6px 3px 6px;
        margin-left: 3px;
        margin-right: 3px;
    }

    #NavPager a:hover {
        color: #f00000;
        background: #ffec6d;
    }

    #NavPager a.txt {
        border: 0px;
        margin: 0px;
    }

.clear:after {
    content: "";
    display: block;
    clear: both;
}

/*分页开始*/
.Page {
    height: 26px;
}

    .Page div {
        display: inline;
    }

    .Page a {
        padding: 4px 5px;
        height: 14px;
        line-height: 14px;
        font-size: 14px;
        border: 1px solid #d4d4d4;
        margin: 0px 5px;
        display: inline-block;
        zoom: 1;
    }

        .Page a:hover {
            text-decoration: underline;
            border-color: #b10000;
        }

        .Page a.Selected {
            background: #b10000;
            border-color: #b10000;
            color: #ffffff;
        }
