/* 圆角黄底段落 */
p.roundyellow {
    margin: 1em 0.5em;
    padding: 0.5em;
    border-radius: 9px;
    background-color: #fff9b0;
}

/* 有下划线的副标题*/
p.fubiao-bline {
    font-size: 1.2em;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
    text-align: left;
    text-indent: 0;
    font-weight: bold;
    color: #0033CC;
    border-bottom: solid 2px #fff9b0;
}

/* 圆角边框 */
div.roundsolid {
    margin: 1em 0.5em;
    padding: 0.8em 0.5em;
    border-radius: 6px;
    border: #3D4092 solid 1px;
}

/* 单行垂直居中3 */
div.juzhong3 {
    margin: 30% 20% auto 20%;
}

/*图片宽度60*/
img.width60 {
    width: 60%;
}

img.width80 {
    width: 80%;
}

/*图片宽度*/
img.width40 {
    width: 50%;
}

img.width30 {
    width: 40%;
}

img.width20 {
    width: 20%;
}

/*封面*/
.frontCover {
    qrfullpage: 1;
}

/*<h1>一级标题*/
h1.firstTitle-1 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    margin-bottom: 2em;
    color: #4D489F;
    border-bottom: 1px solid #4D489F;
}

  
/*<h2>二级标题*/
h2.secondTitle-1 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.3em;
    line-height: 1.3em;
    text-indent: 0;
    margin-top: 1em;
    text-align: center;
    color: #4D489F;
}

/*<h3>三级标题*/
h3.thirdTitle-1 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.1em;
    line-height: 1.4em;
    text-indent: 0;
    margin-top: 1em;
    color: #4D489F;
    border-left: 3px solid #4D489F;
    padding-left: 0.2em;
}

 
/*<h4>四级标题*/
h4.fourthTitle-1 {
    font-family: "汉仪旗黑55S","ETrump-QiHei55";
    font-size: 1.1em;
    line-height: 1.3em;
    text-indent: 0em;
    margin-top: 1em;
    color: #4D489F;
}

.copyRightTitle-1 {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    margin-bottom: 1em;
    color: #3D4092;
    border-bottom: 1px solid #3D4092;
}

.contentCR {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0em;
    color: #3D4092;
    margin: 0 1em 0 auto;
}

.contentCR1 {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 0.9em;
    text-indent: 0em;
    color: #3D4092;
    margin: 1em 1em 0 auto;
    font-weight: bold;
}

.bgcolor {
    background: #3D4092;
    color: #ffffff;
}

/*正文内容*/
.content {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
}

 
/*引文内容*/
.quotation {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 1em;
    line-height: 1.3em;
    text-indent: 2em;
    margin: 0.3em 0em;
}

.center {
    text-align: center;
    text-indent: 0px;
}

/*粗体*/
.bold {
    font-weight: bold;
    color: #4F508D;
}

/*背景图*/
.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*插图、表格截图（不含图片标题或图片说明）*/
.bodyPic {
    text-align: center;
    margin: 1em auto;
}

 
/*插图、表格截图（含图片标题或图片说明）*/
.qrbodyPic {
    text-align: center;
    margin: 1em auto;
}

/*图片说明*/
.imgdescript {
    font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
    font-size: 0.8em;
    line-height: 1.3em;
    text-align: center;
    text-indent: 0;
    color: #343690;
    margin: 0.25em auto;
}

/*注标图*/
.qqreader-footnote {
    width: 1em;
    margin-left: 0.2em;
}