/*film_time page*/
.white_shadow{
	background: #fff;
	width: 90%;
	padding: 12px 40px;
	position: relative;
	z-index: 10;
	box-shadow: 0px 2px 8px 0px rgba(133,158,144,0.3);
}
.week_box{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	align-items: center;
}
.btn_weekleft{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #F0F0F0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.btn_weekleft span{
	color: #969A9D;
	font-size: 12px;
}
.btn_weekleft:hover span{
	color: #009040;
}
.week_center{
	display: flex;
	flex: 1;
}
.week_center .week_center_item{
	flex: 1;
	cursor: pointer;
	display: flex;
	justify-content: center;
}
.week_center_item .week_center_item_week{
	display: block;
	color: #969A9D;
	text-align: center;
	margin-bottom: 8px;
}
.week_center_item .week_center_item_date{
	display: block;
	color: #303336;
	width: 24px;
	height: 24px;
	background: transparent;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
.week_center_item a:hover .week_center_item_date{
	background-color: #009040;
	color: #fff;
	border-radius: 50%;
}
.film_box{
	width: 90%;
	position: relative;
}
.film_item{
	display: flex;
	margin-bottom: 1%;
}
.film_item_left{
	width: 16%;
	background: #fff;
	margin-right: 0.5%;
	padding: 40px 0;
}
.film_item_left span{
	display: block;
	font-family: 'hanyichaoran';
	font-size: 24px;
	text-align: center;
}
.film_item_left span:nth-child(1){
	color: #009040;
	
}
.film_item_left span:nth-child(2){
	text-indent: 4rem;
}
.film_item_right{
	background: #fff;
	flex-grow: 1;
	padding: 24px 32px 0 32px;
	display: flex;
	flex-wrap: wrap;
}
.film_item_right li{
	display: flex;
	margin: 0 32px 24px 0;
}
.film_item_right li a{
	cursor: pointer;
}
.film_item_right li a img{
	margin-right: 16px;
}
.film_item_right .info_box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 8px 0;
}
.film_item_right .info_box .tit_box{
	margin-bottom: 12px;
}
.film_item_right .info_box .tit_box span{
	display: block;
}
.film_item_right .info_box .tit_box .tit{
	line-height: 30px;
	margin-bottom: 8px;
}
.film_item_right .info_box .tit_line{
	width: 28px;
	height: 3px;
	background-color: #009040;
}
.film_item_right .info_box .info_item span{
	color: #969A9D;
	font-size: 14px;
	margin-right: 4px;
}
.film_item_right .info_box .info_item .text-black{
	color: #303336;
}
.film_item_right .info_box .info_item .text-green{
	color: #009040;
}
.ticket-buy {
	font-size: 14px;
	text-align: center;
  padding: 4px 16px;
	background: #F99D04;
	color: #fff;
	border-color: transparent;
}
.ticket-buy i{
	margin-left: 12px;
	font-size: 10px;
}
.ticket-buy:hover{
	background: #eb9204;
}