.epidemic[data-v-482c1e26] {
  position: relative;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.epidemic .epidemic_top[data-v-482c1e26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.epidemic .epidemic_top .buttons[data-v-482c1e26] {
  margin-left: 20px;
}
@charset "UTF-8";
.contentBoxLeft {
  width: 100%;
  height: 80px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contentBoxRight {
  width: 100%;
  height: 80px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.buttons {
  padding-top: 10px;
  margin-right: 10px;
}
.pagination {
  text-align: right;
  padding-top: 20px;
  margin-right: 8vw;
}
::v-deep(.el-tabs__new-tab) {
  margin: 12px 22px 9px 10px;
}
.dialog-head {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
}
.dialogCss {
  border-top: 2px solid  #57c5ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0 20px 3%;
}
.dialogCss .dl_box {
  width: 100%;
  margin-right: 10%;
}
.dialogCss .dl_box p {
  color: #333;
  line-height: 26px;
  margin: 0px 0px 20px 0px;
  font-size: 20px;
}
.dialogCss .dl_box .dl_p {
  margin-bottom: 30px;
}
.dialogCss .dl_clBox {
  padding-bottom: 30px;
}
.dialogCss .dl_clBox p {
  line-height: 28px;
  margin: 0px;
}
