.list-content {
  display: flex;
  margin-bottom: 0.40rem;
}

.list-content .right-content {
  /* flex: 1; */
  width: calc(100% - 2.80rem);
}

.sy-list-a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


.left-list {
  /* height: 4.48rem; */
  border-radius: 0.16rem;
  background: #FFFFFF;
  overflow: hidden;
  border: 1px solid #DCDCDC;
  margin-bottom: 0.32rem;
  /* min-height: 8.13rem; */
}

.left-list ul p {
  margin: 0.40rem 0;
}

.left-list .header,
.left-list ul li {
  display: flex;
  font-family: PingFangSC, PingFang SC;
  font-size: 0.18rem;
  color: rgba(51,51,51,0.85);
  padding: 0px 0.32rem;
  box-sizing: border-box;
}

.left-list .header {
  height: 0.73rem;
  line-height: 0.73rem;
  font-weight: 600;
  color: #333333;
  background: #F8F8F8;
}

.left-list ul li {
  height: 0.75rem;
  line-height: 0.74rem;
  font-weight: 400;
  color: rgba(51,51,51,0.85);
  border-top: 1px solid #EEEEEE;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.left-list ul li:hover {
  background: rgba(184,151,113,0.1);
}

.left-list ul li span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.left-list .name {
  width: 0.46rem;
}

.left-list .code {
  width: 8.37rem;
  margin: 0px 0.83rem 0px 0.86rem;
}

.left-list .type {
  width: 2.24rem;
  margin-right: 0.83rem;
  /* margin: 0px 0.86rem; */
}

.left-list .time {
  width: 1.19rem;
}


.left-list .down_code {
  width: 6.54rem;
  margin: 0px 0.83rem 0px 0.86rem;
}

.left-list .down_time {
  width: 1.19rem;
  margin-right: 0.83rem;
}

.left-list .down_btn {
  width: 1.00rem;
}

.left-list li .down_btn {
  color: #B89771;
}

.left-list .ggz {
  color: rgba(222,137,23,0.85);
}

.left-list .gsz {
  color: rgba(29,202,86,0.85);
}

.left-list .end {
  color: #FF5A41;
}

