.film_item_top{
    width: 100%;
    display: flex;
    margin-bottom: 1%;
    background: #fff;
}
.film_intro_left{
	width: 16%;
    height: 100%;
	
	padding: 54px 0px;
}
.film_intro_left span{
	display: block;
	font-family: 'hanyichaoran';
	font-size: 28px;
	text-align: center;
}
.film_intro_left span:nth-child(1){
	color: #009040;
	
}
.film_intro_left span:nth-child(2){
	text-indent: 4rem;
}
.film_intro_right{
    width: 84%;
    height: 100%;
	background: #fff;
	flex-grow: 1;    
	padding: 30px 80px 30px 80px;
	display: flex;
	flex-wrap: wrap;
    color: #303336;
  line-height: 32px;
   text-indent: 2em;
  text-align: justify;
}
.film_content{
    width: 100%;
    background: #fff;
    display: flex;
    margin-bottom: 30px;
}
.film_image_left{
    flex: 1;
}
.film-image{
    width: 100%;
    height: 520px;
}
.film_profile_right{
    flex: 2;
    padding: 40px 40px 0px;
}
.film-title-name{
    font-size: 22px;
    font-weight: 600;
    color: #303336;
}
.film-title-time{
    background-color: #D9F3E5;
    padding: 3px 5px;
    font-size: 12px;
    color: #303336;
    line-height: 27px;
    margin-left: 25px;
}
.film-address{
    display: flex;
    margin-top: 17px;
}
.address-info{
    color: #969A9D;
    font-size: 16px;
}
.contact-right{
    margin-left: 20px;
}
.tit_line{
	width: 60px;
	height: 3px;
	background-color: #009040;
    margin: 30px 0px 30px 0px;
}
.intro-content{
  text-indent: 2em;
    height: 160px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  text-align: justify;
}
.detail_image{
    width: 700px;
    height: 136px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 12px;
    position: absolute;
    margin-right: 30px;
}
.image-item{
    flex: 1;
    display: inline-block;
    width: 32%;
    height:100%;
    position: relative;
    margin-right: 6px;
}
.image-item video{
  height:100%;
    vertical-align:middle;
}
.intro_image{
    object-fit: cover;
}
.playButton{
    position: absolute;
    top: 30%;
    left: 35%;
    width: 60px;
}
.item-middle{
    margin: 0px 10px;
}
.intro_image{
    width: 100%;
    height: 100%;
}
.switchButton,
.switchButton-move{
    display: flex;
	justify-content: flex-end;
}
.left_button,
.right_button,
.left_button_move,
.right_button_move{
	display: inline-block;
	width: 32px;
	height: 24px;
	border: 1px solid #CACFD9;
	color: #CACFD9;
	text-align: center;
    margin-left: 8px;
}
.left_button:hover,
.right_button:hover{
    border-color: #009040 ;
    color: #009040;
}
.film_profile_right_bottom{
    margin-bottom: 20px;
}
.modal-dialog{
    width: 65%;
    margin-top: 7%;
    position: relative;
}
.modal-body{
    padding: 0px;
}
.modal-image{
    width: 100%;
}
.closeButton{
    position: absolute;
    top: -25px;
    right: -25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.clock-icon{
    width: 16px;
    height: 16px;
}