.container:after {
  content: "";
  display: block;
  clear: both;
}
.container > div {
  float: left;
  height: calc(100vh - 92px);
  min-height: 719px;
  overflow: auto;
}
@media (max-width: 1600px) {
  .container > div {
    height: calc(100vh - 80px);
  }
}
.container .left {
  width: 31%;
  position: relative;
  background: url(../../img/index-main-bg.png) no-repeat;
  background-size: 100% 100%;
}
.container .left00:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(233, 72, 22, 0.7);
}
.container .left > div {
  position: absolute;
  left: 0;
  top: 0;
  top: 100px;
  left: 50%;
  margin-left: -109px;
  width: 218px;
  z-index: 99;
  color: #fff;
  text-align: center;
}
.container .left > div .back {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(../../img/back.png);
}
.container .left > div .title {
  margin-top: 280px;
}
.container .left > div .title .en {
  font-size: 20.39px;
  margin-bottom: 4px;
}
.container .left > div .title .zh {
  font-size: 33.92px;
  font-weight: bold;
  margin: 0;
}
.container .left > div .title .line {
  width: 50px;
  height: 7px;
  background: #fff;
  margin: 24px auto;
}
.container .right {
  width: 69%;
  padding: 0 14% 0 5%;
  box-sizing: border-box;
}
.container .right > div .title {
  font-size: 30px;
  font-weight: bold;
  color: #565656;
  margin-top: 80px;
  float:left;
}
.container .right > div .clear {
  clear: both;
}
.container .right > div .detail {
  font-size: 18px;
  color: #565656;
  line-height: 1.6;
  margin-top: 36px;
}
.container .right > div .line {
  width: 60%;
  height: 2px;
  background: #9e9e9e;
  margin-top: 102px;
  float: right;
}

.container .right > div .list-container {
  margin-top: 100px;
}
.container .right > div .list-container .list {
  margin-bottom: 20px;
}
.container .right > div .list-container .l-t {
  font-size: 26px;
  line-height: 40px;
}
.container .right > div .list-container .l-t i {
  margin-right: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  background: url(../../img/down.png) no-repeat;
  background-size: 100%;
}
.container .right > div .list-container .l-d {
  margin-top: 20px;
  padding-left: 60px;
  font-size: 18px;
  color: #565656;
  line-height: 1.6;
  min-height: 56px;
}
@media (max-width: 1600px) {
  .container .left > div .title {
    margin-top: 200px;
  }
  .container .left > div .title .en {
    font-size: 18px;
  }
  .container .left > div .title .zh {
    font-size: 24px;
  }
 
  .container .right > div .title {
    font-size: 24px;
  }
  .container .right > div .list-container {
    margin-top: 60px;
  }
  .container .right > div .list-container .l-t {
    font-size: 20px;
    line-height: 32px;
  }
  .container .right > div .list-container .l-t i {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  .container .right > div .list-container .l-d {
    padding-left: 50px;
    font-size: 16px;
    min-height: 50px;
  }
}
@media (min-width: 1601px) and (max-width: 3000px) {
  .container .right {
    width: 69%;
    padding: 0 10% 0 12%;
  }
  .container .right .title {
    font-size: 34px;
  }
  .container .right .detail {
    font-size: 20px;
  }
}


.container .right .disflex{
  display: flex;
}
.container .right .disflex .title{
  margin-right: 36px;
}
.container .right .disflex .line{
  flex: auto;
}