/*!
 *  build: HCMP 
 *  copyright: 浙江甜橙科技 
 *  time: 2024-10-26 10:29:56
 */.item-wrap{display:flex;flex-direction:row;padding:10px 5px;cursor:pointer;background-color:#fff;border-radius:5px;box-shadow:0 0 2px 2px #eee}.item-wrap .img_wrap{width:100px;height:70px;border-radius:5px}.item-wrap.user-self{flex-direction:row-reverse}.item-wrap__content{display:flex;flex:1;flex-direction:column;justify-content:space-between;height:70px;padding:0 10px}.item-wrap__content .title{display:-webkit-box;overflow:hidden;font-size:16px;font-weight:700;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.item-wrap__content .info{display:flex;flex-direction:row;justify-content:space-between;font-size:12px;color:#909399}