.file ul{
  width:100%;
  height: 100%;
  padding-left: 0px;
}
.file ul li{
  position: relative;
  width: 100%;
  height: 107px;
  padding: 1.2em 0;
  border-bottom: 1px solid #dbdbdb;
}
.file img{
  position: absolute;
  left: 0.5em;
  top: 1em;
  width: 75px;
  height: 75px;
}
.file span{
  display: inline-block;
  max-width: 50%;
  margin-left: 90px;
  font-size: 1em
}
.file i{
  display: block;
  float: left;
  font-weight: normal;
  font-style: normal;
  width: 60%;
  padding-left: 0;
  max-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: .8em
}
.file time{
  display: block;
  float: left;
  width: 100%;
  padding-top: 0.3em;
  font-size: .8em
}
.file a{
  position: absolute;
  right: 0.5em;
  top: 1.3em;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding-top: 3px;
  color: #1a85fe;
  width: 62px;
  height: 26px;
  text-align: center;
  font-size: .8em
}

