.drawer {
  overflow: auto;
}
.title {
  font-size: 16px;
  font-weight: bold;
}
.box {
  margin-bottom: 25px;
}
.cont {
  padding: 25px 40px;
}
.file .file-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  border-bottom: 1px solid #EBEEF5;
  padding: 5px 0px;
}
.file .file-list .item:last-child {
    border: none;
}
.file .file-list .item .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.head {
  text-align: right;
}
.detail-table {
  width: 100%;
  border: 1px solid #EBEEF5;
  border-radius: 3px;
  border-collapse: collapse;
}
.detail-table th, .detail-table td {
    border: 1px solid #EBEEF5;
    padding: 10px;
    font-size: 14px;
    color: #999;
}
.detail-table th.head, .detail-table td.head {
      width: 160px;
      background: #fafafa;
      color: #333;
}
.detail-table th {
    background: #fafafa;
}
.center {
  padding-left: 50px !important;
}
.bold {
  font-weight: bold;
}

