.midTop{
    margin-bottom: 12px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.midTop .img{
    float: left;
    width: 120px;
    height: 100px;
}
.midTop .img img{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.midTop .con{
    float: left;
    width: 530px;
    height: 100px;
}
.midTop .con .tit{
    margin: 0;
    margin-bottom: 6px;
    height: 40px;
}
.midTop .con .tit h3{
    margin:0;
    float: left;
    margin-right: 17px;
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #222;
    font-weight: bold;
    font-size: 22px;
    max-width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.midTop .con .tit .notFav{
    float: left;
    margin-top: 5px;
    width: 66px;
    height: 26px;
    line-height: 26px;
    color: #0099e5;
    font-size: 15px;
    font-weight: 700;
    text-indent: 26px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABGdBTUEAALGPC/xhBQAAAAZQTFRFAAAAAJnl1YSeawAAAAF0Uk5TAEDm2GYAAAATSURBVAjXY+BhYICj/wdACEkEADqPA98ymNNbAAAAAElFTkSuQmCC") 12px center no-repeat;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    box-sizing: content-box;
}
.midTop .con .tit .notFav:hover {
    border-color: #5bb4e0;
}
.midTop .con .tit .favEd{
    float: left;
    margin-top: 5px;
    width: 66px;
    height: 26px;
    line-height: 26px;
    color: #888;
    font-size: 15px;
    text-indent: 11px;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    border-color: #e5e5e5;
    background: none;
    box-sizing: content-box;
}
.midTop .con .tit .favEd:hover {
    border-color: #bbb;
}
.midTop .con .tit .newTopicBtn{
    float: right;
    width: 140px;
    height: 40px;
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    background-color: #2786ed;
    border-radius: 4px;
}
.midTop .con .tit .newTopicBtn:hover {
    background-color: #0862c4;
}
.midTop .con .txt{
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
    color: #888;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.midTop .con .tem{
    height: 24px;
}
.midTop .con .tem{
    width: auto;
    height: 24px;
}
.midTop .con .tem .ban {
    float: left;
    display: inline-block;
    width: auto;
    height: 24px;
}
.midTop .con .tem .ban-tit{
    float: left;
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    color: #888;
    font-size: 14px;
}
.midTop .con .tem .ban-div {
    float: left;
    width: 134px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.midTop .con .tem .ban-div .ban-nav {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0;
    width: 120px;
    height: auto;
    overflow: hidden;
}
.midTop .con .tem .ban-div .ban-nav li {
    float: left;
    width: 24px;
    height: 24px;
}
.midTop .con .tem .ban-div .ban-nav li a {
    padding: 2px;
    display: block;
    border-radius: 50%;
}
.midTop .con .tem .ban-div .ban-nav li a img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
}
.midTop .con .tem .count {
    float: right;
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    color: #888;
    font-size: 13px;
    font-weight: 400;
}
.midTop .con .tem .count i {
    padding: 0 8px;
    font-style: normal;
    color: #ddd;
    font-family: SimSun;
    font-weight: 400;
}