/*轮播*/
.lb_gl {
	margin-bottom: 30px;
	background-size: 100% 100%;
	height: 400px;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.pictureSlider {
	height: 400px;
	margin-bottom: 24px;
}

.poster-item {
	background: #fff;
	width: 336px;
	border-radius: 10px;
	transition: all 0.5s;
	cursor: default;
	-moz-transition: all 0.5s;
	cursor: default;
	-webkit-transition: all 0.5s;
	cursor: default;
	-o-transition: all 0.5s;
	cursor: default;
}

