/* 2.0.0版本*/
	
	/*封面*/
.frontCover {
    qrfullpage: 1;
}

/*<h1>一级标题*/
h1.firstTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-indent: 0;
    text-align: center;
    margin: 0em auto 3em auto;
}

  
	
	/*<h2>二级标题*/
h2.secondTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.3em;
    line-height: 1.3em;
    text-indent: 0;
    margin-top: 2em;
}

/*版权标题*/
.copyRightTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    margin: 0.5em auto 2em auto;
    color: #c1a173;
}

	
	/*版权内容*/
.contentCR {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    line-height: 1.3em;
    text-align: left;
    text-indent: 0em;
    margin-top: 0;
    margin-bottom: 0;
}

	
	
	/*正文内容*/
.content {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
}

/*粗体*/
.bold {
    font-weight: bold;
}

/*边框*/
.border {
    border: 1px solid #D2D2D2;
    border-radius: 0.5em;
    padding: 0.5em;
    margin: 1em 0em;
}

/*插图、表格截图（不含图片标题或图片说明）*/
.bodyPic {
    text-align: center;
    width: 100%;
}

 
/*插图、表格截图（含图片标题或图片说明）*/
.qrbodyPic {
    text-align: center;
    width: 100%;
}

.width30 {
    width: 30%;
}

.width70 {
    width: 70%;
}

.width90 {
    width: 90%;
}

/*图片标题*/
.imgtitle {
    font-family: "汉仪旗黑55S","HYQiHei-55s";
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 0.25em auto;
    text-align: center;
    text-indent: 0;
    color: #5A5A5A;
}

	
	/*图片说明*/
.imgdescript {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 0.25em auto;
    text-align: center;
    text-indent: 0;
    color: #5A5A5A;
}