.top-container {
  width: 100%;
  height: 360px; }

.team {
  width: 100%;
  background-image: url(../../image/ldtd_bg2.png);
  background-size: 100% 100%;
  padding-bottom: 100px; }
  .team .synopsis {
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #222227; }
    .team .synopsis .text {
      text-align: center;
      background: #E8ECF3;
      line-height: 24px;
      padding: 5px 30px; }
  .team .structure {
    margin-top: 48px;
    height: 289px; }
  .team .team-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 50px; }
    .team .team-list .item {
      width: 122px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .team .team-list .item img {
        width: 100%;
        height: 176px; }
      .team .team-list .item .name {
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px; }
      .team .team-list .item .position {
        margin-top: 10px;
        height: 39px;
        background: rgba(23, 64, 134, 0.1);
        border: 1px solid rgba(23, 64, 134, 0.2);
        border-radius: 0px 6px 0px 6px;
        padding: 0 15px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #174086;
        font-size: 14px; }
  .team .condition {
    font-size: 14px;
    color: #222227;
    line-height: 24px;
    margin-top: 60px; }
