.wp_listcolumn {
  display: block;
  width: 100%;
  border-top: none;
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.wp_listcolumn .wp_column a {
  display: flex;
  border-bottom: 1px solid #ddd;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
  width: 180px;
  color: #000;
  fill: rgba(152, 159, 169, 1);
  background: none;
    text-decoration: none;
}
.wp_listcolumn .wp_column a:hover {
  background: none;
  background-color: #ddd;
  color: #000;
    text-decoration: none;
}
.wp_listcolumn .wp_column a.selected {
    color: #fff;
    background: none;
    background-color: rgb(237 124 64);
    text-decoration: none;
}

.wp_listcolumn .wp_column a .column-name {
  font-weight: 700;
  font-size: 16px;
}
.wp_listcolumn .wp_subcolumn {
  border-top: 1px solid rgb(255, 255, 255);
}
.wp_listcolumn .wp_subcolumn .wp_column a {
  display: flex;
  border-bottom: 1px solid #ddd;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
  width: 180px;
  color: #000;
  fill: rgba(152, 159, 169, 1);
}
.wp_listcolumn .wp_subcolumn .wp_column a:hover {
  background-color: #ddd;
}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name {
  line-height: 20px;
  padding-left: 50px;
}

body {
  background: #fff;
}

.possplit {
  background: none;
  text-indent: inherit;
  width: 5px;
}

.possplit::before {
  content: '¡¤';
}

.wp_paging {
    margin-top: 16px;
    display: flex;
    font-size: 16px;
    font-family: PingFang SC-ÖÐºÚÌå, PingFang SC;
    font-weight: normal;
    color: #333333;
    justify-content: flex-end;
}

.level2-main .level2:last-child {
  margin-bottom: 0;
}

.level2 {
  padding:20px 0 16px 20px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.level2 div {
  // margin: 16px 0;
}

.level2 div:last-child {
  margin-bottom: 0;
}

.selected {
  color: rgba(237, 124, 64, 1);
}