.body{
	max-width:640px;
	margin:auto;


	background-color:#d3d3d3;
	position:relative;
}

.list_font li{
	background-color:#d3d3d3;
	width:33.3%!important;
	position:relative;
}


.list_font div:first-child{
	height:195px;
	margin-bottom:3px;
	background-color:#0a64a4;
	line-height:90px;
}
.list_font li p{
	position:absolute;
	width:100%;
	bottom:20px;
	color:#fff;
}

.list_font li:nth-of-type(3n+2) div:first-child{
background:#e48632;
	
}

.list_font li:nth-of-type(3n+3) div:first-child{
	background:#3498db;
}

.list_font li:nth-of-type(6n-1) div:first-child{
	background:#1a5e9b;
}
.list_font li:nth-of-type(6n-2) div:first-child{
	background:#d30d15;
}
.list_font li:nth-of-type(6n) div:first-child{
	background:#c3522f;
}


.list_font1 li{	background-color:#d3d3d3;
	width:33.3%!important;
	position:relative;
}
.list_font1 div:first-child{
	height:90px;
	margin:0;
	margin-top:3px;
	background-color:#04a243;
	line-height:50px;
}
.list_font1 li p{
	position:absolute;
	width:100%;
	bottom:20px;
	color:#fff;
}

.list_font1 li:nth-of-type(3n+2) div:first-child{
	background:#bc6b8b;
}

.list_font1 li:nth-of-type(3n+3) div:first-child{
	background:#f26827;
}
