.information {
	margin: auto; padding: 2%; border: 1px solid rgb(204, 204, 204); border-image: none; width: 100%; overflow: hidden; box-sizing: border-box;
}
.information_til {
	width: 100%; height: 40px; line-height: 40px; padding-bottom: 15px; margin-bottom: 20px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
.information_til strong {
	color: rgb(34, 34, 34); font-size: 22px;
}
.information_til span {
	color: rgb(136, 136, 136); text-transform: uppercase; padding-left: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 14px;
}
.information_miaosu {
	width: 100%; height: auto; overflow: hidden; padding-bottom: 20px; margin-bottom: 15px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
.information_miaosu dl dt {
	width: 15%; height: auto; float: left;
}
.information_miaosu dl dt img {
	width: 100%; height: 100%;
}
.information_miaosu dl dd {
	width: 84%; height: 160px; float: right;
}
.information_miaosu dl dd strong {
	color: rgb(34, 34, 34); font-size: 18px; margin-bottom: 15px; display: block;
}
.information_miaosu dl dd span {
	color: rgb(68, 68, 68); line-height: 28px; display: block;
}
.information_miaosu dl dd li {
	background: rgb(34, 34, 34); border-radius: 5px; width: 120px; height: 35px; text-align: center; line-height: 35px; margin-top: 12px;
}
.information_miaosu dl dd li a {
	color: rgb(255, 255, 255);
}
.information_miaosu dl dd li:hover {
	background: rgb(90, 196, 44);
}
.information_list {
	width: 100%; overflow: hidden;
}
.information_list li {
	width: 49%; height: 50px; line-height: 50px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: dashed; float: left;
}
.information_list li:nth-child(2n+1) {
	margin-right: 2%;
}
.information_list li span {
	background: url("xgzx.png") no-repeat left; float: left; display: block;
}
.information_list li span a {
	padding-left: 20px; font-size: 15px; display: block;
}
.information_list li strong {
	color: rgb(68, 68, 68); font-weight: normal; float: right; display: block;
}
