﻿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;
}

.content-box {
    width: 1200px;
    margin: 10px auto;
    box-shadow: 0px 0px 5px #ccc;
}

.address {
    width: calc(100% - 60px);
    height: 40px;
    line-height: 40px;
    margin: 0 auto 20px auto;
    border-bottom: 1px solid #007ACC;
    background: url(/image/icon01.png) no-repeat left center;
    padding-left: 40px;
    text-align:left;
}

    .address:after {
        content: "";
        display: block;
        clear: both;
    }

    .address a {
        display: block;
        float: left;
        color: #000;
    }

    .address span {
        display: block;
        float: left;
        margin: 0 5px;
        color: #000;
    }

.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: 10px;
    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: #01a2ec;
        color: #FFFFFF;
    }
