body {
  background: #F2F6F7; }

.newsBody {
  width: 700px;
  padding: 60px 100px;
  position: relative;
  top: -250px;
  margin-bottom: -250px;
  min-height: 250px;
  background: #fff; }
  .newsBody h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px; }
  .newsBody h4 {
    font-size: 14px;
    color: #999;
    margin-bottom: 70px;
    font-weight: normal; }
    .newsBody h4 span:first-child {
      margin-right: 20px; }
    .newsBody h4 span a {
      color: #333;
      text-decoration: none; }
    .newsBody h4 .watched {
      float: right;
      vertical-align: middle; }
      .newsBody h4 .watched img {
        width: 20px;
        height: 14px;
        margin-right: 5px; }
  .newsBody p {
    color: #3A3A3A;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px; }
  .newsBody img {
    max-width: 700px; }
  .newsBody h1 {
    color: #1B92E0;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 40px; }
  .newsBody h2 {
    font-size: 0;
    color: #3A3A3A;
    margin-bottom: 30px; }
    .newsBody h2 span {
      display: inline-block;
      font-size: 14px;
      width: 25%;
      font-weight: normal; }
      .newsBody h2 span b {
        font-weight: bold; }
  .newsBody .recuitDetail {
    margin-bottom: 30px; }
    .newsBody .recuitDetail h5 {
      padding: 10px;
      background: #F2F6F7;
      font-size: 14px;
      color: #3A3A3A;
      font-weight: normal;
      margin-bottom: 20px; }
    .newsBody .recuitDetail p {
      margin-bottom: 0; }
  .newsBody .applyBtn {
    display: block;
    width: 330px;
    line-height: 50px;
    background: #1B92E0;
    margin: 60px auto 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none; }
