.chinacaring-scroll-container {
  overflow: hidden;
}
.chinacaring-scroll-content {
  position: relative;
}
.chinacaring-scroll-content:before {
  position: absolute;
  color: #666;
  content: attr(stateName);
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  font-family: "黑体";
}
.chinacaring-scroll-content:after {
  position: absolute;
  color: #666;
  content: attr(stateNameDown);
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  font-family: "黑体";
}
