.frontCover {
    qrfullpage: 1;
}

/*版权标题*/
h1.CopyRight {
    font-family: '';
    font-size: 1.5em;
    line-height: 2em;
    text-align: left;
    text-indent: 0;
    color: #000;
    margin: 1em 0 1em 0;
    letter-spacing: auto;
}

 /*一级标题*/
h1.OneTitle {
    font-family: '';
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: left;
    text-indent: 0;
    color: #000;
    margin: 0.8em 0 1em 0;
    letter-spacing: auto;
}

  /*二级标题*/
h2.TwoTitle {
    font-family: '';
    font-size: 1.3em;
    line-height: 1.5em;
    text-align: left;
    text-indent: 0;
    color: #000;
    margin: 1em 0 1em 0;
    letter-spacing: auto;
}

/*正文内容*/
p.Text {
    font-family: '';
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
    text-indent: 2em;
    margin: 0.6em 0;
    letter-spacing: auto;
}

/*引文内容*/
p.Quotation {
    font-family: 'FZKTK--GBK1-0','FZKT--GB1-4','STKaiti-SC-Regular','STKAITI';
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: left;
    text-indent: 2em;
    margin: 0.5em 1em 0.1em 1em;
    letter-spacing: auto;
}

/*插图、表格截图（不含图片标题或图片说明）*/
p.Illustration {
    text-align: center;
    margin: 1em 0;
}

/*图片说明*/
p.IllustrationTitle {
    font-family: 'FZKTK--GBK1-0','FZKT--GB1-4','STKaiti-SC-Regular','STKAITI';
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: center;
    margin: 0.5em 0 0.8em 0;
    text-indent: 0;
    color: #000;
    letter-spacing: auto;
}

/*粗体版权T*/
span.BoldT {
    font-weight: bold;
    padding: 0 0em 0 0;
}

/*粗体版权F*/
p.BoldF {
    font-weight: bold;
    font-size: 0.85em;
    text-indent: 2.3em;
}

/*兼容旧样式部分结束*/