/* æ–‡åŒ–é‚€çº¦-æ–‡åŒ–ç‚¹å•æ ·å¼è¡¨ lishuo 2018-07-26 */
/* åˆ—è¡¨s */
.listbox .df-kuangaobi{
  padding-bottom: 125%;
}
.listbox .df-item{
  width: 37%;
}
.listbox .df-item:nth-child(odd){
  margin-left: 3%;
  margin-right: 10%;
  padding-bottom: 100px;
}
.listbox .df-item:nth-child(even){
  margin-left: 10%;
  margin-right: 3%;
  padding-top: 100px;
}
.listbox .df-item .info{
  position: relative;
  z-index: 10;
  margin-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.listbox .df-item .title-en{
  font-size: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.listbox .df-item .title{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.listbox .df-item .tuanname,
.listbox .df-item .showlength,
.listbox .df-item .sponsor{
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 32px;
}
.listbox .df-item .yue{
  display: block;
  margin-top: 40px;
  width: 144px;
  height: 48px;
  background-image: url(../image/yue.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.listbox .df-item .info .yue:hover{
  background-image: url(../image/yuehover.png);
}
/* åˆ—è¡¨e */