.message-box {
	background-color: #FFFFFF;
	min-height: 500px;
}
.message-box ul {
	box-sizing: border-box;
	padding: 5px;
}
.message-box .article-item {
	display: flex;
	background-color: #FFFFFF;
	padding: 15px 0;
	border-bottom: 1px solid #E2E2E2;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
	justify-content: flex-start;
}
.message-box .left-img {
	width: 100px;
	height: 100px;
	margin-right: 8px;
	border-radius: 4px;
}
.message-box .left-img img {
	width: 100px;
	height: 100px;
	border-radius: 4px;
}
.message-box .right-msg {
	flex: 2;
	height: 100px;
	background-color: #FFFFFF;
}
.message-box .right-msg h4 {
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	font-weight: 600;
	box-sizing: border-box;
	padding-left: 10px;
}
.message-box .right-msg p {
	font-size: 12px;
	color: #393D49;
	line-height: 1.5em;
	height: 3em;
	margin-top: 5px;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.message-box .right-msg .time-str {
	color: #999999;
	font-size: 12px;
	box-sizing: border-box;
	display: inline-block;
	margin-top: 15px;
}
#fenye {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

/* 文章列表分类 */
.top-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.top-link .select-box {
	width: 100px;
	margin-left: 25px;
	border: none;
}
.top-link .user-type {
	height: 35px;
	border: none;
	font-size: 16px;
	color: #393D49;
}
