* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.clearfix, .c {
	zoom: 1;
	clear: both;
}
.clearfix:after, .clearfix:before, .c:after, .c:before {
	display: table;
	content: "";
}
.clearfix:after, .c:after {
	clear: both;
}
/* Write your styles */
.l {
	    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
.r {
	float: right;
}
.box {
	width: 80%;
	margin: 0 auto;
}
.boxnews{
	width: 1400px;
	margin: 120px auto;
}
@media (max-width: 1366px){
	.box{
		width: 90%;
	}
}