.movie_show{
width: 100%;
height: 500px;
background: url("img/movie_bj.jpg") center;
}
.movie_show ul{
width: 1020px;
height: 450px;
overflow: hidden;
margin: auto;
text-align: center;
display: flex;
}
.movie_show ul li{
height: 244px;
cursor: pointer;
flex-grow: 1;
font-size: 0;
color: #ffffff;
text-align: center;
}
.movie_show li:hover{
color: #f32c1e;
}
.movie_show ul li:nth-child(even){
align-self:flex-end;
}
.movie_show li>h2,.movie_show li>time {
font-size: 18px;
}
.movie_show li time{
width: 118px;
height: 40px;
line-height: 40px;
text-align: center;
display: block;
}
.movie_show li:hover time{
background:url("img/icon.png") 0 -312px;
}
.movie_show ul li:nth-child(odd) time{
margin: 32px auto 0;
}
.movie_show ul li:nth-child(even) time{
margin: 0 auto 26px;
}
.movie_show li:hover time{
background:url("img/icon.png") 0 -312px;
}
.movie_show li a{
display: block;
}
.movie_show li:nth-child(1)>a{
background:url("img/movie_pic15.png") no-repeat center;
}
.movie_show li:nth-child(2)>a{
background:url("img/movie_pic02.png") no-repeat center;
}
.movie_show li:nth-child(3)>a{
background:url("img/movie_pic03.png") no-repeat center;
}
.movie_show li:nth-child(4)>a{
background:url("img/movie_pic14.png") no-repeat center;
}
.movie_show li:nth-child(5)>a{
background:url("img/movie_pic05.png") no-repeat center;
}
.movie_show li:nth-child(6)>a{
background:url("img/movie_pic19.png") no-repeat center;
}
.movie_show li:hover img{
opacity: 0;
transform: scale(1.5);
transition: all 1s linear;
}