.main {
  min-width: 1000px;
}

.main .banner {
  width: 100%;
  height: 363px;
  text-align: center;
  line-height: 363px;
  color: #ffffff;
  font-size: 36px;
  background: url(../image/future/banner.png) no-repeat;
}

.main .boss-info {
  width: 1000px;
  margin: 80px auto 0;
}

.main .boss-info h5 {
  margin-bottom: 58px;
  font-size: 24px;
  font-weight: 500;
  color: #4a4a4a;
}

.main .boss-info .content {
  display: flex;
  height: 494px;
  vertical-align: top;
}

.main .boss-info .content img {
  width: 360px;
  height: 494px;
}

.main .boss-info .content .info {
  display: inline-block;
  margin-left: 68px;
  margin-top: 95px;
  width: 566px;
  vertical-align: top;
}

.main .boss-info .content .info p .name {
  margin-right: 20px;
  font-size: 24px;
  color: #363439;
}

.main .boss-info .content .info p .title {
  font-size: 16px;
  color: #4a4a4a;
}

.main .boss-info .content .info .desc {
  margin-top: 45px;
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
}

.main .dev-future {
  width: 1000px;
  margin: 80px auto 70px;
  overflow: auto;
}

.main .dev-future h4 {
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: 500;
  color: #363439;
}

.main .dev-future .person-info {
  margin-bottom: 38px;
  font-size: 16px;
  color: #7d7d7d;
}

.main .dev-future .person-info span:first-child {
  margin-right: 12px;
}

.main .dev-future .content {
  margin-bottom: 30px;
  line-height: 28px;
  font-size: 16px;
  color: #7d7d7d;
}

.main .dev-future .content-item .item {
  display: flex;
  margin-bottom: 24px;
}

.main .dev-future .content-item .item .small {
  flex: 0 0 88px;
  font-size: 12px;
  color: #9f9f9f;
  line-height: 24px;
}

.main .dev-future .content-item .item .big {
  flex: 0 0 auto;
}

.main .dev-future .content-item .item .big p:first-child {
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
}

.main .dev-future .content-item .item .big p:last-child {
  font-size: 12px;
  color: #9f9f9f;
  line-height: 20px;
}

.main .dev-future h5 {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
}

.main .dev-future .last {
  margin-bottom: 70px;
}