.text-overflow-1, ul.office-guide li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all; }

.text-overflow-2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.flex-between, ul.office-guide li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

ul.office-guide {
  background-color: #ffffff;
  border-radius: 8px; }
  ul.office-guide li:nth-child(1) label {
    background-color: #F36D78; }
  ul.office-guide li:nth-child(2) label {
    background-color: #ED7B2F; }
  ul.office-guide li:nth-child(3) label {
    background-color: #EDC32F; }
  ul.office-guide li label {
    margin: 0 10px 0 14px;
    text-align: center;
    width: 16px;
    height: 16px;
    background-color: #C5C5C5;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    color: #FFFFFF; }
  ul.office-guide li a {
    position: relative;
    width: calc(100% - 40px);
    height: 44px;
    line-height: 44px;
    padding-right: 24px;
    font-size: 13px;
    font-weight: 500;
    color: #383838;
    border-bottom: 1px solid #EEEEEE; }
    ul.office-guide li a:after {
      content: '';
      position: absolute;
      top: 19px;
      right: 12px;
      width: 6px;
      height: 6px;
      border-color: #C5C5C5;
      border-top: 1px solid;
      border-right: 1px solid;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  ul.office-guide li:last-child a {
    border-bottom: none; }

/*# sourceMappingURL=office-guide.css.map */