﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}/*去掉所有标签之间的默认间隙*/
html,body {
    width: 100%;
    margin: 0 auto;
    /*设置所有body中所有div居中显示*/
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #FFFFFF;
    font-size: 13px;
}

input {
    outline: none!important;
    /*去除蓝色边框*/
}

ul {
    list-style: none;
}/*去掉无序列表的项目符号*/
ol {
    list-style: none;
}/*去掉无序列表的项目符号*/
a {
    text-decoration: none;
}/*去掉超级链接的下划线*/
img {
    border: none;
}/*去掉图片加载完链接之后的边框*/
a {
    color: black
}

a:link {
    text-decoration: none!important;
}

a:visited {
    text-decoration: none!important;
}

a:hover {
    text-decoration: none!important;
}

a:active {
    text-decoration: none!important;
}



#content{
    width: 85%;
    margin: 0 auto;
}

#content h3{
    text-align: center;
    font-weight: bold;
    padding: 30px 0px 20px 0;
    font-size: 22px;
    line-height: 36px;
}
.section{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    padding: 6px 0px;
}
.center{
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0px;
    padding-bottom: 25px;
    text-align: center;
}
.section span{
    font-weight: bold;
    font-size: 17px;
}
#content h4{
    font-weight: bold;
    padding: 5px 0px;
    font-size: 18px;
    line-height: 28px;
}
#table{
    margin: 0 auto;
    width: 90%;
    border-collapse:collapse;
    border: 1px solid #000000;
}
#table tr .t_head{
    padding: 18px 0px;
}
#table tr td{
    border-collapse:collapse;
    border: 1px solid #000000;
    text-align: center;
    padding: 6px 0px;
    font-size: 16px;
}
#table .bj td{
    background: #e5e5e5;
}
.remarks{
    
width: 90%;
    
overflow: hidden;
    
margin: auto;
    
padding-top: 20px;
}
.remarks span{

display: block;

float: left;

font-size: 14px;

letter-spacing: 2px;

padding-left: 40px;
}
.remarks div{

float: left;
}
.remarks div p{

font-size: 14px;

letter-spacing: 2px;
}
.standard h3{
    color: #ff0000;
}
.right{
    float: right;
    font-size: 16px;
    padding: 50px 0px;
}