/* 新闻详情 */
article {
  background-image: url(../images/new_bg.jpg);
}
.recruit-er {
}

.recruit-er-title {
  text-align: center;
}

.recruit-er-name {
  font: bold 16px/24px "微软雅黑";
  color: #333;
}

.recruit-er-time {
  font: 400 14px/24px "微软雅黑";
  color: #999;
}
.recruit-er-p {
  min-height: 360px;
}
.recruit-er-p p {
  margin-bottom: 10px;
  font: 400 14px/24px "微软雅黑";
  color: #333;
  text-align: justify;
}

.recruit-er-p p img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .recruit-er {
    padding: 50px 150px;
  }

  .recruit-er-title {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #333;
  }

  .recruit-er-name {
    color: #333;
  }

  .recruit-er-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
  }

  .recruit-er-p p {
    font: 400 16px/30px "微软雅黑";
    color: #333;
  }
}
