.ytht-history-main {
  padding-top: 40px;
  padding-bottom: 60px;
}

.history h3 {
  font-size: 40px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.history .list {
  position: relative;
  width: 100%;
  margin: 40px 0 0 0;
  box-sizing: border-box;
}

.history .item {
  height: 380px;
  position: relative;
  width: 100%;
  padding: 36px 0;
  box-sizing: border-box;
}

.history .item::after {
  display: block;
  content: " ";
  clear: both;
}

.history .item::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #dfdfdf;
  height: 100%;
}

.history .item .content {
  float: left;
  position: relative;
  margin: 0px;
  width: calc(50% - 62px);
  padding-right: 25px;
}
.history .item .content h5{
 margin-bottom: 30px;
 font-size:32px;
 text-align:left;
}
.history .item .content p{
  font-size:18px;
  text-align:left
}
.history .item:nth-child(odd) h5,
.history .item:nth-child(odd) p
{
  text-align:right
}
.history .item .content::before {
  content: "";
  position: absolute;
  width: 63px;
  height: 9px;
  top: 20px;
  right: -66px;
  background: url(./pics/ibg5.png) no-repeat;
}

.history .item .content p {
  font-size: 17px;
  color: #555;
  line-height: 24px;
}

.history .item .content p ~ p {
  margin-top: 10px;
}

.history .item .date {
  padding-top: 20px;
  position: absolute;
  left: calc(50% + 62px);
  border-radius: 30px;
  box-sizing: border-box;
  text-align: center;
}
.history .item .date img{

}
.history .item:nth-child(2n + 2) .content {
  float: right;
}

.history .item:nth-child(2n + 2) .content::before {
  right: auto;
  left: -63px;
  background: url(./pics/ibg6.png) no-repeat;
}

.history .item:nth-child(2n + 2) .date {
  left: auto;
  right: calc(50% + 62px);
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .history .list {
    margin: 30px 0 0 0;
  }

  .history .item {
    padding: 20px 0;
  }

  .history .item::before {
    left: 10px;
  }

  .history .item .content {
    float: none;
    width: 100%;
    padding: 15px 0 0 30px;
    border: none;
  }

  .history .item .content::before {
    display: none;
  }

  .history .item .content p {
    font-size: 16px;
    line-height: 22px;
  }

  .history .item .date {
    margin: 0 0 0 30px;
    position: static;
    left: auto;
    top: auto;
    border-radius: 30px;
    width: 130px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    position: relative;
  }

  .history .item .date::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 9px;
    top: 12px;
    left: -24px;
    background: url(../images/ibg6.png) no-repeat;
    z-index: -1;
  }

  .history .item:nth-child(2n + 2) .content {
    float: none;
  }

  .history .item:nth-child(2n + 2) .date {
    right: auto;
  }
}
