.detail_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.detail_header .title {
  font-size: 8px;
  font-weight: 500;
  line-height: 20px;
  color: #003e67;
}
.nolist {
  width: 100%;
  height: 200px;
  line-height: 200px;
  text-align: center;
}
.file {
  margin-bottom: 10px;
  background-color: #f5f5f5;
  padding: 10px 30px 10px 12px;
  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;
}
.file .file_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.file .file_left img {
  width: 22px;
  height: 30px;
}
.file .file_left .file_left_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 12px;
}
.file .file_left .file_left_info span {
  font-size: 8px;
  font-weight: 500;
  line-height: 11px;
  color: #333333;
}
.file .file_right img {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.file .file_right img:nth-child(2) {
  margin-left: 20px;
}
