

/*封面*/
.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;

}  

/*<h2>二级标题*/
h2.secondTitle {
	font-family:"汉仪旗黑65S","HY-QiHei65";
	font-size:1.3em;
	line-height:1.3em;
	text-indent:0;
	margin-top:2em;
	text-align:center;

}


/*版权标题*/
.copyRightTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    margin-bottom:1em;
}


/*版权内容*/
.contentCR {
	font-family:"汉仪旗黑50S","HYQiHei-50s";
	font-size:0.9em;
	text-indent:0;
}

/*正文内容*/
.content {
	font-family:"汉仪旗黑50S","HYQiHei-50s";
	font-size:1em;
	text-indent:2em;
} 


/*引文内容*/
.quotation {
	font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
	font-size:1em;
	text-indent:2em;
}

/*标题（引文、诗歌等）*/
.title {
	font-family:"汉仪旗黑65S","HY-QiHei65";
	font-size:1.1em;
	line-height:1.4em;
	text-indent:0;
	margin-top:1em;
	font-weight:bold;
}


/*标题（引文、诗歌等）*/
.title1 {
	font-family:"汉仪旗黑65S","HY-QiHei65";
	font-size:1em;
	line-height:1.4em;
	text-indent:2em;
	margin-top:1em;
	font-weight:bold;
}



/*粗体*/
p.bold {
	font-weight:bold;
	font-family:"汉仪旗黑50S","HYQiHei-50s";
	font-size:1em;
	text-indent:2em;
}



.bgColor {
	background-color:#F3FAFA;
	padding:0.5em;
    margin:1em 0em;	
	border:0.1em dashed #8DD2D0;
   border-radius: 1em;
}


.bodyPic {
	text-align:center;
	margin:1em auto;
} 



/*注标图*/
.width80 {
	width:80%;	
}

.width40 {
	width:40%;	
}
.width30 {
	width:30%;	
}
