a {
	cursor: pointer;
}

.more-list {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px;
	border-bottom: 1px dashed #D5D5D5;
}

.more-list:last-child {
	border-bottom: 0px;
}

.more-list:first-child {
	margin-top: 0px;
}

.more-title {
	margin-top: 5px;
	color: #0099FF;
	font-size: 20px;
	font-family: "微软雅黑 Regular";
	line-height: 36px;
	margin-bottom: 5px;
}

.more-title a {
	color: #0099FF;
}

.more-title a:hover {
	color: #428BC1;
}

.more-info {
	font-size: 16px;
	color: #A1A1A1;
	font-family: "微软雅黑 Regular";
}

.more-abstract {
	margin-top: 5px;
	font-size: 16px;
	font-family: "微软雅黑 Regular";
	line-height: 36px;
	color: #000000;
	overflow: hidden;
	word-break: normal;
}

.more-abstract-none {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	/*	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;*/
	color: #000000;
	overflow: hidden;
	word-break: normal;
}

