
.sy-list-a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sy-jygg {
  margin-bottom: 0.40rem;
}

.left-list {
  /* height: 4.48rem; */
  border-radius: 0.16rem;
  background: #FFFFFF;
  overflow: hidden;
  border: 1px solid #DCDCDC;
  margin-bottom: 0.32rem;
}

.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: 7.04rem;
}

.left-list .code {
  width: 2.07rem;
  margin: 0px 0.53rem 0px 0.56rem;
}

.left-list .type {
  width: 1.45rem;
  /* margin: 0px 0.86rem; */
}

.left-list .status {
  width: 0.73rem;
  margin: 0px 0.56rem;
  margin-right: 0.53rem;
}

.left-list .time {
  width: 1.09rem;
}

.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;
}

/* 修改筛选条件的搜索样式 */
.select dd {
  font-size: 0.16rem;
  line-height: 0.18rem;
  vertical-align: center;
  float: left;
  margin: 0 0 0.12rem 0.16rem;
  color: #444444;
  padding: 0.06rem 0.20rem;
  padding: 0px 0.05rem;
}

.select dt {
  margin-bottom: 0.06rem;
  text-align: left;
  color: #333333;
  font-size: 0.16rem;
  height: 0.32rem;
  line-height: 0.32rem;
}

.select li {
  margin-bottom: 5px;
}

.select #select4 dd input {
  height: 0.32rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
}

.jygg-li-show-box {
  /* background-color: #efefef; */
  height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.jygg-li-show-btn {
  width: 60px;
  height: 100%;
  margin: 0 auto;
  cursor: pointer;
  font-size: 0.16rem;
  display: flex;
}

.li-show-btn-img {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}

.li-show {
  display: none;
}