.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;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #222;
    font-weight: bold;
    font-size: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.midTop .con .tit h3 font{
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}
.midTop .con .tit h3 font.k{
    max-width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.midTop .con .txt{
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
    color: #888;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.conBox .no-result{
    display: block;
    margin: 100px 30px 100px 125px;
    padding: 16px 0 0 127px;
    height: 100px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    background: url(//www.51cube.com/wp-content/themes/press/img/so_null.png) 0 0 no-repeat;
}