/* clear */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font: 16px/1.5 "Microsoft Yahei",
    "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
}

ul,ol {
  list-style: none;
}

em,i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

input {
  border: none;
  outline: none;
  color: #333;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}

/* Header */
.wrapper_head {
  margin: 0 auto;
  display: flex;
}

.header {
  width: 90vw;
  height: 80px;
  overflow: hidden;
  /* border-bottom: 1px solid #bdbdbd;
  margin-bottom: 30px; */
}

.header .logo a {
  display: block;
  background-image: url(./images/logo.png);
  background-repeat: no-repeat;
  font-size: 0;
  width: 164px;
  height: 71px;
  margin-top: 14px;
}

.header .options {
  margin-left: auto;
  width: 60%;
  height: 80px;
}

.header .options ul {
  display: flex;
  justify-content: right;
}

.header .options ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 80px;
}

.header .options ul li:last-child {
  background-color: #333333;
  width: 15%;
  color: #fefefe;
}

.header .options ul li:last-child a {
  color: #ffffff;
}

.header .options ul li:nth-child(6) {
  display: none;
}

.header .options ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #333;
}

.header .options ul li .select-container {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.header .options ul li select {
  width: 100%;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  color: #333;
  padding: 0;
  border: 1px solid #ccc;
  background-color: #fff;
}

.header .options ul li option {
  text-align: center;
  font-size: 20px;
  color: #333;
  background-color: #fff;
}

.hidden {
  display: none;
}

.shortOptions {
  position: absolute;
  top: 80px;
  right: 0;
  background-color: #fefefe;
  min-width: 30%;
  z-index: 99;
}

.shortOptions ul {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.shortOptions ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
}

.shortOptions ul li .select-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.shortOptions ul li select {
  width: 90%;
  text-align: center;
  font-size: 16px;
  color: #333;
  padding: 0;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* banner */
.banner_index {
  height: 340px;
  width: 87vw;
  background-image: url(./images/vector.png);
  background-repeat: no-repeat;
  /* background-color: #e2e2e2; */
  background-position: center;
  margin: 0 auto 90px AUTO;
  position: relative;
  overflow: hidden;
}

.banner_index .red-box {
  width: 265px;
  height: 150px;
  background-color: #cf373c;
  position: absolute;
  top: 0;
  right: 20px;
}

.banner_index .text-overlay {
  position: absolute;
  text-align: right;
  top: 40px;
  right: 50px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

.banner_index .text-overlay H1 {
  margin-top: 10px;
  font-size: 64px;
  font-weight: 900;
  margin-bottom: 30px;
}

.banner_index .text-overlay H4 {
  font-size: 24px;
  font-weight: 550;
  margin-bottom: 35px;
}

.banner_index .text-overlay p {
  width: 640px;
  height: 439px;
  font-size: 16px;
  font-weight: 400;
}



.banner_content {
  display: flex;
  color: #FFFFFF;
  height: 280px;
  /* 高度固定为 280px */
  background-image: url(./images/page3.png);
  /* 替换为你的图片路径 */
  background-repeat: no-repeat;
  /* 禁用背景重复 */
  background-size: 100% auto;
  /* 宽度铺满，高度按比例调整 */
  background-position: center;
  /* 背景图片居中显示 */
  margin-bottom: 90px;
  overflow: hidden;
  /* 防止可能的溢出 */
}

.banner_content .left_redBox {
  width: 5%;
  height: 280px;
  background-color: #cf373c;
  margin-right: 40px;
}

.banner_content .para h1 {
  font-weight: 600;
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 6px;
}


.banner_content .para h4 {
  font-size: 24px;
  font-weight: 550;
  margin-bottom: 40px;
}

.banner_content .para p {
  width: 640px;
}





.banner_content1 {
  display: flex;
  color: #FFFFFF;
  height: 280px;
  /* 高度固定为 280px */
  background-image: url(./images/page4.png);
  /* 替换为你的图片路径 */
  background-repeat: no-repeat;
  /* 禁用背景重复 */
  background-size: 100% auto;
  /* 宽度铺满，高度按比例调整 */
  background-position: center;
  /* 背景图片居中显示 */
  margin-bottom: 90px;
  overflow: hidden;
  /* 防止可能的溢出 */
}


.banner_content1 .left_redBox {
  width: 5%;
  height: 280px;
  background-color: #cf373c;
  margin-right: 40px;
}

.banner_content1 .para h1 {
  font-weight: 600;
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 6px;
}


.banner_content1 .para h4 {
  font-size: 24px;
  font-weight: 550;
  margin-bottom: 40px;
}

.banner_content1 .para p {
  width: 640px;
}





/* footer */
.footer {
  background-color: #242424;
  color: #bebebe;
  padding: 0;
  overflow: hidden;
}

.footer .footer_wrapper {
  width: 70%;
  margin: 0 auto;
}

.footer .footer_top {
  margin-top: 5vb;
  margin-bottom: 3vb;
  /* background-color: pink; */
}

.footer .footer_top .footer_firstLine {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 800;
}

.footer .footer_top ul {
  display: flex;
  justify-content: space-between;
}


.footer .footer_top ul li {
  line-height: 50px;
}

.footer .footer_center {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}

.footer .footer_logo {
  display: flex;
  justify-content: center;

}

.footer .footer_logo img {
  display: flex;
  width: 100%;
  height: auto;
}

.footer .footer_logo a {
  display: flex;
  justify-content: center;
}

.footer .footer_copyright {

  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;

  /* background-color: pink; */
}


















/*页中主体部分布局*/


.container-main {
  margin-left: 10%;
  margin-right: 10%;
}

@media (min-width: 768px) {
  .container-main {
    /* width: 80%;
      font-size: 1.5rem; */
    margin-left: 20%;
    margin-right: 20%;
  }
}

.containerYanGe {
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;

}

@media (min-width: 767px) {
  .containerYanGe {
    font-size: 16px;
    margin-top: 50px;
    margin-left: 20%;
    margin-right: 20%;
  }
}


.title {
  left: 15%;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  /* margin: 0; */
  /* text-align: left; */
}

.decoration {
  width: 254px;
  height: 6px;
  background-color: #e74c3c;
  margin: 8px 0;
}

.philosophy {
  font-size: 10px;
  color: #555;
  line-height: 1.8;
  text-align: left;
  margin-top: 20px;
}

@media (min-width: 767px) {
  .philosophy {
    font-size: 16px;
    margin-top: 50px;

  }
}





.timeline {
  width: auto;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 5%;
  /* padding: 20px 0; */
}

.timeline-title {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin: 16px 0;
  padding: 8px 0;
  border-bottom: 2px solid #e0e0e0;
}

.timeline-row {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}

.timeline-row:last-child {
  border-bottom: none;
}

/* @media (max-width:768px) {
  .timeline-row {
    font-size: 4px;
  }
} */

.year {
  flex: 0 0 27%;
  background-color: #f2f2f2;
  padding: 10px 10px;
  font-size: 8px;
  font-weight: bold;
  color: #666;
  text-align: center;
}

.year1 {
  flex: 0 0 27%;
  background-color: #f2f2f2;
  padding: 12px 16px;
  font-size: 8px;
  font-weight: bold;
  color: #666;
  /* text-align: center; */
}

.event {
  width: auto;
  padding: 12px 16px;
  font-size: 10px;
  color: #333;
  text-align: left;
}

@media (min-width: 767px) {
  .event {
    width: auto;
    padding: 12px 16px;
    font-size: 15px;
    color: #333;
    text-align: left;
  }

  .year {
    flex: 0 0 27%;
    background-color: #f2f2f2;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-align: center;
  }

  .year1 {
    flex: 0 0 27%;
    background-color: #f2f2f2;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    /* text-align: center; */
  }
}




/*事业情报布局*/
.business-content {
  display: flex;
  width: 100%;
  gap: 80px;
  margin-bottom: 5%;
  margin-left: 10%;
}

@media (min-width: 767px) {
  .business-content {
    display: flex;
    width: 80%;
    gap: 80px;
    margin-bottom: 5%;
    margin-left: 5%;
  }
}

.left-image {

  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15%;
}

@media (max-width: 767px) {
  .left-image {
    display: none;
  }
}


.right-modules {
  width: 80%;
  margin: 0%;
  margin-left: 0%;
}

@media (min-width: 767px) {
  .right-modules {
    margin-left: 0%;
  }
}


.main-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
  margin-left: 5%;
}

/* @media (max-width: 600px) {
  .main-title {
      margin-left: 20%;
  }
} */


.modules {

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* 为每个子元素分配区域 */
/* .modules > :nth-child(1) {
  grid-area: item1;
}
.modules > :nth-child(2) {
  grid-area: item2;
}
.modules > :nth-child(3) {
  grid-area: item3;
} */
.modules> :last-child {
  grid-column: 1 / -1;
  /* 跨两列 */
}

/* @media (max-width: 600px) {
  .modules {
      margin-left: 20%;
  }
} */


.module {
  /* height: 200%; */
  max-width: 100%;
  min-height: 200px;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.module-title {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
}

@media (min-width:767px) {
  .module-title {
    font-size: 20px;
  }

  .module {
    min-height: 300px;
  }
}

.module-content {
  font-size: 10px;
  color: #555;
  line-height: 1.6;
}

@media (min-width:767px) {
  .module-content {
    font-size: 14px;
  }
}



.module1 {
  max-width: 100%;
  min-height: 200px;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.module1-title {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
}

@media (min-width:767px) {
  .module1-title {
    font-size: 20px;
  }

  .module1 {
    min-height: 300px;
  }
}

.module1-content {
  font-size: 10px;
  color: #555;
  line-height: 1.6;
}

@media (min-width:767px) {
  .module1-content {
    font-size: 14px;
  }
}




/*新人募集布局*/
.content-box {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* max-width: 800px;  */
  width: 70%;
  margin: 50px auto;
  overflow: hidden;
}

.content-image {
  flex: 0 0 35%;
  max-width: 35%;
  height: auto;
  position: relative;
  margin: -20px 0 -20px -20px;
}

.content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.content-text {
  flex: 1;
  padding: 0 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.content-text h2 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
}

.content-text p {
  margin: 0;
}

@media (max-width:768px) {
  .content-text {
    flex: 1;
    padding: 0 20px;
    color: #333;
    font-size: 10px;
    line-height: 1.5;
  }

  .content-text h2 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
  }

}








.container {
  text-align: center;
  margin-top: 50px;
}

.container-new-menber {
  display: flex;
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 5%;
}

.title-new-menber {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.decoration-new-menber {
  width: 254px;
  height: 6px;
  background-color: #e74c3c;
  margin: 8px auto;
}

.title-new-menber-h2 {
  font-size: 20px;
}

@media (max-width:768px) {
  .title-new-menber-h2 {
    font-size: 14px;
  }
}

.module-new-menber {
  display: flex;
  width: 48%;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
}

.icon-container {
  width: 50px;
  height: 50px;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* background-color: #e74c3c; */
  border-radius: 50%;
  margin-right: 20px;
}

.text-content {
  flex-grow: 1;
  /* 使文本内容区域占据剩余的空间 */
}

.contact-info h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

p {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
}

p {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
}

@media (max-width: 600px) {
  .h3 {
    font-size: 14px;
  }

  p {
    font-size: 10px;
  }

  icon-container {
    display: none;
  }
}


.contact-info {
  width: auto;
  justify-content: center;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
}

.contact-info h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;

  text-align: center;
}

.contact-info ul {
  list-style-type: none;
  padding: 0;
  text-align: left;
  margin: 0;
  padding-left: 30%;
}

.contact-info li {
  font-size: 16px;
  margin-left: 20%;
  margin-right: 20%;
  color: #555;
  margin-bottom: 8px;
}

.contact-info strong {
  color: #e74c3c;
}

@media (max-width: 480px) {
  .contact-info ul {
    padding-left: 5%;
  }
}







/*咨询页面布局*/

.contact-page {
  display: flex;
  justify-content: space-between;
  gap: 50px; /* 左右部分之间的间距 */
  width: 60%; /* 设置整体宽度 */
  margin: 40px auto; /* 页面居中 */
}

.left-side,
.right-side {
  width: 48%;
  /* 每一侧占据容器的 48% */
}

.left-side h3,
.right-side h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .contact-page {
    flex-direction: column; /* 切换为垂直布局 */
    width: 80%; /* 缩小整体宽度 */
    gap: 20px; /* 调整间距 */
  }

  .left-side,
  .right-side {
    width: 100%; /* 每一部分占满宽度 */
  }

  .right-side h3 {
    font-size: 18px;
    margin-top: 40px;
  }
}

form {
  display: flex;
  flex-direction: column;
}

label {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 8px;
}

input[type="text"],
input[type="email"],
textarea {
  padding: 10px 0;
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #ccc;
  outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-bottom: 2px solid #e74c3c;
}

button {
  padding: 10px;
  font-size: 16px;
  background-color: #e74c3c;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  width: 150px;
  margin-top: 5px;
}

button:hover {
  background-color: #c0392b;
}

.right-side ul {
  margin-top: 10px;
  list-style-type: none;
  padding: 0;
  margin-top: 14px;
}

.right-side li {
  font-size: 16px;
  margin-bottom: 30px;
}

.right-side strong {
  color: #e74c3c;
}

.right-side p {
  font-size: 20px;
  margin-bottom: 5px;
}



@media (max-width:768px) {
  .wrapper_head {
    margin: 0 auto;
    display: flex;
  }

  .header {
    width: 100%;
    height: 80px;
    overflow: hidden;
    /* border-bottom: 1px solid #8E8E8E; */
    margin-bottom: 0;
  }

  .header .logo a {
    display: block;
    background-image: url(./images/logo.png);
    background-repeat: no-repeat;
    font-size: 0;
    width: 164px;
    height: 71px;
    margin-top: 14px;
  }

  .header .options {
    margin-left: auto;
    width: auto;
  }

  .header .options ul {
    display: flex;
    width: 30vw;
    margin-left: auto;
  }

  .header .options ul li {
    display: block;
    width: 200%;
    height: 80px;
    /* background-color: skyblue; */
  }

  .header .options ul li:nth-child(1),
  .header .options ul li:nth-child(2),
  .header .options ul li:nth-child(3),
  .header .options ul li:nth-child(4),
  .header .options ul li:nth-child(5) {
    display: none;
  }

  .header .options ul li:nth-child(6) {
    display: block;
    background-color: #ececec;
    width: 100vw;
  }

  .header .options ul li:last-child {
    background-color: #333333;
    width: 100vw;
    color: #fefefe;
  }

  .header .options ul li:last-child a {
    color: #ffffff;
    font-size: 50px;
  }

  /* banner */
  .banner_index {
    height: 340px;
    width: 100%;
    background-image: url(./images/VectorS.png);
    background-color: #e2e2e2;
    margin: 0 auto 40px AUTO;
    position: relative;
    overflow: hidden;
  }

  .banner_index .red-box {
    width: 0px;
    height: 300px;
    background-color: #cf373c;
    position: absolute;
    top: 0;
    right: 20px;
  }

  .banner_index .text-overlay {
    position: absolute;
    text-align: right;
    top: 90px;
    right: 30px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
  }

  .banner_index .text-overlay H1 {
    font-size: 0px;
    font-weight: 900;
    margin-bottom: 30px;
  }

  .banner_index .text-overlay H4 {
    /* width: 80vw; */
    font-size: 0px;
    font-weight: 550;
    margin-bottom: 40px;
  }

  .banner_index .text-overlay p {
    display: none;
    width: 640px;
    height: 439px;
    font-size: 16px;
    font-weight: 400;
  }

  /*事业内容的图片*/
  .banner_content {
    display: flex;
    color: #FFFFFF;
    height: 280px;
    background-image: url(./images/WechatIMG197.png);
    background-repeat: no-repeat;
    margin-bottom: 90px;
  }

  .banner_content .left_redBox {
    width: 10%;
    height: 280px;
    background-color: #cf373c;
    margin-right: 20px;
  }

  .banner_content .para h1 {
    font-weight: 600;
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 6px;
  }

  .banner_content .para h4 {
    /* display: none; */
    font-size: 24px;
    font-weight: 550;
    margin-bottom: 40px;
  }

  .banner_content .para p {
    display: none;
    width: 640px;
  }

  /*新人募集页面的图片*/
  /* .banner_content1 {
  display: flex;
  color: #FFFFFF;
  height: 280px;
  background-image: url(./images/1.jpg);
  background-repeat: no-repeat;
  margin-bottom: 90px;
} */


  .banner_content1 .left_redBox {
    width: 10%;
    height: 280px;
    background-color: #cf373c;
    margin-right: 20px;
  }

  .banner_content1 .para h1 {
    font-weight: 600;
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 56px;
  }


  .banner_content1 .para h4 {
    /* display: none; */
    font-size: 24px;
    font-weight: 550;
    margin-bottom: 40px;
  }

  .banner_content1 .para p {
    display: none;
    width: 640px;
  }

  /* footer */
  /* .footer {
    background-color: #242424;
    color: #bebebe;
    padding: 0;
    overflow: hidden;
  }

  .footer .footer_top {
    margin: 40px 40px 20px 40px;
  }

  .footer .footer_top .footer_firstLine {
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 800;
  }

  .footer .footer_top ul {
    display: block;
    margin-left: 12%;
  }


  .footer .footer_top ul li {
    line-height: 50px;
  }

  .footer .footer_center {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
  }

  .footer .footer_logo {
    display: flex;
    justify-content: center;

  }

  .footer .footer_logo img {
    display: flex;
    width: 70%;
    height: auto;
  }

  .footer .footer_logo a {
    display: flex;
    justify-content: center;
  }

  .footer .footer_copyright {

    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
  } */
}


/*新页底*/
.newfooter {
  display: flex; /* 使用Flexbox布局 */
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  gap: 40px; /* 左右两部分的间距 */
  background-color: #333; /* 背景色 */
  color: #fff; /* 字体颜色 */
  padding: 20px; /* 内边距 */
  border-top: 4px solid #f4f4f4; /* 顶部边框 */
  font-size: 14px; /* 字体大小 */
  text-align: center; /* 内容居中对齐 */
  flex-wrap: wrap; /* 允许换行，以适配小屏幕 */
}

.footer-logo {
  flex: 0 0 auto; /* 防止Logo过度压缩 */
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:768px) {
  .footer-logo img {
    max-width: 20px; /* 设置Logo的最大宽度 */
    height: auto; /* 保持宽高比 */
  }
}

.footer-logo img {
  max-width: 35px; /* 设置Logo的最大宽度 */
  height: auto; /* 保持宽高比 */
}

.footer-info {
  flex: 0 0 auto; /* 防止文字部分压缩 */
  text-align: center; /* 文字内容居中对齐 */
  max-width: 400px; /* 限制信息部分的最大宽度 */
}

.footer-info p {
  color: #cccccc; /* 单独设置文字颜色 */
  margin: 5px 0; /* 每段的间距 */
  font-size: 12px; /* 字体大小 */
}

.banner_index p {
  color: #ffffff;
}

.banner_content p {
  color: #ffffff;
}

.banner_content1 p {
  color: #ffffff;
}

.banner_content p {
  color: #ffffff;
}

/*整体修改求人情报布局*/
.main-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  margin: 0 auto;
}

.recruit-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 20px;
  width: 85%;
  margin: 0 auto;
}

.recruit-container1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 20px;
  width: 90%;
  margin: 0 auto;
}

.recruit-container1> :last-child {
  grid-column: span 3;
}

.recruit-icon {
  display: block;
  margin: 0 auto 10px;
  width: 40px;
  height: auto;
  fill: #cf373c;
  transition: fill 0.3s ease; /* 为 fill 设置过渡动画 */
}
.recruit-icon1 {
  display: inline-flex;
  margin: 0 auto 0px;
  margin-right: 10px;
  width: 20px;
  height: auto;
  vertical-align: middle;
  fill: #cf373c;
  transition: fill 0.3s ease; /* 为 fill 设置过渡动画 */
}
.recruit-icon2 {
  display: inline-flex;
  margin: 0 auto 0px;
  margin-right: 10px;
  width: 20px;
  height: auto;
  vertical-align: middle;
  fill: #000000;
  transition: fill 0.3s ease; /* 为 fill 设置过渡动画 */
}

.recruit-box:hover .recruit-icon {
  fill: #dd7a7e; /* 鼠标悬停时改变 fill 的颜色 */
}

.location-title {
  white-space: nowrap;  /* 禁止标题换行 */
}

.recruit-box {
  border: #ededed 1px solid;
  background-color: #ffffff;
  padding: 20px;
  text-align: left;
  height: 305px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  box-shadow: none;
  transition: box-shadow 0.3s ease, color 0.3s ease;
}

.recruit-box h3 {
  color: black;
  transition: color 0.3s ease;
}

.recruit-box:hover {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.recruit-box:hover h3 {
  color: #cf373c;
  transition: color 0.3s ease;
}

.recruit-title {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.recruit-text {
  font-size: 12px;
  line-height: 1.5;
  overflow: auto;
}

@media (max-width: 480px) {
  .recruit-icon {
    margin: 0 auto 5px;
    width: 30px;
  }

  .recruit-container {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .recruit-title {
    font-size: 16px;
  }

  .recruit-text {
    font-size: 12px;
  }

  .recruit-box {
    padding: 10px;
    height: auto;
    width: 100%;
  }
}
