.reference-title {
    font-size: 10.5pt; /* 小五号 */
    font-weight: bold; /* 黑体 */
    margin-top: 1em; /* 正文后空一行 */
    text-align: left; /* 顶格 */
    margin-bottom: 0.5em;
}
.reference-items {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.reference-item {
    font-size: 10.5pt; /* 小五号 */
    text-align: left; /* 顶格 */
    text-indent: -2em; /* 回行缩进 */
    padding-left: 2em;
    margin-bottom: 0.3em;
    line-height: 1.5;
}
.reference-item .author-dash {
    display: inline-block;
    width: 2em;
    border-bottom: 1px solid #000;
    margin-right: 0.5em;
}