.topImg{
  background: url(../../../assets/img/home/news-top.jpg) no-repeat;
  width:100%;
  height:40%;
  background-size:100% 100%;
  padding: 1.875rem 4.375rem;
}
.topContentText{
  font-size: 0.625rem;
  color: white;
  margin-top: 0.75rem;
  margin-bottom: 0;
  outline: none;
}
.historyBack{
  overflow-x: hidden;
  /*padding-top: 120px;*/
  padding-bottom: 300px;
  background: url(../../../assets/img/home/history-bj.png) no-repeat;
  background-size:100% 100%;
}
.time{
  overflow-x: auto;
  display: flex;
  align-items: center;
}
.noLightTitle{
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 26px;
  color: #757D8B;
  line-height: 37px;
  text-align: left;
  font-style: normal;
  margin-bottom: 16px;
  color: black;
}
.noLightContent{
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #757D8B;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  margin-bottom: 16px;
  color: black;
}
.noLightDes{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #757D8B;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  color: black;
}
.noLightCire{
  width: 9px;
  height: 9px;
  background: white;
  border: 1px solid #D2E3FF;
  border-radius: 9px;
  border: 1px solid #0052D9;
}
.noLightCire2{
  width: 5px;
  height: 5px;
  background: #0052D9;
  border-radius: 5px;
  margin: 1px;
  margin-left: 1.3px;
  /*display: none;*/
}
.timeBorder{
  width: 360px;
  display: flex;
  align-items: center;
}
.noLightLine{
  display: flex;
  align-items: center;
  width: 360px;
}
.timeBottom{
  width: 240px;
  height: 221px;
  padding-top: 27px;
}
.timeTop{
  width: 240px;
  padding-bottom: 27px;
  height: 268px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.default{
  display: none;
}
.light{
  /*display: none;*/
}
.model{
  width: max-content;
  height: auto;
  background: white;
  border-radius: 16px;
  padding: 31px;
  position: absolute;
  bottom: 0;
  margin-left: 40px;
  display: none;
}
.wrapper {
  flex: 1;
  height: 4px;
  padding-top: 1px;
}
.progress {
  width: 0;
  height: inherit;
  background: #0052D9;
  position: relative;
  top: -1px;
  left: 0;
  z-index: 100;
}
.noLightTime{
  background: #DADEE6;
  height: 1px;
  width: 100%;
  position: relative;
  top: -4px;
  left: 0;
}


