/*封面*/
.frontCover {
	qrfullpage:1;
}
/* 版权信息页标题 */
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;
}

/* 一级标题 */
h1.chapter-one{	font-size:1.5em;
	font-family:"黑体";
	margin-top:2em;
	margin-bottom:0em;
	font-weight: normal; 
	text-align: center; 
	color:#728CC5;
	margin-bottom:1.5em;
}

/* 二级标题 */
h2.chapter-two{	font-size:1.3em;
	font-family:"黑体";
	margin-top:2em;
	font-weight: normal;
	text-indent: 0em;
    duokan-text-indent: 0em;
	text-align: center; 
	color:#728CC5;
}


/* 三级标题 */
h3.chapter-three{	font-size:1.2em;
	margin-top:2em;
	font-weight: normal;
	text-indent: 0em;
    duokan-text-indent: 0em;
	font-family:"黑体";
	color:#728CC5;
}

/*正文内容*/
.content {
	font-family:"汉仪旗黑50S","HYQiHei-50s";
	font-size:1em;
	text-indent:2em;
} 
.yinwen-c{	font-size:1em;
	font-family:"楷体";
	text-align:center;
}

/* 图片-有图注 */
img.image-tuzhu{	font-size:1em;
	width:80%;
	margin-bottom:0.3em;
}

/* div图片中100% */
div.zhong{
	width:100%;
	margin:1em auto;
	text-align:center;
}


/* 部分加粗 */
span.jiacu {
	font-weight:bold;
	font-family:"黑体";
} 

/* 加粗 */
p.jiacus {
text-indent: 2em;
	font-family:"黑体";
font-size:1.1em;
	margin-top:2em;
}

/* 加粗 */
p.jiacus2 {
	font-family:"黑体";
	text-indent: 0;
	margin:1.5em auto 0em auto;
	font-size:1em;
	font-weight:bold;
}



/*注释标题*/
.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;
} 




span.i{
	font-style:italic;
	padding:0 0.1em;
}


