/*关于我们--左侧*/
.incontent.about{min-height: 660px;padding-top: 20px;}
.dazleft{
	float: left;
	width: 220px;
}
.dazleft li{
	width: 100%;
	line-height: 60px;
	border-bottom: #E0E0E0 solid 1px;
	padding-left: 10px;
	background: url(../img/arrright_hui.png) no-repeat 200px center;
	background-size: 3.6%;
	font-size: 18px;color: #333;
	cursor:pointer;
}
.dazleft li:last-of-type{border-bottom: 0;} 
.dazleft li.active{ 
	color: #d92728;
	background: url(../img/arrright_red.png) no-repeat 200px center;
	background-size: 3.6%;
}
.dazright{
	float: right;
	width: 840px;
}
.dazright img{  
	display: block;
	margin: 0 auto;
	width: 75%;
	margin:15px 0; 
}
.dazright h3{line-height: 50px;border-bottom: #E0E0E0 1px solid;font-size: 16px;color: #333;}
.dazright h3 span{
	border-bottom: #D60B17 2px solid;display: inline-block;
	width: 100px;text-align: center;height: 51px;
	font-size:18px;
}
.articleword{
	padding-top:10px;
}
