.anidetail h1 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
.anidetail .detail-body {
  padding-top: 20px;
  overflow: hidden;
}
.anidetail .detail-body .detail-flash {
  float: left;
  width: 650px;
  height: 430px;
}
.anidetail .detail-body .detail-desc {
  width: 311px;
  float: right;
}
.anidetail .detail-body .detail-desc-thumbs {
  padding: 20px 0;
}
.anidetail .detail-body .detail-desc-thumbs img {
  width: 311px;
  height: 206px;
}
.anidetail .detail-body .detail-desc-content {
  font-size: 14px;
  color: #666;
  height: 160px;
  overflow-y: auto;
}
.detail-list {
  margin-top: 2px;
  position: relative;
  border: 1px solid #efefef;
  height: 158px;
}
.detail-list .detail-list-btn-left,
.detail-list .detail-list-btn-right {
  background: url(img/spr_arrow.png) 14px 70px no-repeat;
  width: 38px;
  height: 158px;
  border: 1px solid #efefef;
  display: block;
  position: absolute;
}
.detail-list .detail-list-btn-left:hover,
.detail-list .detail-list-btn-right:hover {
  border: 1px solid #d0d0d0;
}
.detail-list .detail-list-btn-left {
  left: -1px;
  top: -1px;
}
.detail-list .detail-list-btn-left:hover {
  background-position: 14px -100px;
}
.detail-list .detail-list-btn-right {
  right: -1px;
  top: -1px;
  background-position: -34px 70px;
}
.detail-list .detail-list-btn-right:hover {
  background-position: -34px -100px;
}
.detail-list .detail-list-wrapper {
  zoom: 1;
  overflow: hidden;
  margin: 21px 0 0 55px;
}
.detail-list .detail-list-wrapper .detail-list-item {
  float: left;
  width: 900px;
  overflow: hidden;
  zoom: 1;
}
.detail-list .detail-list-img-wrapper {
  float: left;
  margin-right: 10px;
}
.detail-list .detail-list-img-wrapper .detail-list-img {
  width: 140px;
  height: 94px;
  overflow: hidden;
}
.detail-list .detail-list-img-wrapper img {
  width: 140px;
  height: 94px;
}
.detail-list .detail-list-img-wrapper a {
  display: block;
  padding: 5px 0;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-list .detail-list-img-wrapper:hover .detail-list-img,
.detail-list .detail-list-img-wrapper.active .detail-list-img {
  border: 5px solid #29ac49;
  width: 130px;
  height: 84px;
}
.detail-list .detail-list-img-wrapper:hover img,
.detail-list .detail-list-img-wrapper.active img {
  margin: -5px 0 0 -5px;
}
.detail-list .detail-list-img-wrapper:hover a,
.detail-list .detail-list-img-wrapper.active a {
  color: #29ac49;
}
