body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 1440px;
}

.centered {
  width: 1150px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

.head img {
  margin: 5px;
  width: 300px;
  display: inline-block;
}
.head .headRight {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 24px;
}
.head .headRight div {
  float: left;
  margin-right: 12px;
  font-size: 14px;
  color: #b9b9b9;
}

.nav {
  margin: 12px 0;
  height: 48px;
  line-height: 48px;
  width: 100% !important;
  background-color: #2295ff;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 2px;
}
.nav div {
  float: left;
  margin-right: 24px;
  cursor: pointer;
}
.nav .cur {
  border-bottom: 2px solid #ffffff;
}

.seachPart {
  width: 750px;
  margin-top: 24px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.seachPart .position {
  font-size: 14px;
  color: #cccccc;
}
.seachPart input {
  height: 48px;
  width: 70%;
  background-color: #eeecec;
  text-indent: 1em;
  border: 0;
  outline: none;
}
.seachPart .seach {
  display: inline-block;
  width: 48px;
  height: 48px;
  color: #ffffff;
  line-height: 32px;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  margin-left: -4px;
}
.seachPart .seach img {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.seachPart .signupPart {
  width: 144px;
  height: 48px;
  background-color: #2295ff;
  margin-right: 12px;
  border-radius: 10px;
  display: inline-block;
  line-height: 38px;
}
.seachPart .signupPart .signup {
  background-color: #2563eb;
  width: 90%;
  padding: 4px 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.seachPart .signupPart .signup .center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 24px;
}
.seachPart .signupPart .signup .center .position {
  display: inline-block;
  position: relative;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.seachPart .signupPart .signup .center .position img {
  width: 16px;
  display: inline-block;
}
.seachPart .signupPart .signup .center .position div {
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  line-height: 24px;
}

.signCard img {
  width: 100%;
}

.matchList {
  margin-top: 24px;
}
.matchList li {
  display: flex;
  border-bottom: 1px silver solid ;
  margin: 24px 0;
}
.matchList li .imgBox {
  height: 120px;
  width: 240px;
  overflow: hidden;
}
.matchList li .imgBox img {
  height: 100%;
}
.matchList li .infoBox {
  height: 120px;
  margin-left: 24px;
}
.matchList li .infoBox .title {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.matchList li .infoBox .date {
  margin: 6px 0;
  font-size: 12px;
  color: #bbbaba;
}
.matchList li .infoBox .describe {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#paging{
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/*# sourceMappingURL=maker.css.map */