@charset "UTF-8";
.base-page .company-list .company-item {
  float: left; }

.base-page .company-list .company-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.job-details .details-head .dh-tit:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0; }

.career-details .company-infor .company-logo,
.job-details .company-infor .company-logo {
  margin-right: auto;
  margin-left: auto; }

.job-details .details-head .dh-tit:before {
  position: absolute;
  width: 0;
  height: 0;
  content: ''; }

@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("/public/fonts/icomoon.eot");
  src: url("/public/fonts/icomoon.eot?#iefix") format("eot"), url("/public/fonts/icomoon.svg#icomoon") format("svg"), url("/public/fonts/icomoon.woff") format("woff"), url("/public/fonts/icomoon.ttf") format("truetype"); }

/**********就业基地**********/
.base-page .company-list-wrap {
  overflow: hidden;
  padding: 10px 0; }

.base-page .company-list {
  margin-right: -10px; }
  .base-page .company-list .company-item {
    border: 1px solid #ddd;
    width: 160px;
    height: 160px;
    margin: 10px 10px 0 0;
    position: relative; }
    .base-page .company-list .company-item:hover {
      border-color: #1e649f; }
  .base-page .company-list .company-img {
    height: 100%;
    line-height: 160px; }
    .base-page .company-list .company-img img {
      margin-top: -3px; }
  .base-page .company-list .company-shade,
  .base-page .company-list .company-text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .base-page .company-list .company-shade {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    height: 30px;
    z-index: 1; }
  .base-page .company-list .company-text {
    color: #fff;
    line-height: 30px;
    height: 30px;
    text-align: center;
    z-index: 2; }

/**********宣讲会详情**********/
.career-details .company-infor .company-logo,
.job-details .company-infor .company-logo {
  border: 1px solid #eee;
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center; }

.career-details .company-infor .ci-link,
.job-details .company-infor .ci-link {
  border-bottom: 1px dashed #eee;
  display: block;
  padding: 0 0 10px 0;
  text-align: center; }
  .career-details .company-infor .ci-link .ci-text,
  .job-details .company-infor .ci-link .ci-text {
    color: #1e649f;
    padding-top: 5px; }

.career-details .company-infor .ci-text,
.job-details .company-infor .ci-text {
  font-size: 14px; }

.career-details .company-infor .ci-module .ci-tit,
.job-details .company-infor .ci-module .ci-tit {
  font-weight: bold; }

.career-details .company-infor .ci-module .ci-cont,
.job-details .company-infor .ci-module .ci-cont {
  padding: 8px 0; }

.career-details .company-infor .ci-module .ci-text,
.job-details .company-infor .ci-module .ci-text {
  color: #666;
  padding: 3px 0; }

/**********双选会详情**********/
.jobfair-details .fixed-pos-area {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 900px;
  padding: 10px 30px 0;
  z-index: 10000; }

.jobfair-details .details-head {
  border-bottom: 1px dashed #eee;
  margin: 0 30px;
  padding: 0 0 10px 0; }
  .jobfair-details .details-head .dh-tit {
    font-size: 24px; }
  .jobfair-details .details-head .dh-info .author,
  .jobfair-details .details-head .dh-info .time {
    color: #999; }

.jobfair-details .jobfair-grid-wrap {
  padding: 10px 0; }

.jobfair-details .jobfair-grid {
  font-size: 14px;
  table-layout: fixed;
  width: 100%; }
  .jobfair-details .jobfair-grid .grid-thead .grid-cell-inner {
    font-weight: bold; }
  .jobfair-details .jobfair-grid .grid-cell {
    border: 1px solid #ddd; }
  .jobfair-details .jobfair-grid .grid-cell-inner {
    display: block;
    padding: 8px 10px; }

/**********职位详情**********/
.job-details .details-head {
  margin-right: 30px;
  margin-left: 30px;
  padding-bottom: 30px; }
  .job-details .details-head .dh-tit {
    background-color: #1e649f;
    display: inline-block;
    vertical-align: middle;
    min-width: 200px;
    padding: 10px 20px 10px 40px;
    margin: 0 0 20px -40px;
    position: relative; }
    .job-details .details-head .dh-tit:before {
      border-top: 10px solid #60b0f4;
      left: 0;
      border-left: 10px solid transparent;
      left: 0;
      top: 100%; }
  .job-details .details-head .company-name,
  .job-details .details-head .job-name {
    color: #fff; }
  .job-details .details-head .company-name {
    font-size: 14px; }
  .job-details .details-head .job-name {
    font-size: 24px; }
  .job-details .details-head .tag-list {
    font-size: 0;
    letter-spacing: -4px; }
  .job-details .details-head .tag-item {
    font-size: 18px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
    .job-details .details-head .tag-item.has-icon-svg {
      position: relative;
      padding-left: 25px; }
      .job-details .details-head .tag-item.has-icon-svg .icon-svg {
        color: #999;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -10px; }
  .job-details .details-head .job-welfare {
    font-size: 16px; }
  .job-details .details-head .publish-time {
    color: #ccc;
    font-size: 14px;
    padding-top: 5px; }

/**********在线招聘详情**********/
.online-details .mian-inner {
  padding: 0 30px; }

.online-details .details-head {
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px; }
  .online-details .details-head .dh-tit {
    font-size: 18px; }
  .online-details .details-head .dh-info {
    padding-top: 5px; }
    .online-details .details-head .dh-info .author,
    .online-details .details-head .dh-info .time {
      color: #999; }

.online-details .details-content {
  font-size: 14px;
  padding: 20px 20px; }

/**********在线招聘详情**********/
.news-details .details-head {
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px; }
  .news-details .details-head .dh-tit {
    font-size: 18px; }
  .news-details .details-head .dh-info {
    padding-top: 5px; }
    .news-details .details-head .dh-info .author,
    .news-details .details-head .dh-info .time {
      color: #999; }

.news-details .details-content {
  font-size: 14px;
  padding: 20px 20px; }

/**********参展企业**********/
.apply-company-page .content {
  background-color: #fff;
  margin-top: 20px; }
  .apply-company-page .content .inner {
    padding: 20px 30px; }

.apply-company-page .jobfair-tit {
  font-size: 24px;
  text-align: center; }

/**********生源信息表**********/
.student-source-info-page .pub-details {
  padding: 20px 30px; }

.student-source-info-page .info-grid {
  font-size: 14px;
  table-layout: fixed;
  width: 100%; }
  .student-source-info-page .info-grid .grid-title {
    background-color: #f5f5f5;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 1px 0;
    font-size: 18px;
    padding: 25px 0; }
    .student-source-info-page .info-grid .grid-title .gt-text {
      display: inline-block;
      vertical-align: middle; }
  .student-source-info-page .info-grid .pub-combox {
    width: 100px;
    text-align: left; }
  .student-source-info-page .info-grid .grid-thead {
    background-color: #f5f5f5; }
  .student-source-info-page .info-grid .grid-cell {
    border: 1px solid #ddd; }
  .student-source-info-page .info-grid .grid-cell-inner {
    display: block;
    padding: 8px 10px; }

.pub-custom-date .date-head,.pub-custom-date .date-content{
  background-color: #ffffff;
}
/*# sourceMappingURL=details.css.map */
