html {
    color: #000;
    background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h3,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

body {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

.mod-article .bd {
    padding: 20px 15px;
    background: #fff;
}

.mod-article .bd h1 {
    margin-bottom: 5px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.mod-article .bd h3 {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.mod-article .bd p {
    margin-bottom: 10px;
    line-height: 24px;
    text-indent: 2em;
    color: #666;
}

.table {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 10px;
    table-layout: fixed;
}

.table-out {
    overflow: hidden;
}

.table-scroll {
    overflow-x: auto;
}

.table-scroll .table {
    min-width: 1000px;
}

.table td,
.table th {
    border: 1px solid #ccc;
    padding: 5px 10px;
    word-break: break-all;
}

.mod-article {
    max-width: 1200px;
    margin: 0 auto;
}

.mod-article .nav {
    line-height: 26px;
    margin-bottom: 10px;
}

strong,
b {
    font-weight: bold;
}