.container {
  min-width: 1200px;
  margin: 0 auto;
  background-image: url("../image/about/bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 1075px;
}
.container > .banner-text {
  min-width: 1180px;
  margin: 0 auto;
  padding-top: 150px;
  z-index: 1;
}
.container > .banner-text > .title {
  width: 1150px;
  margin: 0 auto;
  position: relative;
}
.container > .banner-text > .title > .img {
  position: relative;
}
.container > .banner-text > .title > .img > img {
  width: 33px;
  height: 11px;
}
.container > .banner-text > .title > .img::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: -2px;
  width: 37px;
  height: 2px;
  background: #ffffff;
}
.container > .banner-text > .title > .eng {
  font-size: 24px;
  font-family: FranklinGothic;
  font-weight: 800;
  font-style: italic;
  color: #ffffff;
  position: absolute;
  top: -4px;
  left: 60px;
}
.container > .banner-text > .title > .text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 30px;
  left: 60px;
}
.container > .content {
  width: 1000px;
  margin: 150px auto;
  position: relative;
}
.container > .content > .bg {
  width: 507px;
  height: 149px;
  position: absolute;
  top: -100px;
  right: -120px;
  background: linear-gradient(176deg, rgba(225, 0, 25, 0.53), rgba(148, 18, 39, 0.53));
}
.container > .content > .title {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.container > .content > .sub-title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8d8e92;
  margin-top: -20px;
  position: relative;
}
.container > .content > .sub-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 60px;
  width: 77px;
  height: 2px;
  background: #ff0000;
  left: 0;
}
.container > .content > .detail {
  margin: 80px 0;
  width: 500px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cccccc;
  line-height: 30px;
}
.container > .content ul {
  vertical-align: top;
  list-style: none;
  display: inline-block;
  margin-left: -37px;
}
.container > .content ul li {
  font-size: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.container > .content ul li > img {
  width: 14px;
  height: 15px;
  vertical-align: middle;
}
.container > .content ul li > span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  margin-left: 20px;
}
.container > .content ul li > span a {
  color: #ffffff;
}
