@charset "utf-8";
/* CSS Document */

#production{margin: 0 auto; padding-bottom: 100px;}
#production .content{ position: relative; z-index: 50; padding: 50px 0; font-size: 1.6rem; color: #444; line-height: 2.8rem;}
#production .content>p{margin-bottom: 20px;}

#production  .shows{margin: 0 auto;}
#production  .shows>a{display: block; float: left; width: 31.33%;margin-right: 3%;margin-bottom: 3%; box-sizing: border-box;padding: 0;}
#production  .shows>a .img{ text-align: center;overflow: hidden;}
#production  .shows>a .img>img{width: 100%;height: auto; transition: all 1s;}
#production  .shows>a .tit{text-align: center;font-size: 1.6rem; padding: 15px; background: #eee; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin: 10px auto; transition: all .35s;}
#production  .shows>a:hover .tit{ background: #001386; color: #fff;}
#production  .shows>a:hover .img>img{transform: scale(1.1);}

