
/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.htmleaf-container{
	margin: 0px auto;
}

.group:after, .group:before {
	content: "";
	display: table
}
.group:after {
	clear: both
}
.group {
	zoom: 1
}
.section .wrapper {
	margin: 20px auto;
	width: 90%;
	max-width: 1000px;
	min-width: 800px;
}


.item {
	margin: 20px auto;
	width: 100%;
}
.item .block {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0px 0px 8px 2px #555;
}
.item .block h2 {
	font-size: 20px;
	color: #333;
}
.item .block h3 {
	font-size: 18px;
	color: #333;
}
.item .block .sj {
	font-size: 12px;
	color: #aaa;
	margin-top: -10px;
}
.item .block hr {
	border:  none;
	border-top:1px dashed #999;
}
.item .block .jj {
	text-align: left;
	font-size: 16px;
	text-indent:2em;
	color: #000;
}
.item .block h4 {
	text-align: left;
	font-size: 18px;
	text-indent:2em;
	font-weight: 600;
	color: #0099ff;
}
.item .block .lj {
	text-align: right;
	font-size: 12px;
	color: #0099ff;
	padding-right: 30px;
}
.fhml {
	text-align: center;
	font-size: 18px;
	color: 000;
}
.fnml ul li {
	display: inline-block;
}
@media screen and (max-width:480px) {
	body {
		min-width: 320px
	}
	.section .wrapper {
		margin: 0;
		width: 100%
	}
}
/*# sourceMappingURL=demo.min.css.map */
