.djcitems {
  border-bottom: 1px solid #C1CAD2;
  border-top: 1px solid #C1CAD2;
  margin: 30px 0;
  padding: 30px 0;
}
.djcitems .inside {
    width: 1050px;
    margin: 0 auto;
    position: relative;
}
.djcitems .askBtn {
    cursor: pointer;
}
.djcitems .askBtn, .djcitems .name {
  border-bottom: 1px solid #C1CAD2;
  border-top: 1px solid #C1CAD2;
  color: #003056;
  float: right;
  font-size: 24px;
  margin: 0 0 0 30px;
  padding: 5px 0;
  text-align: center;
  width: 240px;
}
.djcitems .thumb {
    width: 510px;
    overflow: hidden;
    float: left;
}
.djcitems .item {
    overflow: hidden;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #c1cad2;
    padding: 0 0 30px 0;
}
.djcitems .description {
  float: right;
  margin: 10px 0 0;
  width: 510px;
}