/* BOOJOBCOM */

/* 快捷按扭 */
.mui-nav{ width: 100%;  background-color:#FFF; padding-top:44px; padding-bottom:0px; border-bottom:0px #eee solid;overflow: hidden; position:relative; }
.mui-nav dl{ float:left;text-align: center;width:23.3%;margin:8px 5%; }
.mui-nav dl dd{ margin-bottom:0px; }
.mui-nav dl dd img{ width:50%;border-radius:50%; }
.mui-nav dl dt{ line-height:25px;color:#616367; font-size:12px; font-weight:normal; margin-top:0px; }
.mui-nav dl dt:hover{ color:#616367; }


/* 会话列表 */
.mui-mylists{ position: absolute;top:138px;right: 0;left: 0;bottom:50px; z-index:1; background-color:#fff; }
.mui-mylists ul{ position:relative; margin:0px 10px; padding:8px 0px; text-align:left; border-top:0.5px #eee solid; }
.mui-mylists ul .left{ position:absolute;top:12px;left:0px; width:55px; }
.mui-mylists ul .left img{ width:45px; height:45px;border-radius:5px; }

.mui-mylists ul .midd{ padding-left:55px;padding-right:60px; }
.mui-mylists ul .midd .name{ display:inline-block; width:100%;height:25px; line-height:25px; font-size:14px;color:#222;overflow: hidden;white-space: nowrap; text-overflow: ellipsis; }
.mui-mylists ul .midd .msg{ display:inline-block; width:100%;height:20px; line-height:20px; font-size:12px;color:#999;overflow: hidden;white-space: nowrap; text-overflow: ellipsis;  }

.mui-mylists ul .right{ position:absolute;top:10px;right:10px; width:50px; text-align:right; }
.mui-mylists ul .right .date{ display:inline-block; width:100%;height:25px; line-height:25px; font-size:12px;color:#999; }
.mui-mylists ul .right .oth{ display:inline-block; width:100%;height:20px; line-height:20px; font-size:12px; }

.seahidden { display:none;}
.divlast{ width:100%; height:35px; line-height:35px; text-align:center; color:#aaa; font-size:12px;border-top:0.5px #eee solid; }
