.content-items .video-img,.content-items .program-img
{
    float:left;
    margin-right:10px;
}

.content-items {
    border-bottom: 1px solid #dfdfdf;
    box-shadow: 0 1px rgba(255, 255, 255, 0.8) inset;
    display: block;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
}

.content-items {
    background: none repeat scroll 0 0 #f7f7f7;
}

.content-items .video-img
{
    position:relative;
    height:72px;
    width:120px
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out 0s;
}

.content-items .video-img i
{
    background:rgba(0,0,0,0.6);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    bottom:5px;padding:0 3px;
    position:absolute;right:5px
}

.content-items h3 {
    display: block;
    max-height: 41px;
    overflow: hidden;
    font-weight: bold;
    font-size: 15px;

}

.content-items h4
{
    display:block;
    overflow:hidden;
    font-size: 11px;
    max-height:1.4em
}

.content-items .info-des {
    overflow: hidden;
}

.loading
{
    padding:13px 0;
    border-top:1px solid #fff;
    background:#f2f2f2
}

.loading img
{
    margin-right:9px;
    width:18px;
    vertical-align:middle
}

a {
    text-decoration: none;
}

.comment-item span {
    position: absolute;
    right: 10px;
    top: 10px;
}

.content-items ul {
    font-size: 11px;
}

.content .content-items ul li:before {
    color: #b3b3b3;
    margin-right: 5px;
}

.icon-luot-nghe:before {
    content: " ";
}

.content-items li:last-child {
    margin-right: 0 !important;
}

.content-items li {
    float: left;
    margin-right: 15px;
    max-height: 1.4em;
    overflow: hidden;
}

li {
    list-style: none outside none;
}