﻿/*.render-body {
  padding-top: 60px;
  background-color: #1e1e1e;
  padding-bottom: 1px;
}*/
.render-body {
    /*padding-top: 60px;*/
    background-color: #fff;
    /*padding-bottom: 1px;*/
}

.history-top {
    background-image: url("/img/history/history_bg3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 62.363%;
    position: relative;
}

.history-top.en {
    background-image: url("/img/history/history_bg4.jpg");
}

.history-top-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
}

    .history-top-content h3 {
        font-size: 32px;
        color: #f3f3f3;
        text-align: center;
        margin-top: 0;
    }

    .history-top-content p {
        font-size: 14px;
        color: #f3f3f3;
        text-align: center;
        margin-bottom: 0;
    }

.view-more-btn {
    display: flex;
    min-width: 170px;
    padding: 0 30px;
    height: 40px;
    line-height: 38px;
    /*font-size: 0.875em;*/
    /*    background-color: #028be6;
    border-radius: 15px;*/
    /*font-size: 1.2em;*/
    border: 1px solid #111;
    justify-content: center;
    color: #111;
    align-items: center;
}

    .view-more-btn:hover {
        border: none;
        background-color: #028be6;
        color: #f3f3f3;
    }

@media (min-width: 768px) {
    .render-body {
        padding-top: 0;
    }

    .history-top {
        background-image: url("/img/history/history_bg3.jpg");
        padding-top: 38.48958%;
    }
    .history-top.en {
        background-image: url("/img/history/history_bg4.jpg");
    }

    .history-top-content {
        top: 40%;
    }

        .history-top-content h3 {
            font-size: 50px;
            /* font-family: "黑体"; */
        }

        .history-top-content p {
            font-size: 18px;
        }
}

.history-content {
    margin: 0;
    padding-left: 19.7916vw;
    padding-top: 100px;
    padding-bottom: 60px;
    max-width: 1450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}

.year-content-item ul,
.year-content-item li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.year-title {
    margin: 0 0 35px;
    color: #424242;
    font-size: 24px;
    font-weight: bold;
}

.month-history-container {
    display: grid;
    grid-template-columns: 100px auto;
}

.month-title-wrap {
    color: #b0b0b0;
    width: 100px;
    height: 100%;
}

.month-title-content {
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;
    height: 100%;
}

.month-node {
    width: 10px;
    height: 10px;
    background-color: #ff6700;
    border-radius: 50%;
    margin: 0 0 0 8px;
}

.month-history-list {
    position: relative;
    padding-left: 8.5416vw !important;
    color: #757575;
    font-size: 14px;
    line-height: 1.5 !important;
    padding-bottom: 20px !important;
}

    .month-history-list::before {
        content: '';
        position: absolute;
        top: 15px;
        left: -6px;
        width: 2px;
        height: 100%;
        background: #dbd5d5de;
    }

@media(max-width: 767px) {
    .history-content {
        margin: 0;
        padding: 100px 15px 60px 15px;
        max-width: 1450px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 80px;
    }
    ul.year-details {
        margin-left: -50px;
    }
}
/*
.history-content {
  padding: 8% 10%;
}

.history-content-item {
  color: #028be6;
  background-color: #3f3f3f;
  min-height: 125px;
  margin-bottom: 22px;
  position: relative;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: space-around;
}

.history-content-item::after {
  content: "";
  border-top: 12px solid #3f3f3f;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  left: calc(50% - 12px);
}

.history-item-img {
  width: 28%;
  max-width: 100px;
}
.history-item-img img {
  width: 100%;
}

.history-item {
  width: 68%;
}

.history-item h3 {
  color: #028be6;
  margin-left: 20px;
  margin-top: 0;
}

.history-item > ul {
  list-style: disc;
  margin-left: 20px;
}

.history-item > ul > li {
  list-style: disc;
  color: #f3f3f3;
  font-size: 12px;
}

@media (min-width: 768px) {
  .history-content {
    padding: 0;
    width: 36%;
    border-right: 4px solid #3f3f3f;
    padding-right: 15px;
    margin-left: 14%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .history-content-item {
    margin-bottom: -50px;
    padding: 30px 20px;
    transform: translateX(-10%);
    opacity: 0;
  }
  .history-content-item.faded {
    transition: all 0.5s ease-in-out 0s;
    transform: translateX(0);
    opacity: 1;
  }

  .history-content-item:last-child {
    margin-bottom: 0;
  }

  .history-content-item::after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #3f3f3f;
    border-right: 15px solid transparent;
    bottom: 50%;
    bottom: calc(50% - 15px);
    left: auto;
    right: -30px;
  }

  .history-content-item:nth-child(even) {
    transform: translateX(118.5%);
    transform: translateX(calc(110% + 34px));
    opacity: 0;
  }
  .history-content-item:nth-child(even)::after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid #3f3f3f;
    left: -30px;
    right: auto;
  }

  .history-content-item.faded:nth-child(even) {
    transition: all 0.5s ease-in-out 0s;
    transform: translateX(108.5%);
    transform: translateX(calc(100% + 34px));
    opacity: 1;
  }

  .history-content-item .history-item-img {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transform: scale(1);
    opacity: 0;
  }

  .history-content-item:hover .history-item-img {
    transform: scale(1.1);
  }

  .history-content-item.faded .history-item-img {
    -webkit-animation: faded1 0.5s ease-in-out 1s 1 normal;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: faded1 0.5s ease-in-out 1s 1 normal;
    -moz-animation-fill-mode: forwards;
    -ms-animation: faded1 0.5s ease-in-out 1s 1 normal;
    -ms-animation-fill-mode: forwards;
    animation: faded1 0.5s ease-in-out 1s 1 normal;
    animation-fill-mode: forwards;
  }

  @-webkit-keyframes faded1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes faded1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-ms-keyframes faded1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes faded1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .history-item h3 {
    font-size: 50px;
    margin-bottom: 25px;
    opacity: 0;
  }

  .history-content-item.faded .history-item h3 {
    transition: all 0.3s ease-in-out 0.5s;
    opacity: 1;
  }

  .history-item > ul > li {
    font-size: 14px;
    margin-bottom: 8px;
    transform: translateY(50%);
    opacity: 0;
  }

  .history-item > ul > li:last-child {
    margin-bottom: 0;
  }

  .history-item.faded > ul > li {
    transition: all 0.3s ease-in-out 0s;
    transition-property: transform, opacity;
    transform: translateY(0);
    opacity: 1;
  }
}
*/
