.content > .inner > .inner-content > ul {
	width: 892px;
	margin: 100px auto 0;
}
.content > .inner > .inner-content > ul > li {
	height: 66px;
	line-height: 64px;
	margin-bottom: 42px;
	overflow: hidden;
}
.content > .inner > .inner-content > ul > li > .left {
	width: 246px;
	float: left;
	border: 1px solid #be0000;
	text-align: center;
	font-size: 1.875em;
	font-weight: lighter;
	color: #be0000;
}
.content > .inner > .inner-content > ul > li > .right {
	width: 644px;
	float: left;
	font-size: 1.5em;
	color: #333333;
	font-weight: lighter;
	padding-left: 86px;
}
.content > .inner > .inner-content > ul > li.on {
	border: 1px solid #be0000;
}
.content > .inner > .inner-content > ul > li.on > .left {
	background: #be0000;
	color: #ffffff;
}
.content > .inner > .inner-content > ul > li.on > .right {
	color: #be0000;
}