@charset "UTF-8";
#industry-selector-dialog .popup-selected-list-first li,
.job-popup-content .popup-selected-list li {
  -webkit-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  -webkit-box-align: center;
  line-height: 40px;
  cursor: pointer;
}
.job-popup-content {
  position: absolute;
  z-index: 99;
  top: 52px;
  left: 0;
  width: 600px;
  height: 421px;
  background: #fff;
  -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.job-popup-content .popup-selected-list {
  float: left;
  width: 33.3%;
  height: 421px;
  overflow-y: auto;
  font-size: 14px;
  padding: 10px 0;
  border-right: 1px solid #e8e8e8;
}
.job-popup-content .popup-selected-list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
.job-popup-content .popup-selected-list::-webkit-scrollbar-thumb,
.job-popup-content .popup-selected-list::-webkit-scrollbar-track {
  border-radius: 999px;
}
.job-popup-content .popup-selected-list::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #dedfe0;
}
.job-popup-content .popup-selected-list li {
  height: 40px;
  padding: 0 10px 0 24px;
  color: #63666d;
  font-size: 14px;
  position: relative;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.job-popup-content .popup-selected-list li .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.job-popup-content .popup-selected-list li .selector-arrow-right {
  opacity: 0;
}
.job-popup-content .popup-selected-list li.open,
.job-popup-content .popup-selected-list li.selected,
.job-popup-content .popup-selected-list li:hover {
  color: #0052ff;
  background: #f6f6f8;
}
.job-popup-content .popup-selected-list li.open:after,
.job-popup-content .popup-selected-list li.selected:after,
.job-popup-content .popup-selected-list li:hover:after {
  color: #0052ff;
}
.job-popup-content .popup-selected-list li.open .selector-arrow-right,
.job-popup-content .popup-selected-list li.selected .selector-arrow-right,
.job-popup-content .popup-selected-list li:hover .selector-arrow-right {
  opacity: 1;
}
.job-popup-content .popup-selected-list li .selected-icon {
  margin-left: 20px;
}
.job-popup-content .popup-selected-list.popup-selected-list-first {
  border-right: 0;
}
.job-popup-content .popup-selected-list.popup-selected-list-first li.open {
  background: #f6f6f8;
  color: #0052ff;
}
.job-popup-content .popup-selected-list.popup-selected-list-first li.selected,
.job-popup-content .popup-selected-list.popup-selected-list-first li.selected:after,
.job-popup-content .popup-selected-list.popup-selected-list-first li:hover,
.job-popup-content .popup-selected-list.popup-selected-list-first li:hover:after {
  color: #0052ff;
}
.job-popup-content .popup-selected-list.popup-selected-list-last {
  border-right: 0;
}
.job-popup-content .popup-selected-list.popup-selected-list-last li:after {
  content: ' ';
  font-size: 30px;
  right: 18px;
}
.job-popup-content .popup-selected-list.popup-selected-list:nth-child(1) li,
.job-popup-content .popup-selected-list.popup-selected-list:nth-child(2) li {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.job-popup-content .popup-selected-list.popup-selected-list:nth-child(1) li .name,
.job-popup-content .popup-selected-list.popup-selected-list:nth-child(2) li .name {
  width: 150px;
}
#industry-selector-dialog .selected-footer .selected-box .item,
.main-container .com-list-box .com-list-item .other-info-tags .tag-item a,
.main-container .com-list-box .com-list-item .pos-info .hot-pos-name,
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-label .dropdown-name-block .dropdown-name,
.main-container .high-tech-com-box .high-tech-com .high-tech-com-carousel .com-carousel-list .high-tech-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#industry-feedback-dialog .jbox-container,
#industry-selector-dialog .jbox-container {
  width: 800px;
  background: #fff;
  -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#industry-feedback-dialog #jbox-content,
#industry-selector-dialog #jbox-content {
  width: 100%;
  height: 570px !important;
}
#industry-feedback-dialog .jbox-title-panel,
#industry-selector-dialog .jbox-title-panel {
  height: 70px;
  background: #fff;
}
#industry-feedback-dialog .jbox-title,
#industry-selector-dialog .jbox-title {
  font-size: 16px;
  color: #303237;
  padding: 28px 0 0 22px;
  line-height: 24px;
  font-weight: 700;
}
#industry-feedback-dialog .jbox-close,
#industry-selector-dialog .jbox-close {
  width: 16px;
  height: 16px;
  padding-top: 54px;
  background: url(../images/close-popup.png) center no-repeat;
}
#industry-feedback-dialog #jbox-states,
#industry-selector-dialog #jbox-states {
  background: #fff;
  padding: 0;
  height: 499px;
}
#industry-selector-dialog .search-input-box {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 156px;
}
#industry-selector-dialog .search-input-box .search-keyword {
  border: 1px solid #ecedf2;
  width: 360px;
  height: 36px;
  line-height: 36px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  padding: 0 11px;
}
#industry-selector-dialog .search-input-box .clear-keyword-icon {
  position: absolute;
  right: 11px;
  top: 9px;
  cursor: pointer;
  display: none;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -525px 0;
  width: 18px;
  height: 18px;
}
#industry-selector-dialog .search-input-box .search-tip-box {
  display: none;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list {
  width: 360px;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e4e7ed;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 16px;
  overflow: auto;
  max-height: 280px;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list::-webkit-scrollbar-thumb,
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list::-webkit-scrollbar-track {
  border-radius: 999px;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #dedfe0;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list > li {
  padding: 8px 16px;
  margin: 0;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list > li .pos-name {
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: #070002;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list > li font {
  color: #0052ff !important;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list > li .pos-parent {
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: #070002;
}
#industry-selector-dialog .search-input-box .search-tip-box .search-tip-list > li:hover {
  background-color: #f5f7fa;
}
#industry-selector-dialog .feedback-btn {
  position: absolute;
  z-index: 2;
  top: 29px;
  right: 64px;
  font-size: 14px;
  color: #93989e;
}
#industry-selector-dialog .feedback-btn:hover {
  color: #0052ff;
}
#industry-selector-dialog .job-box-list-block {
  padding: 10px 0 0;
  overflow: hidden;
  border-top: 1px solid #f6f6f8;
}
#industry-selector-dialog .popup-selected-list-first {
  float: left;
  width: 200px;
  height: 420px;
  overflow-y: auto;
  font-size: 14px;
  padding: 10px 0;
  border-right: 1px solid #f6f6f8;
}
#industry-selector-dialog .popup-selected-list-first::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
#industry-selector-dialog .popup-selected-list-first::-webkit-scrollbar-thumb,
#industry-selector-dialog .popup-selected-list-first::-webkit-scrollbar-track {
  border-radius: 999px;
}
#industry-selector-dialog .popup-selected-list-first::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #d9dde6;
}
#industry-selector-dialog .popup-selected-list-first li {
  height: 40px;
  padding: 0 10px 0 24px;
  color: #63666d;
  font-size: 14px;
  position: relative;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#industry-selector-dialog .popup-selected-list-first li .name {
  position: relative;
}
#industry-selector-dialog .popup-selected-list-first li .child-num {
  width: 14px;
  height: 14px;
  line-height: 14px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff5741;
  color: #fff;
  text-align: center;
  position: absolute;
  right: -15px;
  top: 5px;
  font-size: 11px;
}
#industry-selector-dialog .popup-selected-list-first li.open {
  background: #f6f6f8;
  color: #0052ff;
}
#industry-selector-dialog .popup-selected-list-first li.selected .name,
#industry-selector-dialog .popup-selected-list-first li.selected:after,
#industry-selector-dialog .popup-selected-list-first li:hover .name,
#industry-selector-dialog .popup-selected-list-first li:hover:after {
  color: #0052ff;
}
#industry-selector-dialog .popup-selected-list-first li.open::after,
#industry-selector-dialog .popup-selected-list-first li.selected::after,
#industry-selector-dialog .popup-selected-list-first li:hover::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 18px;
  height: 10px;
  width: 12px;
  background: url(../images/arrow-right.png) no-repeat;
}
#industry-selector-dialog .popup-selected-list-second {
  overflow-y: auto;
  width: 650px;
  height: 420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-right: none;
  color: #63666d;
  font-size: 14px;
}
#industry-selector-dialog .popup-selected-list-second::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
#industry-selector-dialog .popup-selected-list-second::-webkit-scrollbar-thumb,
#industry-selector-dialog .popup-selected-list-second::-webkit-scrollbar-track {
  border-radius: 999px;
}
#industry-selector-dialog .popup-selected-list-second::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #dedfe0;
}
#industry-selector-dialog .popup-selected-list-second li {
  width: 33.3%;
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  line-height: 19px;
  position: relative;
}
#industry-selector-dialog .popup-selected-list-second li:hover {
  background: #f6f6f8;
}
#industry-selector-dialog .popup-selected-list-second li font,
#industry-selector-dialog .popup-selected-list-second li.selected .name {
  color: #0052ff;
}
#industry-selector-dialog .popup-selected-list-second li.selected::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 15px;
  height: 10px;
  width: 12px;
  background: url(../images/selected.png) no-repeat;
}
#industry-selector-dialog .selected-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  border-top: 1px solid #f6f6f8;
  height: 70px;
}
#industry-selector-dialog .selected-footer .selected-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#industry-selector-dialog .selected-footer .selected-box .selected-tip {
  width: 100px;
  line-height: 69px;
  font-size: 14px;
  color: #303237;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#industry-selector-dialog .selected-footer .selected-box .selected-tip .selected-num {
  color: #0052ff;
}
#industry-selector-dialog .selected-footer .selected-box .selected-tags {
  width: 550px;
}
#industry-selector-dialog .selected-footer .selected-box .item {
  float: left;
  font-size: 14px;
  color: #0052ff;
  padding: 0 25px 0 10px;
  height: 24px;
  line-height: 24px;
  background: #f2f8ff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0052ff;
  margin: 2px 10px 2px 0;
  position: relative;
}
#industry-selector-dialog .selected-footer .selected-box .item .del {
  position: absolute;
  right: 8px;
  top: 7px;
  cursor: pointer;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -494px -461px;
  width: 9px;
  height: 9px;
}
#industry-selector-dialog .selected-footer .selected-btn {
  margin-top: 20px;
  text-align: center;
}
#industry-selector-dialog .selected-footer .selected-btn a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 60px;
  line-height: 34px;
  font-size: 16px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#industry-selector-dialog .selected-footer .selected-btn .submit {
  background: #0052ff;
  color: #fff;
  border: 1px solid #0052ff;
  margin-left: 10px;
}
#industry-selector-dialog .selected-footer .selected-btn .cancel {
  border: 1px solid #d9dde6;
  color: #93989e;
}
#industry-feedback-dialog #jbox-states {
  height: auto;
}
#industry-feedback-dialog .industry-feedback-form {
  padding: 20px 40px 0 20px;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item {
  margin-bottom: 22px;
  position: relative;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .industry-feedback-item-label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding: 0 12px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .industry-feedback-item-label::before {
  content: '*';
  color: #ff5657;
  margin-right: 4px;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-content,
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-name {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  width: 100%;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-content:focus,
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-content:hover,
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-name:focus,
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-name:hover {
  border: 1px solid #0052ff;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .text-count {
  position: absolute;
  font-size: 14px;
  right: 10px;
  bottom: 6px;
  color: #93989e;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .text-count span {
  color: #0052ff;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .mb-10 {
  margin-bottom: 10px;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-content {
  height: 210px;
  line-height: 30px;
  padding-top: 5px;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item .feedback-error-tip {
  color: #ff5657;
  font-size: 11px;
  position: absolute;
}
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item.disabled .feedback-content,
#industry-feedback-dialog .industry-feedback-form .industry-feedback-item.disabled .feedback-name {
  border: 1px solid #ff5657;
}
#industry-feedback-dialog .industry-feedback-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#industry-feedback-dialog .industry-feedback-footer .industry-feedback-cancel-btn,
#industry-feedback-dialog .industry-feedback-footer .industry-feedback-confirm-btn {
  width: 78px;
  height: 34px;
  line-height: 34px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}
#industry-feedback-dialog .industry-feedback-footer .industry-feedback-cancel-btn {
  background: #fff;
  border: 1px solid #d9dde6;
  color: #93989e;
}
#industry-feedback-dialog .industry-feedback-footer .industry-feedback-confirm-btn {
  background: #0052ff;
  border: 1px solid #0052ff;
  color: #fff;
  margin-left: 10px;
}
#industry-feedback-dialog .industry-feedback-footer .industry-feedback-confirm-btn.disabled {
  color: #fff;
  background-color: #80a9ff;
  border-color: #80a9ff;
}
.main-container .common-box {
  width: 1184px;
  max-width: 1184px;
  min-width: 950px;
  margin: 0 auto;
}
.main-container .high-tech-com-box {
  height: 380px;
  width: 100%;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #0053ff), color-stop(15%, #0053ff), color-stop(80%, #009dff), to(#009dff));
  background: -webkit-linear-gradient(left, #0053ff 0, #0053ff 15%, #009dff 80%, #009dff 100%);
  background: oldlinear-gradient(left, #0053ff 0, #0053ff 15%, #009dff 80%, #009dff 100%) -moz-;
  background: -o-linear-gradient(left, #0053ff 0, #0053ff 15%, #009dff 80%, #009dff 100%);
  background: linear-gradient(to right, #0053ff 0, #0053ff 15%, #009dff 80%, #009dff 100%);
}
.main-container .high-tech-com-box .high-tech-com {
  background-image: url(../images/com-list-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: auto 380px;
  background-size: auto 380px;
  height: 380px;
}
.main-container .high-tech-com-box .high-tech-com .high-tech-com-title {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
}
.main-container .high-tech-com-box .high-tech-com .high-tech-com-carousel {
  width: 940px;
  max-width: 940px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.main-container .high-tech-com-box .high-tech-com .high-tech-com-carousel .com-carousel-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease;
}
.main-container .high-tech-com-box .high-tech-com .high-tech-com-carousel .com-carousel-list .com-carousel-item {
  height: 100% !important;
  width: 176px !important;
  min-height: 222px;
  overflow: hidden;
  margin: 0 6px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  background: -webkit-linear-gradient(299deg, #5faeff 0, #fff 100%);
  background: oldlinear-gradient(299deg, #5faeff 0, #fff 100%) -moz-;
  background: -o-linear-gradient(299deg, #5faeff 0, #fff 100%);
  background: linear-gradient(151deg, #5faeff 0, #fff 100%);
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #fff;
}
.main-container .high-tech-com-box .high-tech-com .high-tech-com-carousel .com-carousel-list .com-carousel-item .comDefaultLogo {
  margin: 20px auto 0;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.main-container .high-tech-com-box .high-tech-com .high-tech-com-carousel .com-carousel-list img {
  width: 126px;
  height: 126px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  display: block;
  margin: 20px auto 0;
}
.main-container .high-tech-com-box .high-tech-com .high-tech-com-carousel .com-carousel-list .high-tech-name {
  font-weight: 700;
  font-size: 16px;
  color: #303237;
  text-align: center;
  margin-top: 10px;
  padding: 0 4px;
}
.main-container .high-tech-com-box .high-tech-com .high-tech-com-carousel .com-carousel-list .high-tech-tip {
  font-weight: 700;
  font-size: 12px;
  color: #63666d;
  text-align: center;
  margin-top: 7px;
}
.main-container .high-tech-com-box .high-tech-com .high-tech-com-carousel .com-carousel-list .high-tech-tip span {
  color: #0052ff;
}
.main-container .high-tech-com-box .high-tech-com .high-tech-com-carousel .com-carousel-list .com-desc-box {
  width: 176px;
  height: 222px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 0 16px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease, -o-transform 0.5s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.main-container .high-tech-com-box .high-tech-com .high-tech-com-carousel .com-carousel-list .com-desc-box .com-desc {
  margin-top: 31px;
  font-size: 13px;
  color: #303237;
  line-height: 16px;
  letter-spacing: 5px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.main-container .high-tech-com-box .high-tech-com .high-tech-com-carousel .com-carousel-list .com-desc-box .com-detail-btn {
  display: inline-block;
  width: 96px;
  height: 32px;
  line-height: 32px;
  background: #0052ff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
}
.main-container .high-tech-com-box .high-tech-com .relative {
  position: relative;
}
.main-container .high-tech-com-box .high-tech-com .carousel-btn-list .carousel-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 20;
  width: 40px;
  height: 40px;
  text-align: center;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.main-container .high-tech-com-box .high-tech-com .carousel-btn-list .carousel-btn img {
  margin-top: 12px;
}
.main-container .high-tech-com-box .high-tech-com .carousel-btn-list .carousel-btn:hover {
  background: rgba(0, 0, 0, 0.3);
}
.main-container .high-tech-com-box .high-tech-com .carousel-btn-list .button-prev {
  left: 0;
}
.main-container .high-tech-com-box .high-tech-com .carousel-btn-list .button-next {
  right: 0;
}
.main-container .high-tech-com-box .high-tech-com .carousel-btn-list .button-next img {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.main-container .com-search-block .com-search-box {
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 4px 24px 4px;
  margin-top: 20px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .search {
  width: 870px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 44px;
  background-color: #0052fc;
  padding: 2px 6px 2px 2px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .search.head-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 666px;
  margin: 0;
}
.main-container .com-search-block .com-search-box .com-search-keyword .search .search-box {
  height: 40px;
  background-color: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-container .com-search-block .com-search-box .com-search-keyword .search .search-box .search-change_box {
  display: inline-block;
  position: relative;
  width: 100px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .search .search-box .search-change_type {
  width: 102px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.main-container .com-search-block .com-search-box .com-search-keyword .search .search-box .caret-bottom {
  position: absolute;
  right: 0;
  top: 20px;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -573px -190px;
  width: 8px;
  height: 4px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .search .search-box .search-input {
  width: 640px;
  font-size: 16px;
  padding-left: 10px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .search .search-box input::-webkit-input-placeholder {
  font-size: 16px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .search .search-box input {
  height: 40px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .search .search-box .pos-search-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .search .pos-search-btn {
  cursor: pointer;
  display: inline;
  font-size: 19px;
  line-height: 40px;
  color: #fff;
  float: right;
  width: 90px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .w-972 {
  width: 972px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .w-1020 {
  width: 1020px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .w-915 {
  width: 915px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .com-login-btn {
  width: 236px;
  height: 44px;
  line-height: 44px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #0052ff;
  cursor: pointer;
  padding: 13px 0 0 22px;
  float: right;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.main-container .com-search-block .com-search-box .com-search-keyword .com-login-btn .pos-search-logo-icon {
  float: left;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -525px -156px;
  width: 16px;
  height: 17px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .com-login-btn .login-btn {
  font-size: 16px;
  color: #0052ff;
  margin-left: 15px;
  line-height: 1;
  float: left;
}
.main-container .com-search-block .com-search-box .com-search-keyword .com-login-btn:hover {
  background: #0052ff;
}
.main-container .com-search-block .com-search-box .com-search-keyword .com-login-btn:hover .pos-search-logo-icon {
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -525px -181px;
  width: 16px;
  height: 17px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .com-login-btn:hover .login-btn {
  color: #fff;
}
.main-container .com-search-block .com-search-box .com-search-keyword .pos-search-input-right-2 {
  position: relative;
  cursor: pointer;
}
.main-container .com-search-block .com-search-box .com-search-keyword .pos-search-input-right-2 .download-app-block {
  width: 160px;
  height: 160px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 1px rgba(143, 155, 184, 0.3);
  -moz-box-shadow: 0 0 20px 1px rgba(143, 155, 184, 0.3);
  box-shadow: 0 0 20px 1px rgba(143, 155, 184, 0.3);
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
  z-index: 1;
  text-align: center;
  padding-top: 6px;
  display: none;
}
.main-container .com-search-block .com-search-box .com-search-keyword .pos-search-input-right-2 .download-app-block .download-app-code {
  width: 148px;
}
.main-container .com-search-block .com-search-box .com-search-keyword .pos-search-input-right-2:hover .download-app-block {
  display: block;
}
.main-container .com-search-block .com-search-box .clear-filter-btn {
  position: absolute;
  right: 0;
  bottom: 24px;
  cursor: pointer;
  font-size: 14px;
  color: #93989e;
}
.main-container .com-search-block .com-search-box .clear-filter-btn:hover {
  color: #0052ff;
}
.main-container .com-search-block .com-search-box .com-filter-box {
  margin-top: 30px;
  position: relative;
}
.main-container .com-search-block .com-search-box .com-filter-box .filter-item-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.main-container .com-search-block .com-search-box .com-filter-box .filter-item-block .filter-label {
  font-size: 14px;
  color: #63666d;
}
.main-container .com-search-block .com-search-box .com-filter-box .filter-item-block .filter-list {
  margin: 2px 0 4px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main-container .com-search-block .com-search-box .com-filter-box .filter-item-block .filter-list .filter-item {
  color: #63666d;
  margin: 0 24px 20px 0;
  font-size: 14px;
  cursor: pointer;
  line-height: 1;
}
.main-container .com-search-block .com-search-box .com-filter-box .filter-item-block .filter-list .filter-item.active,
.main-container .com-search-block .com-search-box .com-filter-box .filter-item-block .filter-list .filter-item.active a,
.main-container .com-search-block .com-search-box .com-filter-box .filter-item-block .filter-list .filter-item:hover,
.main-container .com-search-block .com-search-box .com-filter-box .filter-item-block .filter-list .filter-item:hover a {
  color: #0052ff;
}
.main-container .com-search-block .com-search-box .fold-filter-box {
  margin-top: 20px;
  position: relative;
  display: none;
}
.main-container .com-search-block .com-search-box .fold-filter-box .pos-search-city-label {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  background: rgba(233, 240, 255, 0.5);
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 20px;
  cursor: pointer;
}
.main-container .com-search-block .com-search-box .fold-filter-box .pos-search-city-label .pos-search-map-icon {
  vertical-align: text-top;
  padding-top: 1px;
}
.main-container .com-search-block .com-search-box .fold-filter-box .pos-search-city-label .filter-city-name {
  font-size: 14px;
  color: #0052ff;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown {
  position: relative;
  margin: 0 20px 20px 0;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-label {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: #f8f9fb;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-label .dropdown-name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-label .dropdown-name-block .dropdown-name {
  color: #333;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-label .arrow-down-icon,
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-label .dropdown-name-block .dropdown-close-icon {
  margin-left: 6px;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-label:hover {
  background: #e9f0ff;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-label:hover .arrow-down-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-list-block {
  position: absolute;
  top: 32px;
  padding-top: 10px;
  z-index: 10;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-list-block .dropdown-list {
  max-height: 354px;
  overflow-y: auto;
  display: none;
  width: 152px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.06);
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #d5e2ff;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-list-block .dropdown-list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background: 0 0;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-list-block .dropdown-list::-webkit-scrollbar-thumb,
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-list-block .dropdown-list::-webkit-scrollbar-track {
  border-radius: 999px;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-list-block .dropdown-list::-webkit-scrollbar-thumb {
  min-height: 10px;
  background: #dedfe0;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-list-block .dropdown-list > li {
  height: 44px;
  line-height: 44px;
  position: relative;
  cursor: pointer;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-list-block .dropdown-list > li a {
  padding: 0 24px;
  display: inline-block;
  width: 100%;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-list-block .dropdown-list > li:hover {
  background: #f8f9fb;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-list-block .dropdown-list > li.active a,
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-list-block .dropdown-list > li:hover a {
  color: #0052ff;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown .dropdown-list-block .dropdown-list > li.active::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 18px;
  height: 10px;
  width: 12px;
  background: url(../images/selected.png) no-repeat;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown:hover .dropdown-list {
  display: block !important;
}
.main-container .com-search-block .com-search-box .fold-filter-box .fold-filter-list .select-dropdown:last-child {
  margin-right: 0;
}
.main-container .com-search-block.fixed {
  position: fixed;
  top: 50px;
  z-index: 99;
  background: #fff;
  left: 0;
  right: 0;
  margin-top: 0;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  padding: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.main-container .com-search-block.fixed .com-search-box {
  width: 1184px;
  max-width: 1184px;
  min-width: 950px;
  margin: 0 auto;
  padding: 24px 0 0;
}
.main-container .no-list-data {
  width: 100%;
  height: 514px;
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 17px;
  padding-top: 137px;
  text-align: center;
}
.main-container .no-list-data img {
  margin: 0 auto;
}
.main-container .no-list-data .no-data-text {
  font-size: 14px;
  color: #63666d;
  margin-top: 10px;
}
.main-container .no-list-data .finish-resume {
  text-align: center;
  margin-top: 30px;
}
.main-container .no-list-data .finish-resume .finish-resume-btn {
  width: 96px;
  height: 34px;
  line-height: 34px;
  background: #0052ff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0052ff;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
}
.main-container .list-sort {
  height: 48px;
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0 24px;
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.main-container .list-sort .sort-type-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
}
.main-container .list-sort .sort-type-list .sort-type-item {
  position: relative;
  font-size: 16px;
  color: #93989e;
  text-align: center;
  margin-right: 50px;
  line-height: 48px;
}
.main-container .list-sort .sort-type-list .sort-type-item.selected {
  color: #141517;
}
.main-container .list-sort .sort-type-list .sort-type-item.selected::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 20px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #0052ff;
}
.main-container .list-sort .sort-right {
  cursor: pointer;
}
.main-container .list-sort .sort-right .check-wanted-box {
  width: 14px;
  height: 14px;
  background: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #93989e;
}
.main-container .list-sort .sort-right .wanted-text {
  font-size: 14px;
  color: #93989e;
  margin-left: 6px;
  line-height: 1;
}
.main-container .list-sort .sort-right.selected .check-wanted-box {
  width: 14px;
  height: 14px;
  background-image: url(../images/user-selected.png);
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  overflow: hidden;
  border: none;
}
.main-container .list-sort .user-job-list {
  position: relative;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #93989e;
}
.main-container .list-sort .user-job-list .user-job-list-tip .caret-bottom {
  margin-left: 10px;
  display: inline-block;
  background-image: url(../images/icon-sprites.png);
  background-position: -573px -190px;
  width: 8px;
  height: 4px;
}
.main-container .list-sort .user-job-list .user-job-list-tip .user-header {
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}
.main-container .list-sort .user-job-list .user-job-list-tip .post-name {
  color: #0052ff;
}
.main-container .list-sort .user-job-list .manage-box {
  display: none;
  top: 40px;
  right: 0;
  position: absolute;
  z-index: 99;
  background-color: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px 1px rgba(50, 63, 75, 0.2);
  -moz-box-shadow: 0 3px 6px 1px rgba(50, 63, 75, 0.2);
  box-shadow: 0 3px 6px 1px rgba(50, 63, 75, 0.2);
  padding: 20px 18px;
}
.main-container .list-sort .user-job-list .manage-box:after {
  content: ' ';
  display: block;
  position: absolute;
  top: -14px;
  right: 27px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
  -webkit-transition: -webkit-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  -moz-transition: transform 0.1s, -moz-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s, -moz-transform 0.1s, -o-transform 0.1s;
  -webkit-transform-origin: 50% 25%;
  -moz-transform-origin: 50% 25%;
  -ms-transform-origin: 50% 25%;
  -o-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
}
.main-container .list-sort .user-job-list .manage-box p {
  font-size: 14px;
  margin-bottom: 20px;
  width: 118px;
  color: #303237;
  cursor: pointer;
  line-height: 20px;
}
.main-container .list-sort .user-job-list .manage-box p.selected,
.main-container .list-sort .user-job-list .manage-box p:hover {
  color: #0052ff;
}
.main-container .list-sort .user-job-list .manage-box a {
  color: #0052ff;
  display: inline-block;
  width: 118px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  text-align: center;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0052ff;
}
.main-container .list-sort .user-job-list:hover .manage-box {
  display: block;
}
.main-container .list-sort .user-job-list:hover .caret-bottom {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.main-container .com-list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
}
.main-container .com-list-box .com-list-item {
  display: inline-block;
  width: 284px;
  min-height: 170px;
  background: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 16px 19px 0;
  text-align: center;
  padding: 20px 20px 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.main-container .com-list-box .com-list-item .com-logo {
  border: 1px solid #eceef2;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 74px;
  height: 74px;
  margin: 0 auto;
}
.main-container .com-list-box .com-list-item .comDefaultLogo {
  margin: 0 auto;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.main-container .com-list-box .com-list-item .com-name {
  font-weight: 700;
  font-size: 16px;
  color: #303237;
  margin-top: 10px;
}
.main-container .com-list-box .com-list-item .other-info-tags {
  margin-top: 5px;
}
.main-container .com-list-box .com-list-item .other-info-tags .tag-item {
  font-size: 13px;
  color: #93989e;
}
.main-container .com-list-box .com-list-item .other-info-tags .tag-item a {
  color: #93989e;
  display: inline-block;
}
.main-container .com-list-box .com-list-item .other-info-tags .tag-item a:first-child {
  max-width: 100px;
}
.main-container .com-list-box .com-list-item .other-info-tags .tag-item span {
  display: inline-block;
  padding: 0 8px;
  color: #eceef2;
}
.main-container .com-list-box .com-list-item .pos-info {
  font-size: 14px;
  color: #63666d;
  border-top: 1px solid #eceef2;
  text-align: center;
  padding: 20px 0 0;
  margin-top: 30px;
}
.main-container .com-list-box .com-list-item .pos-info .hot-pos-name {
  max-width: 124px;
  display: inline-block;
}
.main-container .com-list-box .com-list-item .pos-info .hot-pos-name,
.main-container .com-list-box .com-list-item .pos-info .pos-num {
  padding: 0 2px;
  color: #0052ff;
}
.main-container .com-list-box .com-list-item:hover {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 82, 255, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 82, 255, 0.25);
  box-shadow: 0 0 10px 1px rgba(0, 82, 255, 0.25);
}
.main-container .com-list-box .com-list-item:hover .com-name a,
.main-container .com-list-box .com-list-item:hover .other-info-tags .tag-item,
.main-container .com-list-box .com-list-item:hover .other-info-tags .tag-item a {
  color: #0052ff;
}
.main-container .com-list-box .com-list-item:nth-child(4n) {
  margin-right: 0;
}
.main-container .pos-list-footer {
  text-align: center;
}
.main-container .link-list-box {
  padding: 30px 0 8px 24px;
}
