/* --------------------- 640 --------------------- */
.news-last > header{padding:20px;border-top:2px solid #1484d4;border-bottom:2px solid #1484d4;background:#fff;}
.news-last > header a{font-weight:bold;text-transform:uppercase;color:#414040;}
.news-last > header a:hover{color:#0f6bad;}
.news-last article{padding:20px;border-bottom:1px solid rgba(0,0,0,.1);background:#fff;}
.news-last .name{margin-bottom:5px;}
.news-last .date{font-size:.7em;margin-bottom:5px;}
.news-last img{max-width:100%;}

/* --------------------- 769 --------------------- */
@media only screen and (min-width:769px){
	.news-last > header{padding:10px;border-top:none;}
	.news-last > header a{font-size:1.4rem;}
	.news-last .wrap:after{content:'';display:block;clear:both;}
	.news-last article{float:left;width:212px;margin:10px;margin-left:0;padding:10px;border-bottom:none;}
	.news-last article:last-child{margin-right:0;}
	.news-last .name{overflow:hidden;height:45px;}
	.news-last .date{font-size:11px;}
	.news-last img{width:100%;}
}