    .itemBox {
      padding: 30px;
    }

    .JobList_title h1 {
      width: 100%;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.8);
    }

    .JobList {
      padding: 15px 20px;
      width: 100%;
      position: relative;
      display: flex;
      background-color: rgba(250, 250, 250, 1);
      margin-bottom: 15px;
    }

    .JobList h1 {
      width: 100%;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.8);
    }

    .JobTop {
      background: var(--color);
      width: 100%;
    }

    .JobTop h1 {
      font-weight: bold;
      font-size: 18px;
      color: rgba(255, 255, 255, 1);
    }

    @media (max-width: 720px) {

      .JobList h1:nth-child(2),
      .JobList h1:nth-child(3) {
        display: none;
      }

    }

    @media (max-width: 1440px) {}

    @media (max-width: 1200px) {}

    @media (max-width:720px) {}

    @media (max-width:460px) {}

    @media (max-width:380px) {}


    /* 详情 */
    .Ny_NewsPost {
      padding: 60px 30px;
    }

    .Ny_NewsPost .title {
      display: block;
      width: 100%;
      font-size: 24px;
      line-height: 2;
      font-weight: bold;
      text-align: center;
    }

    .Ny_NewsPost .desc {
      border-bottom: 1px solid #f5f5f5;
      display: flex;
      justify-content: center;
      width: 100%;
    }

    .Ny_NewsPost .desc span {
      margin: 0 5px;
      color: #999;
      font-size: 14px;
      line-height: 3;
      text-align: center;
    }

    .Ny_NewsPost .Ny_xiangqing {
      margin-top: 30px;
      margin-bottom: 30px;
      min-height: 500px;
    }

    .Ny_NewsPost .Ny_xiangqing p {
      margin: 0;
    }


    @media (max-width: 720px) {

      .Ny_NewsPost .title {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1.5;
      }


    }