#news_description {
    font-size: 15px
}
#news_share {
    margin: 10px 0 20px 0
}
#news_content {
    margin-bottom: 20px
}
#news_content img {
    /*max-width: 710px*/
}
#news_other_title {
    font-size: 18px;
    color: #FF4848
}
#list_news_other {
   /* margin: 5px 0;
    padding-left: 10px;*/
}
.header {
    border-bottom: 2px solid #6a9404;
    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 {
    margin-bottom: 20px
}
.news_item .title {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 22px;
    color: #fff;
	text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_item .description{
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    font-style: italic;
    margin-top: 8px;
}
#news_description {
    line-height: 22px;
	font-style: italic;
    font-weight: 100;
}
.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
}