.culture {
  position: relative;
}
.mob-time {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0%;
  margin: 0px auto;
  padding: 0px;
  z-index: 9;
  background: #fff;
}
.warp-sub-top {
  width: 83%;
  margin: 20px auto;
  overflow: hidden;
}
.sub-top-time {
  width: 10000%;
  display: table;
  position: relative;
}
.sub-top-time li {
  width: 88px;
  height: 88px;
  border: 2px solid #a3a4a7;
  border-radius: 50%;
  float: left;
  margin: 0 14px;
  text-align: center;
  line-height: 126px;
  font-size: 17px;
  font-family: "Arial";
  background: url(../image/hs-b.png) no-repeat center 18px;
  cursor: pointer;
}
.sub-top-time li:hover {
  color: #fff;
  background: url(../image/hs-b2.png) no-repeat center 18px;
  background-color: #048041;
  border: 2px solid #048041;
}
#left-lt,
#right-rt {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 40px;
}
#left-lt {
  left: 0;
  background: url(../image/left-jt2.png) no-repeat;
}
#right-rt {
  right: 0;
  background: url(../image/lft-jt.png) no-repeat;
}
.history {
  padding-top: 100px;
}
