@charset "utf-8";
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.content {
    width: 1200px;
    height: auto;
    margin: 40px auto;
	overflow: hidden;
    background-color: #fff;
}
.content ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content ul li{
	width: 277px;
	height: 218px;
	margin-right: 30px;
}
.content ul li img{
	width: 277px;
	height: 218px;
}