
.content {
	width: 1200px;
	margin: 0 auto;
	margin-top: 110px;
	min-height: 800px;
}
.content .con .title {
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 20px;
	background: url(../images/commonImg/tuoyuan.png) no-repeat 0px center;
	background-size: 10px 10px;
}
.content .cons {
	font-size: 0;
	margin-top: 40px;
	margin-bottom: 100px;
}
.content .cons li {
	width: 50%;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
}
.content .cons li:nth-child(n) {
	padding-right: 10px;
	-moz-box-sizing: border-box;  
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.content .cons li:nth-child(2n) {
	padding-right: 0px;
	padding-left: 10px;
	-moz-box-sizing: border-box;  
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;	
}
.content .cons li a {
	display: inline-block;

	/*width: 590px;
	height: 400px;*/
}
.content .cons li a .img {
	overflow: hidden;  
}
.content .cons li a .img img {
	width: 100%;
	transition: all 2s;  
}
.content .cons li a:hover img {
	transform: scale(1.2);  
}
.content .con li .font {
	text-align: center;
	font-size: 20px;
	color: #333333;
	line-height: 90px;
	border: 1px solid #eeeeee;
	border-top: none;

	-moz-box-sizing: border-box;  
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box; 
}


@media screen and (max-width: 1440px) {
	.content {
	    width: 1000px;
	}
	.content .con .title {
/*	    height: 100px;
	    line-height: 100px;*/
	}
	.content .con li .font {
	    line-height: 80px;
	}
	.content .cons {
	    margin-bottom: 80px;
	}
}

@media screen and (max-width: 1366px) {
	.content {
	   margin-top: 98px;
	}
	.content .con .title {
/*	    height: 90px;
	    line-height: 90px;
	    font-size: 28px;*/
	}
	.content .cons {
	    margin-top: 30px;
	}

}

@media screen and (max-width: 1280px) {
	.content {
	    width: 850px;
	}
}

@media screen and (max-width: 1024px) {
	.content {
	    width: 700px;
	    margin-top: 80px;
	}
	.content .con .title {
/*	    height: 90px;
	    line-height: 90px;*/
	}
	.content .cons {
	    margin-bottom: 50px;
	}	
	.content .con li .font {
	    line-height: 60px;
	    font-size: 18px;
	}


}

@media screen and (max-width: 768px) {
	.content {
	    width: 560px;
	    margin: 0 auto;
	    margin-top: 80px;
	}
	.content .con .title {
/*	    height: 90px;
	    line-height: 90px;*/
	}
	.content .cons {
	    margin-bottom: 50px;
	}	
	.content .con li .font {
	    line-height: 40px;
	    font-size: 16px;
	}


}

@media screen and (max-width: 640px) {
	.content {
	    width: 380px;
	}	
	.content .con .title {
/*	    height: 80px;
	    line-height: 80px;
	    font-size: 28px;*/
	}	
	.content .con li .font {
	    line-height: 30px;
	    font-size: 16px;
	}
}

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

	.content {
	    width: 385px;
	    margin-top: 60px;
	}	
	.content .cons {
	    margin-bottom: 30px;
	}
	.content .con .title {
/*	    height: 60px;
	    line-height: 60px;
	    font-size: 26px;*/
	}
	.content .cons li {
		width: 100%;
	}	
	.content .con li .font {
	    line-height: 50px;
	    /*font-size: 16px;*/
	}	
	.content .cons li:nth-child(n) {
	    padding-right: 0px;
	}
	.content .cons li:nth-child(2n) {
	    padding-right: 0px;
	    padding-left: 0px;
	}	
}

@media screen and (max-width: 375px) {
	.content {
	    width: 350px;
	}
}

@media screen and (max-width: 320px) {
	.content {
	    width: 300px;
	}
	.content .con .title {
/*	    height: 60px;
	    line-height: 60px;
	    font-size: 24px;*/
	}	
}