.actItem{
  width: 8.625rem;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: .390625rem
}

.actItem h3{
  margin-top: .46875rem;
  margin-bottom: .234375rem;
  font-size: .40625rem;
  color: #000;
  font-weight: bold;
}
.actContent{
  overflow: hidden;
}
.actContent .imgWrap{
  width: 6.5625rem;
  height: 2.65625rem;
}

.tagList a{
  font-size: .34375rem;
  display: block;
  width: 1.71875rem;
  height: .625rem;
  background-color: #fea200;
  color: #fff;
  line-height: .625rem;
  text-align: center;
  border-radius: .09375rem;
  margin-bottom: .359375rem;
}

.tagList a:last-child{
  margin: 0;
}

.actInfo{
  overflow: hidden;
  margin-top: .21875rem;
}
.actInfo .timeInfo{
  margin-bottom: .234375rem;
}

.leftBox i{
  font-size: .34375rem;
}
.leftBox span{
  font-size: .34375rem;
}

.actBtn{
  line-height: .84375rem;
  border: 1px solid #000;
  border-radius: .109375rem;
  text-align: center;
  margin-top: .21875rem;
}
.actBtn a {
  display: block;
  width: 3.90625rem;
  height: .84375rem;
}

.loadMore{
  display: block;
  padding: .46875rem 0;
  text-align: center;
  color: #494949;
  font-size: .3125rem;
}

