.list_lich {
	background: url(../images/line.jpg) left 118px top repeat-y;
	margin: 35px 0;
}
.list_lich li {
	padding: 10px 0;
	margin-bottom: 15px;
	cursor: pointer;
}
.list_lich li em {
	float: left;
	width: 100px;
	font-size: 16px;
	background: #eee;
	line-height: 34px;
	color: #333;
	text-align: center;
	font-family: Arial;
	border-radius: 3px;
}
.list_lich li:hover em {
	background: #00d186;
	color: #fff;
}
.list_lich li p {
	background: url(../images/dd.png) left top 7px no-repeat;
	float: right;
	width: 1276px;
	min-height: 30px;
	line-height: 25px;
	padding-left: 30px;
	padding-top: 3px;
	font-size: 14px;
}
