﻿/* 整站通用 */
body {
    margin: 0px;
    padding: 0px;
}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

.h16 {
    height: 16px;
}

.h24 {
    height: 24px;
}

.pageSplit {
    text-align: center;
    padding: 20px 0px 20px 0px;
}

    .pageSplit a {
        display: inline-block;
        line-height: 22px;
        background: #fff;
        width: auto;
        padding: 0px 10px;
        text-align: center;
        margin: auto 2px;
        color: #333;
    }

        .pageSplit a.gray {
            color: #adaeb2;
        }

        .pageSplit a:hover,
        .pageSplit a.current {
            background: #2b7bc4;
            border-color: #fff;
            color: #FFF;
        }

    .pageSplit .link {
        display: inline-block;
        color: #201f1f;
        padding: 0px 5px;
        font-size: 12px;
    }

        .pageSplit .link .page {
            border: 1px solid #999999;
            font-size: 9px;
            color: #333;
            text-align: center;
            width: 30px;
        }

    .pageSplit a.page {
        background: #fff;
    }

    .pageSplit a.page:hover{
        background: #2b7bc4;
        color: #fff;
    }

    .user .bottomArrow {
    background: url(/images/menu_sprite.png) 0 -50px no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 30px;
    bottom: 0;
}

.alert-dismissable a {
    font-size: 16px;
}
.alert-dismissable a:hover{
    text-decoration: underline;
}