<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #f2f2f2 !important;
}
li {
  box-sizing: border-box;
}
#corp_list {
  width: 1158px;
  margin: 50px auto 100px;
  background: #f2f2f2;
}
#corp_list ul &gt; li {
  width: 1158px;
  padding: 35px 46px;
  background: #fff;
  margin-bottom: 20px;
}
#corp_list ul &gt; li .fl {
  border: 1px solid #eeeae9;
  border-radius: 10px;
  overflow: hidden;
  width: 125px;
  height: 125px;
  position: relative;
}
#corp_list ul &gt; li .fl img {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#corp_list ul &gt; li .fr {
  width: 800px;
  margin-left: 30px;
}
#corp_list ul &gt; li .fr .corp-name {
  height: 48px;
  line-height: 48px;
  font-size: 30px;
}
#corp_list ul &gt; li .fr .tel {
  margin: 18px 0;
}
#corp_list ul &gt; li .fr .tel,
#corp_list ul &gt; li .fr .corp-address {
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  color: #4d4d4d;
}
#corp_list ul &gt; li table {
  width: 1065px;
  border-right: 0;
  border-left: 0;
  margin-top: 19px;
}
#corp_list ul &gt; li table tr {
  height: 80px;
}
#corp_list ul &gt; li table thead tr {
  background-color: unset;
  height: 70px;
  font-size: 16px;
  color: #9f9f9f;
}
#corp_list ul &gt; li table thead th {
  text-align: center;
  background: unset;
  font-size: 14px;
  color: #9f9f9f;
  font-weight: 500;
}
#corp_list ul &gt; li table tbody td {
  font-size: 14px;
}
#corp_list ul &gt; li table tr .job-name {
  color: #333333;
}
#corp_list ul &gt; li table tr .salary {
  color: #ef7919;
}
#corp_list ul &gt; li .tips {
  font-size: 14px;
  text-align: center;
  color: #414141;
  transform: translateY(10px);
}
/*# sourceMappingURL=bangzhu.css.map */</pre></body></html>