/* 文化邀约-活动报名样式表 lishuo 2018-07-26 */
/* 列表s */
.listbox .df-itembox{
  margin-bottom: 80px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  background-color: rgba(247, 247, 247, 0.2);
}
.listbox .df-item{
  width: 50%;
}
.listbox .left .df-kuangaobi{
  padding-bottom: 66.666%;
}
.listbox .info{
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
}
.listbox .info::before{
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  border-left: 15px solid rgba(247, 247, 247, 0.2);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 1;
}
.listbox .left+.info::before{
  left: -15px;
  right: auto;
  border-left: none;
  border-right: 15px solid rgba(247, 247, 247, 0.2);
}
.listbox .info .title{
  margin-bottom: 40px;
  padding-bottom: 15px;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.listbox .info .title::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 5px;
  background-color: #fff;
}
.listbox .info .time,
.listbox .info .address,
.listbox .info .sponsor{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
}
.listbox .info .below{
  margin-top: 35px;
  margin-bottom: 25px;
  color: #444;
}
.listbox .info .below .layui-inline{
  margin-right: 40px;
  text-align: center;
}
.listbox .info .below .layui-inline.i3{
  margin-right: 0;
}
.listbox .info .below .icon{
  display: inline-block;
  width: 40px;
  height: 38px;
  background-image: url(../image/icon2.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.listbox .info .below .i2 .icon{
  background-image: url(../image/icon3.png);
}
.listbox .info .below .i3 .icon{
  background-image: url(../image/icon16.png);
}
.listbox .info .num{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
}
.listbox .info .more{
  display: block;
  width: 156px;
  height: 46px;
  background-image: url(../image/more.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.listbox .df-itembox:hover{
  background-color: #fff;
}
.listbox .df-itembox:hover .info::before{
  border-left-color: #fff;
}
.listbox .df-itembox:hover .left+.info::before{
  border-right-color: #fff;
}
.listbox .df-itembox:hover .title,
.listbox .df-itembox:hover .time,
.listbox .df-itembox:hover .address,
.listbox .df-itembox:hover .sponsor,
.listbox .df-itembox:hover .num{
  color: #000;
}
.listbox .df-itembox:hover .title::after{
  background-color: #000;
}
.listbox .df-itembox:hover .below .i1 .icon{
  background-image: url(../image/icon2h.png);
}
.listbox .df-itembox:hover .below .i2 .icon{
  background-image: url(../image/icon3h.png);
}
.listbox .df-itembox:hover .below .i3 .icon{
  background-image: url(../image/icon16h.png);
}
.listbox .df-itembox:hover .more{
  background-image: url(../image/morehover.png);
}
/* 列表e */
@media screen and (max-width: 1679px) {
  .listbox .info .title{
    margin-bottom: 20px;
  }
  .listbox .info .time,
  .listbox .info .address,
  .listbox .info .sponsor{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .listbox .info .below{
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .listbox .info .below .icon{
    width: 30px;
  }
}