﻿.menu {
    list-style: none;
    font-size: 14px;
}

    .menu li {
        width: 100%;
        height: 50px;
    }

    .menu .select > a {
        border-color: #4C83DE;
        background: #f9f9f9;
    }

    .menu li a {
        display: block;
        width: 100%;
        height: 47px;
        line-height: 47px;
        text-decoration: none;
        border-bottom: 3px solid #fff;
        background: #fff;
    }

        .menu li a:hover {
            border-color: #4C83DE;
            background: #f9f9f9;
        }

.address {
    width: 1200px;
    height: 45px;
    line-height: 45px;
    background-color: #f5f5f5;
    text-align: left;
    color: #333;
    margin: 0 auto;
    font-size: 14px;
    text-indent: 10px;
}

    .address a {
        color: #333;
    }

.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: 20px;
    bottom: 20px;
    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: #4C83DE;
        color: #FFFFFF;
    }

.bt {
    line-height: 62px;
    font-size: 16px;
    color: #fff;
    background-color: #4C83DE;
}
