
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "SourceHanSans-Light";
    src: url("../font/SourceHanSans-Light.woff2") format("woff2"),
    url("../font/SourceHanSans-Light.woff") format("woff"),
    url("../font/SourceHanSans-Light.ttf") format("truetype"),
    url("../font/SourceHanSans-Light.eot") format("embedded-opentype"),
    url("") format("svg"),
    url("../font/SourceHanSans-Light.otf") format("opentype");
}

@font-face {
    font-family: "SourceHanSans-Bold";
    src: url("../font/SourceHanSans-Bold.woff2") format("woff2"),
    url("../font/SourceHanSans-Bold.woff") format("woff"),
    url("../font/SourceHanSans-Bold.ttf") format("truetype"),
    url("../font/SourceHanSans-Bold.eot") format("embedded-opentype"),
    url("") format("svg"),
    url("../font/SourceHanSans-Bold.otf") format("opentype");
}

@font-face {
    font-family: "SourceHanSans-Regular";
    src: url("../font/SourceHanSans-Regular.woff2") format("woff2"),
    url("../font/SourceHanSans-Regular.woff") format("woff"),
    url("../font/SourceHanSans-Regular.ttf") format("truetype"),
    url("../font/SourceHanSans-Regular.eot") format("embedded-opentype"),
    url("") format("svg"),
    url("../font/SourceHanSans-Regular.otf") format("opentype");
}

@font-face {
    font-family: "义启小魏楷";
    src: url("../font/义启小魏楷.woff2") format("woff2"),
    url("../font/义启小魏楷.woff") format("woff"),
    url("../font/义启小魏楷.ttf") format("truetype"),
    url("../font/义启小魏楷.eot") format("embedded-opentype"),
    url("") format("svg"),
    url("../font/义启小魏楷.otf") format("opentype");
}

body {
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    margin: 0 auto;
    font-family: 'SourceHanSans-Light';
    background: #fff;
    overflow-x: hidden;
    text-align: left;
    position: relative;
    font-size: 16px;
    color: #333;
}

img {
    border: none;
}

.img_box span {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

h1, h2, h3 {
    font-weight: normal;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none；
}

input, textarea, select {
    font-family: 'SourceHanSans-Light';
    font-size: 1em;
    outline: none;
    margin: 0;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #999 !important;
}

textarea::-webkit-input-placeholder {
    color: #999 !important;
}

input[type='button'], input[type='text'], input[type='search'], input[type='submit'], input[type='reset'], input[type='date'], input[type='time'], input[type='number'] {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

ul, ol {
    padding: 0;
    list-style-type: none;
}

em {
    font-style: normal;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

input.sub, label {
    border: none;
    cursor: pointer;
}

input, textarea {
    font-family: 'SourceHanSans-Light';
    outline: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

* {
    box-sizing: border-box;
}

.pageController {
    padding: 10px 1px;
    clear: both;
    text-align: center;
    font-family: Arial, "\5B8B\4F53", sans-serif;
    font-size: 14px;
    vertical-align: top
}

.pageController a {
    background-color: #FFF;
    color: #000;
    padding: 1px 8px 1px 8px;
    margin-right: 2px;
}

.pageController a:hover {
    background-color: #004ea3;
    color: #FFF;
    text-decoration: none;
}

.pageController .currPage {
    background-color: #004ea3;
    color: #FFF;
}

.clear {
    clear: both;
}

.new-list-l a {
    color: #f37800;
}

.new-list-l .on a {
    color: #f37800;
    text-decoration: underline;
}

.new-list-l a:hover {
    color: #f37800;
    text-decoration: underline;
}

.page a {
    color: #3b6caa;
}

