.exhibit {
    position: relative
}

.movie-list {
    /* padding-top: 50px; */
    padding-bottom: 60px
}

.movie-list .list-con {
    width: 1200px;
    margin: 0 auto
}

.banner {
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden
}

.banner .banner-img {
    background-size: cover !important;
    width: 100%;
    height: 560px
}

.banner .filter {
    -webkit-filter: blur(10px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.banner .navs {
    width: 100%;
    height: 80px;
    background: rgba(42, 138, 199, .7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20
}

.banner .navs .navs-con {
    width: 1200px;
    margin: 0 auto
}

.banner .navs .navs-con .title {
    font-size: 30px;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    line-height: 80px;
    vertical-align: middle
}

.banner .navs .navs-con .guides {
    display: inline-block;
    vertical-align: middle
}

.banner .navs .navs-con .guides li {
    display: inline-block;
    font-size: 16px;
    margin-right: 4px
}

.banner .navs .navs-con .guides li a {
    padding: 9px 28px;
    color: #fff;
    display: inline-block;
    border-radius: 3px
}

.banner .navs .navs-con .guides li a.active,
.banner .navs .navs-con .guides li a:hover {
    background-image: linear-gradient(135deg, #00d0fb, #00acf6)
}

.banner .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3)
}

.bg-con {
    width: 100%;
    background: #f6f6f6 url(/static/img/bg.c4b24c7.png) no-repeat;
    background-size: 100%
}

.m-type {
    margin-bottom: 30px;
    height: 40px;
    background: #ececec;
    line-height: 40px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 36px 0 #f7f7f7;
    box-shadow: 0 3px 36px 0 #f7f7f7
}

.m-type li {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 140px;
    color: #555;
    text-align: center;
    border-right: 1px solid #fff
}

.m-type li a {
    color: #555;
    display: block
}

.m-type li.active {
    background-image: linear-gradient(135deg, #00d0fb, #00acf6);
    color: #fff
}

.m-type li.active a {
    color: #fff
}

.on-data {
    width: 202px;
    text-align: center;
    margin: 0 auto
}

.on-data img {
    width: 100%
}

.on-data .txt {
    font-size: 20px;
    color: #d2d2d2;
    padding-top: 20px;
    padding-bottom: 30px
}

.m-info {
    margin-bottom: 25px
}

.m-info .movie-img {
    width: 340px;
    overflow: hidden;
    height: 460px;
    float: left;
    border: 8px solid #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 36px 0 #ededed;
    box-shadow: 0 3px 36px 0 #ededed;
    text-align: center;
    line-height: 460px
}

.m-info .movie-img img {
    width: 100%;
    height: 462px
}

.m-info .m-txt {
    float: left;
    margin-top: 60px;
    margin-left: 40px;
    width: 810px;
    text-align: justify
}

.m-info .m-txt .m-title {
    font-size: 30px;
    color: #333;
    margin-bottom: 15px
}

.m-info .m-txt .m-title a {
    color: #333
}

.m-info .m-txt .m-title a:hover {
    color: #28bbff
}

.m-info .m-txt .m-title .mold {
    font-size: 14px;
    background-image: linear-gradient(-131deg, #0097e3 -16%, #3bd9d0);
    padding: 0 15px;
    height: 25px;
    margin-left: 10px;
    display: inline-block;
    border-radius: 2px;
    vertical-align: middle;
    text-align: center;
    line-height: 25px;
    color: #fff
}

.m-info .m-txt .address {
    color: #28bbff;
    font-size: 16px;
    margin-bottom: 10px
}

.m-info .m-txt .address .location {
    width: 18px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px
}

.m-info .m-txt .m-time {
    color: #5e6d84;
    font-size: 16px;
    margin-bottom: 10px
}

.m-info .m-txt .m-time .time {
    width: 18px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px
}

.m-info .m-txt .intr {
    font-size: 16px;
    color: #9a9a9a;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.m-info .m-txt .btn-book {
    width: 130px;
    height: 45px;
    background-image: linear-gradient(135deg, #00d0fb, #00acf6);
    text-align: center;
    line-height: 45px;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}

.ivu-page {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 40px
}

.ivu-page .ivu-page-item-active {
    background-color: #28bbff;
    border-color: #28bbff
}

.ivu-page .ivu-page-item:hover,
.ivu-page .ivu-page-next:hover,
.ivu-page .ivu-page-prev:hover {
    border-color: #28bbff
}