.newsBox[data-v-28657c7b] {
  height: 100%;
  font-size: 14px;
  padding: 20px;
}
.newsBox .newsType[data-v-28657c7b] {
  width: 275px;
  flex: 0 0 275px;
  display: flex;
  flex-direction: column;
}
.newsBox .newsType .newsTypeList[data-v-28657c7b] {
  background: #fff;
  flex: 1;
  overflow-y: auto;
  padding-bottom: 14px;
  box-sizing: border-box;
}
.newsBox .newsType .newsTypeList .newTypeItem[data-v-28657c7b] {
  padding: 0 10px;
  box-sizing: border-box;
}
.newsBox .newsType .newTypeItem[data-v-28657c7b] {
  position: relative;
  display: flex;
  color: #1b1b1b;
  height: 60px;
  cursor: pointer;
}
.newsBox .newsType .newTypeItem .newsTypeName[data-v-28657c7b] {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 60px;
  box-sizing: border-box;
}
.newsBox .newsType .newTypeItem .newsTypeControl[data-v-28657c7b] {
  display: flex;
  flex: 0 0 68px;
  justify-content: center;
  align-items: center;
}
.newsBox .newsType .newTypeItem .newsTypeControl[data-v-28657c7b]  .el-button {
  font-size: var(--bigBtnSize);
}
.newsBox .newsType .newTypeItem.active[data-v-28657c7b] {
  color: #00baff;
}
.newsBox .newsType .newTypeItem.active[data-v-28657c7b]:before {
  content: "";
  display: block;
  width: 10px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #00baff;
}
.newsBox .newsType .newTypeItem.btn[data-v-28657c7b] {
  margin-bottom: 5px;
  height: 47px;
}
.newsBox .newsType .newTypeItem.createBtn[data-v-28657c7b] {
  color: #00baff;
  height: 47px;
  margin-top: 20px;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName[data-v-28657c7b] {
  border: 1px solid #00baff;
  padding-left: 0;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName.cancel[data-v-28657c7b] {
  border-color: #999;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName.danger[data-v-28657c7b] {
  border-color: #F56C6C;
}
.newsBox .newsInfoBox[data-v-28657c7b] {
  flex: 1;
  background: #fff;
  box-sizing: border-box;
  overflow-y: auto;
  padding-bottom: 20px;
}
.newsBox .newsInfoBox .titleBox[data-v-28657c7b] {
  height: 40px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.newsBox .newsInfoBox .titleBox[data-v-28657c7b]  .el-form-item {
  margin-bottom: 0;
}
.newsBox .newsInfoBox .line[data-v-28657c7b] {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.newsBox .newsInfoBox .infoList .infoItem[data-v-28657c7b] {
  display: flex;
  padding: 30px 0 27px;
  border-bottom: 1px dashed #acacac;
}
.newsBox .newsInfoBox .infoList .infoItem[data-v-28657c7b]:last-child {
  border-bottom: 0;
}
.newsBox .newsInfoBox .infoList .infoItem .infoLeft[data-v-28657c7b] {
  flex: 0 0 200px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoLeft img[data-v-28657c7b] {
  width: 200px;
  height: 129px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight[data-v-28657c7b] {
  flex: 1;
  width: calc(100% - 200px);
  padding-left: 16px;
  box-sizing: border-box;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoTitle[data-v-28657c7b] {
  color: #1c1c1c;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoTitle .infoTitleText[data-v-28657c7b] {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoMain[data-v-28657c7b] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 25px;
  font-size: var(--fuzhuSize);
  color: #8c8c8c;
  margin-bottom: 16px;
  word-break: break-all;
  text-align: justify;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom[data-v-28657c7b] {
  display: flex;
  justify-content: space-between;
  font-size: var(--fuzhuSize);
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoTime[data-v-28657c7b] {
  color: #8b8b8b;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl[data-v-28657c7b] {
  display: flex;
  font-size: var(--fuzhuSize);
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl[data-v-28657c7b]  .el-button--small {
  padding: 8px 15px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .botBtn[data-v-28657c7b] {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .delBtn[data-v-28657c7b] {
  color: #FD7167;
  border: 1px solid #FD7167;
  margin-right: 20px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .delBtn[data-v-28657c7b]:hover {
  background-color: #fff0f0 !important;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .resetBtn[data-v-28657c7b] {
  color: #00baff;
  border: 1px solid #00baff;
  margin-right: 20px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .infoBtn[data-v-28657c7b] {
  color: #fff;
  background: #00baff;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl img[data-v-28657c7b] {
  width: 15px;
  height: 12px;
  margin-right: 7px;
}
.newsBox[data-v-5b5077ef] {
  height: 100%;
  font-size: 14px;
  padding: 20px;
}
.newsBox .newsType[data-v-5b5077ef] {
  width: 275px;
  flex: 0 0 275px;
  display: flex;
  flex-direction: column;
}
.newsBox .newsType .newsTypeList[data-v-5b5077ef] {
  background: #fff;
  flex: 1;
  overflow-y: auto;
  padding-bottom: 14px;
  box-sizing: border-box;
}
.newsBox .newsType .newsTypeList .newTypeItem[data-v-5b5077ef] {
  padding: 0 10px;
  box-sizing: border-box;
}
.newsBox .newsType .newTypeItem[data-v-5b5077ef] {
  position: relative;
  display: flex;
  color: #1b1b1b;
  height: 60px;
  cursor: pointer;
}
.newsBox .newsType .newTypeItem .newsTypeName[data-v-5b5077ef] {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 60px;
  box-sizing: border-box;
}
.newsBox .newsType .newTypeItem .newsTypeControl[data-v-5b5077ef] {
  display: flex;
  flex: 0 0 68px;
  justify-content: center;
  align-items: center;
}
.newsBox .newsType .newTypeItem .newsTypeControl[data-v-5b5077ef]  .el-button {
  font-size: var(--bigBtnSize);
}
.newsBox .newsType .newTypeItem.active[data-v-5b5077ef] {
  color: #00baff;
}
.newsBox .newsType .newTypeItem.active[data-v-5b5077ef]:before {
  content: "";
  display: block;
  width: 10px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #00baff;
}
.newsBox .newsType .newTypeItem.btn[data-v-5b5077ef] {
  margin-bottom: 5px;
  height: 47px;
}
.newsBox .newsType .newTypeItem.createBtn[data-v-5b5077ef] {
  color: #00baff;
  height: 47px;
  margin-top: 20px;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName[data-v-5b5077ef] {
  border: 1px solid #00baff;
  padding-left: 0;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName.cancel[data-v-5b5077ef] {
  border-color: #999;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName.danger[data-v-5b5077ef] {
  border-color: #F56C6C;
}
.newsBox .newsInfoBox[data-v-5b5077ef] {
  flex: 1;
  background: #fff;
  box-sizing: border-box;
  overflow-y: auto;
  padding-bottom: 20px;
}
.newsBox .newsInfoBox .titleBox[data-v-5b5077ef] {
  height: 40px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.newsBox .newsInfoBox .titleBox[data-v-5b5077ef]  .el-form-item {
  margin-bottom: 0;
}
.newsBox .newsInfoBox .line[data-v-5b5077ef] {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.newsBox .newsInfoBox .infoList .infoItem[data-v-5b5077ef] {
  display: flex;
  padding: 30px 0 27px;
  border-bottom: 1px dashed #acacac;
}
.newsBox .newsInfoBox .infoList .infoItem[data-v-5b5077ef]:last-child {
  border-bottom: 0;
}
.newsBox .newsInfoBox .infoList .infoItem .infoLeft[data-v-5b5077ef] {
  flex: 0 0 200px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoLeft img[data-v-5b5077ef] {
  width: 200px;
  height: 129px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight[data-v-5b5077ef] {
  flex: 1;
  width: calc(100% - 200px);
  padding-left: 16px;
  box-sizing: border-box;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoTitle[data-v-5b5077ef] {
  color: #1c1c1c;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoTitle .infoTitleText[data-v-5b5077ef] {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoMain[data-v-5b5077ef] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 25px;
  font-size: var(--fuzhuSize);
  color: #8c8c8c;
  margin-bottom: 16px;
  word-break: break-all;
  text-align: justify;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom[data-v-5b5077ef] {
  display: flex;
  justify-content: space-between;
  font-size: var(--fuzhuSize);
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoTime[data-v-5b5077ef] {
  color: #8b8b8b;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl[data-v-5b5077ef] {
  display: flex;
  font-size: var(--fuzhuSize);
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl[data-v-5b5077ef]  .el-button--small {
  padding: 8px 15px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .botBtn[data-v-5b5077ef] {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .delBtn[data-v-5b5077ef] {
  color: #FD7167;
  border: 1px solid #FD7167;
  margin-right: 20px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .delBtn[data-v-5b5077ef]:hover {
  background-color: #fff0f0 !important;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .resetBtn[data-v-5b5077ef] {
  color: #00baff;
  border: 1px solid #00baff;
  margin-right: 20px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .infoBtn[data-v-5b5077ef] {
  color: #fff;
  background: #00baff;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl img[data-v-5b5077ef] {
  width: 15px;
  height: 12px;
  margin-right: 7px;
}
.noInfo[data-v-5b5077ef] {
  text-align: center;
  margin-top: 200px;
  color: #808080;
}
.el-select[data-v-734f8d4a] {
  margin-right: 10px;
}
.btnImg[data-v-734f8d4a] {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  -webkit-clip-path: polygon(0px 0px, 38px 0px, 38px 38px);
  clip-path: polygon(0px 0px, 38px 0px, 38px 38px);
  position: absolute;
  width: 38px;
  height: 38px;
  background: #00baff;
  right: 0;
  top: 0;
  padding-right: 5px;
  padding-top: 4px;
  box-sizing: border-box;
  z-index: 10;
}
.relative[data-v-734f8d4a] {
  position: relative;
}
.eleBox[data-v-734f8d4a] {
  height: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
}
.infoItem[data-v-734f8d4a] {
  border-bottom: 1px dashed #acacac;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.eleList[data-v-734f8d4a] {
  width: 100%;
  padding-left: 100px;
  box-sizing: border-box;
}
.eleList[data-v-734f8d4a]  .w-e-text-container {
  height: 200px !important;
}
.wangeditItem[data-v-734f8d4a] {
  background: #fff;
}
.addInfo[data-v-734f8d4a] {
  width: 400px;
  height: 100px;
  border: 1px dashed #acacac;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #acacac;
  cursor: pointer;
  margin-left: 140px;
  font-size: 24px;
}
.progressFile[data-v-734f8d4a] {
  width: 100%;
}
.fileBox[data-v-734f8d4a] {
  position: relative;
  overflow: hidden;
  height: 34px;
  width: 97px;
  margin-bottom: 10px;
}
.fileBox input[name=file][data-v-734f8d4a] {
  font-size: 100em;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  font-size: 100em;
  opacity: 0;
  cursor: pointer;
}
.fileItem[data-v-734f8d4a] {
  display: flex;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  height: 56px;
  align-items: center;
  padding: 9px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
}
.fileItem .fileLeft[data-v-734f8d4a] {
  flex: 0 0 36px;
  display: flex;
  align-items: center;
}
.fileItem .fileCenter[data-v-734f8d4a] {
  flex: 1;
  width: calc(100% - 72px);
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.fileItem .fileCenter .fileName[data-v-734f8d4a] {
  line-height: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fileItem .fileRight[data-v-734f8d4a] {
  flex: 0 0 36px;
  display: flex;
  height: 100%;
  align-items: flex-end;
  line-height: 1;
}
.fileItem .fileRight div[data-v-734f8d4a] {
  cursor: pointer;
}
.newsBox[data-v-7644573a] {
  height: 100%;
  font-size: 14px;
  padding: 20px;
}
.newsBox .newsType[data-v-7644573a] {
  width: 275px;
  flex: 0 0 275px;
  display: flex;
  flex-direction: column;
}
.newsBox .newsType .newsTypeList[data-v-7644573a] {
  background: #fff;
  flex: 1;
  overflow-y: auto;
  padding-bottom: 14px;
  box-sizing: border-box;
}
.newsBox .newsType .newsTypeList .newTypeItem[data-v-7644573a] {
  padding: 0 10px;
  box-sizing: border-box;
}
.newsBox .newsType .newTypeItem[data-v-7644573a] {
  position: relative;
  display: flex;
  color: #1b1b1b;
  height: 60px;
  cursor: pointer;
}
.newsBox .newsType .newTypeItem .newsTypeName[data-v-7644573a] {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 60px;
  box-sizing: border-box;
}
.newsBox .newsType .newTypeItem .newsTypeControl[data-v-7644573a] {
  display: flex;
  flex: 0 0 68px;
  justify-content: center;
  align-items: center;
}
.newsBox .newsType .newTypeItem .newsTypeControl[data-v-7644573a]  .el-button {
  font-size: var(--bigBtnSize);
}
.newsBox .newsType .newTypeItem.active[data-v-7644573a] {
  color: #00baff;
}
.newsBox .newsType .newTypeItem.active[data-v-7644573a]:before {
  content: "";
  display: block;
  width: 10px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #00baff;
}
.newsBox .newsType .newTypeItem.btn[data-v-7644573a] {
  margin-bottom: 5px;
  height: 47px;
}
.newsBox .newsType .newTypeItem.createBtn[data-v-7644573a] {
  color: #00baff;
  height: 47px;
  margin-top: 20px;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName[data-v-7644573a] {
  border: 1px solid #00baff;
  padding-left: 0;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName.cancel[data-v-7644573a] {
  border-color: #999;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName.danger[data-v-7644573a] {
  border-color: #F56C6C;
}
.newsBox .newsInfoBox[data-v-7644573a] {
  flex: 1;
  background: #fff;
  box-sizing: border-box;
  overflow-y: auto;
  padding-bottom: 20px;
}
.newsBox .newsInfoBox .titleBox[data-v-7644573a] {
  height: 40px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.newsBox .newsInfoBox .titleBox[data-v-7644573a]  .el-form-item {
  margin-bottom: 0;
}
.newsBox .newsInfoBox .line[data-v-7644573a] {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.newsBox .newsInfoBox .infoList .infoItem[data-v-7644573a] {
  display: flex;
  padding: 30px 0 27px;
  border-bottom: 1px dashed #acacac;
}
.newsBox .newsInfoBox .infoList .infoItem[data-v-7644573a]:last-child {
  border-bottom: 0;
}
.newsBox .newsInfoBox .infoList .infoItem .infoLeft[data-v-7644573a] {
  flex: 0 0 200px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoLeft img[data-v-7644573a] {
  width: 200px;
  height: 129px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight[data-v-7644573a] {
  flex: 1;
  width: calc(100% - 200px);
  padding-left: 16px;
  box-sizing: border-box;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoTitle[data-v-7644573a] {
  color: #1c1c1c;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoTitle .infoTitleText[data-v-7644573a] {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoMain[data-v-7644573a] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 25px;
  font-size: var(--fuzhuSize);
  color: #8c8c8c;
  margin-bottom: 16px;
  word-break: break-all;
  text-align: justify;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom[data-v-7644573a] {
  display: flex;
  justify-content: space-between;
  font-size: var(--fuzhuSize);
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoTime[data-v-7644573a] {
  color: #8b8b8b;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl[data-v-7644573a] {
  display: flex;
  font-size: var(--fuzhuSize);
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl[data-v-7644573a]  .el-button--small {
  padding: 8px 15px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .botBtn[data-v-7644573a] {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .delBtn[data-v-7644573a] {
  color: #FD7167;
  border: 1px solid #FD7167;
  margin-right: 20px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .delBtn[data-v-7644573a]:hover {
  background-color: #fff0f0 !important;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .resetBtn[data-v-7644573a] {
  color: #00baff;
  border: 1px solid #00baff;
  margin-right: 20px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .infoBtn[data-v-7644573a] {
  color: #fff;
  background: #00baff;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl img[data-v-7644573a] {
  width: 15px;
  height: 12px;
  margin-right: 7px;
}
