*{padding:0;margin:0;}
.article h2{
    font-size: 18px;
    color:#333;
    text-align: center;
    margin:16px 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.article h2 small{
    display: block;
    font-size: 16px;
    color:#666;
    font-weight: bold;
    margin-top: 2px;
}
.text-right{
    text-align: right;
}
.article-cont{
    margin:20px;
}
.article-cont p{
    font-size: 16px;
    margin:10px 0;
    line-height: 1.8;
    color:#333
}
.article-cont h3{
    font-size: 16px;
}

.article-cont p.sm-text{
    font-size: 14px;

}
.header{
    background: #f1f1f1;
    text-align: center;
    padding:10px 0;
    border-bottom: 1px solid #ddd;
}
.header img{
    width: 150px;
    height: auto;
}
.table-cont{
    width: 100%;
    overflow: auto;
}
.table{
    margin:0 auto;
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    line-height: 1.7;
}
.table a{
    color: #2F75B5;
    text-decoration: none;
}
.table thead tr{
    background: #2F75B5;
    color:#fff;
    text-align: center;
}
.table thead tr td,.table tbody tr td{
    border-collapse: collapse;
    border:1px solid #ddd;
    padding:10px 4px;
}
.table thead tr td{
    border-color:#2F75B5 ;
}
.table tbody .num{
    text-align: center;
    background: #f9f9f9;
    text-align: center;
}

.doc{
    padding: 20px 15px;
    margin-top: 30px;
    border-top:2px solid #ddd;
    background: #f3f3f3;
}
.doc a{
    padding: 10px 0;
    display: block;
    text-decoration: none;
}
.tips{
    font-size: 14px;
    margin:10px;
    text-align: center;
    color: #999;
}
