.conBox{
    margin-bottom: 0;
    padding: 0 26px;
}
.forumListTit{
    margin: 0 -26px;
    padding: 0 26px;
    padding-top: 8px;
    border-bottom: 1px solid #eee;
    height: 55px;
}
.forumWrap:nth-of-type(2) .forumListTit{
    border-top: 1px solid #eee;
}
.forumListTit h3{
    margin: 0;
    line-height: 36px;
    color: #444;
    font-size: 22px;
    font-weight: bold;
}
ul.forumList{
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.forumList.favForumList,
ul.forumList.allForumList{
    padding: 20px 0;
}
.forum .forumDiv{
    display: flex;
    width:100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.subForumList .forum .forumDiv{
    padding: 10px 0;
}
.subForumList .forum .forumDiv .msg .img{
    width: 52px;
    height: 40px;
}
.subForumList .forum .forumDiv .msg .img img{
    width: 40px;
    height: 40px;
}
.subForumList .forum .msg .con{
    width: calc(100% - 52px);
    height: 40px;
}
.subForumList .forum .fresh .pic{
    width: 40px;
    height: 30px;
}
.subForumList .forum .fresh .pic img{
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
.subForumList .forum .fresh .ctt .freshTit{
    font-size: 12px;
}


.forum.sub{
    position: relative;
}
.forum.sub:before{
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #6a6a6a69;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -38px;
}
.forum .msg{
    width: 60%;
    display: table;
}
.forum .fresh{
    width:40%;
}
.forum .msg{
    display: flex;
    overflow: hidden;
}
.forum .msg .img{
    width: 72px;
    height: 60px;
}
.forum .msg .con{
    width: calc(100% - 72px);
    height: 60px;
    display: flex;
    align-items: center;
}
.forum .msg .con .t{
    width: 50%;
    margin:0;
    padding-right: 12px;
}
.forum .msg .con .t h3{
    margin: 0;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.forum .msg .con .t h3:hover{
    color: #2786ed;
}
.forum .msg .con .count{
    width: 50%;
    display: flex;
    align-items: center;
}
.forum .msg .con .count .topic-num,
.forum .msg .con .count .reply-num{
    width: 50%;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
}
.forum .msg .con .count .topic-num div,
.forum .msg .con .count .reply-num div{
/*    font-size: 14px;*/
    height: 20px;
    line-height: 20px;
/*    color: #545454;*/
    color: #777;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.forum .msg .con .count .topic-num a:hover div,
.forum .msg .con .count .reply-num a:hover div{
    color: #2786ed;
}
.forum .msg .img img{
    width:60px;
    height: 60px;
    border-radius: 4px;
}
.forum .fresh{
    display: flex;
    align-items: center;
}
.forum .fresh .pic{
    width: 50px;
    height: 40px;
}
.forum .fresh .pic img{
    width: 40px;
    height: 40px;
    border-radius: 20px;
}
.forum .fresh .ctt{
    width:calc(100% - 50px);
    height: 40px;
}
.forum .fresh{
    padding-left: 10px;
    font-size: 12px;
}
.forum .fresh.nofresh p{
    margin: 0;
    font-size: 14px;
    color: #545454;
    text-align: center;
    line-height: 20px;
    width: 100%;
    height: 20px;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.forum .fresh .ctt .freshTit{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
    color: #545454;
}
.forum .fresh .ctt .freshTit:hover{
    color: #2786ed;
}
.forum .fresh .ctt .freshTit a{
    color: #545454;
}
.forum .fresh .ctt .freshMeta{
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.forum .fresh .ctt .freshMeta a{
    color: #545454;
}
.forum .fresh .ctt .freshMeta a:hover{
    color: #2786ed;
}
.forum .fresh .ctt .freshMeta span:last-child{
    margin-left: 5px;
}
.forum ul.subForumList{
    padding-left: 40px;
}
.forum .subForumCount{
    height: 20px;
    line-height: 20px;
    color: #747474;
}
.forum .subForumCount:hover{
    color: #2786ed;
}
.forum .subForumCount i{
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: url(//www.51cube.com/wp-content/themes/press/img/subforum2.png);
    background-size: cover;
    margin-right: 0px;
    display: inline-block;
    vertical-align: middle;
}
.forum .subForumCount span{
    vertical-align: middle;
}


.forumWrap.myFav .forumList.favForumList{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.forumWrap.myFav .forumList.favForumList li{
    width: 310px;
    margin-top: 18px;
    margin-bottom: 18px;
}
.forumWrap.myFav .forumList.favForumList li.forum .forumDiv{
    background-color: rgba(0,0,0,.03);
    border-radius: 6px;
    padding: 20px;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.forumWrap.myFav .forumList.favForumList li.forum .msg{
    width: auto;
}
.forumWrap.myFav .forum .msg .con{
    width: 180px;
    display: block;
    height: 60px;
    padding-right: 10px;
}
.forumWrap.myFav .forum .msg .con .t{
    width: 100%;
    padding: 0;

}
.forum .msg .con .t h3{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.forumWrap.myFav .forum .msg .con .count{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.forumWrap.myFav .forum .msg .con .count .topic-num{
    margin-right: 6px;
}
.forumWrap.myFav .forum .msg .con .count .topic-num,
.forumWrap.myFav .forum .msg .con .count .reply-num{
    width: auto;
    display: inline;
    padding: 0;
}
.forumWrap.myFav .forum .msg .con .count .topic-num div, 
.forumWrap.myFav .forum .msg .con .count .reply-num div{
    display: inline;
    height: 30px;
    line-height: 30px;
}
.forumWrap.myFav .forum .msg .arrow{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.forumWrap.myFav .forum .msg .arrow a{
    font-size: 0;
}
.forumWrap.myFav .forum .msg .arrow a:hover svg{

}