/**布局开始**/
*{
padding: 0;
margin:0;

}
body {
  line-height: 1;
  font-size: 13px;

}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrapper .inner {
  width: 1600px;
  margin: 0 auto;
  max-width: 95%;
}

/**页面全局宽度**/
.main7 {

}
.sample {
  height: 557px;
  width: 840px;
}
.none {
  display: none;
}
.main7 .inner {
  padding: 30px 0 10px;
  /* border-left: 1px solid; */
}

.post-71 .tt {
  margin-bottom: 60px;
}

.post-71 .tt .tit {
  display: block;
  text-align: center;
  float: none;
}

.post-71 li.news a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 333;
  display: block
}

.post-71 li.news .imgs {
  height: 100%;
}

.post-71 li.news .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-71 li.news .news_title {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  z-index: 33;
  padding: 0 15px;
  box-sizing: border-box
}

.post-71 li.news.carousel-center .news_title {}

.post-71 li.news .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  display: none;
}

.post-71 li.news .imgs div {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/video_shadow.png) bottom center no-repeat;
  background-size: 100% 100%;
  display: none
}

.post-71 .butt {
  position: absolute;
  cursor: pointer;
  width: 72px;
  height: 72px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 44;
}

.post-71 .butt svg {
  width: 100%;
  height: 100%;
}

.post-71 .prev {
  left: 280px;
}

.post-71 .next {
  right: 280px;
}
 
      .example-desc {
        margin:3px 0;
        padding:5px;
      }

      #carousel {
        width: 100%;
        position:relative;
        clear:both;
        overflow:hidden;
        /* background:#FFF; */
        height: 560px;
      }
#carousel li{opacity: 1 !important}
      #carousel img {
         /* hide images until carousel can handle them */
        cursor:pointer; /* otherwise it's not as obvious items can be clicked */
      }

      .split-left {
        width:450px;
        float:left;
      }
      .split-right {
        width:400px;
        float:left;
        margin-left:10px;
      }
      #callback-output {
        height:250px;
        overflow:scroll;
      }
      textarea#newoptions {
        width:430px;
      }
 