@charset "utf-8";
.myzj ul.list li{
  display: inline-block; width: 100%;
}
.myzj ul.list li a{
  width: auto; max-width: calc(100% - 180px);float: left; 

}
.myzj ul.list li .jggs{
  float: left; width: auto; line-height: 26px; height: 26px;margin: 5px 0 0 5px; display: none;
}
.myzj ul.list li .jggs a{
  max-width: 85px; width: 85px; background-color: #f4b118; color: #fff; text-align: center; border-radius: 3px; line-height: 26px; height: 26px; 
}
.myzj ul.list li .status{
  width: 80px; text-align: center; border-radius: 12px; line-height: 26px; height: 26px; margin-top: 5px; display: none;
}
.myzj ul.list li .ongoing{
  background-color: #ec4949; color: #fff;
}
.myzj ul.list li .finished{
  background-color: #cfcfcf; color: #787575;
}
@media screen and (max-width:650px){
  .myzj ul.list li {
    height: auto;
  }
  .myzj ul.list li a{
    width: 100%; max-width: 100%;
  }
  .myzj ul.list li .jggs{
    float: left; margin: 0;
  }
  .myzj ul.list li .status{
    float: none; margin-top: 0px; vertical-align: 10%; margin-left: 5px;
  }

}