﻿.job-section2 .item {
  border-radius: 0.42vw;
  overflow: hidden;
  margin-bottom: 2.08vw;
}
.job-section2 .item:last-child {
  margin-bottom: 0;
}
.job-section2 .item.active {
  box-shadow: 0vw 0vw 1.04vw 0vw rgba(0, 0, 0, 0.1);
}
.job-section2 .item.active .head {
  border-color: #046cb7;
  background-color: #046cb7;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.job-section2 .item.active .head .text1,
.job-section2 .item.active .head .text2,
.job-section2 .item.active .head .text3 {
  color: #fff;
}
.job-section2 .item.active .head .icon {
  transform: rotate(180deg);
  background-color: #fff;
}
.job-section2 .item.active .head .icon:after {
  border-top-color: #046cb7;
  border-left-color: #046cb7;
}
.job-section2 .head {
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.56vw 2.08vw;
  border-radius: 0.42vw;
  cursor: pointer;
}
.job-section2 .head .info {
  min-width: 0;
  flex-grow: 1;
}
.job-section2 .head .text1 {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.78vw;
  font-family: "SourceHanSansCN-Medium";
}
.job-section2 .head .text2 {
  font-size: 14px;
  color: #666;
  line-height: 1.2;
  margin-bottom: 0.52vw;
  font-family: "SourceHanSansCN-Regular";
}
.job-section2 .head .text3 {
  font-size: 14px;
  color: #999;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Regular";
}
.job-section2 .head .icon {
  width: 2.76vw;
  height: 2.76vw;
  border: 1px solid #046cb7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  flex-shrink: 0;
}
.job-section2 .head .icon:after {
  content: "";
  display: block;
  width: 0.42vw;
  height: 0.42vw;
  margin-top: -0.21vw;
  border-top: 1px solid #046cb7;
  border-left: 1px solid #046cb7;
  transform: rotate(-135deg);
}
.job-section2 .body {
  display: none;
  background-color: #fff;
  padding: 2.08vw 2.6vw;
}
.job-section2 .body .content {
  font-size: 14px;
  color: #333;
  font-family: "SourceHanSansCN-Regular";
  line-height: 2;
}
.job-section2 .body .content * {
  font-family: inherit;
}
.job-section2 .body .content strong,
.job-section2 .body .content b {
  font-family: "SourceHanSansCN-Medium";
  font-weight: 400;
}
.job-section2 .body .card {
  margin-top: 2.6vw;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.job-section2 .body .card-item {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  padding: 1.04vw;
  padding-right: 3.13vw;
}
.job-section2 .body .card-item:nth-child(1) {
  margin-right: 1.56vw;
}
.job-section2 .body .card-item .icon {
  width: 2.6vw;
  height: 2.6vw;
  flex-shrink: 0;
  margin-right: 1.04vw;
  margin-top: -21px;
}
.job-section2 .body .card-item .info {
  min-width: 0;
  flex-grow: 1;
  margin-left: 15px;
}
.job-section2 .body .card-item .text1 {
  font-size: 12px;
  color: #333;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Medium";
}
.job-section2 .body .card-item .text1:after {
  content: "";
  display: block;
  width: 1.35vw;
  height: 0.1vw;
  background-color: #046cb7;
  margin-bottom: 0.52vw;
  margin-top: 0.52vw;
}
.job-section2 .body .card-item .text2 {
  font-size: 12px;
  color: #666;
}
.job-section2 .body .card-item .text2 strong {
  color: #046cb7;
}
@media screen and (min-width: 1100px) {
  .job-section2 {
    padding-top: 1.25vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width: 1100px) {
  .job-section2 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .job-section2 .head {
    padding: 15px;
    border-radius: 8px;
  }
  .job-section2 .head .text1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .job-section2 .head .text2 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .job-section2 .head .text3 {
    font-size: 12px;
  }
  .job-section2 .head .icon {
    width: 30px;
    height: 30px;
  }
  .job-section2 .head .icon:after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .job-section2 .body {
    padding: 15px;
  }
  .job-section2 .body .content {
    font-size: 13px;
  }
  .job-section2 .body .card {
    display: block;
    margin-right: 0;
    margin-top: 15px;
  }
  .job-section2 .body .card-item {
    padding: 15px;
    border-radius: 4px;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .job-section2 .body .card-item:nth-child(2n) {
    margin-top: 10px;
  }
  .job-section2 .body .card-item:last-child {
    margin-bottom: 0;
  }
  .job-section2 .body .card-item .icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-top: 10px;
  }
  .job-section2 .body .card-item .text1 {
    font-size: 14px;
  }
  .job-section2 .body .card-item .text1:after {
    width: 20px;
    height: 1px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .job-section2 .body .card-item .text2 {
    font-size: 12px;
  }
  .job-section2 .item {
    margin-bottom: 15px;
  }
  .job-section2 .item:last-child {
    margin-bottom: 0;
  }
}