.left{
  float: left;
}
.right{
  float: right;
}
.clear{
  clear: both;
}
.content{
  width: 100%;
  margin-left:50px;
}

.boss-img{
  width: 230px;
  height: 140px;
  position: absolute;
  z-index: 99;
  margin-top: -45px;
}

.boss-time{
  margin-left: 250px;
  margin-top: -65px;
  width: 370px;
  color:#fff;
}
.orange{
  color: #fdc233;
}

.change{
  margin-left: 700px;
  position: absolute;
  z-index: 99;
  margin-top: -53px;
  cursor: pointer;
}
.hide{
  display: none;
}


