.pic-text, .pic-title-b {
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent,rgba(0,0,0,.5));
    color: #FFFFFF;
}
.pic-text {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.text-right {
    text-align: right;
}

.text-overflow {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.rdh-vodlist__detail .title {

    margin-bottom: 0;font-weight: 400;
    margin-top: 10px;
}
.text-muted {
    color: #999999;
}
.rdh-vodlist__detail .text {
    min-height: 19px;
    margin-bottom: 0;
    margin-top: 5px;
}
.rdh-vodlist__thumb{display: block; position: relative; padding-top: 55%; background-position: 50% 50%; background-size: cover;}
.rdh-vodlist__thumb.square{ padding-top: 100%;  background-position: 50% 50%; background-size: cover;}
.rdh-vodlist__thumb.active{ padding-top: 60%;  background-position: 50% 50%; background-size: cover;}
.rdh-vodlist__thumb.picture {background: none; overflow: hidden;}
.rdh-vodlist__thumb.picture img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.rdh-vodlist__thumb .play{display: none; position: absolute; top: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0,0.1) url(../images/play.png) center no-repeat;}
.rdh-vodlist__thumb .play.active{ display: block;}
.rdh-vodlist__thumb:hover .play{ display: block;}
.col-xs-3 {
    width: 33.3333333%;    float: left;
}
.rdh-pannel__head {
    position: relative;
    height: 30px;
}
.rdh-pannel__head.active {
    height: 40px;
}

.rdh-pannel__head .title {
    float: left;
    margin: 0;
    padding-right: 10px;
    line-height: 24px;font-size: 18px;font-weight: 400;
}
@media (min-width: 768px){
.col-sm-4 {
    width: 25%;    float: left;
}
.rdh-vodlist__thumb .tag{ padding: 0 5px;}
.rdh-vodlist__thumb .silde-title{ }
.rdh-vodlist__detail .title,.rdh-vodlist__detail .title.active{margin-bottom: 0; }	
}
@media (min-width: 992px){
.col-md-6 {
    width: 16.6666667%;    float: left;
}
}

.rdh-pannel_bd .col-md-6{ width:25%}
@media (max-width: 768px){
	.rdh-pannel_bd .col-md-6{ width:50%;padding: 1px;}
}