body {
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

    ul:after {
        content: "";
        display: block;
        clear: both;
    }

img {
    display: inline-block;
    max-width: 100%;
    text-indent: 0;
}

table {
    border-collapse: collapse;
}

.page2 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 20px;
    width: 1200px;
    margin: 0 auto;
}

    .page2 .prev {
        display: block;
        width: auto;
        float: left;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .page2 .next {
        display: block;
        width: auto;
        float: right;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

.page {
    padding-top: 30px;
    list-style: none;
    z-index: 0;
    width: auto;
    text-align: center;
}

    .page li {
        display: inline-block;
        width: auto;
        height: 28px;
        line-height: 28px;
        text-align: center;
        margin-left: 3px;
        margin-right: 3px;
        border-style: solid;
        border-color: #AAAAAA;
        border-width: 1px 1px 1px 1px;
    }

        .page li a {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none;
        }

    .page .p {
        width: 28px;
    }

    .page .prevPage {
        width: 58px;
    }

    .page .nextPage {
        width: 58px;
    }

    .page .select {
        background-color: #027CC8;
        color: #FFFFFF;
    }
