.workshop-textA {
    background: red !important;
    /* height: 50px !important; */
    display: block;
  }
  
  .workshop-text .fufachejian {
    height: 20px;
    width: 60px;
    background: url('../../public/label/ffcj.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }
  
  .workshop-text .bangonglou {
    height: 20px;
    width: 60px;
    background: url('../../public/label/zhglbg.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }
  
  .workshop-text .qiye {
    height: 20px;
    width: 60px;
    background: url('../../public/label/blcyltfwqy.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }
  
  .workshop-text p {
    font-size: 0.9rem;
    font-weight: bold;
    padding: 10px;
    color: #0ff;
  }
  
  #tag {
    padding: 0px 10px;
    border: #00ffff solid 1px;
    height: 40px;
    border-radius: 5px;
    width: 65px;
  }
  
  .taga {
    display: block;
    widows: 50px;
    height: 50px;
    background: red;
  }
  
  .taga p {
    height: 50px;
    width: 50px;
    background: red;
  }
