	.inner-content ul {
		margin-bottom: 20px;
	}
	
	.inner-content ul li {
		border-bottom: dashed 1px #BFBFBF;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		color: #454545;
		letter-spacing: 1px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.inner-content ul li:hover {
		color: #FFFFFF;
		cursor: pointer;
		background: #181818;
		text-shadow: 0px 0px #FFFF00;
	}
	
	.inner-content ul li .left span {
		margin-right: 10px;
		color: #999999;
	}
	
	.inner-content ul li .left {
		float: left;
		width: 700px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.inner-content ul li .right {
		float: right;
		width: 120px;
		text-align: right;
	}