
.messageRead{
	float: right;
	font-weight: 400;

}
.messageNav{
	height: 30px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
}
.messageNav li{
	float: left;
	padding:2px 10px 4px 10px;
	border-bottom: 2px solid #fff;
	cursor: pointer;
}

.messageNav .active{
	border-color:#4A90E2; 
}

.messageList{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed rgba(0,0,0,0.25);
	/*cursor: pointer;*/

}

.messageTitle{
	position: relative;
	padding-right: 80px;
}
.messageTitle .title{
	font-size: 14px;
	font-weight: bold;
	position: relative;
}

.messageInfo{
	white-space: pre-line;
	color: rgba(0,0,0,0.45);
	font-family: PingFang SC;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
}

.messageShow{
	display: none;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #FAAD14;
	position: absolute;
	right: -10px;
	top: 0;
}

.messageTitle .title .hint{
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #FAAD14;
	position: absolute;
	left: 0;
	top:6px;
}

.messageTitle .time{
	color:rgba(0,0,0,0.45);
	position: absolute;
	right: 0;
	top:0;
}

.messageLink{
	padding-top: 6px;
}