/* ###################################收藏信息页面##################################################### */

/* 单块数据 */

.collect-mes {
  height: 140px;
  width: 910px;
  border-bottom: 1px solid #DDDDDD;
  margin: 0px auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 22px;
  line-height: 32px;
}

/* 数据标题 */

.collect-title {
  width: 355px;
  height: 17px;
  font-size: 16px;
  color: rgba(74, 136, 247, 1);
}

.collect-title:hover {
  color: rgba(74, 138, 247, 0.575);
  cursor: pointer;
}

/* 工作职位 */

.collect-job {
  width: 134px;
  height: 13px;
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
}

/* 公司地址 */

.collect-space {
  width: 208px;
  height: 14px;
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
}

/* 投递时间 */

.collect-mes .collect-time {
  float: right;
  font-size: 14px;
  color: #999999;
}

.collect-time a {
  color: #4A88F7;
  margin-left: 20px;
}

.collect-state {
  float: right;
  color: #4A88F7;
}

.collect-mes span {
  float: right;
  margin-right: 8px;
  color: #4A88F7;
}

.collect-state:hover {
  color: rgba(74, 138, 247, 0.575);
  cursor: pointer;
}

.collect-mes span:hover {
  color: rgba(74, 138, 247, 0.575);
  cursor: pointer;
}
