.caseList {
    margin: 0px auto;

}

.caseList .list {
    background: #fff;
    padding: 10px;
}

.top-info {
    font-weight: bold;
    padding: 5px 10px 5px 0px;
}

.top-info span {
    color: #dd4f50;
    padding-right: 3px;
}

.caseList .container {
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #eee;
}

.caseList .container .title {
    margin-bottom: 15px;
}

.caseList .container .title .fl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-family: 微软雅黑;
    color: rgb(51, 51, 51); 
    font-weight: 100;
    float: left;
}

.caseList .container .title .fr {
    float: right;
    color: #999;
}

.caseList .container .content1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    border: 0px solid #999;
}

.caseList .container .content1 span {
    color: #666;
    margin-right: 10px;
}

.caseList .container .content2 img {
    width: 280px;
    height: 200px;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
}