.college-page__contact {
  margin: 5px 0 0;
  font-size: 12px;
  color: #0099FF;
  text-align: center;
  line-height: 22px;
}

.college-page__section {
  margin: 0 15px 10px;
  border: 1px solid #ECECEC;
  border-radius: 1px;

  .section__icon {
    float: left;
    width: 30px;
    height: 34px;
    margin: 13px 0 0 15px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }

  .section__body {
    margin-left: 60px;
    padding: 8px 0;
  }

  .section__title {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 400;
    color: #0099FF;
    line-height: 1;
  }

  .section__desc {
    margin: 0;
    font-size: 12px;
    color: #333;
    line-height: 15px;
  }
}

.college-page__college {
  // display: flex;
  // flex-wrap: wrap;
  padding: 4px 10px 0;

  .college__item {
    // width: 166px;
    margin: 0 5px 10px;
    cursor: pointer;
  }

  .college__iamge {
    display: block;
    height: 60px;
    border: 1px solid #ECECEC;
    border-radius: 1px;
    background-size: auto 95%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .college__name {
    margin: 6px 0 0;;
    font-size: 12px;
    color: #525C65;
    text-align: center;
    line-height: 16px;
  }
}