.press__common-title {
  width: 7.02rem;
  height: .8rem;
  margin: 0 auto;
  @include flex-content;

  h4 {
    @include flex-content($justify: flex-start);

    span {
      padding-left: .1rem;
      color: $color-main;
      font-size: $font-m;
      line-height: .44rem;
      font-weight: bold;
    }
  }

  .icon-team {
    font-size: .3rem;
    color: #35322d;
  }

  i {
    color: #35322d;
  }
}

.tip-toc-morelink {
  font-size: $font-s;
  color: $color-main;
  line-height: .44rem;
  display: flex;
  justify-content: flex-end;

  .icon-arrow-more {
    font-size: .2rem;
    margin: 0 0 0 .08rem;
  }
}

.common-right-tips {
  /*接受调配*/
  .team-protocol {
    margin: 0;
  }

  .team-protocol-tips {
    color: $color-main;
    font-size: $font-s;
    @include line-height(.34);
  }

  .team-protocol-more {
    p {
      position: absolute;
      top: -.72rem;
      left: -4.4rem;
      margin-left: 0;

      &:after {
        content: '';

        /*position: absolute;
				left: 89%;
				margin-left: 0;*/
        display: none;
      }
    }
  }

  /*队伍提示*/
  .team-moremsg {
    @include flex-content($justify: flex-start);

    .team-moremsg-txt {
      color: $color-main;
      font-size: $font-s;
      @include line-height(.34);
    }

    .team-moremsg-link {
      padding-left: .08rem;
      color: #b5ddde;
      font-size: $font-s;
      @include line-height(.34);
    }
  }
}