/*封面*/
.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: 0em;
	text-align:left;
    margin-bottom: 0.7em;
}

h3.thirdTitle {
    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;
} 


/*标题（引文、诗歌等）*/
.center {
	 font-family: "汉仪旗黑50S","HYQiHei-50s";
	font-size:1.1em;
	line-height:1.2em;
	text-align:center;
	text-indent:0em;
	font-weight:bold;

}


/*斜体*/
.italic {
	font-style:italic;
}


/*粗体*/
.bold {
	font-weight:bold;
}

/*斜体*/
.bodyPic {
	text-align:center;
	margin:1em auto;
} 


/*边框*/
.border {
	border:0.2em solid #bbbbbb;
	border-radius:0.5em;
	padding:0.5em;
    margin:1em 0em;
}


.width80 {
	width:80%;	
}


.left 
{
	font-family:"汉仪旗黑50S","HYQiHei-50s";
	font-size:1em;
	text-indent:0em;
} 



/*线宽*/
span.dot0{border-width:0.1em;background-color:#666769;color:#FFFFFF;padding:0.1em 0.5em 0.1em 0.5em;border-radius: 0.3em;}
span.dot00{border-width:0.1em;background-color:#A7A9AC;padding:0.1em 0.5em 0.1em 0.5em;}
span.dot01{border-width:0.1em;background-color:#FFFFFF;padding:0.1em 0.5em 0.1em 0.5em;border-radius: 0.3em;}

