.detail-list {
	width: 1200px;
	margin: auto;
	margin-bottom: 30px;
}

.detail-list .list-head h3 {
	padding-top: 40px;
	border-top: 1px solid #c8c7cc3d;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}

.detail-list .list-head span {
	font-size: 16px;
	color: #9A9A9A;
	margin-right: 20px;
}

.detail-list .list-head {
	margin-bottom: 40px;
}

.list-text>p {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc4a;
	margin-bottom: 30px;
	position: relative;
	padding-left: 15px;
}
.list-text{
	margin-bottom: 30px;
	line-height: 28px;
	font-family: Arial;
}
.list-text>p::before {
	content: "";
	width: 3px;
	display: inline-block;
	height: 15px;
	position: absolute;
	left: 0;
	background: #2aae67;
	top: 3px;
}
.list-text li {
	font-size: 16px;
	color: #4A4848;
	margin-bottom: 10px;
}
.list-text li pre{
	line-height: 28px;
	font-family: Arial;
}
.list-text li img{
	width: 100px;
	height: 100px;
}