.content_article div{
    font-size: 16px;
    line-height: 28px;
}
.content_article{
    font-size: 16px;
    line-height: 28px;
}
.content_article h2{
	line-height: 24px;
	font-size: 22px;
	font-weight: bold;
	margin: 24px 0 12px;
}
.content_article h2::before{
	content: "";
	display: block;
	float: left;
	width: 4px;
	height: 24px;
	background: #2CB1FF;
	border-radius: 4px;
	margin-right: 10px;
}
.content_article img{
	max-width: 80%;
	margin: 16px auto 10px;
}
table{
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-spacing: 0;
	width: 100%;
	margin: 20px auto 10px;
}
table tr:first-child{
	background: rgba(44,177,255,0.1);
}
table tr td{
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	text-align: center;
	padding: 8px 16px;
}
.content_article p,
.content_article span,
.content_article a,
table tr td,
table tr td a,
.content_article h3,
.content_article strong,
.content_article li,
.list_zn ul li,
.list_zn ul li a,
.content_article h6{
	font-size: 16px;
	line-height: 28px;
}
.content_article a,
table tr td a,
.list_zn ul li a{
	display: inline-block;
	color: #2CB1FF;
}
.content_article p{
	margin-top: 24px;
}