/* 图片块 */
img {
    vertical-align: middle;
    width: 50%;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}

/* 段落中的图片：行内图要与文字水平对齐 */
p img {
    margin-bottom: 7px;
}

/* 图片标题 */
.imgtitle {
    font-family: '';
    font-size: 0.85em;
    line-height: 1.5em;
    text-align: center;
    text-indent: 0;
    color: #a25400;
    letter-spacing: auto;
}

/*文章元数据：作者姓名，作者单位*/
p[name='ChapterMetaInfo.PersonName'],
p[name='ChapterMetaInfo.PersonOrg'] {
    font-weight: bold;
    text-align: center;
}

/*文章元数据：作者简介*/
p[name='ChapterMetaInfo.PersonBlurb.Desc'] {
    font-weight: bold;
}

/* 段落 */
p {
    text-align: justify;
    text-indent: 2em;
    line-height: 130%;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* 居中 */
.center {
    text-align: center;
    text-indent: 0em;
    margin-left: 0%;
    margin-right: 0%;
}

/* 居右 */
.right {
    text-align: right;
    margin-left: 0%;
    margin-right: 0%;
}

.frontCover {
    qrfullpage: 1;
}

.qqreader-footnote {
    width: 1em;
    margin-left: 0.2em;
}

/*正文内容*/
.content {
    font-family: "汉仪旗黑50S","HYQiHei-50s";
    font-size: 1em;
    text-indent: 2em;
}

 
/*<h1>一级标题*/
.firstTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    margin-bottom: 2em;
    color: #c36500;
    border-bottom: 1px solid #c36500;
}

  
/*<h2>二级标题*/
.secondTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.3em;
    line-height: 1.3em;
    text-indent: 0;
    margin-top: 1em;
    text-align: center;
    color: #c36500;
}

/*<h3>三级标题*/
.thirdTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.1em;
    line-height: 1.4em;
    text-indent: 0;
    margin-top: 1em;
    color: #c36500;
}

 
/*<h4>四级标题*/
.fourthTitle {
    font-family: "汉仪旗黑55S","ETrump-QiHei55";
    font-size: 1.1em;
    line-height: 1.3em;
    text-indent: 0;
    margin-top: 1em;
    color: #c36500;
}

 
/* 四级标题 */
h4 {
    margin-top: 2em;
    margin-left: 0em;
    padding: 0em;
    /* text-align: left;
    */
	text-indent: 2em;
    font-size: 1em;
}

/* 五级标题 */
h5 {
    line-height: 130%;
    /* text-align: left;
    */
	text-indent: 2em;
    font-weight: bold;
    font-size: 1em;
}

/* 六级标题 */
h6 {
    line-height: 130%;
    /* text-align: left;
    */
	text-indent: 2em;
    font-weight: bold;
    font-size: x-small;
}

.title-center {
    text-align: center;
}

/* 拼音 */
rt {
    font-size: 6pt;
}