.container .section-md{
  width: 960px;
  height: auto;
}
.container .section-md .box {
  width: 480px;
}
.section-md .half {
  width: 100%;
  height: 200px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.section-md .half .box {
  padding-top: 60px;
}
.container .section-md .box img{
  margin-left:60px;
}
.section-md .half .box .produceName {
  position: absolute;
  top: 60px;
  left:156px;
  font-size: 20px;
  color: #2D2D2D;
}
.section-md .half .box .updateDate {
  position: absolute;
  top: 88px;
  left: 156px;
  font-size: 14px;
color: #8E8E8E;
}
.section-md .half .box .downloadInfo {
  position: absolute;
  bottom: 60px;
  left: 156px;
  font-size: 14px;
  color: #2695fa;
}
.section-md .lastRow.half{
  border-bottom: none
}