.proficiency img[data-v-389e5a92] {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.it_item[data-v-503b4ca8] {
  width: 264px;
  height: 120px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 16px;
  font-size: 12px;
  text-align: left;
  color: #a0a0a0;
  line-height: 16px;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 16px;
  margin-bottom: 16px;
}
.it_item .item_name[data-v-503b4ca8] {
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #282828;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.it_item .item_num[data-v-503b4ca8] {
  margin-bottom: 8px;
}
.it_item .item_btn[data-v-503b4ca8] {
  width: 80px;
  height: 28px;
  background: #2f6aff;
  border-radius: 16px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
}
.it_item .forward_icon[data-v-503b4ca8] {
  width: 16px;
  height: 16px;
  background: url(//img.cdeledu.com/ADVC/2024/0812/fe5e147139a92b03-0.png);
  background-size: 100% 100%;
}
.it_item[data-v-503b4ca8]:nth-child(3n) {
  margin-right: 0;
}
.it_item[data-v-503b4ca8]:hover {
  border: 1px solid #2F6AFF;
  background: #f2f7ff;
}
.it_item:hover .item_name[data-v-503b4ca8] {
  color: #2F6AFF;
}
.it_item:hover .forward_icon[data-v-503b4ca8] {
  background: url(//img.cdeledu.com/ADVC/2024/0812/01af4d025a98a846-0.png);
  background-size: 100% 100%;
}
.forward_icon[data-v-503b4ca8] {
  width: 16px;
  height: 16px;
}

