.home-page{width:100%;height:100%;background-color:#fff;padding:30px}.home-page .page-list{width:100%;height:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.home-page .page-list .item{width:34%;min-height:222px;-webkit-box-shadow:0 0 7px 1px rgba(0,0,0,.05);box-shadow:0 0 7px 1px rgba(0,0,0,.05);border-radius:4px;padding:0 10px 20px 10px}.home-page .page-list .item .header{padding:16px 14px 6px 14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home-page .page-list .item .header .icon{cursor:pointer}.home-page .page-list .item hr{border:0;height:1px;background-color:rgba(0,0,0,.2)}.home-page .page-list .item .body{padding:16px 14px;-ms-flex-wrap:wrap;flex-wrap:wrap}.home-page .page-list .item .body,.home-page .page-list .item .body-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.home-page .page-list .item .body-item{font-size:12px;width:200px;padding-bottom:14px}.home-page .page-list .item .foot{text-align:right;padding:0 14px}.home-page .no-data{color:#8b8682;text-align:center;font-size:14px;padding-top:18%}.home-page .no-data .img-style{width:60px;height:60px;margin-bottom:15px}