.engineering-list-window .es-student-title {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  min-width: 0;
}

.engineering-list-window .es-student-tag {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 0;
  background: rgba(0, 50, 119, 0.1);
  color: var(--color-primary-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}

.engineering-list-window .es-student-tag-工程进展 {
  background: #DFEFEE;
  color: #335554;
}

.engineering-list-window .es-student-title a {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .engineering-list-window .es-student-title {
    gap: 8px;
  }

  .engineering-list-window .es-student-tag {
    padding: 3px 10px;
    font-size: 13px;
  }
}
