.w_list_overview{
	margin: 0 15px;
}
.w_thumbnail{
	margin-bottom: 0px;
}
.w_article_item .w_thumbnail img{
	width: 210px;
	height: 160px;
}
.w_article_item .row{
	position: relative;
}
.count_r{
	position: absolute;
    right: 0px;
    bottom: 0px;
	text-align: right;	
	margin-right: 15px;
	
}
.w_article_item .panel-body{
	box-shadow: 0px 8px 18px rgba(0,0,0,0.06);
	transition: all .2s ease-out;
}
.w_article_item .panel-body:hover{
	box-shadow: 0px 8px 18px rgba(0,0,0,0.15);
	transition: all .2s ease-out;
}
