.inner {
  width: 1200px;
  display: block;
  margin: 0 auto;
}
.movies-banners {
  height: 320px;
  background: url("/web/bocweb/web/static/img/yingshichupin-banner1.jpg") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.movies-banners .box {
  width: 502px;
  height: 172px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -251px;
  margin-top: -86px;
  padding: 7px 10px;
  box-sizing: border-box;
}
.movies-banners .box .inner-box {
  border: 2px solid #fff;
  width: 100%;
  height: 154px;
  text-align: center;
  color: #fff;
}
.movies-banners .box .inner-box .title {
  font-size: 40px;
  position: relative;
  display: inline-block;
  padding-top: 20px;
}
.movies-banners .box .inner-box .title:after {
  content: '';
  display: block;
  width: 4em;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.movies-banners .box .inner-box .eng-title {
  font-size: 37px;
}
.movies-banner {
  height: 320px;
  background: url("/web/bocweb/web/static/img/yingshichupin-banner.jpg") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.movies-banner .box {
  width: 502px;
  height: 172px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -251px;
  margin-top: -86px;
  padding: 7px 10px;
  box-sizing: border-box;
}
.movies-banner .box .inner-box {
  border: 2px solid #fff;
  width: 100%;
  height: 154px;
  text-align: center;
  color: #fff;
}
.movies-banner .box .inner-box .title {
  font-size: 40px;
  position: relative;
  display: inline-block;
  padding-top: 20px;
}
.movies-banner .box .inner-box .title:after {
  content: '';
  display: block;
  width: 4em;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.movies-banner .box .inner-box .eng-title {
  font-size: 37px;
}
.wrap-movies .content-box {
  padding: 62px 70px 100px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.wrap-movies .content-box .tit {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  padding-bottom: 32px;
}
.wrap-movies .content-box .team-list {
  width: 100%;
  padding-top: 55px;
}
.wrap-movies .content-box .team-list li {
  width: 100%;
  height: 250px;
  float: left;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.wrap-movies .content-box .team-list li:nth-child(2n) .thumb {
  float: right;
}
.wrap-movies .content-box .team-list li .thumb {
  width: 250px;
  height: 250px;
  float: left;
  overflow: hidden;
}
.wrap-movies .content-box .team-list li .thumb img {
  width: 100%;
}
.wrap-movies .content-box .team-list li .con {
  width: 400px;
  float: left;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  padding-top: 24px;
  position: absolute;
  left: 350px;
}
.wrap-movies .content-box .team-list li .con .name {
  font-size: 36px;
  color: #000;
  line-height: 46px;
}
.wrap-movies .content-box .team-list li .con .position {
  font-size: 20px;
  color: #323232;
  line-height: 28px;
}
