.conts_list {
  border-top: 0.18rem solid #f4f5f9;
  background-color: #fff;
  padding: 0.11rem;
  padding-top: 0.2rem;
  padding-bottom: 0.6rem;
}

.tabble {
  border: 1px solid #eee;
  background-color: #fafafa;
  margin-bottom: 0.2rem;
}

.tabble_top {
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
  color: #666666;
  text-align: center;
  padding: 0.11rem 0;
  border-bottom: 1px solid #eee;
}

.tabble_top .items {
  flex: 1;
}

.tabble_bottom {
  display: flex;
  text-align: center;
  padding: 0.16rem 0;
}

.tabble_bottom .items {
  flex: 1;
}

.tabble_bottom .one {
  font-size: 0.19rem;
  font-weight: bold;
  color: #F94012;
}

.tabble_bottom .two {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabble_bottom .two img {
  width: 0.23rem;
  margin-right: 0.08rem;
}

.tabble_bottom .two span {
  font-size: 0.19rem;
  font-weight: bold;
  color: #F94012;
}

.tabble_bottom .three {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabble_bottom .three .l {
  font-size: 0.14rem;
  color: #666666;
  margin-right: 0.1rem;
}

.tabble_bottom .three .r {
  font-size: 0.12rem;
  color: #FFFFFF;
  padding: 0.04rem 0.08rem;
  background-color: #f94012;
  border-radius: 0.2rem;
}

.lists_conts {
  border-top: 1px solid #eee;
}

.lists_conts .items {
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.lists_conts .items .l {
  width: 0.37rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.15rem;
  font-size: 0.22rem;
  font-weight: bold;
  color: #333333;
}

.lists_conts .items .l img {
  width: 0.37rem;
}

.lists_conts .items .rs {
  flex: 1;
  display: flex;
  align-items: center;
}

.lists_conts .items .rs .user_img {
  position: relative;
  width: 0.39rem;
  height: 0.39rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.11rem;
  margin-top: -5%;
}

.lists_conts .items .rs .user_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 50px !important;
  max-height: 50px !important;
}

.lists_conts .items .rs .user_right {
  flex: 1;
}

.lists_conts .items .rs .user_right .top {
  align-items: center;
  margin-bottom: 0.15rem;
}

.lists_conts .items .rs .user_right .bottom {
  font-size: 0.14rem;
}

.lists_conts .items .rs .user_right .top .names {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  margin-right: 0.2rem;
}

.lists_conts .items .rs .user_right .top .tiops {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
}

.lists_conts .items .rs .user_right .top .tiops img {
  width: 0.2rem;
  padding: 0 0.05rem;
}

.page_list {
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}

.page_list .items {
  font-size: 0.14rem;
  color: #999999;
  padding: 0.06rem 0.16rem;
  border: 1px solid #eee;
  border-radius: 0.3rem;
  cursor: pointer;
}