.aside{
	width:1000px;
	margin:0 auto;
	padding:50px 0;
}

.aside1{
	width:475px;
	margin-right:50px;
}

.aside2{
	width:475px;
}

.aside2-1 div{
	width:84px;
	margin-right:32px;
}

.aside2-1 div:last-child{
	width:84px;
	margin-right:0;
}

.in1-1{
	width:666px;
	height:333px;
}

.in1-2{
	width:333px;
	height:333px;
}

.in1-3{
	width:333px;
	height:333px;
}

.in1-4{
	width:333px;
	height:333px;
}

.in1-5{
	width:333px;
	height:333px;
}

.in1-6{
	width:333px;
	height:333px;
}

.in1-7{
	width:333px;
	height:333px;
}

.in1-8{
	width:333px;
	height:333px;
}

.blog-day {
	display: inline-block;
	width: 22%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-title {
	display: inline-block;
	width: 75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.blog-title a:hover,.blog-w a:hover{
	color: #e50012;
}

.main_img:hover{
	opacity:0.5;
}

.brand_img:hover{
	opacity:0.5;
}



@media only screen and (max-width: 700px) {

	.in1-1{
		width:100%;
		height:50vw;
	}

	.in1-2{
		width:50%;
		height:50vw;
	}

	.in1-3{
		width:50%;
		height:50vw;
	}

	.in1-4{
		width:50%;
		height:50vw;
	}

	.in1-5{
		width:50%;
		height:50vw;
	}

	.in1-6{
		width:50%;
		height:50vw;
	}

	.in1-7{
		width:50%;
		height:50vw;
	}

	.in1-8{
		width:100%;
		height:auto;
		padding-top:0;
	}

	.in1-8>p{
		width:50%;
	}

	.float3{
		float:left;
	}

	.main-w {
		padding-top: 60px;
		min-width:0;
	}

	.main {
		width: 100%;
	}

	.aside {
		width: 100%;
	}

	.aside1 {
		width:100%;
		padding:10%;
	}

	.aside2 {
		width:100%;
		padding:10%;
	}

	.aside2-1 div {
		width:45%;
		margin-right: 0;
		height:auto;
	}

	.aside2-1 div:nth-child(odd) {
		margin-right:10%;
	}

	.blog-day {
		display:block;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.blog-title {
		display:block;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom:20px;
	}








}



























