/* Global setting */
/* 全局设定 */
body {
    font-size: 1em;
    text-align: justify;
    line-height: 1.5;
}

/* TOC link color */
/* 目录条目链接颜色 */
a {
    color: #0000CC;
}

div.tupian {
    width: 100%;
    margin: 1em auto 1em auto;
    text-align: center;
}

p.bodycontent-text {
    text-indent: 2em;
    font-family: STSong, "Song S", Song,"宋体";
}

p.bodycontent-text_right {
    font-family: STKai, "MKai PRC", Kai, "楷体";
    text-align: right;
}

p.bodycontent-text-tushuo {
    font-family: STKai, "MKai PRC", Kai, "楷体";
    font-size: 0.8em;
    text-align: center;
    margin-top: 0.2em;
}

.bodycontent-first-title {
    font-family: "MYing Hei S", Hei,"黑体";
    font-size: 1.5em;
    margin-bottom: 2.5em;
    margin-top: 0.5em;
    text-align: center;
}

.bodycontent-second-title {
    font-family: "MYing Hei S", Hei,"黑体";
    font-size: 1.3em;
    margin-bottom: 0.8em;
    margin-top: 1.5em;
    text-align: center;
}

h4, h5, h6 {
    font-family: "MYing Hei S", Hei,"黑体";
    text-align: left;
    text-indent: 2em;
    font-size: 1em;
    margin: 1.0em 0em;
}

p.bodycontent-text_center {
    font-family: "MYing Hei S", Hei,"黑体";
    text-align: center;
    font-weight: bold;
}

p.bodycontent-text_yinwen {
    font-family: STKai, "MKai PRC", Kai, "楷体";
    line-height: 1.5;
    text-indent: 2em;
    font-size: 1em;
}

img.image-alone {
    width: auto;
    margin-bottom: 0.2em;
}