body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
  }
  .container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    min-height: 700px;
    /* padding: 20px; */
    background: #fff;
    /* background: yellow; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .container .top {
    width: 100%;
    height: 260px;
    position: relative;
    background: #0D27C2;
  }

  .container .top  .shui {
    width: 100%;
    height: 210px;
  }

  .container .top .biaoti {
    width: 70%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
  }
  .container .top  .people {
    position: absolute;
    width: 80%;
    left: 0;
    top: 140px;
  }

  .container .top .sl{
    position: absolute;
    right: 50px;
    top: 140px;
    width: 50px;
  }

  .container .top .yezi{
    position: absolute;
    right: 0;
    bottom: -30px;
    height: 140px;
    width: 60px;
  }

  .container .orange {
    width: 100%;
    height: 40px;
    background: #DE9723;
  }

  .container .content {
    width: 80%;
    margin:  0 auto;
    min-height: 400px;
    background: #dad4da;
    box-sizing: border-box;
    padding-top: 50px;
  }

  .container .content h2 {
    text-align: center;
    color: #333;
  }
  
  .container .content .job-item {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .container .content .job-item h3 {
    margin-top: 0;
    color: #0066cc;
  }
  
  .container .content .job-item p, .job-item ul {
    color: #555;
  }
  
  .container .content .job-item ul {
    list-style-type: disc;
    margin-left: 20px;
    padding: 0;
  }
  
  .container .content .job-item ul li {
    margin-bottom: 5px;
  }