@charset "UTF-8";
/* 直营剧院 begin */
.zyjyPage .main-content-ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-bottom: 40px;
  width: 220px;
  text-align: left;
}
.zyjyPage .main-content-ul img{
  width: 220px;
  height: 82.5px;
  /* height: 128px; */

}
.zyjyPage .main-content-ul li a {
  display: block;
  position: relative;
}

/* 直营剧院 end */
/* 直营剧院详情 begin */
.zyjyDetailPage .swiper-gallery {
  margin-right: 30px;
  width: 450px;
}

.zyjyDetailPage .swiper-gallery .swiper-gallery-content {
  height: 280px;
}

.zyjyDetailPage .swiper-gallery .gallery-nav {
  margin-top: 12px;
}

.zyjyDetailPage .swiper-gallery .swiper-gallery-nav {
  margin-right: -12px;
}
.zyjyDetailPage .swiper-gallery-nav .swiper-slide{
  width: 154px;
}
.zyjyDetailPage .swiper-gallery-nav .swiper-slide  img{
  width: 100%;
  height: 88px;
}

.zyjyDetailPage .swiper-gallery .swiper-gallery-nav .box {
  margin-right: 12px;
}

.zyjyDetailPage .swiper-gallery .swiper-btn {
  background-color: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
}

:root .zyjyDetailPage .swiper-gallery .swiper-btn{
  -webkit-filter: none\9;
          filter: none\9;
}

.zyjyDetailPage .swiper-gallery .swiper-btn-prev {
  left: 0px;
}

.zyjyDetailPage .swiper-gallery .swiper-btn-next {
  right: 0px;
}

.zyjyDetailPage .article-top {
  padding-bottom: 25px;
}

.zyjyDetailPage .article-top-pic {
  width: 450px;
  float: left;
  margin-right: 30px;
}

.en .zyjyDetailPage .article-swiper {
  width: 745px;
}

.en .zyjyDetailPage .article-info {
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
}

.en .zyjyDetailPage .article-info-title {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
}

.en .zyjyDetailPage .article-btnBox {
  text-align: right;
  min-width: 154px;
}

.en .zyjyDetailPage .article-btnBox .btn {
  font-size: 16px;
  font-weight: bold;
}

/* 直营剧院详情 end */
/* 加盟剧院 */
.jmjyPage .main-content-ul li{
  height: 72px;
}
.jmjyPage .main-content-ul .table-center{
  table-layout: fixed;
}
.jmjyPage .main-content-ul li .title{
  /* width: 80%; */
  text-align: left;
  margin-left: 1.5em;
  font-weight: normal;
  margin-right: 20%;
  height: 100%;
  position: relative;
}
.jmjyPage .main-content-ul li .cell-right{
  position: absolute;
  height: 100%;
  width: 20%;
  right: 0;
  top: 0;
}
.jmjyPage .main-content-ul .odd{
  background: #f5f5f5;
  border-bottom:3px #fff solid;
}
.jmjyPage .main-content-ul .even{
  background: white;
}
.jmjyPage .main-content-ul{
  margin-bottom: 40px;
}
.jmjyPage .main-content-ul li{
/*     -webkit-transition: background .5s ease-in;
     -moz-transition: background .5s ease-in;
      -ms-transition: background .5s ease-in;
       -o-transition: background .5s ease-in;
          transition: background .5s ease-in; */
}
.jmjyPage .main-content-ul li:hover{
  background: #b60005;
  color:white;
}
.jmjyPage .main-content-ul li:hover .btn{
  background: #e9e9e9;
}
.jmjyPage .main-content-ul li .btn{
  border: 1px #d4d4d4 solid;
  background: none;
  border-radius: 25px;
  color: #999;
}
/* 公用部分 begin */
/* 公用部分 end */
@media (max-width:768px){
.jmjyPage .main-content-ul{
  margin-bottom: 10px;
}
}