body,html{
    background: #E8E8E8;
    height: 100%;
}
.filingContent{
    width: 900px;
    min-height: 100%;
    margin: 0 auto;
    background: #fff;
}
.filingContent .title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0 40px;
}
.content{
    padding: 0 60px;
    font-size: 16px;
    line-height: 36px;
}
.firstContent{
    text-indent: 2em;
}
.situationContent{
    text-indent: 2em;
}
.underline{
    text-decoration: underline;
}
.footer{
    text-align: right;
    padding: 60px;
    font-size: 16px;
    line-height: 36px;
    position: relative;
}
.footer .time{
    padding-right: 40px;
}
.footer .seal{
    position: absolute;
    top: 9px;
    right: 80px;
    width: 166px;
}