
h3 {
	margin: 0;
	background: #f8f8f8;
	margin-top: 2%;
	font-size: 1rem;
}
h4{
	font-size: 0.6rem;
	line-height: 30px;
}
p{
	font-size: 0.6rem;
	line-height: 30px;
	color: #999;
}
span{
	font-size: 0.8rem;
	line-height: 30px;
}
h3 a {
	background: url("../images/spritee.png") 15px 20px no-repeat;
	display: block;
	padding: 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

h3.open a {
	background-position: 13px -100px;
 
}
h3 + div {
	border-top: 1px solid #ccc;

	background: #f8f8f8;

}
h2 + div, .example {
	background: #fff;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 20px;
}
.col{
	margin:0 auto;
	width: 1100px;
	padding: 50px 0;
}
.zhiweiinfo{
	padding:10px 0;
	background: #f5f7f9;
	padding-left: 30px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
}
.zhiwei{
	background: #fff;
	padding:5px 0;
	padding-left: 30px;
	border-bottom: 1px solid #eee;
}
.col ul li{
	display:inline-block;
	width: 24%;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.col ul li:first-child{

}
.col1{
	padding:10px 30px 0;
	border-bottom: 1px solid #eee;
}
.col1{
	padding:17px 0;
	padding-left: 30px;
	background: url(../images/spritee01.png) no-repeat 1040px center;
}
.col2{
	background: #fff;
	padding: 10px 30px;
	display: none;
}
.col2 ul li{
	padding:5px 0;
}
.col3{
	border-top: 1px solid #ccc;
}
.col3 ul li{
	width: 1040px;
	float: left;
}
#accordion-example{
	background: #fff;
	border-bottom: 1px solid #eee;
}

Event example
--- */
pre#event-log {
	background: #fafacc;
	padding: 10px;
	display: block;
}
