.activeList{
    margin-top: 20px;
    overflow: hidden;
    padding: 5px;
}
.activeItem{
    width: 405px;
    margin-right: 20px;
    display: inline-block;
    float: left;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.activeItem:hover{
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
}
.activeItem:nth-child(2n){
    margin-right: 0;
}
.activeItem .activeItem_cover{
    width: 100%;
    height: 250px;
    display: block;
}
.activeItem_status{
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 25px;
    border-radius: 3px;
    color: #FFF;
    right: 20px;
    bottom: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    background: #ccc;
}
.activeItem_tit{
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    margin-top: 10px;
}
.notBegun{
    background: #FFAF00;
}
.underWay {
    background: #FF5F00;
}

.finish {
    background: #CCCCCC;
}
