
.slideTxtBox {
	width: 100%;
	text-align: left;
}

.slideTxtBox .hd {
	line-height: 30px;
	padding: 0;
	position: relative;
	width: 230px;
	float: left;
}

.slideTxtBox .hd ul {
	height: auto;
}

.slideTxtBox .hd ul li {
	padding: 0 15px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	background: #e6e6e6;
	color: #808080;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

.slideTxtBox .hd ul li.on {
	height: 40px;
	background: #999999;
	color: #fff;
}

.slideTxtBox .bd {
	width: 620px;
	float: right;
}

.slideTxtBox .bd ul {
	padding: 0;
	zoom: 1;
}

.content_left {
	width: 400px;
}

.sideMenu01 h3 {
	display: block;
	padding-left: 0;
	color: #4d4d4d;
	font-size: 14px;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	margin: 10px 0;
	cursor: pointer;
	border-bottom: 1px solid #b3b3b3;
}


.sideMenu01 h3 em {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/arrow04-top.png) right center no-repeat;
	cursor: pointer;
}

.sideMenu01 h3.on em {
	background: url(../images/arrow04-bottom.png) right center no-repeat;
}

.sideMenu01 ul {
	padding: 0 25px;
	color: #999;
	display: none;
	/* 默认都隐藏 */
	font-size: 14px;
	line-height: 25px;
}
.sideMenu01 ul img{
	margin-right: 15px;
}

