@charset "UTF-8";
/**
* 产业供应链平台研发项目-新点e交易2023——江苏嘉丰工程咨询有限公司页面
* date:2024-8-2
* author: xhz;
 */
body {
  height: auto !important;
}

.content {
  background: #fff;
  padding: 25px 15px;
  border-radius: 8px;
  margin: 30px auto;
}
.content .contact {
  height: 324px;
  display: flex;
}
.content .contact .map {
  width: 450px;
  height: 100%;
}
.content .contact .contact-txt {
  width: calc(100% - 450px);
  height: 100%;
  background: url(../images/detail/contact-txt.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  color: #fff;
  padding-left: 70px;
}
.content .contact .contact-txt h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content .contact .contact-txt p {
  line-height: 27px;
  font-size: 18px;
  margin-bottom: 8px;
}

.job-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  padding-bottom: 10px;
  margin-top: 30px;
}
.job-title span {
  position: relative;
}
.job-title span:before {
  position: absolute;
  content: "";
  left: 50%;
  width: 90px;
  height: 4px;
  background: url(../images/home/title-line.png) no-repeat center;
  bottom: -20px;
  transform: translateX(-50%);
}

.job-search-box {
  display: flex;
  margin: 20px auto;
  width: 500px;
  height: 36px;
  z-index: 10;
  border: 1px solid rgb(215, 215, 215);
  overflow: hidden;
  border-radius: 4px;
}
.job-search-box input {
  width: calc(100% - 40px);
  height: 100%;
  padding: 0 15px;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
}
.job-search-box button {
  border: none;
  outline: none;
  height: 100%;
  width: 40px;
  cursor: pointer;
  background: #b2363a;
  line-height: 40px;
  text-align: center;
}
.job-search-box button:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  bottom: 4px;
  background: url("../images/detail/com-readglass.png") no-repeat center center;
  background-size: 18px 18px;
}

.list {
  margin: 10px 15px 0;
}
.list li a {
  padding: 17px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.list li a:hover {
  border-bottom: 1px solid #b2363a;
}
.list li a:hover * {
  color: #b2363a;
}
.list li a h2 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list li a p {
  color: #666666;
  margin-top: 5px;
  line-height: 22px;
}
.list li a p.date {
  font-size: 16px;
  color: #999;
}
.list li a .inf {
  margin-top: 5px;
  color: #999;
}
.list li a .inf span {
  display: inline-block;
  min-width: 90px;
}
.list li a .inf span + span {
  margin-left: 22px;
}
.list.nodata {
  height: 600px;
  background: url(../images/detail/nodata.png) no-repeat center;
}
.list.nodata + .pager {
  display: none !important;
}
.list.nosearch {
  height: 600px;
  background: url(../images/detail/nosearch.png) no-repeat center;
}
.list.nosearch + .pager {
  display: none !important;
}