#news_title {
    font-size: 25px;
}

#news_description {
    font-size: 16px;
    line-height: 22px;
}
#news_content{
	margin-bottom: 30px;
	margin-top: 10px
}
#list_news {
    list-style: none;
}

#list_news .news_item{
    padding: 10px;
    background: #fbfbfb;
}
#list_news .title {
    color: #3399cc;
    line-height: 25px;
}
#list_news .news_item:nth-of-type(2n+1){
    background: #f5f5f5;
}
#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 {
    float: left;
    margin: 0;
    width: 100%;
}

#list_news_other{
	list-style: none;
}

#list_news_other *{
	font-size: 14px;
	font-weight: normal;
}