html,
body {
	width: 100%;
	background: #F2F2F2;
}

.customer-case {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 60px;
}

.customer-case .case-item {
	height: 280px;
	width: 1200px;
	padding: 20px;
	margin: 20px auto;
	overflow: hidden;
	background: #FFFFFF;
}

.customer-case .case-left {
	height: 250px;
	width: 40%;
	float: left;
}

.customer-case .case-left img {
	height: 240px;
	width: 100%;
}

.customer-case .case-right {
	height: 240px;
	width: 60%;
	float: left;
	padding-left: 30px;
	text-align: left;
	overflow: hidden;
}

.customer-case .title {
	width: 100%;
	font-size: 24px;
	color: #000000;
	margin-bottom: 10px;
}

.customer-case .time {
	height: 30px;
	width: 100%;
	font-size: 18px;
	color: #4e4e4e;
}

.customer-case .content {
	width: 100%;
	height: 155px;
	font-size: 18px;
	line-height: 26px;
	color: #4e4e4e;
	display: block;
	word-break: break-all;
	word-wrap: break-word;
}

#page {
	text-align: center;
	width: 1200px;
	margin: 40px auto;
	height: auto;
	font-size: 0;
}

#page a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

#page .current {
	background: #ac1e23;
	color: #ffffff;
}

@media screen and (max-width:480px) {
	.customer-case {
		margin-bottom: 0px;
	}
	.customer-case .case-item {
		height: auto;
		width: 100%;
		padding: 10px;
		margin: 15px auto;
	}
	.customer-case .case-left {
		height: auto;
		width: 100%;
		padding: 10px;
	}
	.customer-case .case-left img {
		height: auto;
		width: 100%;
	}
	.customer-case .case-right {
		height: auto;
		width: 100%;
		padding:0 10px 10px;
		text-align: justify;
	}
	.customer-case .title {
		font-size: 16px;
	}
	.customer-case .time {
		height: 20px;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.customer-case .content {
		height: auto;
		font-size: 15px;
		line-height: 18px;
	}
	#page {
		width: 100%;
	}
	#page a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

@media (min-width:481px) and (max-width:1199px) {
	.customer-case {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 60px;
	}
	.customer-case .case-item {
		height: 280px;
		width: 100%;
		padding: 20px;
		margin: 20px auto;
		overflow: hidden;
		background: #FFFFFF;
	}
	.customer-case .case-left {
		height: 250px;
		width: 40%;
		float: left;
	}
	.customer-case .case-left img {
		height: 240px;
		width: 100%;
	}
	.customer-case .case-right {
		height: 240px;
		width: 60%;
		float: left;
		padding-left: 30px;
		text-align: left;
	}
	.customer-case .title {
		height: 45px;
		line-height: 45px;
		font-size: 24px;
	}
	.customer-case .time {
		font-size: 16px;
	}
	.customer-case .content {
		font-size: 16px;
		line-height: 24px;
		height: 165px;
		word-break: break-all;
		word-wrap: break-word;
		overflow: hidden;
	}
	
	#page {
		width: 100%;
	}
}