.report-item {
/*  width: 488px;*/
  height: 450px;
  float: left;
  box-sizing: border-box;
  margin: 0 0 20px 0; }
  .report-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    .report-item:hover .report-title {
      color: #000; }
  .report-item .report-title {
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    color: #999999; }
  .report-item .list-item {
    width: 244px;
    height: 320px;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    text-align: center;
    float: left;
    cursor: pointer; }
    .report-item .list-item:hover .cover {
      opacity: 1;
      visibility: visible; }
    .report-item .list-item .img-wrap {
      width: 100%;
      height: 275px;
      position: relative;
      overflow: hidden; }
      .report-item .list-item .img-wrap .item-img {
        width: 100%; }
    .report-item .list-item p {
      text-align: center;
      font-size: 16px;
      color: #000;
      line-height: 45px; }
    .report-item .list-item .cover {
      width: 100%;
      height: 275px;
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      line-height: 275px;
      visibility: hidden;
      opacity: 0;
      Transform: opacity .5s; }
      .report-item .list-item .cover img {
        width: 64px;
        height: auto;
        vertical-align: middle; }
