﻿/*列表*/
.tit {
    max-width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.time {
    width: 20%;
    text-align: right;
    float: right;
}
.tit:hover{
    color:#3399ff;
}
.ListMsgTit {
    margin: 3px 0;
}
