.main-banner {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 250px;
}
/**分页按钮样式**/
.tcdPageCode {
  display: none;
  min-height: 38px;
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}
.tcdPageCode .page-num {
  display: none;
  box-shadow: none;
  background: transparent;
}
.tcdPageCode a,
.tcdPageCode span {
  display: inline-block;
  height: 35px;
  line-height: 33px;
  width: 44px;
  margin: 0 7px;
  color: #333;
  background-color: #ffffff;
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: .3s;
  box-shadow: 0px 3px 2px 1px rgba(255, 51, 117, 0.07);
}
.tcdPageCode input {
  box-shadow: 0px 3px 2px 1px rgba(255, 51, 117, 0.07);
  margin-right: 7px;
}
.tcdPageCode .input-content,
.tcdPageCode .txt {
  box-shadow: none;
}
.tcdPageCode .txt {
  background: transparent;
  width: auto;
}
.tcdPageCode .input-content {
  min-width: auto;
}
.tcdPageCode .short-page {
  width: 74px;
}
.tcdPageCode .short-page.disabled {
  display: none;
}
.tcdPageCode .current,
.tcdPageCode .goto-page {
  text-decoration: none;
  color: #fff;
  background: #ff3375;
}
.tcdPageCode a:hover {
  border-color: #ff3375 !important;
  background: #fff;
  color: #ff3375;
}
.tcdPageCode.page-content .input-content {
  width: auto;
  background: transparent;
}
.tcdPageCode.page-content .input-content input {
  width: 44px;
  vertical-align: middle;
  height: 100%;
  border: 0;
  outline: none;
  color: #666;
  text-align: center;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border-radius: 6px;
}
.tcdPageCode input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.tcdPageCode.page-content .input-content span {
  cursor: pointer;
  border: 1px solid transparent;
}
.tcdPageCode.page-content .page-num {
  width: auto;
  padding: 0 5px;
}
.g_breadcrumb {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tab-bar-pos {
  height: 115px;
}
.tab-bar-pos .tab-bar {
  background: #F4F4F4;
  padding: 24px 50px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-bar-pos .tab-bar .flex {
  display: flex;
  align-items: center;
  max-width: 960px;
  margin-right: 20px;
}
.tab-bar-pos .tab-bar .flex:hover .name {
  color: #ff3375;
  text-decoration: underline;
}
.tab-bar-pos .tab-bar .profile {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  margin-right: 20px;
}
.tab-bar-pos .tab-bar .info .name {
  font-size: 20px;
  margin-bottom: 10px;
}
.tab-bar-pos .tab-bar .info .p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab-bar-pos .tab-bar .btn {
  display: inline-block;
  text-align: center;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #ff3375;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  transition: .3s;
}
.tab-bar-pos .tab-bar .btn.disabled {
  background: #ccc;
}
.tab-bar-pos .tab-bar-full.show {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #F4F4F4;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.job-info-bar {
  margin-top: 40px;
  background: #F4F4F4;
  padding: 15px 20px;
}
.job-info-bar .title {
  margin-bottom: 20px;
  font-size: 20px;
}
.job-info-bar .title .price {
  margin-left: 45px;
}
.job-dec-wrap {
  margin-top: 30px;
  *zoom: 1;
}
.job-dec-wrap:before,
.job-dec-wrap:after {
  content: "";
  display: table;
}
.job-dec-wrap:after {
  clear: both;
}
.job-dec-wrap .job-info-l {
  background: #FCFCFC;
  padding: 10px 20px;
}
.job-dec-wrap .job-info-l .em-item {
  margin-bottom: 20px;
}
.job-dec-wrap .job-info-l .em-item .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.job-dec-wrap .job-info-l .em-item .txt {
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  line-height: 32px;
}
.job-dec-wrap .aside-r {
  display: none;
  float: right;
  width: 250px;
}
.job-dec-wrap .aside-r.show {
  display: block;
}
.job-dec-wrap .aside-r .flex {
  display: flex;
}
.job-dec-wrap .aside-r .flex:hover .name {
  color: #ff3375;
  text-decoration: underline;
}
.job-dec-wrap .aside-r .profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.job-dec-wrap .aside-r .info {
  width: 200px;
}
.job-dec-wrap .aside-r .info .name {
  max-width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-dec-wrap .aside-r .info .site {
  font-size: 12px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-dec-wrap .aside-r .info .site img {
  width: 12px;
  margin-right: 5px;
}
/*# sourceMappingURL=jobdetail.css.map */