/* 版权信息页标题 */
h1.copyright-title {
    font-family: "汉仪旗黑65S", "HY-QiHei65";
    font-size: 1.5em;
    text-align: center;
    text-indent: 0;
    margin-bottom: 1em;
    background: #0175B2;
    color: #ffffff;
}

/* 版权信息页正文 */
p.copyright-text {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0em;
    text-align: center;
    color: #0175B2;
}

.frontCover {
    qrfullpage: 1;
}

/* 封面框图像居中 */
div.img-center {
    text-align: center;
    margin: 0em 0em 0em 0em;
    padding: 0em;
}

p {
    font-family: "汉仪旗黑50S", "HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
}

h1 {
    font-family: "汉仪旗黑65S", "HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    background: #0175B2;
    color: #ffffff;
}

h2 {
    font-family: "汉仪旗黑65S", "HY-QiHei65";
    font-size: 1.3em;
    line-height: 1.3em;
    text-indent: 0;
    margin-top: 1em;
    color: #0175B2;
}

h3 {
    font-family: "汉仪旗黑65S", "HY-QiHei65";
    font-size: 1.1em;
    line-height: 1.4em;
    text-indent: 0;
    margin-top: 1em;
    color: #0175B2;
}

h4 {
    font-family: "汉仪旗黑65S", "HY-QiHei65";
    font-size: 1.1em;
    line-height: 1.4em;
    text-indent: 0;
    margin-top: 1em;
    color: #0175B2;
}

h6 {
    margin-bottom: 1.2em;
    margin-top: 1.2em;
    font-size: 1em;
    font-weight: bold;
}

h5 {
    margin-bottom: 1.2em;
    margin-top: 1.2em;
    font-size: 1em;
    font-weight: bold;
    color: #0175B2;
}

h7 {
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 1em;
    font-weight: bold;
}

h8 {
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 1em;
    font-weight: bold;
}

h9 {
    margin-bottom: 0.8em;
    margin-top: 0.8em;
    font-size: 1em;
    font-weight: bold;
}

h10 {
    margin-bottom: 0.8em;
    margin-top: 0.8em;
    font-size: 1em;
    font-weight: bold;
}

p.b {
    font-size: 1.1em;
    text-indent: 2em;
    font-weight: bold;
    color: #0175B2;
}

p.z {
    font-size: 1.0em;
    text-indent: 2em;
    font-weight: bold;
}

/* 落款 */
.bodytext-right {
    font-family: "楷体";
    text-align: right;
}

/* 部分加粗 */
span.jiacu {
    font-weight: bold;
}

/*注释标题*/
.noteTitle {
    font-family: "楷体";
    font-size: 80%;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
    text-indent: 0;
    letter-spacing: auto;
}

 
/*注释内容*/
.noteContent {
    font-family: "楷体";
    font-size: 80%;
    line-height: 1.5em;
    text-align: left;
    text-indent: 2em;
    letter-spacing: auto;
}

 
/* 上标字体 */
span.noteSuper {
    font-size: 0.8em;
    vertical-align: super;
}