/* 2.0.0版本*/

/*封面*/
.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;
	
}


/*正文内容*/
.content {
	font-family:"汉仪旗黑50S","HYQiHei-50s";
	font-size:1em;
	text-indent:2em;
} 
 

.bodyPic {
	text-align:center;
	margin:1em auto;
} 



/*行内图*/
.h-pic {
	height:2em;
	vertical-align:middle;
     margin-left:0.1em;
     margin-right:0.1em;
}

/* 居中 */
p.center {
	text-align:center;
	font-family:"汉仪旗黑50S","HYQiHei-50s";
	font-size:1em;
}


/*下划线*/
.a05
{
	text-decoration:underline;
}


.font3 {font-size:1.2em;}
.border1
{
    padding:0.3em;
    border-style:solid;
    border-width:0.1em;
    margin: 1.5em 0em 1.5em 0em;
    border-color:#FABD00;
	margin-top:0.5em;
	background-color:#FFFCDB;
}
.border1a
{
    padding:0.3em;
    border-width:0.1em;
    margin: 1.5em 0em 1.5em 0em;
    border-color:#FABD00;
	margin-top:0.5em;
	background-color:#FAF2B4;
}
.border2
{
    padding:0.3em;
    border-style:solid;
    border-width:0.1em;
    margin: 1.5em 0em 1.5em 0em;
    border-color:#008ED8;
	margin-top:0.5em;
}
.border3
{
    padding:0.3em;
    border-style:solid;
    border-width:0.1em;
    margin: 1.5em 0em 1.5em 0em;
    border-color:#FABD00;
	margin-top:0.5em;
	background-color:#FFFEF1;
}
.col1 {color:#CB5A6D;}
.col2 {color:#008ED8;}
.col3 {color:#008ED8;}
.col4 {color:#EA616D;}


span.dot3{
	border-style:solid;
	border-width: 0.1em;
	background-color:#008ED8;
	border-radius: 0.5em;
	color:#FFFFFF;
	padding:0.1em 0.5em 0.1em 0.5em;

}