.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 {
    overflow: visible;
}
.midTop .con .tit {
    margin-bottom: 5px;
    height: auto;
    overflow: hidden;
}
.midTop .con .tit h3 {
    margin:0;
    float: left;
    padding: 5px 0;
    width: 680px;
    height: auto;
    line-height: 30px;
    color: #222;
    font-weight: bold;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.midTop .con .tit .link{
    box-sizing: content-box;
    display: block;
    float: right;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    background-color: #2786ed;
    border-radius: 4px;
}
.midTop .con .tit .link:hover {
    background-color: #0862c4;
}
.midTop .con .num {
    margin-bottom: 10px;
    height: 24px;
    line-height: 24px;
    color: #888;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
}
.midTop .con .num i {
    padding: 0 8px;
    font-style: normal;
    color: #ddd;
    font-family: SimSun;
    font-weight: 400;
}
.midTop .con .txt {
    height: auto;
    line-height: 20px;
    color: #888;
    font-size: 14px;
    overflow: hidden;
}
.midTop .con .txt p{
    margin:0 0 10px;
    height: auto;
    line-height: 20px;
    color: #888;
    font-size: 14px;
}