.renzaizhichangtab {
  width: 70%;
}

.renzaizhichangtab .more {
  display: flex;
  justify-content: center;
  margin: 2rem;
}

.renzaizhichangtab .more a {
  color: #999999;
}

.renzaizhichangtab .tab_list ul li {
  display: inline-block;
  padding: 5px 2rem;
  cursor: pointer;
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}

.renzaizhichangtab .tab_list ul li.current {
  color: rgb(0, 121, 254);
  border-bottom: 4px solid rgb(0, 121, 254);
}

.renzaizhichangtab .tab_con .item {
  display: none;
}

.renzaizhichangtab .tab_con .item .tabcon-item {
  display: flex;
  justify-content: space-between;
  padding: 1rem 3rem;
  border-bottom: 1px solid rgba(192, 38, 56, 1)
}

.renzaizhichangtab .tab_con .item .tabcon-item-name {
  font-family: "微软雅黑", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 36px;
}

.renzaizhichangtab .tab_con .item .tabcon-item-name:hover {
  text-decoration: underline;
  color: rgb(51, 119, 255);
}

.renzaizhichangtab .tab_con .item .tabcon-item-date {
  font-family: "微软雅黑 Regular", "微软雅黑", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #999999;
  line-height: 36px;
}

.renzaizhichangtab .tab_con .item:first-child {
  display: block;
}
