/*html,div,p,ul,li,h4{*/
/*margin: 0;*/
/*padding: 0;*/
/*}*/
/*.cntr_right{*/
/*width: 890px;*/
/*float: left;*/
/*margin-left: 20px;*/
/*}*/
/*.activeList{*/
/*width: 100%;*/
/*height: 100%;*/
/*!*border: 1px solid #000;*!*/
/*}*/
/*.activeList .title{*/
/*height: 40px;*/
/*border-top: 2px solid #c31c33;*/
/*background: #f9f9f9;*/
/*margin-bottom: 20px;*/
/*}*/
/*.activeList .title p {*/
/*width: 120px;*/
/*height: 100%;*/
/*background: #c31c33;*/
/*color: #ffffff;*/
/*line-height: 36px;*/
/*text-align: center;*/
/*margin: 0;*/
/*}*/
.cntr{
    height: 1500px;
}
.activeList{
    width: 100%;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    overflow:  hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.activeList li{
    width: 100%;
    height: 120px;
    padding:20px 0 20px 0;
    border-bottom: 1px dotted #d5d1d1;
    overflow:  hidden;
}
.activeList li:hover{
    background:#f9f9f9;
}
.activeList li .img{
    width: 330px;
    height: 115px;
    float: left;
    overflow: hidden;
    background: #b6ddee;
}
.activeList li .img img{
    width: 100%;
    height: 100%;
}
.activeList li .contLeft{
    width: 526px;
    height: 100%;
    /*background: #a2ee84;*/
    float: left;
    margin-left: 20px;
    /*overflow: hidden;*/
}
.activeList li .contLeft h4{
    font-size: 14px;
    margin-top: -3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.activeList li .contLeft h4 a{
    color: #5d5d5d;
    text-decoration: none;
    font-weight:bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.activeList li .contLeft h4,.activeList li .contLeft p{
    width:100%;
    height: 27px;
    line-height: 30px;
    overflow: hidden;
}
.activeList li .contLeft p{
    font-size: 12px;
    color: #979797;
}
.activeList li .contLeft p.moreDetail{
    height: 40px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 6px;
}
.rightNow{
    background: #ffab48;
    display: inline-block;
    width: 64px;
    height: 22px;
    font-size: 12px;
    color: #ffffff;
    float: right;
    text-decoration: none;
    text-align: center;
    line-height: 22px;
    border-radius: 6px;
    margin: 0 5px;
}
.comingSoon{
    background: #4cc47d;
}
.expired{
    background: #bdbdbd;
}
.contLeft a:hover{
    color:#fff !important;
}

.contLeft h4 a:hover{
    color: #ff8100 !important;
}
.rightNow:hover{
    background:#fa9319;
}
.comingSoon:hover{
    background:#44ae6e
}
.expired:hover{
    background:#bdbdbd;
}