
.history-box-03{
    padding-top: 30px;
}
.history-box-03-tab{
  margin: 20px auto 0 auto!important;
  width: 68%;
}

#history .h-tit {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 78px;
}

#history .h-tit .text-26 {
  font-size: 26px;
  font-weight: 400;
  color: #333333;
}

/* history */
#history {
  position: relative;
  margin: 0 auto 0 auto;
  width: 66%;
}

.title {
  padding-bottom: 10px;
  border-bottom: 1px solid #E1E8F1;
  margin-bottom: 20px;
}
.l-more{
  padding-top: 40px;
  border-top: 1px solid #E1E8F1;
  margin-top: 60px;
  margin-bottom:100px;
}
.more-btn{
  width: 134px;
  height: 44px;
  background: #FFF;
  border: 1px solid #2568EF;
  border-radius: 4px;
  color:#2568EF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:100px;
  cursor: pointer;
}
.more-btn:hover{
    color: #fff;
    background: #2568ef;
}

.title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #2568EF;
}

.title p {
  font-size: 20px;
  color: #333;
}

.list {
  overflow: hidden;
  position: relative;
  padding:0 40px;
}

.list li {
  min-height: 110px;
  vertical-align: bottom;
  overflow: hidden;
  position: relative;
}
.l-cont{
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.liright{
  margin-left:40px;
}
.point{
  width: 1px;
  background: #E1E8F1;
  margin-top: 20px;
  padding: 100px 0;
}
.hisct {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  padding-left: 10px;
  display: flex;
  align-items: center;
  margin-bottom:10px;
  line-height: 26px;
}

.hisct::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #2568EF;
  border-radius: 50%;
  margin-right:25px;
  flex-shrink: 0;
}

.md {
  font-size: 18px;
  color: #AEAEAE;
}

.year {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2A2A2A;
}
/* 公共移动端 */
/* 屏幕 -- 差异化 */

@media (min-width: 576px) {
  .site-header {
    min-height: 500px;
  }

}

@media (min-width: 1620px) {
  .site-header {
    min-height: 574px;
  }
}


@media (max-width: 768px) {
    #history {
        width: 94%; 
    }
    .list{
        padding: 0 10px;
    }
    .l-more{
        margin-bottom: 0;
    }
}