/* 2.0.0版本*/
/*封面*/
.frontCover {
    qrfullpage: 1;
}

/*下划线*/
.underline {
    text-decoration: underline;
}

h1 {
    font-family: "汉仪旗黑65S", "HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    background: #779650;
    color: #ffffff;
}

h2 {
    font-family: "汉仪旗黑65S", "HY-QiHei65";
    font-size: 1.3em;
    line-height: 1.3em;
    text-indent: 0;
    margin-top: 1em;
    color: #779650;
}

h3 {
    font-family: "汉仪旗黑65S", "HY-QiHei65";
    font-size: 1.1em;
    line-height: 1.4em;
    text-indent: 0;
    margin-top: 1em;
    color: #779650;
}

h4 {
    font-family: "汉仪旗黑65S", "HY-QiHei65";
    font-size: 1.1em;
    line-height: 1.4em;
    text-indent: 0;
    margin-top: 1em;
    color: #779650;
}

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: #779650;
}

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;
}

h5.fifthTitle-kaiti {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 1em;
    line-height: 1.4em;
    text-indent: 2em;
    margin-top: 1em;
}

/*--版权标题--*/
.copyRightTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    margin-bottom: 1em;
    background: #779650;
    color: #ffffff;
}

/*--版权内容--*/
.contentCR {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0;
    color: #779650;
    text-align: center;
}

/*正文内容*/
.content {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
}

.content-ll {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0em;
    color: #36A8AE;
    border-bottom: 1px solid #535353;
    padding-bottom: 0.1em;
}

/*引文内容*/
.quotation {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 1em;
    line-height: 1.3em;
    text-indent: 2em;
    margin: 0.3em 0em;
}

/*标题（引文、诗歌等）*/
.title {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 1.1em;
    line-height: 1.4em;
    text-align: center;
    text-indent: 0em;
}

/*右下角说明*/
.right-info {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 1em;
    text-align: right;
    margin-bottom: 0.5em;
    color: #5A5A5A;
}

/*粗体*/
.bold {
    font-weight: bold;
}

/*斜体*/
.italic {
    font-style: italic;
}

/*引文内容*/
span.k {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
}

/*插图、表格截图（不含图片标题或图片说明）*/
.bodyPic {
    text-align: center;
    margin: 1em auto;
}

/*插图、表格截图（含图片标题或图片说明）*/
.qrbodyPic {
    text-align: center;
    margin: 1em auto;
}

/*图片说明*/
.imgdescript {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 0.9em;
    line-height: 1.3em;
    text-align: center;
    text-indent: 0;
}

/*注标图*/
.qqreader-footnote {
    width: 1em;
    margin-left: 0.2em;
}

.width80 {
    width: 80%;
}