/* *************************头部信息*************************** */
.section__part__head .list-title.report,
.section__part__head .list-title.report img {
  height: 30px !important;
}
.section__part__head .list-title.report::after {
  top: 5px !important;
}

/* *************************列表item*************************** */
.section__part__result .report-item{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-default-color);
}

.section__part__result .report-item .slot_left {
  margin-right: 15px;
}

.section__part__result .report-item .slot_left .cover,
.section__part__result .report-item .slot_left .cover img{
  width: 45px;
  height: 45px;
}

.section__part__result .report-item .slot_mid {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 15px;
}

.section__part__result .report-item:hover .slot_mid .cname {
  color: var(--theme-primary-color) !important;
  transition: all 0.3s;
}

.section__part__result .report-item .slot_mid .name {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
}

.section__part__result .report-item .slot_mid .name .cname {
  min-height: 16px;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  transition: all 0.3s;
}

.section__part__result .report-item .slot_mid .name .icon-nan {
  margin-top: -2px;
  width: 92px;
  height: 23px;
  margin-left: 10px;
}

.section__part__result .report-item .slot_mid .ename {
  width: 100%;
  height: 18px;
  font-size: 14px;
  line-height: 14px;
  color: var(--text-sub2-color);
  margin-bottom: 6px;
}

.section__part__result .report-item .slot_mid .data-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.section__part__result .report-item .slot_mid .data-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  font-size: 14px;
  min-width: 86px;
}

.section__part__result .report-item .slot_mid .data-item .text {
  margin-right: 5px;
  color: var(--text-sub2-color);
}

.section__part__result .report-item .slot_mid .data-item .num {
  color: var(--theme-primary-color);
}


.section__part__result .report-item .slot_mid .tag-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section__part__result .report-item .slot_mid .tag-list .tag-item {
  font-size: 12px;
  color: var(--theme-primary-color);
  line-height: 12px;
  padding: 3px 10px;
  border-radius: 9px;
  border: 1px solid var(--theme-primary-color);
  margin-right: 10px;
}

