/* 版权信息页标题 */
h1.copyrightpage-title{
    margin: 10% 0 0.375em;
    font-family: '宋体', 'serif', '黑体';
    font-size: 1.77778em;
    line-height: 1.5;
    font-weight: 700;
    text-indent: 0;
}
/* 版权信息页正文 */
p.copyright-bodytext {
    margin: 0;
    font-family: '黑体', 'sans-serif';
    font-size: 0.88889em;
    line-height: 1.75;
    text-indent: 0;
}

/* 版权正文授权 */
p.copyright-text-1 {
    margin: 1em 0 0;
    font-family: '黑体', 'sans-serif';
    font-size: 0.88889em;
    line-height: 1.75;
    text-indent: 0;
}
/* 版权所有 */
p.copyright-text-2 {
    margin: 1em 0 0;
    font-family: '黑体', 'sans-serif';
    font-size: 0.88889em;
    line-height: 1.75;
    text-indent: 0;
}

/*封面*/
.frontCover {
	qrfullpage:1;
}

/*<h1>一级标题*/
h1.chapter-one {
	font-family:"汉仪旗黑65S","HY-QiHei65";
	font-size:1.5em;
	line-height:1.2em;
	text-align:center;
	text-indent:0;
	margin-bottom:2em;
}  



/*<h2>二级标题*/
h2.chapter-two {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.3em;
    line-height: 1.3em;
    text-indent: 0em;
	text-align:left;
    margin-bottom: 0.7em;
}

h3.chapter-three {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.1em;
    line-height: 1.3em;
    text-indent: 0;
    text-align: left;
    margin-bottom: 0.5em;
}


/*正文内容*/
.content {
	font-family:"汉仪旗黑50S","HYQiHei-50s";
	font-size:1em;
	text-indent:2em;
} 


/* 小字 */
span.xz{
	font-size: 0.8em;
	font-family:"楷体";
}

/* 文内引文 */
.yinwen{
	font-family:"楷体";
    text-indent: 2em;
	font-size:1em;
	margin:1em;
}

.yinwen-margin{
	font-family:"楷体";
	font-size:1em;
    text-indent: 2em;
	margin:2em 1em 1em 1em;
}


/* p图注中 */
p.tuzhu-center {
	font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
	font-size:0.8em;
	line-height:1.3em;
	text-align:center;
	text-indent:0;

} 

/* 图片-无图注 */
img.image-wuzhu{
	width:80%;
}

/* div图片中100% */
div.zhong{
	width:100%;
	margin:1em auto;
	text-align:center;
}


/*注释标题*/
.noteTitle {
	font-family:"楷体";
	font-size:80%;
	line-height:1.5em;
	font-weight:bold;
	text-align:left;
	text-indent:0;
	letter-spacing:auto;
} 
/*注释内容*/
.noteContent {
	font-family:"楷体";
	font-size:80%;
	line-height:1.5em;
	text-align:left;
	text-indent:2em;
	letter-spacing:auto;
} 



