

#news h1 { font-size: 1.6em; text-align: center; padding: 20px; }
#news h2 { font-size: 1.4em; line-height: 1.3em; padding: 20px 0; }


#news-list { padding: 0 0 30px 0; }
#news-list .item img { transform: scale(1); transition: transform ease-in-out .2s; }
#news-list .item:hover img { transform: scale(1.02); }
#news-list h1 { display: block; background: url('../images/home/news.png') center bottom no-repeat; background-size: contain; width: 140px; text-align: left !important; padding: 0 10px !important; }


#news-detail { border-right: 1px solid #FECA31; margin-bottom: 20px; }

/*#news-related { border: 1px solid #FECA31; border-radius: 20px; }*/
#news-related .item { border-bottom: 1px solid #ccc; padding-bottom: 20px; }
#news-related .item h5 {  }
#news-related .item .brief { height: 20px; overflow: hidden;  }


@media (min-width: 992px) {
    #news-list .item { height: 370px; }
    #news-list .item .img-holder { height: 260px; overflow: hidden; }
    #news-list .item .brief { height: 50px; overflow: hidden; }
}