.article-body {
	padding: 20px 36px 120px;
	background-color: #fff;
}

.article-body h3 {
	font-size: 28px;
	margin: 22px 0 32px;
	text-align: center;
}

.article-body .article-tools {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px dashed #ddd;
	background-color: #F8F8F8;
	height: 52px;
	line-height: 52px;
	box-sizing: border-box;
	font-size: 16px;
	color: #999;
}

.article-body .article-tools p {
	margin-left: 158px;
}

.article-body .article-tools p:first-child {
	margin-left: 0;
}

.article-body .article-tools p span {
	cursor: pointer;
}

.article-body .article-content {
	margin-top: 40px;
}

.article-body .article-content * {
	font-size: 18px;
	line-height: 34px;
	color: #444;
	text-align: justify;
	word-wrap: break-word;
}

.article-body .article-content table {
	border: 1px solid #e3e3e3;
}

.article-body .article-content th,
.article-body .article-content td {
	border: 1px solid #e3e3e3;
}

.article-body .article-content td {
	font-size: 18px !important;
	line-height: 34px !important;
}

.article-body .article-content th {
	width: 18%;
	padding: 18px 10px
}

.case-article table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

.case-article table th,
.case-article table td{
	border: 1px solid #e3e3e3;
}


.case-article table th {
	font-size: 16px;
	line-height: 24px;
	padding: 18px 10px;
	text-align: right;
	width: 18%;
	background: #f8f8f8;
}

.case-article table td {
	font-size: 16px;
	line-height: 24px;
	padding: 18px 15px;
	width: 32%;
}

.case-article table td .dfbox {
    border: 1px solid #eee;
    background: #f8f8f8;
    padding: 10px;
    margin: 5px 0;
	font-size: 16px;
	line-height: 1.8;
}