/* for homepage and news page and publicity article page  */

.file_box,.file_box_even {
	border: 1px solid #ccc; padding:20px;text-align:center;width:300px;float:left;
}
.file_title { font-size: 25px; }
@media(max-width:1400px) {
	.file_box_even {
		margin-top:0px;
		margin-left: 0px !important; 
	}
	.file_box {
		margin-right:20px;
	}
}
@media(max-width:1281px) {
	.file_box,.file_box_even {
		width:270px;
	}
	.file_title { font-size: 21px; }
}
@media(max-width:1197px) {
	.file_box_even {
		margin-top:10px;
	}
}

@media(max-width:986px) {
	.file_box_even {	
		margin-top:0px;
		margin-left:40px;
	}
}
@media(max-width:700px) {
	.file_box_even {
		margin-top:0px;
		margin-left: 0px !important;
	}
	.file_box {
		margin-right:40px;
	}
}
@media(max-width:650px) {
	.file_box_even {
		margin-top:10px;
		margin-left: 0px !important;
	}
}