.multipleColumn {
	/*overflow: hidden;*/
	position: relative;
	width: 73.5%;
}
.multipleColumn .prev,
.multipleColumn .next {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	overflow: hidden;
	cursor: pointer;
	background: url("../image/prev2.png") no-repeat;
}

.multipleColumn .prev {
	right: auto;
	left: -50px;
	background: url("../image/prev2.png") no-repeat;
}

.multipleColumn .next {
	left: auto;
	right: -50px;
	background: url("../image/next1.png") no-repeat;
}

.multipleColumn .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.multipleColumn .bd {
	padding: 10px;
	overflow: hidden;
}

/*.multipleColumn .bd .ulWrap {
	width: auto !important;
}*/

.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: auto;
	float: left;
	_display: inline;
}

.multipleColumn .bd ul li {
	float: left;
	position: relative;
	margin: 0 8px;
	overflow: hidden;
	border: 1px solid #ccc;
	margin-bottom: 40px;
}

.multipleColumn .bd ul li .pic {
	text-align: center;
	width: 100%;
}

.multipleColumn .bd ul li .pic img {
	width: 440px;
	height: 240px;
	display: block;
	padding: 2px;
}

.multipleColumn .bd ul li .pic a:hover img {
	border-color: #999;
}

.multipleColumn .bd ul li .title {
	width: 100%;
	position:relative;
	height: 45px;
	/*bottom: -20px;*/
    left: 0;
}

.multipleColumn .bd ul li .title >p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 0 15px 20px;
	color: #fff;
	background: url(../image/font_bg.png) no-repeat;
}
.multipleColumn .bd ul li .title >a {
	position: absolute;
	top: 10px;
	right: 0;
	padding: 10px 15px 30px 60px;
	color: #fff;
	background: url(../image/font-bg2.png) no-repeat;
}

.multipleColumn .bd ul li:hover .title >a  {
	background: url(../image/font-bg2h.png) no-repeat;
}
@media screen and (max-width: 1600px) {
	.multipleColumn {
		width: 89%;
	}
}
@media screen and (max-width: 1440px) {
	.multipleColumn {
		width: 69%;
	}
	.multipleColumn .bd ul li .pic img {
		width: 285px;
		height: 155px;
		display: block;
		padding: 2px;
	}
}
@media screen and (max-width: 1366px) {
	.multipleColumn {
		width: 69%;
	}
	.multipleColumn .bd ul li .pic img {
		width: 285px;
		height: 155px;
		display: block;
		padding: 2px;
	}
}
@media screen and (max-width: 1280px) {
	.multipleColumn {
		width: 74%;
	}
}
@media screen and (max-width: 1024px) {
	.multipleColumn {
		width: 90.5%;
	}
	.multipleColumn .bd ul li .pic img {
		width: 420px;
		height: 240px;
		display: block;
		padding: 2px;
	}
	.multipleColumn .next {
		right: -40px;
	}
	.multipleColumn .prev {
		left: -40px;
	}
}
@media screen and (max-width: 768px) {
	.multipleColumn {
		display:none;
	}

}