.t-recommend-cart {
  overflow: hidden;
  position: relative;
}
.t-recommend-cart .title {
  font-size: 26px;
  line-height: 35px;
  color: #2d2d2d;
  margin-bottom: 6px;
}
.t-recommend-cart .more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #626262;
  text-indent: 14px;
}
.t-recommend-cart .list {
  margin-left: -17px;
  margin-top: -22px;
  zoom: 1;
}
.t-recommend-cart dl {
  width: 306px;
  height: 283px;
  margin-left: 17px;
  *margin-left: 15px;
  margin-top: 22px;
  border: solid 1px #ededed;
  float: left;
  position: relative;
  *display: inline;
  /*for ie6 doblue margin*/
}
.t-recommend-cart dt {
  height: 185px;
}
.t-recommend-cart dt img {
  width: 100%;
  height: 185px;
  vertical-align: baseline;
}
.t-recommend-cart dd {
  position: relative;
  margin: 0 12px;
  zoom: 1;
}
.t-recommend-cart dd .title1,
.t-recommend-cart dd .price,
.t-recommend-cart dd .teacher,
.t-recommend-cart dd .time {
  position: absolute;
  font-size: 12px;
}
.t-recommend-cart dd .title1 {
  font-size: 16px;
  /*font-weight: 700;*/
  left: 0;
  width: 280px;
  top: 10px;
}
.t-recommend-cart dd .title1 a {
  color: #252525;
}
.t-recommend-cart dd .price {
  font-size: 14px;
  color: #009c47;
  top: 65px;
  right: 0;
}
.t-recommend-cart dd .teacher {
  top: 65px;
}
.t-recommend-cart dd .teacher {
  left: 0;
  font-size: 13px;
  color: #7a7a7a;
}
.t-recommend-cart dd .time {
  left: 0;
  top: 35px;
  font-size: 13px;
  color: #252525;
}
