.word-eva-work-list-content {
  width: 100%;
  padding: 24px 24px 100px 24px;
  background-color: white;

}

.word-eva-work-list-header {
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;

  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  color: #333333;

  /* 禁止换行 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.word-eva-work-list-header-line {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  background-color: #E5E9ED;
}

.word-eva-work-list-body {

}

.word-eva-work-list-item {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E9ED;

}

.word-eva-work-list-item-name {
  /* 禁止换行 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: normal;
  color: #21252B;
}

.word-eva-work-list-item-word-count {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: normal;
  color: #21252B;
}

.word-eva-work-list-item-operation {  
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}

.word-eva-work-list-item-operation-test {
  width: 116px;
  height: 32px;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  background-color: #3CAAEA;
  cursor: pointer;
}

.word-eva-work-list-item-operation-select {
  width: 88px;
  height: 32px;
  background-color: #43CB75;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}

/* 词汇水平测试超级老师弹框样式 */

.word-eva-pub-dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.word-eva-pub-page-confirm-btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  background-color: #3CAAEA;
}