#join_detail.join_detail {
  position: relative;
  width: 100%;
  min-width: 1200px;
  min-height: calc(100vh - 398px);
  background: #fff;
  overflow: hidden;
  padding-top: 122px;
}
#join_detail .content {
  width: 1200px;
  margin: 0 auto;
}
#join_detail .top {
  height: 94px;
  background: #7099f5;
  padding-top: 23px;
  box-sizing: border-box;
}
#join_detail .list {
  background: #f8f9fa;
  padding: 20px 0 40px;
}
#join_detail .list .breadcrumb {
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 22px;
}
#join_detail .list .breadcrumb a {
  color: #9d9ca4;
}
#join_detail .list .breadcrumb .link {
  color: #9d9ca4;
  cursor: pointer;
}
#join_detail .list .breadcrumb .link:hover {
  color: #07aea0;
}
#join_detail .list-content {
  overflow: hidden;
}
#join_detail .list-content .left {
  width: 800px;
  float: left;
  position: relative;
}
#join_detail .list-content .left .job {
  background: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}
#join_detail .list-content .left .job .job-name {
  line-height: 22px;
  font-size: 22px;
  font-weight: bold;
  color: #37363e;
  margin-bottom: 20px;
}
#join_detail .list-content .left .job .job-msg {
  line-height: 16px;
  font-size: 16px;
  color: #72717a;
  margin-bottom: 40px;
}
#join_detail .list-content .left .job .job-msg span {
  padding-right: 10px;
  border-right: 1px solid #72717a;
  margin-right: 6px;
}
#join_detail .list-content .left .job .job-msg span:last-child {
  border: 0 none;
}
#join_detail .list-content .left .job .btn {
  width: 90px;
  background: #07aea0;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 20px;
}
#join_detail .list-content .left .job .job-item {
  margin-bottom: 30px;
}
#join_detail .list-content .left .job .job-item:last-child {
  margin-bottom: 0;
}
#join_detail .list-content .left .job .job-item .job-require {
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #37363e;
  margin-bottom: 20px;
}
#join_detail .list-content .left .job .job-item .job-desc {
  line-height: 36px;
  font-size: 16px;
  color: #646a73;
}
#join_detail .list-content .left .contact {
  background: #fff;
  border: 2px dotted #56beb4;
  border-radius: 10px;
  padding: 30px 30px 0 22px;
}
#join_detail .list-content .left .contact-name {
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #37363e;
  margin-bottom: 30px;
}
#join_detail .list-content .left .contact-item {
  line-height: 18px;
  font-size: 18px;
  color: #646a73;
  margin-bottom: 30px;
}
#join_detail .list-content .right {
  width: 390px;
  background: #fff;
  float: right;
  padding: 20px 20px 30px;
  border-radius: 10px;
  box-sizing: border-box;
}
#join_detail .list-content .right .type-name {
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #23222b;
  margin-bottom: 20px;
}
#join_detail .list-content .right .type-name .icon-box {
  width: 30px;
  height: 30px;
  background: #edfffb;
  text-align: center;
  text-indent: 2px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
#join_detail .list-content .right .type-name .icon-box .icon {
  font-size: 18px;
  color: #16b1a4;
  vertical-align: bottom;
}
#join_detail .list-content .right .job a {
  display: block;
  margin-bottom: 10px;
}
#join_detail .list-content .right .job a:last-child {
  margin-bottom: 0;
}
#join_detail .list-content .right .job-item {
  height: 90px;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px 30px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
#join_detail .list-content .right .job-item .job-name {
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #37363e;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#join_detail .list-content .right .job-item .job-msg {
  line-height: 14px;
  font-size: 14px;
  color: #72717a;
}
#join_detail .list-content .right .job-item .job-msg span {
  padding-right: 10px;
  border-right: 1px solid #72717a;
  margin-right: 6px;
}
#join_detail .list-content .right .job-item .job-msg span:last-child {
  border: 0 none;
}
#join_detail .list-content .right .job-item:hover .job-name {
  color: #07aea0;
}
::-webkit-scrollbar {
  width: 0px;
  height: 4px;
  background-color: #eef2f5;
}
::-webkit-scrollbar-thumb {
  background: #dee4ea;
  border-radius: 6px;
}
::-webkit-scrollbar-button {
  height: 0;
  color: #999999;
  background: #eeeeee;
}
