.list {
  flex-grow: 0;
  display: flex;
  flex-flow: column nowrap;
  padding: 20px 0;
}

/*-------------------------------------------- 
      Main List - News
  --------------------------------------------*/

.news {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  margin: 0 0 20px;
  padding: 0 30px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(23, 24, 25, 0.04);
  cursor: pointer;
}

.news:hover {
  box-shadow: 0px 0px 15px 0px rgba(23, 24, 25, 0.2);
}

.news .content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 490px;
  height: 50px;
  margin: 0 30px 0 0;
}

.news .content .title {
  color: #2681f6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .content .tip {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #9c9c9c;
  font-size: 14px;
}

.news .content .tip .divider {
  margin: 0 10px;
}

.news .info {
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  min-width: 0;
  height: 50px;
  margin: 0 30px 0 0;
}

.news .info .school {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #2681f6;
  height: 50px;
}

.news .info .school .vip {
  height: 12px;
  width: auto;
  margin: 0 0 0 4px;
}

.news .info .school .verify {
  height: 16px;
  width: auto;
  margin: 0 0 0 4px;
}

.news .info .location {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #9c9c9c;
  font-size: 14px;
}

.news .info .location .divider {
  margin: 0 10px;
}

.news .icon {
  display: flex;
  align-items: center;
  height: 50px;
}

.news .icon img {
  width: 60px;
  height: 60px;
}
