.p-list .list{
    padding-left: 19px;
    display: none;
}
.p-list .list a{
    display: block;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 44px;
    border-bottom: 1px dashed #E8E8E8;
}
.m-right{
    border: 1px solid #DEDEDE;
    background: #fff;
}
.play{
    padding: 0px 20px 40px;
}
.play ul li{
    width: 168px;
    height: 174px;
    float: left;
    margin: 20px 9px 0px;
    position: relative;
}
.play ul li a{
    display: block;
    width: 166px;
    height: 138px;
    border: 1px solid #E8E8E8;
    text-align: center;
}
.play ul li a img{
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 136px;
}
.play ul li a span{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #333333;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.play ul li:hover a span{
    color: #FD7466;
}


.cp.play  ul li{
    height: 196px;
}
.cp.play  ul li a span {
    text-align: left;
    padding: 0px 5px;

}
.cp.play ul li a em{
    display: block;
    position: absolute;
    bottom: 30px;
    font-style: normal;
    font-size: 14px;
    color: #FF5136;
}