.news-item {
    background: #fbfbfb;
    border: 1px solid #eee;
    height: 100%;
}
.news-item:hover {
    background: #c4c4c4;
    border: 1px solid #eee0;
}
.news-info {
    padding: 10px;
}

.date {
    font-size: 13px;
    color: #828282;
}

#news_description {
    font-size: 15px
}
.news-img{
	justify-content: center;
	display: flex;	
	align-items: center;
	overflow: hidden;
}
.news-title{
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 30px;
}
.news-des{
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
}
#news_share {
    margin: 10px 0 20px 0
}

#news_content {
    margin-bottom: 20px
}

#news_other_title {
    font-size: 18px;
    color: #FF4848
}

#list_news_other {
    margin: 5px 0;
    padding-left: 10px;
    list-style: none;
}
.header {
    border-bottom: 2px solid #ffbf00;
    text-transform: uppercase;
    font-weight: normal;
}
#list_news_other h2 {
    display: inline;
    font-size: 14px;
    font-weight: normal;
}

#list_news .news_item {
    clear: both;
    float: left;
    width: 100%;
}

#list_news .news_item a.img-wrap {
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 2px;
    width: 30%;
}

#list_news .news_item img.thumbnail {
    border: medium none;
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
}
.news_item{
    padding: 5px 0;
    height: 100%;
}
.news_item .title {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 22px;
}

.news_item .description{
}

#news_description {
    line-height: 22px;
}

.news_image {
    width: 210px
}

.news_image img {
    max-width: 200px;
    border: 1px solid #ccc;
    margin: 4px 10px 0 0;
    padding: 1px
}

.news_image img:hover {
    border-color: #333
}