
.main{padding:0;}
.chat .chatList{border-bottom:1px solid #eaeaea;background:#fff;position:relative;}
.chat .chatList a{display:block;width:100%;height:80px;}
.chat .chatList .head{width:80px;height:80px;float:left;padding:10px;}
.chat .chatList .head img{border-radius:50%;}
.chat .chatList .des{float:left;}
.chat .chatList p{padding-top:10px;line-height:2.2rem;color:#999;}
.chat .chatList span{font-size:1.6rem;}
.chat .chatList i{width:7px;height:12px;display:block;position:absolute;right:16px;top:30px;}


@media screen and (max-width: 767px){
    .table-responsive   {border:none;}
}

.pagination{float:right;}

@media screen and (max-width: 840px) {
    .breadcrumb{margin-top:44px;}
    #titleBar{position: fixed;}
    #titleBar .logo{width:80px;margin:0 auto;padding-top:0;}
    #titleBar .backBtn{position: absolute;left:15px;top:0;/*border:1px solid #0d73ab;border-radius:8px;background-image: -moz-linear-gradient(top,#1cadff,#0495e9);
        background-image: -webkit-linear-gradient(top,#1cadff,#0495e9);
        background-image: -ms-linear-gradient(top,#1cadff,#0495e9);
        background-image: linear-gradient(top,#1cadff,#0495e9);-moz-box-shadow:inset 0 1px 0 #5bdcff,0 1px 0 rgba(0,0,0,0.24); -webkit-box-shadow:inset 0 1px 0 #5bdcff,0 1px 0 rgba(0,0,0,0.24); box-shadow:inset 0 1px 0 #5bdcff,0 1px 0 rgba(0,0,0,0.24);*/}
    #titleBar .addBtn{position: absolute;right:15px;top:0;}
    #titleBar .backBtn:hover{transform:scale(0.9);}
    #titleBar .addBtn:hover{transform:scale(0.9);}
    .notice .addBtn{display:none;}
}