/* 2.0.0版本*/
/*封面*/
.frontCover {
    qrfullpage: 1;
}

/*<h1>一级标题*/
h1.firstTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    text-align: center;
    text-indent: 0;
    border-bottom: 1px solid #006C34;
    color: #006C34;
    margin-bottom: 2em;
}

  
/*<h2>二级标题*/
h2.secondTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    text-indent: 0;
    color: #006C34;
    margin-bottom: 1em;
}

/*<h3>三级标题*/
h3.thirdTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.4em;
    text-indent: 0;
    color: #006C34;
    margin: 1.2em 0 0.5em 0;
}

 
/*<h4>四级标题*/
h4.fourthTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.2em;
    color: #006C34;
    text-indent: 0;
    margin: 1em 0 0em 0;
}

/*版权标题*/
.copyRightTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    text-align: center;
    text-indent: 0;
    margin-bottom: 1em;
}

/*版权内容*/
.contentCR {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    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;
}

/*粗体*/
.bold {
    font-weight: bold;
}

/*斜体*/
.italic {
    font-style: italic;
}

/*列表-列表符可以为方块、空心圆、实心圆、数字等*/
.listStyle {
    list-style: square;
    list-style-position: outside;
}

.bgColor1 {
    background: #efefef;
    padding: 1em;
    margin: 0.5em 0;
}

/*背景色-行内默认样式用在span中*/
.textbgColor1 {
    color: #ffffff;
    background: #006999;
    padding: 0.1em 0.3em;
}

/*插图、表格截图（不含图片标题或图片说明）*/
.bodyPic {
    text-align: center;
    margin: 1em auto;
}

/*插图、表格截图（含图片标题或图片说明）*/
.qrbodyPic80 {
    text-align: center;
    margin: 1em 0;
}

 
/*插图、表格截图（含图片标题或图片说明）*/
.qrbodyPic60 {
    text-align: center;
    margin: 1em 0;
}

/*图片说明*/
.imgdescript {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 1em;
    text-align: center;
    margin: 0.3em 0;
    text-indent: 0;
    color: #000000;
}

/*行内图*/
.h-pic {
    height: 4em;
    vertical-align: middle;
}

.left1 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.1em;
    font-weight: bold;
}

/*居右*/
.right {
    text-align: right;
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
}

/*居中*/
.center {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    text-align: center;
}

/*居中*/
.width80 {
    width: 80%;
}

.width60 {
    width: 60%;
}

.width30 {
    width: 30%;
}