.articles {
}

.articles .articles-box {
	background:#f9f9f9;
	margin-bottom:30px;
	border-bottom: 1px solid #FFF;
	
}

.articles  img.picture{
	float:right;	
	padding:10px;		
}

.articles-last {
	
	
}


.articles-last{
	
}

.articles-last .type{
	color:#579cdd;
	font-weight:bold;
}
.articles-last h1 {
	text-align:center;
	margin:0 auto;
	padding:2px;
	font-size:11px;
	color:#012b80;
	text-transform: uppercase;
	background:#579ddb ;
	border-bottom:2px #808185 solid;
	border-top:2px #8ebadf solid;
}


.articles-last .content{
	padding:15px 15px;
	padding-bottom:0px;
	background:#696768  ;
	color:#FFF;
	font-size:10px;
}



.articles-last .content a{

	margin:0 auto;
	text-align:right;
	font-weight:bold;
	padding:0;
	display:block;
	height:20px;
	font-size:10px;
	color:#db2150;
	text-decoration:none;
}

.articles-last .content a:hover{
	text-decoration:underline;
}
.articles-last .content hr {
	text-align:center;
	
	height:3px;
	width:50px;
	color:#FFF;
	background:#FFF;
	border:none;

	

}

