.wrap .info {
  font-size: 12px;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 10px 15px;
  justify-content: space-between;
  
}
.wrap .info .logout{
  cursor: pointer;
  color: #ff552e;
  text-decoration: underline;
}
.wrap .icoNav {
  width: 848px;
  margin-bottom: 8px;
  background-color: #fff;
  font-size: 14px;
  color: #555;
  height: 122px;
  margin-right: 8px;
}
.wrap .icoNav a {
  color: #555;
  text-decoration: none;
}
.wrap .icoNav a:hover {
  color: #ff552e;
}
.wrap .icoNav img {
  width: 42px;
  margin-bottom: 8px;
}
.wrap .icoNav .more {
  font-size: 12px;
  color: #0e8ed8;
  margin-top: 4px;
}
.wrap .wubaDaojia {
  background-color: #fff;
}
.wrap .wubaDaojia {
  padding: 0 19px;
  height: 122px;
  margin-bottom: 8px;
}
.wrap .wubaDaojia h3 {
  border-bottom: 1px solid #f3f3f3;
  height: 42px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #ff552e;
  font-weight: 700;
  line-height: 42px;
  position: relative;
}
.wrap .wubaDaojia h3 img {
  height: 19px;
}
.wrap .wubaDaojia .icons {
  color: #0e8ed8;
  font-size: 12px;
}
.wrap .wubaDaojia .icons img {
  width: 30px;
}

.wrap .flex.info {
  background-color: #fff;
  padding: 5px;
  align-items: start;
}
.wrap .flex.info > .flex-1:not(:last-child) {
  margin-right: 40px;
}
.wrap .flex.info .title {
  padding-left: 10px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ff552e;
  line-height: 1.6;
}
.wrap .flex.info .title:not(:first-child) {
  margin-top: 30px;
}
.wrap .flex.info .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: -1px;
  width: 4px;
  height: 20px;
  background-color: #ff552e;
}
.wrap .flex.info .sub {
  line-height: 35px;
  color: #888;
}
.wrap .flex.info .sub div:hover {
  color: #ff552e;
  cursor: pointer;
}
