/* 2.0.0版本*/
/*封面*/
.frontCover {
    qrfullpage: 1;
}

/*<h2>二级标题*/
h2.secondTitle {
    font-family: "汉仪旗黑65S", "HY-QiHei65";
    font-size: 1.3em;
    line-height: 1.3em;
    text-indent: 0;
    margin-top: 1em;
}

/*<h3>三级标题*/
h3.thirdTitle {
    font-family: "汉仪旗黑65S", "HY-QiHei65";
    font-size: 1.1em;
    line-height: 1.4em;
    text-indent: 0;
    margin-top: 1em;
}

/*版权标题*/
.copyRightTitle {
    font-family: "汉仪旗黑65S", "HY-QiHei65";
    font-size: 1.5em;
    text-align: center;
    text-indent: 0;
    margin-bottom: 2em;
}

/*版权内容*/
.contentCR {
    font-family: "汉仪旗黑50S", "HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0;
    margin: 0em;
}

/*正文内容*/
.content {
    font-family: "汉仪旗黑50S", "HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
    text-align: justify;
}

/*居右正文内容*/
.t-right {
    text-align: right;
}

/*引文内容*/
.quotation {
    font-family: "汉仪楷体", "ETrump KaiTi", "方正仿宋", "FZFSJW--GB1-0";
    /* font-family: "楷体";
    */
	font-size: 1em;
    text-indent: 2em;
}

/*居左正文内容*/
.t-left {
    text-align: left;
    text-indent: 0em;
}

/*删除线*/
/* .lineThrough {
	text-indent: 2em;
	text-decoration: line-through;
}
/*数字上标*/
span.super {
    font-size: 0.7em;
    vertical-align: super;
}

/*数字下标*/
span.sub {
    font-size: 0.7em;
    vertical-align: sub;
}

/*插图、表格截图（不含图片标题或图片说明）*/
.bodyPic {
    text-align: center;
    margin: 1em 15%;
    width: 70%;
}

/*插图、表格截图（含图片标题或图片说明）*/
.qrbodyPic {
    text-align: center;
    margin: 1em 15%;
    width: 70%;
}

/*图片标题*/
.imgtitle {
    font-family: "汉仪楷体", "ETrump KaiTi", "方正仿宋", "FZFSJW--GB1-0";
    font-size: 0.8em;
    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: center;
    text-indent: 0;
    color: #B03639;
}

/*行内图*/
.h-pic {
    height: 2em;
    vertical-align: middle;
    margin-left: 0.1em;
    margin-right: 0.1em;
}

/* .bottommark {
	text-decoration:underline;
	padding-bottom: 0em;
	border-bottom: dotted 4px;
}
p {
	line-height: 30px;
	text-indent: 2em;
}
/* new */
poetrytext {
    display: block;
    text-align: center;
}

poetrytitle {
    display: block;
    text-align: center;
}

h1 {
    font-family: "汉仪旗黑65S", "HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
}