a {
	cursor: pointer;
}

.more-list {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #D5D5D5;
}

.more-list:last-child {
	border-bottom: 0px dashed #D5D5D5;
}

.more-list:first-child {
	margin-top: 0px;
}

.more-title {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 500;
	line-height: 36px;
	color: #333333;
	margin-bottom: 5px;
}

.more-title a {
	color: #000000;
}

.more-title a:hover {
	color: #428BC1;
}

.more-info {
	font-size: 18px;
	margin-top: 20px;
	color: rgb(153, 153, 153);
}

.more-abstract {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	height: 63px;
	/*	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;*/
	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;
}

.more-tags-text {
	font-size: 12px;
	margin-top: 5px;
	color: #428BC1;
}

.more-tags {
	font-size: 12px;
	height: 25px;
	padding-top: 5px;
}

.more-tags>ul {
	padding-left: 0px;
	height: 20px;
}

.more-tags>ul>li {
	margin-right: 5px;
	float: left;
	display: inline;
	height: 20px;
}

.more-tags>ul>li>a {
	color: #428BC1;
}

.more-tags>ul>li>a:hover {
	color: #666666;
}