.newsBox[data-v-b9608400] {
  height: 100%;
  font-size: 14px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}
.newsBox .newTypeItem[data-v-b9608400] {
  box-sizing: border-box;
}
.newsBox .newsType[data-v-b9608400] {
  width: 275px;
  flex: 0 0 275px;
  display: flex;
  flex-direction: column;
}
.newsBox .newsType .newsTypeList[data-v-b9608400] {
  background: #fff;
  flex: 1;
  overflow-y: auto;
  padding-bottom: 14px;
  box-sizing: border-box;
}
.newsBox .newsType .newTypeItem[data-v-b9608400] {
  position: relative;
  display: flex;
  color: #1b1b1b;
  height: 60px;
  cursor: pointer;
}
.newsBox .newsType .newTypeItem .newsTypeName[data-v-b9608400] {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 60px;
  box-sizing: border-box;
}
.newsBox .newsType .newTypeItem .newsTypeControl[data-v-b9608400] {
  display: flex;
  flex: 0 0 68px;
  justify-content: center;
  align-items: center;
}
.newsBox .newsType .newTypeItem .newsTypeControl[data-v-b9608400]  .el-button {
  font-size: var(--bigBtnSize);
}
.newsBox .newsType .newTypeItem.active[data-v-b9608400] {
  color: #00baff;
}
.newsBox .newsType .newTypeItem.active[data-v-b9608400]:before {
  content: "";
  display: block;
  width: 10px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #00baff;
}
.newsBox .newsType .newTypeItem.btn[data-v-b9608400] {
  margin-bottom: 5px;
  height: 47px;
}
.newsBox .newsType .newTypeItem.createBtn[data-v-b9608400] {
  color: #00baff;
  height: 47px;
  margin-top: 20px;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName[data-v-b9608400] {
  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-b9608400] {
  border-color: #999;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName.danger[data-v-b9608400] {
  border-color: #F56C6C;
}
.newsBox .newsInfoBox[data-v-b9608400] {
  flex: 1;
  background: #fff;
  box-sizing: border-box;
  overflow-y: auto;
  padding-bottom: 20px;
}
.newsBox .newsInfoBox .titleBox[data-v-b9608400] {
  height: 40px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.newsBox .newsInfoBox .titleBox[data-v-b9608400]  .el-form-item {
  margin-bottom: 0;
}
.newsBox .newsInfoBox .line[data-v-b9608400] {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.newsBox .newsInfoBox .infoList .infoItem[data-v-b9608400] {
  display: flex;
  padding: 30px 0 27px;
  border-bottom: 1px dashed #acacac;
}
.newsBox .newsInfoBox .infoList .infoItem[data-v-b9608400]:last-child {
  border-bottom: 0;
}
.newsBox .newsInfoBox .infoList .infoItem .infoLeft[data-v-b9608400] {
  flex: 0 0 200px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoLeft img[data-v-b9608400] {
  width: 200px;
  height: 129px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight[data-v-b9608400] {
  flex: 1;
  width: calc(100% - 200px);
  padding-left: 16px;
  box-sizing: border-box;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoTitle[data-v-b9608400] {
  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-b9608400] {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoMain[data-v-b9608400] {
  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-b9608400] {
  display: flex;
  justify-content: space-between;
  font-size: var(--fuzhuSize);
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoTime[data-v-b9608400] {
  color: #8b8b8b;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl[data-v-b9608400] {
  display: flex;
  font-size: var(--fuzhuSize);
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl[data-v-b9608400]  .el-button--small {
  padding: 8px 15px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .botBtn[data-v-b9608400] {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .delBtn[data-v-b9608400] {
  color: #FD7167;
  border: 1px solid #FD7167;
  margin-right: 20px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .delBtn[data-v-b9608400]:hover {
  background-color: #fff0f0 !important;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .resetBtn[data-v-b9608400] {
  color: #00baff;
  border: 1px solid #00baff;
  margin-right: 20px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .infoBtn[data-v-b9608400] {
  color: #fff;
  background: #00baff;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl img[data-v-b9608400] {
  width: 15px;
  height: 12px;
  margin-right: 7px;
}
.starIconBox[data-v-b9608400] {
  display: flex;
  align-items: center;
  width: 30px;
  justify-content: center;
}
.starIconBox .starIcon[data-v-b9608400] {
  color: var(--color1);
}
.newsBox[data-v-538a8d18] {
  height: 100%;
  font-size: 14px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}
.newsBox .newTypeItem[data-v-538a8d18] {
  box-sizing: border-box;
}
.newsBox .newsType[data-v-538a8d18] {
  width: 275px;
  flex: 0 0 275px;
  display: flex;
  flex-direction: column;
}
.newsBox .newsType .newsTypeList[data-v-538a8d18] {
  background: #fff;
  flex: 1;
  overflow-y: auto;
  padding-bottom: 14px;
  box-sizing: border-box;
}
.newsBox .newsType .newTypeItem[data-v-538a8d18] {
  position: relative;
  display: flex;
  color: #1b1b1b;
  height: 60px;
  cursor: pointer;
}
.newsBox .newsType .newTypeItem .newsTypeName[data-v-538a8d18] {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 60px;
  box-sizing: border-box;
}
.newsBox .newsType .newTypeItem .newsTypeControl[data-v-538a8d18] {
  display: flex;
  flex: 0 0 68px;
  justify-content: center;
  align-items: center;
}
.newsBox .newsType .newTypeItem .newsTypeControl[data-v-538a8d18]  .el-button {
  font-size: var(--bigBtnSize);
}
.newsBox .newsType .newTypeItem.active[data-v-538a8d18] {
  color: #00baff;
}
.newsBox .newsType .newTypeItem.active[data-v-538a8d18]:before {
  content: "";
  display: block;
  width: 10px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #00baff;
}
.newsBox .newsType .newTypeItem.btn[data-v-538a8d18] {
  margin-bottom: 5px;
  height: 47px;
}
.newsBox .newsType .newTypeItem.createBtn[data-v-538a8d18] {
  color: #00baff;
  height: 47px;
  margin-top: 20px;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName[data-v-538a8d18] {
  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-538a8d18] {
  border-color: #999;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName.danger[data-v-538a8d18] {
  border-color: #F56C6C;
}
.newsBox .newsInfoBox[data-v-538a8d18] {
  flex: 1;
  background: #fff;
  box-sizing: border-box;
  overflow-y: auto;
  padding-bottom: 20px;
}
.newsBox .newsInfoBox .titleBox[data-v-538a8d18] {
  height: 40px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.newsBox .newsInfoBox .titleBox[data-v-538a8d18]  .el-form-item {
  margin-bottom: 0;
}
.newsBox .newsInfoBox .line[data-v-538a8d18] {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.newsBox .newsInfoBox .infoList .infoItem[data-v-538a8d18] {
  display: flex;
  padding: 30px 0 27px;
  border-bottom: 1px dashed #acacac;
}
.newsBox .newsInfoBox .infoList .infoItem[data-v-538a8d18]:last-child {
  border-bottom: 0;
}
.newsBox .newsInfoBox .infoList .infoItem .infoLeft[data-v-538a8d18] {
  flex: 0 0 200px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoLeft img[data-v-538a8d18] {
  width: 200px;
  height: 129px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight[data-v-538a8d18] {
  flex: 1;
  width: calc(100% - 200px);
  padding-left: 16px;
  box-sizing: border-box;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoTitle[data-v-538a8d18] {
  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-538a8d18] {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoMain[data-v-538a8d18] {
  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-538a8d18] {
  display: flex;
  justify-content: space-between;
  font-size: var(--fuzhuSize);
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoTime[data-v-538a8d18] {
  color: #8b8b8b;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl[data-v-538a8d18] {
  display: flex;
  font-size: var(--fuzhuSize);
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl[data-v-538a8d18]  .el-button--small {
  padding: 8px 15px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .botBtn[data-v-538a8d18] {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .delBtn[data-v-538a8d18] {
  color: #FD7167;
  border: 1px solid #FD7167;
  margin-right: 20px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .delBtn[data-v-538a8d18]:hover {
  background-color: #fff0f0 !important;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .resetBtn[data-v-538a8d18] {
  color: #00baff;
  border: 1px solid #00baff;
  margin-right: 20px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .infoBtn[data-v-538a8d18] {
  color: #fff;
  background: #00baff;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl img[data-v-538a8d18] {
  width: 15px;
  height: 12px;
  margin-right: 7px;
}
.noInfo[data-v-538a8d18] {
  text-align: center;
  margin-top: 200px;
  color: #808080;
}
.newsBox .newsInfoBox .titleBox[data-v-538a8d18] {
  justify-content: space-between;
}
[data-v-538a8d18] .el-drawer__body {
  height: 100%;
}
.newsBox[data-v-68e4caff] {
  height: calc(100% - 24px - 20px);
  display: flex;
  font-size: var(--smallTitleSize);
}
.newsBox .newsType[data-v-68e4caff] {
  width: 275px;
  flex: 0 0 275px;
  display: flex;
  flex-direction: column;
}
.newsBox .newsType .newsTypeList[data-v-68e4caff] {
  background: #fff;
  flex: 1;
  overflow-y: auto;
  padding-bottom: 14px;
  box-sizing: border-box;
}
.newsBox .newsType .newsTypeList .newTypeItem[data-v-68e4caff] {
  padding: 0 10px;
  box-sizing: border-box;
}
.newsBox .newsType .newTypeItem[data-v-68e4caff] {
  position: relative;
  display: flex;
  color: #1b1b1b;
  height: 60px;
  cursor: pointer;
}
.newsBox .newsType .newTypeItem .newsTypeName[data-v-68e4caff] {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 35px;
  box-sizing: border-box;
}
.newsBox .newsType .newTypeItem .newsTypeControl[data-v-68e4caff] {
  display: flex;
  flex: 0 0 68px;
  justify-content: center;
  align-items: center;
}
.newsBox .newsType .newTypeItem .newsTypeControl[data-v-68e4caff]  .el-button {
  font-size: var(--bigBtnSize);
}
.newsBox .newsType .newTypeItem.active[data-v-68e4caff] {
  color: #419fff;
}
.newsBox .newsType .newTypeItem.active[data-v-68e4caff]:before {
  content: "";
  display: block;
  width: 10px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 5px;
  background: #419fff;
}
.newsBox .newsType .newTypeItem.btn[data-v-68e4caff] {
  margin-bottom: 5px;
  height: 47px;
}
.newsBox .newsType .newTypeItem.btn .el-button[data-v-68e4caff] {
  width: 100%;
}
.newsBox .newsType .newTypeItem.createBtn[data-v-68e4caff] {
  color: #419fff;
  height: 47px;
  margin-top: 20px;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName[data-v-68e4caff] {
  border: 1px solid #419fff;
  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-68e4caff] {
  border-color: #999;
}
.newsBox .newsType .newTypeItem.createBtn .newsTypeName.danger[data-v-68e4caff] {
  border-color: #F56C6C;
}
.newsBox .newsInfoBox[data-v-68e4caff] {
  flex: 1;
  background: #fff;
  margin-left: 13px;
  padding-left: 21px;
  padding-right: 70px;
  box-sizing: border-box;
  overflow-y: auto;
  padding-bottom: 20px;
}
.newsBox .newsInfoBox .titleBox[data-v-68e4caff] {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsBox .newsInfoBox .titleBox[data-v-68e4caff]  .el-form-item {
  margin-bottom: 0;
}
.newsBox .newsInfoBox .line[data-v-68e4caff] {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.newsBox .newsInfoBox .infoList .infoItem[data-v-68e4caff] {
  display: flex;
  padding: 30px 0 27px;
  border-bottom: 1px dashed #acacac;
}
.newsBox .newsInfoBox .infoList .infoItem[data-v-68e4caff]:last-child {
  border-bottom: 0;
}
.newsBox .newsInfoBox .infoList .infoItem .infoLeft[data-v-68e4caff] {
  flex: 0 0 200px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoLeft img[data-v-68e4caff] {
  width: 200px;
  height: 129px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight[data-v-68e4caff] {
  flex: 1;
  width: calc(100% - 200px);
  padding-left: 16px;
  box-sizing: border-box;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoTitle[data-v-68e4caff] {
  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-68e4caff] {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoMain[data-v-68e4caff] {
  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-68e4caff] {
  display: flex;
  justify-content: space-between;
  font-size: var(--fuzhuSize);
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoTime[data-v-68e4caff] {
  color: #8b8b8b;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl[data-v-68e4caff] {
  display: flex;
  font-size: var(--fuzhuSize);
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl[data-v-68e4caff]  .el-button--small {
  padding: 8px 15px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .botBtn[data-v-68e4caff] {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .resetBtn[data-v-68e4caff] {
  color: #419fff;
  border: 1px solid #419fff;
  margin-right: 20px;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl .infoBtn[data-v-68e4caff] {
  color: #fff;
  background: #419fff;
}
.newsBox .newsInfoBox .infoList .infoItem .infoRight .infoBottom .infoControl img[data-v-68e4caff] {
  width: 15px;
  height: 12px;
  margin-right: 7px;
}
