.top-link {
	box-sizing: border-box;
	padding: 15px 15px;
	margin-bottom: 10px;
}

.top-link p {
	font-size: 18px;
	color: #3394AD;
}

.top-link a {
	color: #333;
}

.msginfo-box {
	min-height: 600px;
	background-color: #FFFFFF;
}
.msgcontent {
	background-color: #FFFFFF;
}
.message-box {
	width: 810px;
}
.title-bxo {
	height: 100px;
	width: 810px;
	padding-left: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.title-bxo .msg-title {
	font-size: 20px;
	color: #333333;
}
.title-bxo .msg-subtitle{
	font-size: 14px;
	color: #999999;
}
.title-bxo .msg-time {
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
	position: relative;
	padding-left: 69px;
	
}

.message-box .info-box {
	width: 100%;
	word-wrap: break-word;
	word-break: break-all;
	box-sizing: border-box;
	padding: 20px 15px;
	margin-top: 10px;
}
.message-box .info-box p {
	font-size: 16px;
	text-indent: 2em;
	color: #333333;
	line-height: 25px;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: justify;
	
}
 .msg-time span{
	display: block;
	margin-right: 20px;
	float: left;
	cursor: pointer;
}
.info-box img{
	width: 100%;
}
.avatar{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top:-15px;
	/* background: #000000; */
}
.visit-up-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px 221px;
	border-top: 1px dashed #E7E7E7;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}
.visit-up-box img{
	width: 21px;
	height: 23px;
}