﻿﻿html, body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, div, span, em, strong, table, thead, tbody, th, td, th, a, form, input, select, textarea {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-style: normal;
}

body {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    font-family: "微软雅黑", "宋体";
    background: #f5f5f5;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #e53737;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

input {
    vertical-align: middle;
    font-size: 12px;
    color: #333333;
}

textarea {
    color: #333333;
    font-size: 12px;
}

select {
    border: 1px solid #999999;
    color: #333333;
    font-size: 14px;
    vertical-align: middle;
    padding: 2px;
    line-height: 30px;
    height: 30px;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    vertical-align: top;
}

a span {
    cursor: pointer;
}

/* 通用布局样式 begin*/

.Pagination {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-top: 1px dashed #d4d4d4;
    text-align: center;
    margin-top: 15px;
}

.Pagination .PageCount {
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}

.Page {
    *zoom: 1;
    *display: inline;
}

.Page a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #c5b7b7;
    color: #888;
    margin: 3px;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: top;
}
.Page .page-num{
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #999999;
    color: #333333;
    margin: 3px;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: top;
    width: 60px;
}
.Page a:hover {
    border-color: #e53737;
    color: #e53737;
    text-decoration: none;
}

.Page .Selected, .Page .Selected:hover {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 20px;
    background: #e53737;
    border: 1px solid #e53737;
    color: #fff;
    margin: 3px;
    text-decoration: none;
    border-radius: 3px;
    cursor: default;
    vertical-align: top;
}

.Page .Disabled, .Page .Disabled:hover {
    color: #cccccc;
    border-color: #e5e5e5;
    cursor: default;
}

.Page .PageCount {
    line-height: 32px;
    display: inline-block;
    padding: 0px 5px;
}

/* 通用布局样式 end*/