.listdocuments {
  padding-top: 0px;
}

.listdocuments .uk-wrap {
  padding: 20px 90px 20px 140px;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
}

.listdocuments .uk-wrap .con {
  height: 100px;
}

.listdocuments .uk-wrap .date {
  position: absolute;
  left: 20px;
  top: 20px;
  text-align: center;
  width: 100px;
  height: 100px;
  background-color: #d3d3d3;
  color: #fff;
}

.listdocuments .uk-wrap .date .day {
  height: 70px;
  line-height: 70px;
}

.listdocuments .uk-wrap .date .month {
  height: 30px;
  line-height: 30px;
  background: #b2b2b2;
}

.listdocuments .uk-wrap .tit {
  color: #4f4f4f;
}

.listdocuments .uk-wrap .ico {
  right: 30px;
  color: var(--main-color);
}

.listdocuments .uk-wrap:hover {
  background: var(--main-bgcolor-hover);
  border: 1px solid var(--main-color);
}

.listdocuments .uk-wrap:hover .date {
  background-color: #3f3f3f;
}

.listdocuments .uk-wrap:hover .month {
  background: #272727;
}

@media screen and (max-width: 960px) {
  .listdocuments {
    padding-top: 10px;
  }

  .listdocuments .uk-grid > li.uk-grid-margin {
    margin-top: 15px;
  }

  .listdocuments .uk-wrap {
    padding: 10px 60px 10px 75px;
  }

  .listdocuments .uk-wrap .con {
    height: 56px;
    line-height: 28px;
  }

  .listdocuments .uk-wrap .tit {
    font-size: 16px;
  }

  .listdocuments .uk-wrap .date {
    width: 56px;
    height: 56px;
    left: 10px;
    top: 10px;
  }

  .listdocuments .uk-wrap .date .month {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
  }

  .listdocuments .uk-wrap .date .day {
    height: 36px;
    line-height: 36px;
    font-size: 30px;
  }

  .listdocuments .uk-wrap .ico {
    width: 40px;
    height: 40px;
    line-height: 38px;
    right: 10px;
  }

  .listdocuments .uk-wrap .ico .iconfont {
    font-size: 22px;
  }
}
