/*封面*/
.frontCover {
	qrfullpage:1;
}


span.sfbt {
    font-family: 仿宋;
    font-size: 0.6em;
    font-weight: 700;
    color: #1C1210;
}

/*下副标题*/
p.xfbt {
    font-family: 楷体;
    font-size: 1.2em;
    font-weight: 700;
    text-indent: 0;
    text-align: center;
    color: #1C1210;
    margin: 0em 0 1.5em 0;
}

/*一级标题*/
h1.yjbt {
    font-family: 微软雅黑;
    font-size: 1.4em;
    font-weight: 600;
    text-indent: 0;
    text-align: center;
    line-height: 1.6em;
    color: #1C1210;
    margin: 2em 0 1.5em 0;

}

/*二级标题*/
h2.ejbt {
    font-family: 微软雅黑;
    font-size: 1.3em;
    font-weight: 600;
    text-indent: 0;
    text-align: left;
    color: #1C1210;
    margin:1em 0 0.2em 0;
}

/*三级标题*/
h3.sjbt {
    font-family: 微软雅黑;
    font-size: 1.1em;
    font-weight: 600;
    text-indent: 0;
    text-align: left;
    color: #1C1210;
    margin: 1em 0 -0.3em 0;
}


/*正文内容*/
p.content {
	font-family:"汉仪旗黑50S","HYQiHei-50s";
	font-size:1em;
	text-indent:2em;
} 


/*仿宋*/
p.fs {
    font-family: 仿宋;
 text-indent: 2em;
	font-size:1em;
}

/*楷体*/
p.kt {
    font-family: 楷体;
 text-indent: 2em;
	font-size:1em;
}




/*加粗*/
.jc {
    font-weight: bold;
}



/*落款*/
p.lk {
    margin: -0.5em 0 1.5em;
    font-family: 楷体;
    font-size: 1em;
    text-align: right;
    color: #222;
}


/*图片-100*/
div.tp100 {
    width: 100%;
    height: auto;
    margin: 1.2em auto;
    text-align: center;
}




/* 小标题*/
p.zw-xbt {
    font-family: 微软雅黑;
    font-weight: 600;
    font-size: 1.1em;
    text-indent: 0;
    color: #1C1210;
	line-height: 1.6em;
}


