body {
  background-color: #f8f8f8 !important;
}

.jcspBox {
  margin: 20px 0;
  background-color: #FFF;
  padding: 30px 20px;
}

.jcspList {
  height: 114px;
  margin: 0;
}

.jcspList dt,
.jcspList dd {
  text-align: left;
  margin: 0;
  font-weight: normal;
}

.jcspList dd {
  line-height: 3;
}

.jcspList dt:hover {
  cursor: pointer;
  color: #197bb9;
  font-weight: bold;
}

.dtClick {
  color: #197bb9;
  font-weight: bold !important;
}

.moreListBox {
  text-align: left;
}

.videoTitle {
  color: #333333;
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.videoTime {
  color: #999999;
}

.moreListRow {
  margin-top: 30px;
}

.moreListRow .videoDiv {
  float: left;
  width: 32%;
}

.moreListRow .videoDiv:nth-child(2) {
  margin: 0 2%;
}