.news-short {
    position: relative;
    padding: 12px 15px 15px 225px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #eeeeee;
    min-height: 150px;
}

.news-short .bth__img-190 {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffffff;
}

.news-short .news-short__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-short .news-short__txt {
    margin-top: 10px;
    line-height: 24px;
    word-break: break-word;
    overflow: hidden;
    font-size: 15px;
}

.news-short .bth__ava-25 {
    vertical-align: middle;
    margin-right: 5px;
}

.news-short .news-short__border {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ffffff;
}

.news-short .news-short__bb {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 25px;
    color: #475669;
    background: #ffffff;
    min-width: 91px;
    text-align: center;
    border-radius: 5px;
}

@media screen and (max-width: 1023px) {
    .news-short .news-short__txt {
        max-height: 49px;
        overflow: hidden;
    }

    .news-short .news-short__flex {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .news-short {
        padding: 10px;
    }

    .news-short .news-short__txt {
        max-height: 49px;
        overflow: hidden;
    }

    .news-short .bth__img-190 {
        position: static;
        margin-top: 10px;
    }

    .news-short .bth__ttl-h3 {
        padding-right: 10px;
    }

    .news-short .news-short__bb {
        font-size: 8px;
        min-width: auto;
        line-height: 20px;
        padding: 0;
        background: transparent;
        color: #666666;
    }

    .news-short .news-short__flex:first-child {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 500px) {
    .news-short .news-short__flex.news-short__border .bth__grey-link {
        display: none;
    }
}