* {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}
body {
    padding-top: 0!important;
    font-family: PingFang SC Light,Heiti SC,San Francisco,Helvetica;
}
head {
    margin-bottom: 0!important;
}
.content-wrap {
    background: #fff;
    padding: 0 20px;
    line-height: 21px;
    font-size: 13px;
    color: #333;
    width:100%;
    max-width: 1050px;
    margin: 0 auto;
    box-sizing: border-box;
}
.content-wrap h1 {
    padding: 30px 0 18px;
    width: 100%;
    color: #333;
    font-size: 20px;
}
.date  p{
    width: 100%;
    height: 23px;
    line-height: 23px;
    color: #888;
    font-size: 12px;
    text-align: center;
}
.bold {
    font-weight: bold;
}
.underline{
    text-decoration: underline !important;
}
.intro {
    width: 100%;
}
.intro p {
    margin-top: 18px;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    text-indent: 2em;
}
.list-item {
    margin-top: 18px;
    /* width:95%; */
    /* margin:0 auto; */
    overflow-y: hidden;
}
.intro a,
.list-item a {
    color: #3e729a;
   
}
.list-item h2 {
    margin-bottom: 15px;
    line-height: 23px;
    color: #333;
    font-size: 16px;
}
.list-item p {
    margin-bottom: 14px;
    line-height: 25px;
    color: #333;
    font-size: 14px;
}
.list-item-1 span {
    display: block;
    line-height: 25px;
}


@media screen and (max-width: 750px) {
    header,footer{display: none;}
}

.table-wrap {
    width: 100%;
}

table.gridtable {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}
table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #d8d5d5;
    text-align: left;
}
table.gridtable td {
    -webkit-text-size-adjust: none;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}