.evenitems{
  padding-top:10px;
  padding-bottom:30px;
  margin-bottom:30px;
  border-bottom:1px solid #f2f2f2;
  padding-left:30px;
}
.evenitems p{
  color:rgba(0,0,0,0.8);
  font-size:14px;
}
.evenitems p.time:before,.evenitems p.location:before {
    display: inline-block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    padding-right: 5px;
    color:rgba(0,0,0,0.6);
}
.evenitems p.time:before{
  content: "\e606";
}
.evenitems p.location:before {
    content: '\e6ca';
}
.evenitems h3 a{
  font-size:16px;
  color:#000;
  line-height:150%;
  font-weight:600;
}