/*封面*/
.frontCover {
	qrfullpage:1;
}


/*<h1>一级标题*/
h1.firstTitle {
	font-family:"汉仪旗黑65S","HY-QiHei65";
	font-size:1.5em;
	line-height:1.2em;
	text-align:center;
	text-indent:0;
	margin-bottom:2em;
color: #c36500;
}  

.sect2 {
    text-align: left;
    text-indent: 0em;
    font-size: 1.4em;
    color: #c36500;
    font-weight: bold;
    margin: 1em 0em 1em 0em;
font-family:"汉仪旗黑65S","HY-QiHei65";
}

/*正文内容*/
.content {
	font-family:"汉仪旗黑50S","HYQiHei-50s";
	font-size:1em;
	text-indent:2em;
} 

.content_right {
    font-size: 1.0em;
    text-align: right;
    text-indent: 2.0em;
    line-height: 1.25em;
    margin: 0.5em 0em 0.5em 0em;
font-family:"汉仪旗黑50S","HYQiHei-50s";
}

.content_center {
    font-size: 1.0em;
    text-align: center;
    line-height: 1.25em;
    margin: 0.5em 0em 0.5em 0em;
font-family:"汉仪旗黑50S","HYQiHei-50s";
}

.superscript {
    font-size: 0.6em;
    vertical-align: super;
}

.emphasis_bold {
    font-weight: bold;
}

.width80 {
	width:80%;	
}

.width60 {
	width:60%;	
}

.width50 {
	width:50%;	
}

.width40 {
	width:40%;	
}
.width10 {
	width:10%;	
}

/*插图、表格截图（含图片标题或图片说明）*/
.bodyPic {
	text-align:center;
	margin:1em auto;
} 

