body {
  background: url('/new/images/main-bg-long.png') no-repeat center top/cover;
}

/*  Body */
.ct-section {
  padding-top: 230px;
  background-size: cover;
  color: #fff;
}

.cont-txt {
  color: #fff;
}

.cont-txt h1 {
  font-weight: 700;
  font-size: 85px;
  margin-bottom: 24px;
}

.cont-txt p {
  max-width: 870px;
  width: 100%;
  word-break: keep-all;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
}

.content {
  position: relative;
  margin-top: 223px;
  overflow: hidden;
}

.content > div {
  float: left;
  margin-right: 20px;
  margin-bottom: 118px;
}

.content > .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 43px 0;
  float: inherit;
  width: 1240px;
  max-width: 100%;
}

.title {
  font-weight: 400;
  font-size: 40px;
}

.port .more {
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  vertical-align: middle;
  text-transform: lowercase;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.more a {
  color: #fff;
}

.content.port .content-bg-wrap {
  margin-right: 64px;
}

.content.port .content-bg-wrap:last-child {
  margin-right: 0;
}

.content-img {
  margin-bottom: 64px;
  text-align: center;
}

.content-bg {
  margin-bottom: 20px;
}

.bgwrap > div:nth-child(2n) {
  margin-right: 0;
  margin-left: 20px;
}

.content > div span {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.content > div p {
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
}

.cont-list {
  border-bottom: 2px solid #000;
}

.cont-list h3 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}

.cont-list span {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 1.6;
}

.list {
  margin: 120px 0 120px 0;
  display: flex;
  flex-wrap: wrap;
}

.list ul:first-child {
  margin-right: 223px;
}

.list ul li {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  line-height: 74px;
}

.history {
  position: relative;
  border-bottom: 2px solid #000;
}

.year {
  margin-bottom: 120px;
}

.year:first-child::before {
  display: none;
}

.year::before {
  content: "";
  width: 200px;
  height: 4px;
  background: #666666;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 120px;
}

.year > span {
  font-size: 85px;
  font-weight: 500;
  color: #fff;
}

.year ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.year ul li {
  width: 280px;
  color: #fff;
  margin-right: 64px;
  margin-bottom: 80px;
  line-height: 32px;
}

.year ul li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #fcdd6a;
  border-radius: 50px;
  margin-bottom: 40px;
}

.year ul li p {
  font-size: 28px;
  font-weight: 700;
}

.year ul li span {
  font-size: 28px;
  font-weight: 300;
}


@media (max-width: 1440px) {
  .cont-txt p br:not(.mo) {
    display: none;
  }
  .content.port .content-bg-wrap {
    margin: 0;
    width: 100%;
  }

  .cont-list {
    padding: 0 30px;
  }
}

@media (max-width: 801px) {
  body {
    background-size: cover;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 280px;
    height: 100%;
    overflow-x: hidden;
  }

  .content > div {
    float: none;
    margin-right: auto;
  }

  .content.bgwrap span {
    font-weight: 700;
    font-size: 14px;
  }

  .bgwrap > div:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }

  .content.bgwrap p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
  }

  .ct-section,
  .cont-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-width: 280px;
    overflow-x: hidden;
  }

  .cont-list > .wrap {
    padding: 0 30px;
  }

  .ct-section {
    padding-top: 144.5px;
    color: #fff;
  }

  .ct-section.second {
    padding-bottom: 154.5px;
  }

  .ct-section.second>.wrap {
    padding: 0 12.5px;
  }

  .container.second .ct-section>.wrap {
    padding: 0;
  }

  .content.port .content-bg-wrap {
    margin-right: 0;
  }

  .container.second .cont-txt {
    padding-left: 0;
  }

  .cont-txt h1 {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 12.5px;
  }

  .cont-txt p {
    width: 100%;
    font-weight: 400;
    font-size: 10px;
  }

  .content {
    position: relative;
    margin-top: 99px;
  }

  .content.port .content-bg-wrap {
    float: none;
  }

  .content>div {
    margin-bottom: 0;
  }

  .content-bg-wrap a {
    display: inline-block;
    width: 100%;
  }

  .content.bgwrap>div {
    margin-bottom: 40px;
  }

  .content.bgwrap {
    margin-top: 40px;
  }

  .content-bg {
    margin-bottom: 16.5px;
    width: 350px;
    max-width: 100%;
  }

  .content-bg img {
    width: 100%;
    height: auto;
  }

  .content .title-wrap {
    width: 100%;
    margin-bottom: 10.5px;
  }

  .title {
    margin-bottom: 0;
  }

  .title-wrap .title {
    font-size: 17px;
    font-weight: bold;
  }

  .content-img {
    position: relative;
    margin-bottom: 24px;
    width: 300px;
    max-width: 100%;
  }

  .content-img img {
    width: 100%;
    height: auto;
  }

  .title-wrap .more {
    display: inline-block;
    font-weight: 400;
    font-size: 9px;
    text-transform: lowercase;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }

  .title-wrap.mo .more a {
    color: #fff;
  }

  .cont-list {
    padding: 0;
    margin-top: 80px;
    border-bottom: none;
  }

  .cont-list h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.6;
  }

  .cont-list span {
    font-size: 9px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
  }

  .list {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 32px;
    margin-bottom: 80px;
  }

  .list ul:first-child {
    margin-right: 26px;
  }

  .list ul li {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media (max-width: 320px) {
  .list {
    flex-wrap: wrap;
  }
}