/* qq 2.0.0版本*/
/*封面*/
.frontCover {
    qrfullpage: 1;
}

/*<h1>一级标题*/
h1.firstTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.6em;
    text-align: center;
    text-indent: 0;
    color: #0070C5;
    background: #E8EEE2;
}

.contentCR {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0em;
    color: #0070C5;
    margin: 0 1em 0 auto;
}

.contentCR1 {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0em;
    color: #0070C5;
    margin: 1em 1em 0 auto;
    font-weight: bold;
}

.bgcolor {
    background: #0070C5;
    color: #ffffff;
}

.bgColor-1 {
    background-color: #ffffff;
}

.copyRightTitle-1 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    text-align: center;
    color: #0070C5;
    text-indent: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #0070C5;
}

/*正文内容*/
.content {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
}

/*段落-楷体-落款*/
p.kt-lk {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 1.1em;
    text-indent: 0;
    text-align: right;
    padding: 0 1em;
    margin-bottom: 1.3em;
}

/*引文内容*/
.quotation {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 1em;
    text-indent: 2em;
}

/*右下角说明*/
.right-info {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 0.9em;
    text-align: right;
    margin-bottom: 0.5em;
    color: #454547;
}

/*斜体*/
.italic {
    font-style: italic;
}

/*背景图*/
.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*插图、表格截图（不含图片标题或图片说明）*/
.bodyPic {
    text-align: center;
    margin: 1em auto;
}

/*插图、表格截图（含图片标题或图片说明）*/
.qrbodyPic {
    text-align: center;
    margin: 1em auto;
}

 
/*图片标题*/
.imgtitle {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: center;
    text-indent: 0;
    color: #B03639;
}

/*图片说明*/
.imgdescript {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 0.8em;
    line-height: 1.3em;
    text-align: left;
    text-indent: 0;
    color: #B03639;
}

.width80 {
    width: 80%;
}

.width60 {
    width: 60%;
}

/* 小号字 */
.xiao {
    font-size: 0.85em;
    margin-top: 1em;
    text-indent: 0;
    line-height: 2em;
}

/* <p class="konghang"></p> */
p.konghang {
    height: 0.5em;
    margin: 0em;
    padding: 0em;
}

/* 单行垂直居中3 */
div.juzhong3 {
    margin: 10% 5% auto 5%;
}