    .search-container {
      display: flex;
      width: 100%;
      margin: 20px auto;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      border: 1px solid #DC1116;
    }
    
    .search-container select#region-select {
      padding: 12px 15px;
      background-color: #f8f9fa;
      border: none !important;
      border-right: 1px solid #e9ecef;
      font-size: 16px;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 0 center;
      background-size: 15px;
    }
    
    .search-container input {
      flex: 1;
      padding: 12px 15px;
      border: none;
      font-size: 16px;
      outline: none;
    }
    
    .search-container button#search-button {
      padding: 12px 25px;
      background-color: #DC1116;
      color: white;
      border: none;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .search-container button#form-container-right {
      padding: 12px 25px;
      background-color: white;
      color: #DC1116;
      border: none;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      transition: background-color 0.3s;
    }


    
    
    .form-container {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 8px;
      margin: 30px auto;
    }
    .form-container .form-container-left{
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      align-items: center;
      
    }
    
    .form-container select {
      padding: 10px 15px;
      border-radius: 5px;
      font-size: 16px;
      border: 1px solid #ddd;
      outline: none;
      min-width: 180px;
      background-color: white;
      appearance: none;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 15px;
      padding-right: 35px;
    }
    
    .form-container button {
      background-color: #DC1116;
      color: white;
      cursor: pointer;
      transition: background-color 0.3s;
      border: none;
      padding: 8px 30px;
      border-radius: 50px;
    }
    
    .resume-card {
      background-color: white;
      border-radius: 8px;
      padding: 16px;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      gap: 16px;
      width: 100%;
      box-sizing: border-box;
      border-bottom: 1px solid #ddd;
    }

    /* 头像区域 */
    .resume-card .avatar-container {
      position: relative;
    }

    .resume-card .avatar-container .avatar {
      width: 72px;
      height: 72px;
      object-fit: cover;
    }

    /* 信息区域 */
    .resume-card .info-container {
      flex: 1;
    }

    .resume-card .name-row {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
    }

    .resume-card .name-row .name {
      font-size: 18px;
      font-weight: 600;
      color: #333;
      margin-right: 12px;
    }

    .resume-card .name-row .age {
      font-size: 14px;
      color: #666;
    }

    .resume-card .stats-row {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      flex-wrap: wrap;
    }

    .resume-card .stats-row .stat-item {
      font-size: 14px;
      color: #666;
      margin-right: 16px;
      display: flex;
      align-items: center;
    }

    .resume-card .stats-row .stat-item.salary {
      color: #f5222d;
      font-weight: 500;
    }

    .resume-card .info-container .intention {
      font-size: 14px;
      color: #333;
      margin-bottom: 8px;
      font-weight: 700;
    }

    /* 联系按钮 */
    .resume-card .contact .contact-btn {
      background-color: #DC1116;
      color: white;
      border: none;
      border-radius: 4px;
      padding: 8px 16px;
      font-size: 14px;
      cursor: pointer;
      transition: background-color 0.2s;
      white-space: nowrap;
    }


    /* 在线状态样式 */
    .resume-card .contact .status {
      font-size: 12px;
      color: #999;
      margin-top: 8px;
    }











































.bigBox .banner {
  width: 100%;
  height: 180px;
  margin-top: 90px;
  background-image: url("../../img/news/banner2.jpg");
  background-size: cover;
  background-position: center;
}
.bigBox .bannerM {
  display: none;
}
.bigBox .intro {
  display: flex;
  max-width: 1200px;
  margin: 40px auto;
  /* border: 1px solid #000; */
}
.bigBox .intro > .left {
  width: 15%;
  margin-right: 3%;
}
.bigBox .intro > .left .title {
  text-align: center;
  line-height: 60px;
  background-color: #DC1116;
  font-size: 24px;
  color: #fff;
}
.bigBox .intro > .left .list {
  background: #f8f8f8;
  border-bottom: 1px solid rgb(240, 240, 240);
}
.bigBox .intro > .left .list > div {
  font-size: 16px;
  color: #000;
  line-height: 50px;
  padding-left: 40px;
  cursor: pointer;
}
.bigBox .intro > .left .list > div:hover {
  color: #DC1116;
  background-color: rgb(240, 240, 240);
}
.bigBox .intro > .left .list > .active {
  color: #DC1116;
  background-color: rgb(240, 240, 240);
}
.bigBox .intro > .right {
  width: 100%;
}
.bigBox .intro > .right .crumb {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: #eee 1px solid;
}
.bigBox .intro > .right .crumb > a, .bigBox .intro > .right .crumb > span, .bigBox .intro > .right .crumb > p {
  color: #666;
  font-size: 14px;
  text-decoration: none;
}
.bigBox .intro > .right .crumb > img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.bigBox .intro > .right .crumb > span {
  margin: 0 6px;
}
.bigBox .intro > .right .change, .bigBox .intro > .right .changeList {
  display: none;
}
.bigBox .intro > .right .cont {
  /*display: none;*/
  margin-top: 30px;
}
.bigBox .intro > .right .cont .newList {
  margin: 10px;
  background-color: #F1F1F1;
}
.bigBox .intro > .right .cont .newList .newBox {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bigBox .intro > .right .cont .newList .newBox .left {
  background: #DC1116;
  text-align: center;
  color: #fff;
  width: 10%;
  padding: 6px 0;
}
.bigBox .intro > .right .cont .newList .newBox .left .day {
  font-size: 28px;
  line-height: 40px;
}
.bigBox .intro > .right .cont .newList .newBox .left .month, .bigBox .intro > .right .cont .newList .newBox .left .year {
  font-size: 14px;
}
.bigBox .intro > .right .cont .newList .newBox > img {
  width: 26%;
  /*height: max-content;*/
}
.bigBox .intro > .right .cont .newList .newBox .right {
  width: 60%;
}
.bigBox .intro > .right .cont .newList .newBox .right .title {
  font-size: 20px;
  color: #333;
  margin-bottom: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-decoration: none;
}
.bigBox .intro > .right .cont .newList .newBox .right .text {
  font-size: 14px;
  color: #595959;
  line-height: 30px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bigBox .intro > .right > .cont:nth-child(2) {
  display: block;
}
.bigBox .intro > .right .panel .pagination {
  display: flex;
  justify-content: center;
}
.bigBox .intro > .right .panel .pagination > li {
  display: block;
  margin: 10px;
  border: 1px solid #d9d9d9;
  padding: 4px 10px;
  border-radius: 6px;
}
.bigBox .intro > .right .panel .pagination > li > a {
  text-decoration: none;
  color: #595959;
}
.bigBox .intro > .right .panel .pagination .active {
  border: 1px solid #DC1116;
  background-color: #DC1116;
}
.bigBox .intro > .right .panel .pagination .active > a {
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .bigBox .banner {
    display: none;
  }
  .bigBox .bannerM {
    display: block;
    width: 100%;
    margin-top: 80px;
    font-size: 0;
  }
  .bigBox .bannerM > img {
    width: 100%;
    /*height: max-content;*/
  }
  .bigBox .panel {
    zoom: 0.6;
  }
  .bigBox .intro {
    margin: 0;
  }
  .bigBox .intro .left {
    display: none;
  }
  .bigBox .intro .right {
    width: 100%;
  }
  .bigBox .intro .right .crumb {
    display: none;
  }
  .bigBox .intro .right .change {
    width: 100%;
    background-color: rgba(253,148,147,0.8);
    display: flex;
    align-items: center;
    padding: 6px 10px;
    justify-content: space-between;
    box-sizing: border-box;

  }
  .bigBox .intro .right .change > p {
    font-size: 22px;
    color: #fff;
  }
  .bigBox .intro .right .change > img {
    width: 24px;
    height: 24px;
  }
  .bigBox .intro .right .changeList {
    position: fixed;
    width: 74%;
    background: #fff;
    height: 100%;
    top: 0px;
    padding: 160px 0;
    box-sizing: border-box;
    display: flex;
    transition: all 0.8s;
  }
  .bigBox .intro .right .changeList > img {
    width: 35px;
    height: 30px;
    margin: 16px 10px 10px 20px;
  }
  .bigBox .intro .right .changeList .listM {
    width: 80%;
    margin-right: 20px;
  }
  .bigBox .intro .right .changeList .listM .li {
    color: #323232;
    font-size: 20px;
    line-height: 40px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(169, 166, 166, 0.2509803922);
  }
  .bigBox .intro .right .cont {
    padding: 20px 8px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .bigBox .intro .right .cont .newBox .left {
    display: none !important;
  }
  .bigBox .intro .right .cont .newBox > img {
    width: 30% !important;
  }
  .bigBox .intro .right .cont .newBox .right {
    width: 68% !important;
  }
  .bigBox .intro .right .cont .newBox .right .title {
    margin-bottom: 10px !important;
    color: #323232 !important;
  }
  .bigBox .intro .right .cont .newBox .right .text {
    color: #6b6b6b !important;
    line-height: 20px !important;
  }
}

/*# sourceMappingURL=intro.css.map */
