.shutter {
  overflow: hidden;
  width: 620px;
  height: 350px;
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  
}
.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shutter-img a {
  cursor: default;
}
.shutter-img a > img {
  width: 100%;
  height: 100%;
}
.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 49px;
  height: 49px;
  margin-top: -25px;
  cursor: pointer;
}
.shutter-btn li.prev {
  left: -11px;
  background: url(../images/jdtleft.png);
  height: 65px;
  width: 43px;
  background-size: cover;
}
.shutter-btn li.next {
  right: 10px;
  background: url(../images/jdtright.png);
  height: 65px;
  width: 43px;
  background-size: cover;
}
.shutter-desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: url(../images/shutter_shadow.png) repeat;
}
.shutter-desc p {
  /*padding-left: 20px;*/
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}