.full-news-item{
    padding-bottom: 20px;
    border-bottom: 1px solid #C4C4C4;
}
.full-news-title{
    padding: 0 4px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}
.full-news-info{
    padding: 0 4px;
    display: flex;
    margin-top: 12px;
}
.full-news-category{
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #FF9811;
}
.full-news-date{
    margin-left: 8px;
    font-size: 12px;
    color: #424242;
}
.full-news-img{
    margin-top: 12px;
    width: 100%;
    height: 284px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}
.full-news-img > img{
    /*min-height: 100%;*/
    /*min-width: 100%;*/
    width: 100%;
}
.full-news-text{
    margin-top: 11px;
    padding: 0 4px;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}