a {
    text-decoration: none;
}

/* 版权信息页标题 */
h1.copyrightpage-title {
    color: black;
    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;
}

/* 封面图像居中 */
img.img-height100 {
    height: 100%;
}

/* 图像居中 */
div.img-center {
    text-align: center;
    margin: 0em 0em 0em 0em;
    padding: 0em;
}

/* 目录标题 */
h1.contents-title {
    color: black;
    font-weight: normal;
    border-style: none none dotted none;
    border-width: 1.5px;
    margin: 1em 0em 1em 0em;
    text-align: left;
    text-indent: 0em;
}

/* 目录页标题-一级 */
div.contents-chapter-1 {
    font-weight: bold;
    margin-left: 0.5em;
}

/* 目录页标题-二级 */
div.contents-chapter-2 {
    list-style-type: none;
    font-weight: normal;
    margin-left: 2em;
}

/* 一级标题 */
h1 {
    font-family: "黑体";
    text-align: center;
    color: #0468bb;
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* 二级标题 */
h2 {
    font-family: "黑体";
    text-indent: 0em;
    color: #0468bb;
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 1.2em;
}

/* 三级标题 */
h3 {
    font-family: "黑体";
    text-indent: 0em;
    color: #0468bb;
    font-weight: normal;
    margin-top: 2em;
    margin-bottom: 1.2em;
}

/* 四级标题 */
h4 {
    font-family: "黑体";
    font-weight: normal;
    text-indent: 0em;
    margin-top: 2em;
    margin-bottom: 1.2em;
    color: #0468bb;
}

/* 文内五级标题 */
h5 {
    font-size: 100%;
    font-family: "楷体";
    font-weight: normal;
    text-indent: 0em;
    border-left: solid 5px #d9d9d9;
    padding-left: 0.7em;
    margin-top: 2em;
    margin-bottom: 1.2em;
}

/* 文内六级标题 */
h6 {
    font-size: 90%;
    font-family: "楷体";
    font-weight: normal;
    text-indent: 0em;
    border-left: dotted 5px #d9d9d9;
    padding-left: 0.7em;
    margin-top: 2em;
    margin-bottom: 1.2em;
    margin-left: 2em;
}

/* 正文 */
p.bodytext {
    text-indent: 2em;
}

/* 文内引文 */
p.yinwen {
    font-family: "楷体";
    text-indent: 2em;
    margin: 1em;
}

/* p图注中 */
p.tuzhu-center {
    font-family: "楷体";
    font-size: 0.8em;
    text-align: center;
}

b {
    font-family: "楷体";
    color: #0468bb;
    font-weight: normal;
}

/* 落款 */
p.bodytext-right {
    font-family: "楷体";
    text-align: right;
}

@font-face {
    font-family: "Kingsoft Phonetic Plain";
    font-style: normal;
    font-weight: normal;
    src: url("../Fonts/Kingsoft-Phonetic.ttf");
}