.sunList {
	overflow: hidden;
	margin: 25px 50px;
}

.sunList li {
	overflow: hidden;
	border-bottom: 1px dotted #b0b0b0;
	padding: 0 10px;
}

.sunList a,
.sunList span {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	float: left;
}

.sunList a {
	width: 450px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.sunList span {
	width: 100px;
	text-align: center;
}

