.pdc_item {
  background: none;
  padding: 0;
}
.pdc_img_outer {
  background: #fff;
}
.pdc_item_title {
  text-align: center;
  margin-top: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cc_right_li{
    width:100%;
  }

  .pdc_item {
     background: none;
  }

	
  .pdc_item_title {
    margin-top: 7px;
    padding: 3px 0;
  }

}