/*
* 保证正文文字左右两段对齐 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;
}

/*仅章节设为灰色 2022/11/27*/
/*
.jo-article-text-margin li.jo-title h2.jo-main-title{
    background: #E1E1E1 !important;
    color: #333333;
}*/

/*图片，表格的上下居中文字，取消加粗效果 2022/11/28*/
.clear-bold {
    font-weight: normal !important;
    font-size: 1.4rem !important;
}

/*中英文引用信息处理 20240327*/
.cn_en_header_quote {
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.cn_en_header_quote p {
    color: #666666;
}

/*将图表全部展示出来 20240327*/
.jo-image-table-items {
    background: white !important;
    overflow: hidden !important;
    padding: 30px 40px 30px 30px !important;
}

.jo-image-table-item {
    border: 1px solid #cccccc !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}

.jo-image-table-item img {
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto 10px !important;
    overflow: hidden !important;
}

.jo-image-table-figure {
    overflow: hidden !important;
    font-size: 14px !important;
    color: #666666 !important;
}

.jo-image-table-figure-title {
    line-height: 22px !important;
    text-align: center !important;
}

.jo-image-table-figure-cn-title {
    margin-bottom: 6px !important;
}

#jo-main-relation {
    padding: 0 20px;
	display:none;
}

#jo-top-content-fr {
    overflow: hidden;
}

#releation table tbody tr:nth-child(1) {
    display: none;
}

#releation table tbody td {
    text-indent: 0;
    line-height: 30px;
    padding-bottom: 10px;
    font-size: 1.4rem;
    color: #333333;
    word-wrap: break-word;
    word-break: normal;
    letter-spacing: 0.03em;
}

#releation table tbody td:nth-child(1){
    padding-right: 15px;
}