.title[data-v-07183f0c] {
  height: 45px;
  line-height: 45px;
  color: #333;
  font-weight: bold;
}
.flex[data-v-07183f0c] {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  border-top: 1px solid #f8f8f8;
  float: left;
}
.flex.w100[data-v-07183f0c] {
  width: 100%;
}
.flex .label[data-v-07183f0c] {
  width: 120px;
  line-height: 43px;
  text-align: right;
  color: #999;
}
.flex .label .anticon[data-v-07183f0c] {
  color: #333 !important;
  cursor: pointer;
}
.flex .content[data-v-07183f0c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  line-height: 22px;
  word-break: break-all;
  white-space: initial;
  padding-top: 12px;
}
.flex .content span[data-v-07183f0c] {
  margin-right: 20px;
}
.flex .content .text[data-v-07183f0c] {
  overflow: hidden;
  max-height: 65px;
  padding-right: 35px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flex .content .text[data-v-07183f0c]:before {
  content: "";
  height: calc(100% - 24px);
  float: right;
}
.flex .content .text[data-v-07183f0c]:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
}
.flex .content .btn[data-v-07183f0c] {
  clear: both;
  padding: 0 5px;
  color: #1784fc;
  line-height: 18px;
  border-radius: 4px;
  border: 1px solid #1784fc;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.flex .content .btn[data-v-07183f0c]:before {
  content: "展开";
}
.flex .content .exp[data-v-07183f0c] {
  display: none;
}
.flex .content .exp:checked + .text[data-v-07183f0c] {
  max-height: inherit;
}
.flex .content .exp:checked + .text .btn[data-v-07183f0c]::before {
  content: "收起";
}
.flex .content .exp:checked + .text[data-v-07183f0c]::after {
  visibility: hidden;
}
.bb[data-v-07183f0c] {
  height: 1px;
  background-color: #f8f8f8;
  clear: both;
}
.br[data-v-07183f0c] {
  border-right: 1px solid #f8f8f8;
}
.file[data-v-07183f0c] {
  width: 215px;
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px 3px hsla(0, 0%, 78.8%, 0.2);
          box-shadow: 0 3px 7px 3px hsla(0, 0%, 78.8%, 0.2);
  border-radius: 4px;
  margin: 0 5px 5px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.file p[data-v-07183f0c] {
  width: 170px;
  height: 30px;
  float: left;
  color: #1784fc;
  margin-bottom: 0;
  padding-left: 5px;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file p[data-v-07183f0c]:nth-child(2) {
  width: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.file[data-v-07183f0c]:hover {
  background-color: rgba(24, 144, 255, 0.1);
}

