/* 右上角消息归类样式 */
.el-drawer__open .el-drawer.rtl {
  width: 400px !important;
  max-height: 372px;
}
.el-tabs__nav-wrap::after {
  height: 1px;
  background-color: #E6E6E6;
}
.el-tabs__nav {
  width: 100%;
}
.el-tabs__nav .el-tabs__item {
  width: 33.33%;
}
.el-tabs__item:focus-visible {
  outline: none;
}

.el-drawer__container .el-drawer.rtl {
  top: 34px;
  height: 372px !important;
}

.el-tabs__header {
  margin: 0 !important;
}

.taskTabs {
  flex: 1;
  /* height: 450px; */
  overflow: hidden;
}

.taskTabsTop {
  height: 100%;
}
.taskTabsTop .el-tabs {
  display: flex;
  height: 100%;
  flex-direction: column;

}
.el-tabs__content {
  flex: 1;
}
.taskTabs .ul .li {
  padding: 10px 0 0 0;
  font-size: 12px;
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
}

.taskTabsBg .ul .li {
  padding: 8px 0;
  font-size: 12px;
  color: #000;
}

.taskTabsBg .ul .li:nth-child(even) {
  background: #F8F8F8;
}

.taskTabs .ul .li .head {
  display: flex;
  /* align-items: center; */
}

.taskTabs .ul .li .head .icon {
  margin-top: 2px;
  display: inline-block;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
}

.taskTabs .ul .li .head .title {
  flex: 1;
  /* margin-right: 12px; */
  font-size: 12px;
}

.taskTabs .ul .li .head .time {
  color: #999;
  font-size: 12px;
  transform: scale(0.8);
  transform-origin: right top;
}
/* 下载body内容 */
.taskTabs .ul .li .liBody {
  display: flex;
  justify-content: space-between;
}
.taskTabs .ul .li .liBody .liBodyLeft {
  flex: 1;
  margin-right: 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.taskTabs .ul .li .liBody .liBodyRight {
  width: 60px;
  height: 20px;
}
.taskTabs .ul .li .article {
  margin: 2px 0 0 0;
  width: 110%;
  line-height: 1.3;
  color: #666;
  transform: scale(0.9);
  transform-origin: left;
}

.article1 a {
  color: #55c4b8 !important;
}

.el-progress {
  margin-top: 2px;
}
.el-drawer__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden !important;
}
.el-tabs__nav-scroll {
  padding: 0 20px;
}
.taskTabsTop .el-tabs__content {
  overflow: auto;
  padding: 10px 16px 20px 16px;
}
.el-tabs__nav .el-tabs__item {
  color: #666;
  text-align: center;
}
.el-tabs__item:focus.is-active.is-focus:not(:active) {
  box-shadow: none !important;
}

.taskTabsTop .el-tabs__item.is-active {
  color: #55c4b8;
}

.taskTabsTop .el-tabs__active-bar {
  background: #55c4b8;
}

.taskTabsTop .el-tabs__item:hover {
  color: #55c4b8;
}

.taskTabs .ul .li.moren .head .icon {
  background-image: url('../images/notice/moren.png');
}

.taskTabs .ul .li.chenggong .head .icon {
  background-image: url('../images/notice/chenggong.png');
}

.taskTabs .ul .li.jingshi .head .icon {
  background-image: url('../images/notice/jingshi.png');
}

.taskTabs .ul .li.cuowu .head .icon {
  background-image: url('../images/notice/cuowu.png');
}

.taskTabs .ul .li.tishi .head .icon {
  background-image: url('../images/notice/tishi.png');
}

.taskTabs .ul .li.Excel .head .icon {
  background-image: url('../images/notice/Excel.png');
}

.taskTabs .ul .li.wenjian .head .icon {
  background-image: url('../images/notice/wenjian.png');
}
/* 查看更多 */
.taskTabsFoot {
  width: 100%;
  display: flex;
  height: 30px;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid #e6e6e6;
}

.taskTabsFoot .noticeBtn {
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #666;
}

.taskTabsFoot .noticeBtn:hover {
  cursor: pointer;
}

.taskTabsFoot .noticeBtn:nth-child(2) {
  border-left: 1px solid #ccc;
}
.el-progress .el-progress-bar {
  padding-right: 24px;
  margin-right: -38px;
  /* padding-right: 20px; */
}
.el-icon-circle-check:before {
  content: "\e79c" !important;
}

.el-icon-circle-close:before {
  content: "\e79d" !important;
}

.el-icon-warning:before {
  content: "\e7a3" !important;
}

.el-icon-circle-close:before {
  content: "\e79d" !important;
}

.el-progress .el-progress__text {
  color: rgb(82, 196, 26);
  font-size: 12px !important;
  margin-left: 20px;
  transform: scale(0.8);
}

.el-progress__text i {
  font-size: 17px !important;
  /* transform: scale(0.8); */
}