/* 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;
    color: #003366;
    margin-bottom: 2em;
    margin-top: 0;
    border-bottom: 0.1em  solid #003366;
}

/*<h2>二级标题*/
h2.secondTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.3em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    color: #003366;
    margin-top: 2em;
    border-left: 1.5em solid #6699CC;
    border-right: 1.5em solid #6699CC;
    padding-left: 0.2em;
    margin-bottom: 1em;
    margin-left: -1em;
    margin-right: -1em;
}

/*<h3>三级标题*/
h3.thirdTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.1em;
    line-height: 1.3em;
    text-align: left;
    text-indent: 0;
    color: #003366;
    margin: 2em 0 0em 0;
    border-left: 0.7em solid  #6699CC;
    padding-left: 0.2em;
}

 
/*<h4>四级标题*/
h4.fourthTitle {
    font-family: "汉仪旗黑55S","ETrump-QiHei55";
    font-size: 1em;
    line-height: 1.3em;
    text-align: left;
    color: #003366;
    text-indent: 0;
    margin: 1em 0 0em 0;
}

/*版权标题*/
.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: #003366;
}

/*版权内容*/
.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;
}

/*插图、表格截图（不含图片标题或图片说明）*/
.bodyPic {
    text-align: center;
    margin: 1em auto;
}

.width30 {
    width: 30%;
}

.width60 {
    width: 60%;
}

.width90 {
    width: 90%;
}

/*图片说明*/
.imgdescript {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 0.8em;
    line-height: 1.4em;
    text-align: center;
    margin: 0.2em 0;
    text-indent: 0;
    color: #003366;
}

/*行内图*/
.h-pic {
    height: 1em;
    vertical-align: middle;
    margin: 0em 0.1em;
}

/*左对齐*/
.center {
    text-align: center;
    text-indent: 0;
}

/*居中对齐*/
.right {
    text-align: right;
    text-indent: 0;
}