﻿.address {
    width: 1000px;
    height: 31px;
    line-height: 33px;
    margin: 0 auto;
    border-style: solid;
    border-color: #D2D2D2;
    border-width: 0px 0px 1px 0px;
    font-family: 'SimSun';
    text-align: left;
    color: #AAAAAA;
}

    .address .left {
        float: left;
        width: 82px;
        height: 100%;
        text-indent: 23px;
        background-image: url('../image/ico1.jpg');
        background-position: 3px center;
        background-repeat: no-repeat;
    }

    .address .right {
        float: right;
        width: 918px;
        height: 100%;
    }

        .address .right a {
            color: #AAAAAA;
        }

.page2 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 20px;
}

    .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 {
    list-style: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

    .page li {
        float: left;
        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: #FF0000;
        color: #FFFFFF;
    }

a {
    outline: none;
    transition: all 0.3s ease-out 0s;

}
