.report .wrap {
    width: 62.9166666667vw;
    margin: 5.2604166667vw auto 4.8958333333vw;
}

.report .wrap .title {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
    margin: 0 0 5.2083333333vw;
    text-align: center;
}

.report .wrap .content .item {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.0520833333vw solid rgba(0, 0, 0, 0.1);
    padding: 0 0 2.0833333333vw;
    margin: 0 0 2.0833333333vw;
}

.report .wrap .content .item .dis {
    display: flex;
    align-items: center;
}

.report .wrap .content .item .dis .year {
    font-size: 1.1458333333vw;
    font-weight: 400;
    color: #666666;
    margin: 0 4.1666666667vw 0 0;
}

.report .wrap .content .item .dis p {
    font-size: 1.1458333333vw;
    font-weight: 500;
    color: #222222;
}

.report .wrap .content .item .other {
    display: flex;
    align-items: center;
}

.report .wrap .content .item .other .iconfont {
    color: #CCCCCC;
    font-size: 1.0416666667vw;
    transition: 0.7s;
    cursor: pointer;
}

.report .wrap .content .item .other .iconfont:hover {
    color: #009944;
}

.report .wrap .content .item .other svg {
    width: 1.5625vw;
    height: 1.5625vw;
    margin: 0 0 0 1.0416666667vw;
}

.report .wrap .content .item .other svg path {
    fill: #CCCCCC;
    transition: 0.7s;
}

.report .wrap .content .item .other svg:hover path {
    fill: #009944;
}

.report .wrap .load_more {
    margin: 3.90625vw auto 0;
    justify-content: center;
}

/*# sourceMappingURL=report.css.map */
@media screen and (max-width: 1024px) {
  .report .wrap{
    width: 90%;
    margin: 35px auto ;
  }
  .report .wrap .title{
    font-size: 24px;
    margin: 0 0 32px;
  }
  .report .wrap .content .item .dis .year{
    font-size: 13px;
    margin: 0 10px 0 0;
  }
  .report .wrap .content .item .dis p{
    font-size: 13px;
  }
  .report .wrap .content .item{
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .report .wrap .content .item .other .iconfont{
    font-size: 16px;
  }
  .report .wrap .content .item .other svg{
    width: 24px;
    height: 24px;
    margin: 3px 0 0 10px;
  }
}
<!--0.0001530647277832-->