.bodyContainer {
  position: relative;
  min-height: 100%;
  width: 100%;
}
.grid-unit {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
.zjbox {
  padding: 8px 0 8px 15px;
  border-radius: 8px;
  border: 1px solid #efefef;
  margin-top: 15px;
}
.zjbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.favorites {
  padding-bottom: 10px;
}
.favorites dl {
  float: left;
  width: 135px;
  padding: 0 5px 14px 0;
}
.favorites dt {
  padding-left: 15px;
  position: relative;
}
.favorites dt i {
  display: inline-block;
  width: 5px;
  height: 18px;
  background: #6cdafd;
  position: absolute;
  left: 0;
  top: 13px;
}
.favorites dt a {
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.favorites dd {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 9px;
  height: 20px;
}
.favorites dd a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size:14px;	
}
.favorites dd a > img {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  float: left;
  padding-right: 5px;
}