.signup {
  padding: 40px;
}
.signup .title {
  font-size: 18px;
  line-height: 1;
  color: #2276c3;
  text-align: left;
  font-weight: bold;
  padding-bottom: 13px;
  border-bottom: 1px solid #f3f3f3;
}
.signup .item {
  float: left;
  width: 33.3%;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*.signup .item a {
  padding-left: 11px;
  background: url(../../Images/ResidentAndQuik/point.jpg) 4px center no-repeat;
}*/
.signup .item:hover a {
  display: inline-block;
  cursor: pointer;
}
.signup .item:hover a {
  color: #2276c3;
}
.signup .look {
  display: none;
  width: 12px;
  height: 14px;
  vertical-align: middle;
  background: url(../../Images/ResidentAndQuik/look.png) 0 0 no-repeat;
}
.signup .new {
  display: none;
  width: 15px;
  height: 15px;
  background: url(../../Images/ResidentAndQuik/new.png) 0 0 no-repeat;
  vertical-align: middle;
}

