/*
* 保证正文文字左右两段对齐 2021/12/16
*/
.jo-title > p {
    text-align: justify !important;
}

/*
* 保证摘要文字左右两段对齐 2022/01/08
*/
.jo-abstract > div > p {
    text-align: justify !important;
}

/*
* 保证动态处理的参考文献的序号与内容中间有一小段空格 2022/08/23
*/
#ReferenceList > .jo-references > .jo-clearfloat > .jo-label {
    margin-right: 5px !important;
    width: auto !important;
    max-width: 120px !important;
}

.jo-article-text-margin li.jo-title h2.jo-main-title{
    background: #E1E1E1 !important;
    color: #333333;
}