
.box-mediatv {display:flex;}

.boxtv {
    /*height: 120px;*/
    position: relative;
    display: flex;
    /*align-items: center;*/
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 380px;
}

.mediatv-item{
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.mediatv-item {
margin: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
max-height: 57px;
overflow: hidden;
max-width: 100px;
min-width: 100px;
}

.newstv-title {
    float: left;
    width: 100%;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 84px;
    clear: none;
    max-width: 300px;
    
}

.newstv-title h3 {
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #262626;
    font-family: Helvetica;
    margin-left: 10px;
    margin-right: 10px;
}

.newstv-title a {
    color: #fff;
}

.newstv-title a:hover {
    color: #bb0000;
    -webkit-transition: color .2s;
}


.meta-infotv {
    float: left;
    margin-bottom: 3px;
    text-transform: uppercase;
    position: relative;
    color: #ff0000;
    font-weight: 700;
    font-size: 12px;
    font-family: helvetica condensed;
    margin-left: 10px;
}

.box-news-tittle {
    position: absolute;
    display: inline-flex;
    overflow: hidden;
    
}

.box-news-tittle div:first-child {
    flex-basis: 25%;
}


.box div:first-child {
    flex-basis: 25%;
}

.box-news-tittle div:last-child {
    flex-basis: 75%;
    padding: 0 0.5rem 1.5rem;
}

.box div:last-child {
    flex-basis: 75%;
    padding: 0 0.5rem 1.5rem;
}

.media-item img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: cover;
    min-height:60px;
    max-height:60px;
}

.border-1 {
    border-bottom: 1px solid #ddd;
}


@media (max-width: 768px) {

    .box-mediatv {
        flex-direction:column;}
    .box-container {
        max-width: 90%;
    }
    .boxtv {
        /*height: 120px;*/
        margin-bottom: 10px;
        padding-bottom: 1px;
        padding-top: 1px;
        margin-top: 10px;
    }
    .boxtv div:first-child {
        flex-basis: 25%;
    }
    .boxtv div:last-child {
        flex-basis: 70%;
    }
   
    .newstv-title {
        float: left;
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        font-weight: 400;
        max-width: 340px;
    }
    .newstv-title h3 {
        line-height: 20x;
        font-size: 16px;
        font-weight: 500;
    }
 
    .meta-infotv {
        float: left;
        margin-bottom: 3px;
        text-transform: uppercase;
        position: relative;
        color: #f00;
       font-weight: 700;
        font-size: 12px;
    }
    .media-item-news {
        
		margin: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: none;
		max-height: 80px;
		overflow: hidden;
		max-width: 90px;
}
    }
}