/* 版权信息页标题 */
h1.copyright-title{
    margin: 10% 0 0.375em;
    font-family: '宋体', 'serif', '黑体';
    font-size: 1.77778em;
    line-height: 1.5;
    font-weight: 700;
    text-indent: 0;
}
/* 版权信息页正文 */
p.copyright-text {
    margin: 0;
    font-family: '黑体', 'sans-serif';
    font-size: 0.88889em;
    line-height: 1.75;
    text-indent: 0;
}


/* 版权正文授权 */
p.copyright-text-1 {
    margin: 1em 0 0;
    font-family: '黑体', 'sans-serif';
    font-size: 0.88889em;
    line-height: 1.75;
    text-indent: 0;
}
/* 版权所有 */
p.copyright-text-2 {
    margin: 1em 0 0;
    font-family: '黑体', 'sans-serif';
    font-size: 0.88889em;
    line-height: 1.75;
    text-indent: 0;
}
/* 副标题 */
span.xiao{
font-size: 0.8em;
font-weight: normal;
background-color: #2E469C;
color: #ffffff;
padding:0.1em;
border-radius:0.2em;
}
/*封面*/
.frontCover {
	qrfullpage:1;
}

/*<h1>一级标题*/
h1.chapter-one {
	font-family:"汉仪旗黑65S","HY-QiHei65";
	font-size:1.5em;
	line-height:1.2em;
	text-align:center;
	text-indent:0;
	margin-bottom:2em;
}  



/*<h2>二级标题*/
h2.chapter-two {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.3em;
    line-height: 1.3em;
    text-indent: 0em;
	text-align:left;
    margin-bottom: 0.7em;
}


/*正文内容*/
.content {
	font-family:"汉仪旗黑50S","HYQiHei-50s";
	font-size:1em;
	text-indent:2em;
} 


/* 文内引文 */
.yinwen{
	font-family:"楷体";
    text-indent: 2em;
	font-size:1em;
	margin:1em;
}

/* 文内引文 */
.yinwen-c{
	font-family:"楷体";
	font-size:1em;
	text-align:center;
}

/* 图片-无图注 */
img.image-80{
	width:80%;
}
/* 图片-有图注 */
img.image-tuzhu{
	width:100%;
	margin-bottom:0.3em;
}

/* div图片中100% */
div.zhong{
	width:80%;
	margin:1em auto;
	text-align:center;
}

/* 落款 */
.bodytext-right {
	font-family: "汉仪楷体","ETrump KaiTi","方正仿宋","FZFSJW--GB1-0";
	font-size:0.9em;
	text-align:right;
	margin-bottom:0.5em;
	color:#454547;
}


