@charset "UTF-8";
/*关于我们*/
.about-title {
  font-size: 36px;
  color: #93339e;
}

.about {
  padding: 20px 0;
}
.about .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about .box .content {
  width: 800px;
}
.about .box .content .intro {
  margin-top: 20px;
  line-height: 40px;
}
.about .box .img {
  width: 500px;
}

/*核心理念*/
.concept {
  padding: 50px 0 50px;
}
.concept .box {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1350px;
  flex-wrap: wrap;
  gap: 30px;
}
.concept .box .item {
  position: relative;
  width: 370px;
  height: 200px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0 0 2px #ccc;
  cursor: pointer;
}
.concept .box .item .img-box {
  width: 60px;
  height: 50px;
  overflow: hidden;
}
.concept .box .item .title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.concept .box .item .intro {
  margin-top: 10px;
  font-size: 14px;
  color: #6c6c6c;
}
.concept .box .item:hover {
  background: #efefef;
}

/*发展历程*/
.milestones {
  padding: 50px 0 50px;
}
.milestones .box {
  margin-top: 20px;
}
.milestones .box .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 80px;
}
.milestones .box .item .time {
  width: 60px;
  color: #333;
  font-size: 20px;
}
.milestones .box .item .title {
  width: 150px;
  color: #333;
  font-size: 20px;
}
.milestones .box .item .dot {
  width: 50px;
  height: 100%;
  border-left: 1px solid #ccc;
}
.milestones .box .item .dot .layui-badge-dot {
  margin-top: 36px;
  margin-left: -4px;
  background: #ccc;
}
.milestones .box .item .intro {
  font-size: 14px;
  color: #6c6c6c;
  background: #ccc;
  height: 60px;
  line-height: 60px;
  flex-grow: 1;
  padding: 0 20px;
  border-radius: 0 50px 50px 0;
}
.milestones .box .item:hover .time, .milestones .box .item:hover .title {
  color: #93339e;
}
.milestones .box .item:hover .dot .layui-badge-dot {
  margin-top: 32px;
  margin-left: -8px;
  background: #ccc;
  width: 14px;
  height: 14px;
  background: #93339e;
}
.milestones .box .item:hover .intro {
  background: #93339e;
  color: #fff;
}

/*投资哲学*/
.about3 {
  padding: 20px 0;
}
.about3 .content {
  margin-top: 20px;
  min-width: 1350px;
}
.about3 .content img {
  max-width: 100%;
}

/*# sourceMappingURL=style-about.css.map */
