.border {
  border: 0.2em solid;
  border-radius: 0.3em;
  padding: 0.3em;
  margin: 0.5em 0em;
}

.kt {
  font-family: "楷体", "楷体_GB2312", sans-serif;
}

/*封面*/
.frontCover {
  qrfullpage: 1;
}

/*正文内容*/
.content {
  font-family: "汉仪旗黑50S", "HYQiHei-50s";
  font-size: 1em;
  text-indent: 2em;
}

/*图片标题*/
.imgtitle {
  font-family: "汉仪楷体", "ETrump KaiTi", "方正仿宋", "FZFSJW--GB1-0";
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
  text-indent: 0;
}

/*图片说明*/
.imgdescript {
  font-family: "汉仪楷体", "ETrump KaiTi", "方正仿宋", "FZFSJW--GB1-0";
  font-size: 0.8em;
  line-height: 1.3em;
  text-align: center;
  text-indent: 0;
}

.center {
  font-family: "汉仪旗黑50S", "HYQiHei-50s";
  font-size: 1em;
  text-align: center;
  text-indent: 0em;
  margin-left: 0%;
  margin-right: 0%;
}

.left {
  font-family: "汉仪旗黑50S", "HYQiHei-50s";
  font-size: 1em;
  text-align: left;
  text-indent: 0em;
  margin-left: 0%;
  margin-right: 0%;
}


/*行内图*/
.h-pic {
	height:1.5em;
	vertical-align:middle;
     margin-left:0.1em;
     margin-right:0.1em;
}

.right {
  font-family: "汉仪旗黑50S", "HYQiHei-50s";
  font-size: 1em;
  text-align: right;
  margin-left: 0%;
  margin-right: 0%;
}

/*标准的h1-h6字体样式*/
h1.title {
  font-family: "汉仪旗黑65S", "HY-QiHei65";
  line-height: 130%;
  text-align: center;
  font-weight: bold;
  font-size: xx-large;
}

h2 {
  font-family: "汉仪旗黑65S", "HY-QiHei65";
  line-height: 130%;
  text-align: left;
  font-weight: bold;
  font-size: x-large;
}

h3 {
  font-family: "汉仪旗黑65S", "HY-QiHei65";
  line-height: 130%;
  text-align: left;
  font-weight: bold;
  font-size: large;
}



.width100{
width:100%;
}


.width80{
width:80%;
}
.width60{
width:60%;
}
.width50{
width:50%;
}
