.zzffgb-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
}

.zzffgb-content > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.zzffgb-content > div > label {
  min-width: 56px;
  flex-shrink: 0;
  margin-bottom: 0;
  text-align: center;
}
.zzffgb-content > div .text-area {
  width: 100%;
  height: 36px;
  border-radius: 5px !important;
  border: 1px solid #cdcdcd;
  font-size: 14px;
}
@media (max-width: 680px) {
  .zzffgb-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.doc-num-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.doc-num-box .doc-num-text {
  width: 100%;
  height: 36px;
  border-radius: 5px !important;
  border: 1px solid #cdcdcd;
  font-size: 14px;
}
.bulletin-overflow {
  max-width: 566px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333 !important;
}

.zfgb-periodical {
  width: 246px !important;
}
.zfgb-periodical .el-select__wrapper {
  height: 40px !important;
  color: #333 !important;
}
