﻿


.home-event {
  background: #353840;
  color: #fff;
}
.home-event .list {
  overflow: hidden;
}
.home-event li {
  width: 33.334%;
  float: left;
  height: 75px;
}
.home-event .box {
  display: block;
  border-left: 1px rgba(255, 255, 255, 0.05) solid;
  padding: 5px 20px;
}
.home-event .box .title {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin:0;
  height: 2.5rem;
  text-align:left;
  line-height: 2.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-event .box .info {
  font-size: 18px;
  color: #fff;
  opacity: 0.6;
  height: 1.5rem;
  line-height: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-event li:first-child .box {
  border: none;
height: 65px;
}

