div {
    margin: 0px;
    padding: 0px;
    line-height: 130%;
    text-align: justify;
}

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%;
}

.personname {
    text-align: left;
    text-indent: 0em;
    line-height: 130%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: bold;
}

.frontCover {
    qrfullpage: 1;
}

/*正文内容*/
.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 {
    margin-top: 2em;
    margin-left: 0em;
    padding: 0em;
    text-align: left;
    font-size: 1em;
}

h5 {
    line-height: 130%;
    text-align: left;
    font-weight: bold;
    font-size: 1em;
}

h6 {
    line-height: 130%;
    text-align: left;
    font-weight: bold;
    font-size: 1em;
}