.box2 {
    /*height: 120px;*/
    position: relative;
    display: flex;
    /*align-items: center;*/
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

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

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

.news-tittle2 h3 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #262626;
    font-family: Helvetica;
}

.news-tittle2:a {
    color: #262626;
}

.news-tittle2 a:hover {
    color: #bb0000;
    -webkit-transition: color .2s;
}


.meta-info {
    float: left;
    margin-bottom: 3px;
    text-transform: uppercase;
    position: relative;
    color: #bb0000;
    font-weight: 600;
    font-size: 12px;
    font-size: 12px;
     font-family: helvetica condensed;
}

.box-news-tittle2 {
    position: absolute;
    display: inline-flex;
    overflow: hidden;
    background-color: #fff;
}

.box-news-tittle2 div:first-child {
    flex-basis: 1%;
}


.box2 div:first-child {
    flex-basis: 0.5%;
}

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

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

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

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

.line2 {
    height: 100px;
    width: 3px;
    background-color: #bb0000;
}
.line{
    border:1px solid #bb0000;
    display:inline-block;
    height:70px;
｝

@media (min-width: 768px) {
    .box-container {
        max-width: 100%;
    }
    .box2 {
        /*height: 120px;*/
        margin-bottom: 10px;
        padding-bottom: 1px;
        padding-top: 1px;
    }
    .box2 div:first-child {
        flex-basis: 30%;
    }
    .box2 div:last-child {
        flex-basis: 95%;
    }
   
    .meta-info {
        float: left;
        margin-bottom: 3px;
        text-transform: uppercase;
        position: relative;
    }
    .news-tittle2 {
        float: left;
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        font-weight: 400;
    }
    .news-tittle2 h3 {
        line-height: 20x;
        font-size: 18px;
        font-weight: 600;
    }
 
    .meta-info {
        float: left;
        margin-bottom: 3px;
        text-transform: uppercase;
        position: relative;
        color: #bb0000;
        font-weight: 600;
        font-size: 12px;
        font-family: helvetica condensed;
    }
    .media-item {
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
    }
}