/* 版权信息页标题 */
h1.copyrightpage-title {
    font-weight: normal;
    text-align: center;
    border-style: none none dotted none;
    border-width: 1.5px;
    margin: 1em 0em 1em 0em;
}

.frontCover {
    qrfullpage: 1;
}

/* 版权信息页正文 */
p.copyright-bodytext {
    margin: 2em;
    text-indent: 0em;
}

/* 一级标题 */
h1.chapter-one {
    color: #ae191d;
    margin-top: 2em;
    text-align: center;
}

/* 二级标题 */
h2.chapter-two {
    color: #ae191d;
    margin-top: 2em;
    margin-bottom: 2em;
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
}

/* 正文 */
p.bodytext {
    text-indent: 2em;
}

/* 文内引文 */
p.yinwen {
    font-family: "楷体";
    text-indent: 2em;
    margin: 1em;
}

/* 顶格 */
p.dingge-0 {
    text-indent: 0em;
    font-family: "楷体";
}

/* 文内居中 */
p.yinwen-c {
    font-family: "楷体";
    text-indent: 0em;
    margin: 5%;
    text-align: center;
}

/* 落款 */
p.bodytext-right {
    font-family: "楷体";
    text-align: right;
    margin-bottom: 2em;
}