.it_item[data-v-aa32d15c] {
  width: 389px;
  height: 124px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 14px;
  font-size: 12px;
  color: #a0a0a0;
  line-height: 16px;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 16px;
  margin-bottom: 16px;
}
.it_item .item_name[data-v-aa32d15c] {
  font-size: 14px;
  text-align: left;
  color: #282828;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.it_item .item_num[data-v-aa32d15c] {
  font-size: 12px;
  color: #505050;
  line-height: 16px;
}
.it_item .item_btn[data-v-aa32d15c] {
  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-aa32d15c] {
  width: 16px;
  height: 16px;
  background: url(//img.cdeledu.com/ADVC/2024/0812/fe5e147139a92b03-0.png);
  background-size: 100% 100%;
  margin-left: 8px;
}
.it_item[data-v-aa32d15c]:nth-child(3n) {
  margin-right: 0;
}
.it_item[data-v-aa32d15c]:hover {
  border: 1px solid #2F6AFF;
  background: #F2F7FF;
}
.it_item:hover .item_name[data-v-aa32d15c],
.it_item:hover .item_num[data-v-aa32d15c] {
  color: #2F6AFF;
}
.it_item:hover .forward_icon[data-v-aa32d15c] {
  background: url(//img.cdeledu.com/ADVC/2024/0812/01af4d025a98a846-0.png);
  background-size: 100% 100%;
}
.forward_icon[data-v-aa32d15c] {
  width: 16px;
  height: 16px;
}


.pagination-container button[data-v-4231112a] {
  /* 你的按钮样式 */
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin: 0 2px;
  font-size: 14px;
  text-align: center;
  color: #a0a0a0;
  line-height: 32px;
}
.pagination-container button.active[data-v-4231112a] {
  /* 当前激活页码的样式 */
  width: 32px;
  height: 32px;
  background: #2f6aff;
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
}
img[data-v-4231112a] {
  width: 32px;
  height: 32px;
  padding: 0 2px;
}

.dialog-wrap[data-v-7fac3c45] {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
}
.dialog-wrap .dialog-content[data-v-7fac3c45] {
  width: 380px;
  height: 228px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 8px 0px rgba(7, 44, 119, 0.08);
}
.dialog-wrap .dialog-content .d_top[data-v-7fac3c45] {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #282828;
  line-height: 22px;
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6;
}
.dialog-wrap .dialog-content .d_top .close[data-v-7fac3c45] {
  width: 16px;
  height: 16px;
  padding: 0 20px;
}
.dialog-wrap .dialog-content .d_top .close img[data-v-7fac3c45] {
  width: 100%;
  height: 100%;
}
.dialog-wrap .txt_content[data-v-7fac3c45] {
  text-align: center;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #282828;
  line-height: 22px;
}
.dialog-wrap .btn_box[data-v-7fac3c45] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  padding: 0 32px;
}
.dialog-wrap .btn_box .btn_left[data-v-7fac3c45] {
  width: 148px;
  height: 40px;
  box-sizing: border-box;
  color: #A0A0A0;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}
.dialog-wrap .btn_box .btn_right[data-v-7fac3c45] {
  width: 148px;
  height: 40px;
  background: #2f6aff;
  border-radius: 6px;
}
.dialog-wrap .single-btn[data-v-7fac3c45] {
  justify-content: center;
}

.subjectivePoints[data-v-9a9507b0] {
  width: 1200px;
  margin: auto;
}
.subjectivePoints .crumbs[data-v-9a9507b0] {
  padding: 16px 0 0;
  display: flex;
  font-size: 14px;
  color: #282828;
}
.subjectivePoints .crumbs a[data-v-9a9507b0] {
  color: #a0a0a0;
  line-height: 20px;
}
.subjectivePoints .crumbs img[data-v-9a9507b0] {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}
.nav_box[data-v-9a9507b0] {
  background-color: white;
  padding: 12px 0 8px;
}
.nav_box .nav[data-v-9a9507b0] {
  width: 1200px;
  margin: auto;
  font-size: 14px;
  color: #505050;
  line-height: 20px;
}
.nav_box .nav div[data-v-9a9507b0] {
  margin-right: 40px;
}
.nav_box .nav div p[data-v-9a9507b0] {
  width: 20px;
  height: 3px;
  background: #2f6aff;
  border-radius: 2px;
  margin: 3px auto 0;
  opacity: 0;
}
.nav_box .nav .active[data-v-9a9507b0] {
  color: #2F6AFF;
  font-weight: bold;
}
.nav_box .nav .active p[data-v-9a9507b0] {
  opacity: 1;
}
.typeTab div[data-v-9a9507b0] {
  padding: 0 32px;
  height: 40px;
  background: #f0f0f0;
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
  color: #787878;
  line-height: 40px;
  margin-right: 24px;
}
.typeTab .active[data-v-9a9507b0] {
  color: white;
  font-weight: bold;
  background: #2F6AFF;
}
.typeTab .active p[data-v-9a9507b0] {
  opacity: 1;
}
.list[data-v-9a9507b0] {
  margin-top: 24px;
  flex-wrap: wrap;
}
.pagination[data-v-9a9507b0] {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 8px;
  padding-bottom: 40px;
}
.title[data-v-9a9507b0] {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #282828;
  line-height: 22px;
  border-left: 4px #2F6AFF solid;
  padding-left: 12px;
}
.forward_icon[data-v-9a9507b0] {
  width: 16px;
  height: 16px;
}
.txt_red[data-v-9a9507b0] {
  color: #FF4646;
}
.txt_orange[data-v-9a9507b0] {
  color: #E2B17C;
}
.txt_blue[data-v-9a9507b0] {
  color: #2F6AFF !important;
}
.empty[data-v-9a9507b0] {
  font-size: 14px;
  text-align: center;
  color: #a0b0c2;
  line-height: 22px;
  margin: 120px;
}
.empty .empty_img[data-v-9a9507b0] {
  width: 160px;
  height: 142px;
  margin: 0 auto 16px;
}

