/* articleStart */
.zzl-show{
	border-color: 1px red solid;
	background-color: #fff !important;
	overflow: auto;
}
.show-cont{
	box-sizing: border-box;
	width: 1200px;
	min-height: 800px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;
	padding: 20px;
	/* box-shadow: 0px 0px 10px 1px #cccccc; */
}
.show-cont>.title{
	text-align: center;
	color: #464646;
	font-size: 25px;
	line-height: 36px;
	padding-top: 10px;
	font-family: 'SourceHanSerifCN-SemiBold';
}
.show-cont>.tips{
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	color: #b6b6b6;
	padding-top: 5px;
	padding-bottom: 15px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.show-cont>.tips>span{
	margin: 0 12px;
}

.article{
	padding: 30px 20px;
	font-size: 18px;
	line-height: 1.5em;
	
}
.article>p{
	margin-top: 10px;
	margin-bottom: 10px;
}
/* articleEnd */

@media (max-width : 767px) {
	/* articleStart */
	.show-cont{
		width: calc(100% - 10px);
		box-sizing: border-box;
		margin-left: 5px;
		margin-right: 5px;
	}
	/* articleEnd */
}