/*slide样式*/
.album_list {
  height: 78px;
  display: flex;
  flex-direction: row;
}

.album_list a.scroll {
  float: left;
  _display: inline;
  margin: 0 3px;
  width: 14px;
  background: url(img/imgbtn.png) left center no-repeat;
  height: 62px;
  margin-top: 8px;
}

.album_list a.scrollright {
  background-position: -14px center;
}

.album_list a.disleft {
  background-position: -28px center;
  cursor: default;
}

.album_list a.disright {
  background-position: -42px center;
  cursor: default;
}

.album_list .album_list_wrapper {
  flex: 1 1 50%;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.album_list .album_list_wrapper ul {
  position: absolute;
  width: 2000px;
}

.album_list .album_list_wrapper li {
  float: left;
  _display: inline;
  width: 68px;
  height: 62px;
  margin: 0 5px;
  padding-top: 8px;
}

.album_list .album_list_wrapper li a {
  display: block;
  border: 1px #fff solid;
  width: 68px;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.album_list .album_list_wrapper li a span {
  position: absolute;
  width: 68px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.album_list .album_list_wrapper li a:hover {
  border: 1px #007bff solid;
}

.album_list .album_list_wrapper li.hover {
  background: url(img/upyellowarrow.gif) center 2px no-repeat;
}

.album_list .album_list_wrapper li.hover a,
.album_list .album_list_wrapper li.hover a:hover {
  border: 1px #007bff solid;
}

.album_content {
  border: 1px #007bff dashed;
  position: relative;
  height: 500px;
  overflow: hidden;
}

.album_pic {
  background: url(img/335.gif) center center no-repeat;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.album_text {
  height: 24px;
  line-height: 24px;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: -24px;
}

.album_text h2 {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
}

.album_btn {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  z-index: 1;
  cursor: pointer;
}

/***** 此处图片地址必须使用绝对地址，否则IE系列无法识别 *****/
.album_prev {
  left: 0;
  cursor: url(/static/slide/img/prev.cur), auto;
}

.album_next {
  right: 0;
  cursor: url(/static/slide/img/next.cur), auto;
}

/*slide结束*/
