.banner{
	height: 150px;
	background-image: url("/static/home/img/banner_aboutus.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}


.left-menu .menu-title{
	color: #e62129;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.left-menu li{
	background-image: url('/static/home/img/icon09.png');
	background-repeat: no-repeat;
	background-position: 0;
	border-bottom: 1px dotted #999;
	padding-left: 10px;
}

.left-menu li a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 13px;
}
.left-menu li a:hover,.left-menu li a.active{
	color: #e62129;
}




.breadcrumb{
	padding: 18px 0;
	background-color: #f8f8f8;
	margin: 0;
}
.breadcrumb a{
	color: #777;
	text-decoration: none;
}
.breadcrumb a:hover{
	color: #e62129;
}
.details-box{
	border-top: 1px solid #ccc;
	padding-top: 20px;
}