.historyList{
  padding:0 0.267rem;
  padding-bottom: 0.5rem;
}
.historyItem{
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 0.013rem solid #cccccc; 
}
.historyItem .title{
  font-size: 0.373rem;
  color: #333;
}
.historyItem .float-l{
  width: 5.4rem;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.historyItem .float-r{
  font-size: 0.32rem;
  color: #999;
  margin-top: 0.07rem;
}
.historyItem .list ul{
  display: flex;
  height: 1.533rem;
  border: 0.013rem solid #289eec;
  align-items:center;
}
.historyItem .list li{
  flex: 1;
  text-align: center;
  height: 0.533rem;
  position:relative;
  border-right: 0.027rem solid #ccc;
}
.historyItem .list li:last-child{
  border: 0;
}
.historyItem .list{
	margin-top: 0.267rem;
}
.historyItem .list li p{
  width: 100%;
  font-size: 0.32rem;
  position: absolute;
  top: -0.3rem;
  line-height: 1.5;
  color: #289eec;
}
.historyItem .list li p.text{
  top:0.3rem;
  color: #999;
}
.historyItem .btn a{
  display: block;
  width: 1.867rem;
  height: 0.55rem;
  background-color: #289eec;
  color: #fff;
  font-size: 0.293rem;
  text-align: center;
  line-height: 0.6rem;
  margin:0 auto;
  margin-top: 0.187rem;
  border-radius: 0.053rem;
}