.wrap {
	width: 100%;
	min-height: 100%;
	background-color: #f8efde;
}

.title {
	width: 100%;
	height: 30px;
	padding-left: 20px;
	border-bottom: 2px solid #D6313E;
}

.title h1 {
	color: #d80c18;
	font-size: 20px;
}

.list {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
	box-sizing: border-box;
}

.list li {
	height: 44px;
	line-height: 44px;
	border-bottom: 1px dashed #DFDFDF;
}

.list li a {
	width: 100%;
	height: 100%;
	display: block;
}

.list li span:first-child {
	float: left;
	width: 80%;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list li span:last-child {
	float: right;
	color: #333;
}