.college-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
}

.college-header__icon {
  width: 44px;
  height: 8px;
  background-size: cover;

  &[data-direction="left"] {
    background-image: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/college-plan/icon-left.png');
    background-position: right;
  }

  &[data-direction="right"] {
    background-image: url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/college-plan/icon-right.png');
    background-position: left;
  }
}

.college-header__text {
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #525C65;
  line-height: 1;
}

.college-header__decorate {
  display: block;
  width: 39px;
  height: 3px;
  margin: 0 auto;
  border-radius: 2px;
  background: linear-gradient(90deg,rgba(0,153,255,1) 0%,rgba(55,117,239,1) 100%);
}