/*!
 *  build: HCMP 
 *  copyright: 浙江甜橙科技 
 *  time: 2024-10-26 10:29:56
 */.list_wrap{height:350px;overflow:auto}.list_wrap::-webkit-scrollbar{display:none}.item_wrap{display:flex;padding:10px;border-bottom:1px solid #ebeef5}.item_wrap:hover{cursor:pointer}.item_wrap .avatar_wrap .avatar{width:40px;height:40px;border-radius:50%}.item_wrap .info_wrap{flex:1;margin-left:10px}.item_wrap .info_wrap .sender{display:flex;justify-content:space-between}.item_wrap .info_wrap .sender .name{flex:1;font-size:14px}.item_wrap .info_wrap .sender .time{font-size:12px;color:#909399}.item_wrap .info_wrap .msg{display:-webkit-box;margin-top:5px;overflow:hidden;font-size:12px;color:#697084;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}