/* CSS Document */


#content
{
	border: 1px solid #ececec;
	margin-top: 40px;
	padding: 0px;
	position: relative;
}


#letterlist{
	width: 360px;
	min-height: 800px;
	border-right: 1px solid #ececec;
	float: left;
	background-color: #fbfbfb;
}


.top-title{
	height: 100px;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	font-size: 24px;
	color: #999;
	line-height: 100px;
}

#list_pl{
	height: 800px;
	list-style: none;
	width: 100%;
	overflow-y: auto;
}

.list-item{
	width: 100%;
	height: 120px;
	position: relative;
	display: flex;
	border-bottom: 1px solid #dbdbdb;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	
}

.list-item-select{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 16px 0px rgba(231, 231, 231, 0.78);
  border-right: 8px solid #6C5BF8;
}

.item-content{
	width: 312px;
	height: 70px;
	
}



.pl-avatar{
	display: block;
	width: 70px;
	height: 70px;
	float: left;
	text-decoration: none;
}

.pl-avatar img{
	border-radius: 50%;
	display: block;
	border: none;
}

.item-right{
	width: 230px;
	height: 70px;
	float: right;
	
}

.name{
	font-size: 16px;
	height: 26px;
	margin-top: 8px;
	font-weight: normal;
	line-height: 26px;
	color: #333;
}

.send-time{
	font-style: normal;
	font-size: 12px;
	color:#999;
	float: right;
	
}

.letter-summ{
	 font-size: 16px;
     color:#a4a4a4;
	 white-space: nowrap;
	 text-overflow: ellipsis;
	 overflow: hidden;
}





.close-item{
	text-align: 14px;
	color: #d7d7d7;
	position: absolute;
	left: 10px;
	top: 5px;
	font-style: normal;
	cursor: pointer;
}


#conv_area {
	width: 790px;
	padding: 20px;
	float: right;
	min-height: 800px;
}

#conv_list {
	width: 100%;
	min-height: 480px;
	list-style: none;
}

#conv_list > li{
	padding: 20px 0px;
	border-bottom: 1px solid #dcdcdc;
	display: block;
	min-height: 80px;
}


.conv-info {
	float: left;
	width: 630px;
	margin-left: 20px;
}


#conv_list .conv-avatar{
	border-radius: 50%; display: block; float: left; width: 70px; height: 70px;
}


#conv_list .conv-top{
	display: flex;
	height: 40px;
	padding-top: 5px;
	box-sizing: border-box;
	overflow: hidden;
	align-items: center;
}


#conv_list h2.name{
	font-size: 16px;
	margin:0px;
}

#conv_list i.send-time{
	float: none;
	font-size: 12px;	
	color:#999; 
	margin-left: 30px;
}

#conv_list .conv-content{
	font-size: 14px;
	color: #979797;
	line-height: 25px;
}

#conv_list .conv-content a{
	text-decoration: none;
	color: #999;
}

#conv_list .conv-content a:hover{
	color: #542CF8;
}

#conv_list .btn-del-letter{
	display: block;
	width: 50px;
	height: 50px;
	float: right;
	margin-top: 15px;
	cursor: pointer;
}


#text_area {
	width:790px;
	margin-top: 50px;
}

#ipt_text{
   display: block;
   background-color: #F6F6F7;
   width: 100%;
   height: 230px;
   padding: 20px;
   outline: none;
   resize: none;
   box-sizing: border-box;
   border: none;
   border-radius: 10px;
}

#btn_send{
	display: block;
	width: 60px;
	height: 60px;
	float: right;
	margin-top: 30px;
	cursor: pointer;
}


.read-tag {
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	background-color: #DF0F0F;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
