/*  岁月  */
.sideMenuChen {
	width: 280px;
	position: absolute;
	left: 50px;
	top: 143px;
	text-align: left;
	z-index:9999;
}

.sideMenuChen a {
	text-decoration: none;
    color: #487b3a;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.sideMenuChen a  i{
	margin-right:10px;
}
.sideMenuChen * {
	margin: 0;
	padding: 0;
}
.sideMenuChen li {
	list-style: none;
}

.sideMenuChen h3:first-child{
	height: 64px;
	line-height: 64px;
	border-bottom: 1px solid #fff;
	background: #03a4b6;
	font: normal 24px/64px "微软雅黑";
}

.sideMenuChen h3 {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #fff;
	background: #fff;
	cursor: pointer;
	font: normal 16px/46px "微软雅黑";
	padding-top:0;
	border-left:1px solid #999;
	border-right:1px solid #999;

}

.sideMenuChen ul {
	display: none;
	/* 默认都隐藏 */
}

.sideMenuChen ul li {
	height: 36px;
	background: #fff;
	font: 14px/36px "微软雅黑";
}

.sideMenuChen ul li.onChen {
	background: #e2ecff;
}

.sideMenuChen li a {
	color: #1c50b5;
}

.sideMenuChen h3:nth-child(2n){
	background-color:#f3f8ff;

}
.sideMenuChen h3:last-child{
	border-bottom:1px solid #999;

}
.keruiBread ul li{
	float:left;
	font-size:16px;

}