@charset "UTF-8";
body {
  font-family: PingFang SC, PingFang SC;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
.home-join-btn>a {
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
}

.home-news-list .s1 {
  flex: 0 0 calc(100% - 140px)
}
.header-container header {
  background-color: #2f4f4f;
  color: white;
  text-align: center;
}

.futian-logo-home {
  position: absolute;
  left: 32px;
  top: 20px;
  z-index: 999;
}
.futian-logo-home > img {
  width: 190px;
}
.banner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #335A45;
  padding: 10px;
  position: absolute;
  width: 90%;
}
.banner .banner-main {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 90%;
  flex-wrap: wrap;
}
.banner .banner-main .tip {
  display: flex;
  font-size: 14px;
  color: #FFFFFF;
  width: 100%;
  justify-content: right;
  padding-bottom: 12px;
}
.banner .banner-main .tip .date {
  margin-left: 10px;
}
.banner .banner-main .input-search {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 32px;
}
.banner .banner-main .input-search .input-com {
 
  display: flex;
  justify-content: flex-end;
}
.banner .banner-main .input-search .input-com .val {
  width: 212px;
  height: -webkit-fill-available;
  border: none;
  background-color: rgba(255,255,255,.39);
  border-radius: 4px 0 0 4px;
  color: #fff;
}
.banner .banner-main .input-search .input-com .btn {
  width: 32px;
  height: 32px;
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 65%;
  background-color: rgba(0,0,0,.5);
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}

.banner .banner-main .input-search .input-com .val::placeholder {
  color: #ffffff !important; /* 你可以更改这个颜色值 */
  opacity: .39 !important; /* 使颜色不透明 */
}
.banner .banner-main .input-search .input-com .val:-ms-input-placeholder {
  color: #ffffff;
}
.banner .banner-main .input-search .search {
  display: flex;
  width: 32px;
  height: 32px;
  background: #2A3E30;
  border-radius: 0px 4px 4px 0px;
  justify-content: center;
  align-items: center;
}
.banner .banner-main .input-search .search img {
  width: 16px;
  height: 16px;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #335a45;
  height: 90px;
  margin-top: -6px;
  background: #335a45;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}
.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
}
.nav ul li {
  display: inline;
}
.nav ul li a {
  text-decoration: none;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  text-transform: none;
  opacity: 0.8;
}
.nav ul li a:hover {
  text-decoration: none;
  color: white;
  text-decoration: none;
  border-bottom: 3px solid #f9e7a4;
  font-weight: bold;
  opacity: 1;
}
.nav ul li a:active {
  color: #ffffff !important;
  text-decoration: none;
  border-bottom: 3px solid #f9e7a4;
  font-weight: bold;
  opacity: 1;
}
.nav ul li a.active {
  color: #ffffff !important;
  text-decoration: none;
  border-bottom: 3px solid #f9e7a4;
  font-weight: bold;
  opacity: 1;
}

main {
  width: 80%;
  margin: 20px auto;
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

img {
  width: 100%;
  height: auto;
}

.section2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
}
.section2 .block1:after,
.section2 .block2:after {
  content: "";
  display: table;
  clear: both;
}
.section2 .block1 {
  width: 80%;
  margin-top: 82px;
  background-color: white;
  margin-bottom: 118px;
  display: flex;
}
.section2 .block1 .left {
  width: 636px;
  margin-right: 20px;
}
.section2 .block1 .left .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
.section2 .block1 .left .swiper-slide a img {
  display: block;
  height: 340px;
  width: 636px;
  object-fit: cover;
}
.section2 .block1 .left .swiper-slide a .tit {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  line-height: 42px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section2 .block1 .right {
  width: 60%;
}
.section2 .block1 .right .hds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-bottom: 2px solid #d0d0d0;
}
.section2 .block1 .right .hds .hd {
  display: flex;
}
.section2 .block1 .right .hds .hd .item {
  padding: 4px 12px;
  margin-right: 7px;
  height: 30px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 0px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.section2 .block1 .right .hds .hd .item:hover, .section2 .block1 .right .hds .hd .item.current {
  color: #ffffff;
  background: #335a45;
}
.section2 .block1 .right .hds .hd .item:hover:after, .section2 .block1 .right .hds .hd .item.current:after {
  height: 3px;
}
.section2 .block1 .right .hds .hd .item:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  transition: all 0.3s;
  height: 0px;
}
.section2 .block1 .right .hds .moreBase {
  width: 79px;
  height: 22px;
  font-size: 14px;
  color: #335A45;
  text-transform: none;
}
.section2 .block1 .right .bd {
  padding-top: 16px;
}
.section2 .block1 .right .bd .model1, .section2 .block1 .right .bd .model2, .section2 .block1 .right .bd .model3 {
  display: none;
}
.section2 .block1 .right .bd .model1.current, .section2 .block1 .right .bd .model2.current, .section2 .block1 .right .bd .model3.current {
  display: block;
}
.section2 .block1 .right .bd .model1 a:last-child, .section2 .block1 .right .bd .model2 a:last-child, .section2 .block1 .right .bd .model3 a:last-child {
  margin: 0px;
}
.section2 .block1 .right .bd .model1 a, .section2 .block1 .right .bd .model2 a, .section2 .block1 .right .bd .model3 a {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.section2 .block1 .right .bd .model1 a .s1, .section2 .block1 .right .bd .model2 a .s1, .section2 .block1 .right .bd .model3 a .s1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section2 .block1 .right .bd .model1 a .s2, .section2 .block1 .right .bd .model2 a .s2, .section2 .block1 .right .bd .model3 a .s2 {
  text-align: right;
  font-size: 18px;
  color: #d0d0d0;
  text-align: right;
  font-style: normal;
  text-transform: none;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
.section2 .block2 {
  padding-top: 34px;
}

.wrap,
.training,
.investigation {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
}

.investigation {
  margin-bottom: 0px;
  position: relative;
  flex-direction: column;
}
.investigation img {
  margin-top: 154px;
  margin-bottom: 149px;
  background-color: #F6FCF5;
}
.investigation .content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  top: 42%;
  left: 42%;
}
.investigation .content .review {
  font-weight: 600;
  font-size: 48px;
  color: #335a45;
  text-align: left;
}
.investigation .content .deal {
  display: flex;
}
.investigation .content .deal .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #ffffff;
  margin-right: 30px;
  background: #335a45;
  border-radius: 5px 5px 5px 5px;
}

.about-con {
  width: 100%;
  background-color: white;
}
.about-con .about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  width: 80%;
}
.about-con .about .web-title {
  height: 33px;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
}
.about-con .about .webMain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  height: 100%;
  min-height: 60px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 110px;
  background: #f6fcf5;
  border-radius: 0px 0px 0px 0px;
  line-height: 40px;
  padding: 0px 40px;
}
.about-con .about .webMain .web a {
  font-weight: 500;
  font-size: 18px;
  color: #335a45;
  cursor: pointer;
}

.jobs-out,
.training,
.entrepreneurship-out {
  display: flex;
  justify-content: center;
  width: 100%;
}

.jobs,
.training-main,
.entrepreneurship {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
}
.jobs .title,
.training-main .title,
.entrepreneurship .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin-bottom: 40px;
  margin-top: 71px;
}
.jobs .title .one,
.training-main .title .one,
.entrepreneurship .title .one {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jobs .title .one .img,
.training-main .title .one .img,
.entrepreneurship .title .one .img {
  margin-right: 10px;
  width: 26px;
  height: 24px;
}
.jobs .title .one .txt,
.training-main .title .one .txt,
.entrepreneurship .title .one .txt {
  display: flex;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
}
.jobs .title .line,
.training-main .title .line,
.entrepreneurship .title .line {
  display: flex;
  position: relative;
  width: 200px;
  height: 0px;
  border: 1px solid rgba(51, 90, 69, 0.3);
}
.jobs .title .line::before, .jobs .title .line::after,
.training-main .title .line::before,
.training-main .title .line::after,
.entrepreneurship .title .line::before,
.entrepreneurship .title .line::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  background-color: #335A45;
  top: 50%;
  transform: translateY(-50%);
}
.jobs .title .line::before,
.training-main .title .line::before,
.entrepreneurship .title .line::before {
  left: 0;
}
.jobs .title .line::after,
.training-main .title .line::after,
.entrepreneurship .title .line::after {
  right: 0;
}
.jobs .title .desc,
.training-main .title .desc,
.entrepreneurship .title .desc {
  font-weight: 500;
  font-size: 14px;
  color: #335A45;
  opacity: 0.3;
}
.jobs .tabs,
.training-main .tabs,
.entrepreneurship .tabs {
  display: flex;
  width: 200px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 67px;
}
.jobs .tabs .tab,
.training-main .tabs .tab,
.entrepreneurship .tabs .tab {
  font-weight: 500;
  font-size: 20px;
  color: #363636;
  cursor: pointer;
  opacity: 0.5;
}
.jobs .tabs .tab:active,
.training-main .tabs .tab:active,
.entrepreneurship .tabs .tab:active {
  text-decoration: none;
  border-bottom: 3px solid #335a45;
  font-weight: bold;
  line-height: 22px;
  opacity: 1;
}
.jobs .tabs .active,
.training-main .tabs .active,
.entrepreneurship .tabs .active {
  border-bottom: 3px solid #335a45;
  font-weight: bold;
  line-height: 22px;
  opacity: 1;
}
.jobs .show-img,
.training-main .show-img,
.entrepreneurship .show-img {
  display: none;
  width: 100%;
}
.jobs .show-img .content .base-title,
.training-main .show-img .content .base-title,
.entrepreneurship .show-img .content .base-title {
  font-size: 24px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 14px;
  padding: 0px 10px;
}
.jobs .show-img .content .desc,
.training-main .show-img .content .desc,
.entrepreneurship .show-img .content .desc {
  font-size: 14px;
  color: #222222;
  padding: 0px 10px;
}
.jobs .show-img .base-more,
.training-main .show-img .base-more,
.entrepreneurship .show-img .base-more {
  font-size: 16px;
  color: #335a45;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  position: relative;
  cursor: pointer;
  margin-bottom: 60px;
}
.jobs .show-img .base-more a,
.training-main .show-img .base-more a,
.entrepreneurship .show-img .base-more a {
  color: #335a45;
}
.jobs .mb-150,
.training-main .mb-150,
.entrepreneurship .mb-150 {
  margin-bottom: 150px;
}
.jobs .job-cards,
.jobs .training-cards,
.jobs .pioneer-cards,
.training-main .job-cards,
.training-main .training-cards,
.training-main .pioneer-cards,
.entrepreneurship .job-cards,
.entrepreneurship .training-cards,
.entrepreneurship .pioneer-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
}
.jobs .job-cards .job-card,
.jobs .training-cards .job-card,
.jobs .pioneer-cards .job-card,
.training-main .job-cards .job-card,
.training-main .training-cards .job-card,
.training-main .pioneer-cards .job-card,
.entrepreneurship .job-cards .job-card,
.entrepreneurship .training-cards .job-card,
.entrepreneurship .pioneer-cards .job-card {
  width: 23%;
  padding: 10px;
  background: linear-gradient(180deg, #f5fcfb 0%, #ffffff 100%);
  box-shadow: 0px 0px 20px 1px rgba(51, 90, 69, 0.3);
  border-radius: 5px 5px 5px 5px;
  border: 4px solid #ffffff;
  margin-right: 13px;
  margin-bottom: 16px;
  cursor: pointer;
  flex-basis: 23%;
  box-sizing: border-box;
}
.jobs .job-cards .job-card:hover,
.jobs .training-cards .job-card:hover,
.jobs .pioneer-cards .job-card:hover,
.training-main .job-cards .job-card:hover,
.training-main .training-cards .job-card:hover,
.training-main .pioneer-cards .job-card:hover,
.entrepreneurship .job-cards .job-card:hover,
.entrepreneurship .training-cards .job-card:hover,
.entrepreneurship .pioneer-cards .job-card:hover {
  transform: scale(1.1); /* 鼠标悬停时放大1.1倍 */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.jobs .job-cards .job-card .one-line,
.jobs .training-cards .job-card .one-line,
.jobs .pioneer-cards .job-card .one-line,
.training-main .job-cards .job-card .one-line,
.training-main .training-cards .job-card .one-line,
.training-main .pioneer-cards .job-card .one-line,
.entrepreneurship .job-cards .job-card .one-line,
.entrepreneurship .training-cards .job-card .one-line,
.entrepreneurship .pioneer-cards .job-card .one-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jobs .job-cards .job-card .one-line .name,
.jobs .training-cards .job-card .one-line .name,
.jobs .pioneer-cards .job-card .one-line .name,
.training-main .job-cards .job-card .one-line .name,
.training-main .training-cards .job-card .one-line .name,
.training-main .pioneer-cards .job-card .one-line .name,
.entrepreneurship .job-cards .job-card .one-line .name,
.entrepreneurship .training-cards .job-card .one-line .name,
.entrepreneurship .pioneer-cards .job-card .one-line .name {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jobs .job-cards .job-card .one-line .money,
.jobs .training-cards .job-card .one-line .money,
.jobs .pioneer-cards .job-card .one-line .money,
.training-main .job-cards .job-card .one-line .money,
.training-main .training-cards .job-card .one-line .money,
.training-main .pioneer-cards .job-card .one-line .money,
.entrepreneurship .job-cards .job-card .one-line .money,
.entrepreneurship .training-cards .job-card .one-line .money,
.entrepreneurship .pioneer-cards .job-card .one-line .money {
  font-size: 16px;
  color: #be2e1a;
  min-width: 68px;
  text-align: right;
}
.jobs .job-cards .job-card .two-line,
.jobs .training-cards .job-card .two-line,
.jobs .pioneer-cards .job-card .two-line,
.training-main .job-cards .job-card .two-line,
.training-main .training-cards .job-card .two-line,
.training-main .pioneer-cards .job-card .two-line,
.entrepreneurship .job-cards .job-card .two-line,
.entrepreneurship .training-cards .job-card .two-line,
.entrepreneurship .pioneer-cards .job-card .two-line {
  display: flex;
  display: flex;
  font-size: 14px;
  color: #717a8f;
  margin-top: 10px;
}
.jobs .job-cards .job-card .two-line > span,
.jobs .training-cards .job-card .two-line > span,
.jobs .pioneer-cards .job-card .two-line > span,
.training-main .job-cards .job-card .two-line > span,
.training-main .training-cards .job-card .two-line > span,
.training-main .pioneer-cards .job-card .two-line > span,
.entrepreneurship .job-cards .job-card .two-line > span,
.entrepreneurship .training-cards .job-card .two-line > span,
.entrepreneurship .pioneer-cards .job-card .two-line > span {
  margin: 0 10px;
}
.jobs .job-cards .job-card .three-line .company,
.jobs .training-cards .job-card .three-line .company,
.jobs .pioneer-cards .job-card .three-line .company,
.training-main .job-cards .job-card .three-line .company,
.training-main .training-cards .job-card .three-line .company,
.training-main .pioneer-cards .job-card .three-line .company,
.entrepreneurship .job-cards .job-card .three-line .company,
.entrepreneurship .training-cards .job-card .three-line .company,
.entrepreneurship .pioneer-cards .job-card .three-line .company {
  font-size: 14px;
  color: #717a8f;
}
.jobs .job-cards .training-card,
.jobs .training-cards .training-card,
.jobs .pioneer-cards .training-card,
.training-main .job-cards .training-card,
.training-main .training-cards .training-card,
.training-main .pioneer-cards .training-card,
.entrepreneurship .job-cards .training-card,
.entrepreneurship .training-cards .training-card,
.entrepreneurship .pioneer-cards .training-card {
  border: 4px solid #ffffff;
  margin-right: 13px;
  margin-bottom: 16px;
  width: 23%;
  flex-basis: 23%;
  box-sizing: border-box;
  background: #f6fcf5;
  border-radius: 10px 10px 10px 10px;
}
.training-main .training-cards .training-card {
  cursor: pointer;
  position: relative;
}
.training-card .a-linker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}


.jobs .job-cards .training-card:hover,
.jobs .training-cards .training-card:hover,
.jobs .pioneer-cards .training-card:hover,
.training-main .job-cards .training-card:hover,
.training-main .training-cards .training-card:hover,
.training-main .pioneer-cards .training-card:hover,
.entrepreneurship .job-cards .training-card:hover,
.entrepreneurship .training-cards .training-card:hover,
.entrepreneurship .pioneer-cards .training-card:hover {
  transform: scale(1.1); /* 鼠标悬停时放大1.1倍 */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.jobs .job-cards .training-card .main,
.jobs .training-cards .training-card .main,
.jobs .pioneer-cards .training-card .main,
.training-main .job-cards .training-card .main,
.training-main .training-cards .training-card .main,
.training-main .pioneer-cards .training-card .main,
.entrepreneurship .job-cards .training-card .main,
.entrepreneurship .training-cards .training-card .main,
.entrepreneurship .pioneer-cards .training-card .main {
  height: 65%;
  padding: 8px 12px;
}
.jobs .job-cards .training-card .main .tit,
.jobs .training-cards .training-card .main .tit,
.jobs .pioneer-cards .training-card .main .tit,
.training-main .job-cards .training-card .main .tit,
.training-main .training-cards .training-card .main .tit,
.training-main .pioneer-cards .training-card .main .tit,
.entrepreneurship .job-cards .training-card .main .tit,
.entrepreneurship .training-cards .training-card .main .tit,
.entrepreneurship .pioneer-cards .training-card .main .tit {
  max-height: 36px;
  height: 24%;
  font-size: 24px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jobs .job-cards .training-card .main .content,
.jobs .training-cards .training-card .main .content,
.jobs .pioneer-cards .training-card .main .content,
.training-main .job-cards .training-card .main .content,
.training-main .training-cards .training-card .main .content,
.training-main .pioneer-cards .training-card .main .content,
.entrepreneurship .job-cards .training-card .main .content,
.entrepreneurship .training-cards .training-card .main .content,
.entrepreneurship .pioneer-cards .training-card .main .content {
  margin-bottom: 25px;
}
.jobs .job-cards .training-card .main .content .item,
.jobs .training-cards .training-card .main .content .item,
.jobs .pioneer-cards .training-card .main .content .item,
.training-main .job-cards .training-card .main .content .item,
.training-main .training-cards .training-card .main .content .item,
.training-main .pioneer-cards .training-card .main .content .item,
.entrepreneurship .job-cards .training-card .main .content .item,
.entrepreneurship .training-cards .training-card .main .content .item,
.entrepreneurship .pioneer-cards .training-card .main .content .item {
  display: flex;
  font-size: 12px;
  color: #404040;
  line-height: 30px;
}
.jobs .job-cards .training-card .main .clickBtn,
.jobs .training-cards .training-card .main .clickBtn,
.jobs .pioneer-cards .training-card .main .clickBtn,
.training-main .job-cards .training-card .main .clickBtn,
.training-main .training-cards .training-card .main .clickBtn,
.training-main .pioneer-cards .training-card .main .clickBtn,
.entrepreneurship .job-cards .training-card .main .clickBtn,
.entrepreneurship .training-cards .training-card .main .clickBtn,
.entrepreneurship .pioneer-cards .training-card .main .clickBtn {
  width: 120px;
  height: 36px;
  background: #335a45;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
.jobs .job-cards .pioneer-card,
.jobs .training-cards .pioneer-card,
.jobs .pioneer-cards .pioneer-card,
.training-main .job-cards .pioneer-card,
.training-main .training-cards .pioneer-card,
.training-main .pioneer-cards .pioneer-card,
.entrepreneurship .job-cards .pioneer-card,
.entrepreneurship .training-cards .pioneer-card,
.entrepreneurship .pioneer-cards .pioneer-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 23%;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #c1d8bf;
  margin-right: 13px;
  margin-bottom: 16px;
  padding: 10px;
  cursor: pointer;
  position: relative;
  flex-basis: 23%;
  box-sizing: border-box;
}
.jobs .job-cards .pioneer-card:hover,
.jobs .training-cards .pioneer-card:hover,
.jobs .pioneer-cards .pioneer-card:hover,
.training-main .job-cards .pioneer-card:hover,
.training-main .training-cards .pioneer-card:hover,
.training-main .pioneer-cards .pioneer-card:hover,
.entrepreneurship .job-cards .pioneer-card:hover,
.entrepreneurship .training-cards .pioneer-card:hover,
.entrepreneurship .pioneer-cards .pioneer-card:hover {
  transform: scale(1.05);
}
.jobs .job-cards .pioneer-card:hover::before, .jobs .job-cards .pioneer-card:hover::after,
.jobs .training-cards .pioneer-card:hover::before,
.jobs .training-cards .pioneer-card:hover::after,
.jobs .pioneer-cards .pioneer-card:hover::before,
.jobs .pioneer-cards .pioneer-card:hover::after,
.training-main .job-cards .pioneer-card:hover::before,
.training-main .job-cards .pioneer-card:hover::after,
.training-main .training-cards .pioneer-card:hover::before,
.training-main .training-cards .pioneer-card:hover::after,
.training-main .pioneer-cards .pioneer-card:hover::before,
.training-main .pioneer-cards .pioneer-card:hover::after,
.entrepreneurship .job-cards .pioneer-card:hover::before,
.entrepreneurship .job-cards .pioneer-card:hover::after,
.entrepreneurship .training-cards .pioneer-card:hover::before,
.entrepreneurship .training-cards .pioneer-card:hover::after,
.entrepreneurship .pioneer-cards .pioneer-card:hover::before,
.entrepreneurship .pioneer-cards .pioneer-card:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #c1d8bf;
  box-sizing: border-box;
  z-index: 1;
  pointer-events: none;
  animation: border-flow 3s linear infinite;
}
@keyframes border-flow {
  0% {
    border-color: #c1d8bf transparent transparent transparent;
  }
  25% {
    border-color: #c1d8bf #c1d8bf transparent transparent;
  }
  50% {
    border-color: #c1d8bf #c1d8bf #c1d8bf transparent;
  }
  75% {
    border-color: #c1d8bf #c1d8bf #c1d8bf #c1d8bf;
  }
  100% {
    border-color: transparent #c1d8bf #c1d8bf #c1d8bf;
  }
}
.jobs .job-cards .pioneer-card .one-line,
.jobs .training-cards .pioneer-card .one-line,
.jobs .pioneer-cards .pioneer-card .one-line,
.training-main .job-cards .pioneer-card .one-line,
.training-main .training-cards .pioneer-card .one-line,
.training-main .pioneer-cards .pioneer-card .one-line,
.entrepreneurship .job-cards .pioneer-card .one-line,
.entrepreneurship .training-cards .pioneer-card .one-line,
.entrepreneurship .pioneer-cards .pioneer-card .one-line {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
.jobs .job-cards .pioneer-card .spliter img,
.jobs .training-cards .pioneer-card .spliter img,
.jobs .pioneer-cards .pioneer-card .spliter img,
.training-main .job-cards .pioneer-card .spliter img,
.training-main .training-cards .pioneer-card .spliter img,
.training-main .pioneer-cards .pioneer-card .spliter img,
.entrepreneurship .job-cards .pioneer-card .spliter img,
.entrepreneurship .training-cards .pioneer-card .spliter img,
.entrepreneurship .pioneer-cards .pioneer-card .spliter img {
  width: 9px;
  height: 9px;
}
.jobs .job-cards .pioneer-card .spliter::before, .jobs .job-cards .pioneer-card .spliter::after,
.jobs .training-cards .pioneer-card .spliter::before,
.jobs .training-cards .pioneer-card .spliter::after,
.jobs .pioneer-cards .pioneer-card .spliter::before,
.jobs .pioneer-cards .pioneer-card .spliter::after,
.training-main .job-cards .pioneer-card .spliter::before,
.training-main .job-cards .pioneer-card .spliter::after,
.training-main .training-cards .pioneer-card .spliter::before,
.training-main .training-cards .pioneer-card .spliter::after,
.training-main .pioneer-cards .pioneer-card .spliter::before,
.training-main .pioneer-cards .pioneer-card .spliter::after,
.entrepreneurship .job-cards .pioneer-card .spliter::before,
.entrepreneurship .job-cards .pioneer-card .spliter::after,
.entrepreneurship .training-cards .pioneer-card .spliter::before,
.entrepreneurship .training-cards .pioneer-card .spliter::after,
.entrepreneurship .pioneer-cards .pioneer-card .spliter::before,
.entrepreneurship .pioneer-cards .pioneer-card .spliter::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #dedede;
  width: 36px;
  min-width: 36px;
  margin: 5px;
  margin-right: -5px;
  margin-left: -5px;
}
.jobs .job-cards .pioneer-card .three-line,
.jobs .training-cards .pioneer-card .three-line,
.jobs .pioneer-cards .pioneer-card .three-line,
.training-main .job-cards .pioneer-card .three-line,
.training-main .training-cards .pioneer-card .three-line,
.training-main .pioneer-cards .pioneer-card .three-line,
.entrepreneurship .job-cards .pioneer-card .three-line,
.entrepreneurship .training-cards .pioneer-card .three-line,
.entrepreneurship .pioneer-cards .pioneer-card .three-line {
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.jobs .more,
.training-main .more,
.entrepreneurship .more {
  width: 160px;
  height: 48px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #335a45;
  margin-top: 34px;
  margin-bottom: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #335a45;
  cursor: pointer;
}
.jobs .more a,
.training-main .more a,
.entrepreneurship .more a {
  color: #335a45;
}

/* PC 端样式 */
@media (min-width: 881px) {
  .img-con .banner1 {
    display: block;
  }
  .img-con .banner2 {
    display: none;
  }
  .more-view {
    display: none;
  }
}
/* 移动端样式 */
@media (max-width: 880px) {
  .img-con .banner1 {
    display: none;
  }
  .img-con .banner2 {
    display: block;
  }
  .banner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #335A45;
    padding: 10px;
    position: inherit;
    width: auto;
  }
  .banner .banner-main {
    width: 100%;
  }
  .banner .banner-main .tip .date {
    display: none;
  }
  .banner .banner-main .input-search {
    display: flex;
    height: 20px;
    align-items: center;
  }
  .banner .banner-main .input-search .input-com {
    height: 100%;
    width: 170px !important;
  }
  .banner .banner-main .input-search .input-com .val {
    display: block;
    width: 100%;
  }
  .banner .banner-main .input-search .search {
    display: flex;
    width: 20px;
    height: 20px;
  }
  .banner .banner-main .input-search .search img {
    width: 10px;
    height: 10px;
  }
  .nav {
    height: 36px;
  }
  .nav ul {
    width: 100%;
  }
  .nav ul li a {
    font-size: 14px;
  }
  .section2 .block1 {
    width: 93%;
    margin-top: 15px;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
  }
  .section2 .block1 .left {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #707070;
    margin-bottom: 16px;
  }
  .section2 .block1 .left .swiper-container {
    height: 190px;
  }
  .section2 .block1 .left .swiper-container .swiper-slide a img {
    display: block;
    height: 190px;
    min-width: 345px;
    width: 100%;
    object-fit: cover;
  }
  .section2 .block1 .right {
    width: 100%;
  }
  .section2 .block1 .right .hds {
    border-bottom: 1px solid #335A45;
  }
  .section2 .block1 .right .hds .hd .item {
    padding: 0px 5px;
    margin-right: 7px;
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #868686;
  }
  .section2 .block1 .right .hds .hd .item:hover, .section2 .block1 .right .hds .hd .item.current {
    color: #335A45;
    font-weight: 500;
    background: #ffffff;
    border-bottom: 3px solid #335A45;
  }
  .section2 .block1 .right .hds .hd .item:hover:after, .section2 .block1 .right .hds .hd .item.current:after {
    height: 3px;
  }
  .section2 .block1 .right .hds .moreBase {
    font-size: 14px;
    color: #8C8A8B;
  }
  .section2 .block1 .right .hds .moreBase .icon-right {
    display: none;
  }
  .section2 .block1 .right .bd {
    padding-top: 13px;
  }
  .section2 .block1 .right .bd .model1, .section2 .block1 .right .bd .model2, .section2 .block1 .right .bd .model3 {
    display: none;
  }
  .section2 .block1 .right .bd .model1.current, .section2 .block1 .right .bd .model2.current, .section2 .block1 .right .bd .model3.current {
    display: block;
  }
  .section2 .block1 .right .bd .model1 a:last-child, .section2 .block1 .right .bd .model2 a:last-child, .section2 .block1 .right .bd .model3 a:last-child {
    margin: 0px;
  }
  .section2 .block1 .right .bd .model1 a, .section2 .block1 .right .bd .model2 a, .section2 .block1 .right .bd .model3 a {
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
    padding: 12px 0px;
    border-bottom: 1px solid #F0F0F0;
  }
  .section2 .block1 .right .bd .model1 a .line, .section2 .block1 .right .bd .model2 a .line, .section2 .block1 .right .bd .model3 a .line {
    display: none;
  }
  .section2 .block1 .right .bd .model1 a .s1, .section2 .block1 .right .bd .model2 a .s1, .section2 .block1 .right .bd .model3 a .s1 {
    /* display: inline-block; */
    font-weight: 500;
    font-size: 14px;
    color: #0A0A0A;
    text-align: left;
  }
  .section2 .block1 .right .bd .model1 a .s2, .section2 .block1 .right .bd .model2 a .s2, .section2 .block1 .right .bd .model3 a .s2 {
    font-weight: bold;
    font-size: 12px;
    color: #8C8A8B;
    text-align: left;
    top: 12px;
  }
  .section2 .block1 .right .more-view {
    width: 100%;
    height: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #8C8A8B;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
    margin-bottom: 40px;
  }
  .section2 .jobs,
  .section2 .training-main,
  .section2 .entrepreneurship {
    width: 100%;
  }
  .section2 .jobs .title .one,
  .section2 .training-main .title .one,
  .section2 .entrepreneurship .title .one {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section2 .jobs .title .one .img,
  .section2 .training-main .title .one .img,
  .section2 .entrepreneurship .title .one .img {
    display: flex;
    width: 14px;
    height: 14px;
  }
  .section2 .jobs .title .one .txt,
  .section2 .training-main .title .one .txt,
  .section2 .entrepreneurship .title .one .txt {
    font-size: 16px;
  }
  .section2 .jobs .job-cards,
  .section2 .jobs .training-cards,
  .section2 .jobs .pioneer-cards,
  .section2 .training-main .job-cards,
  .section2 .training-main .training-cards,
  .section2 .training-main .pioneer-cards,
  .section2 .entrepreneurship .job-cards,
  .section2 .entrepreneurship .training-cards,
  .section2 .entrepreneurship .pioneer-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .section2 .jobs .job-cards .job-card,
  .section2 .jobs .training-cards .job-card,
  .section2 .jobs .pioneer-cards .job-card,
  .section2 .training-main .job-cards .job-card,
  .section2 .training-main .training-cards .job-card,
  .section2 .training-main .pioneer-cards .job-card,
  .section2 .entrepreneurship .job-cards .job-card,
  .section2 .entrepreneurship .training-cards .job-card,
  .section2 .entrepreneurship .pioneer-cards .job-card {
    width: 22%;
    margin: 4px;
    padding: 8px;
    min-width: 150px;
    cursor: pointer;
    flex-basis: 23%;
    box-sizing: border-box;
    flex: 0 0 calc(50% - 20px);
  }
  .section2 .jobs .job-cards .job-card .one-line,
  .section2 .jobs .training-cards .job-card .one-line,
  .section2 .jobs .pioneer-cards .job-card .one-line,
  .section2 .training-main .job-cards .job-card .one-line,
  .section2 .training-main .training-cards .job-card .one-line,
  .section2 .training-main .pioneer-cards .job-card .one-line,
  .section2 .entrepreneurship .job-cards .job-card .one-line,
  .section2 .entrepreneurship .training-cards .job-card .one-line,
  .section2 .entrepreneurship .pioneer-cards .job-card .one-line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section2 .jobs .job-cards .job-card .one-line .name,
  .section2 .jobs .training-cards .job-card .one-line .name,
  .section2 .jobs .pioneer-cards .job-card .one-line .name,
  .section2 .training-main .job-cards .job-card .one-line .name,
  .section2 .training-main .training-cards .job-card .one-line .name,
  .section2 .training-main .pioneer-cards .job-card .one-line .name,
  .section2 .entrepreneurship .job-cards .job-card .one-line .name,
  .section2 .entrepreneurship .training-cards .job-card .one-line .name,
  .section2 .entrepreneurship .pioneer-cards .job-card .one-line .name {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .section2 .jobs .job-cards .job-card .one-line .money,
  .section2 .jobs .training-cards .job-card .one-line .money,
  .section2 .jobs .pioneer-cards .job-card .one-line .money,
  .section2 .training-main .job-cards .job-card .one-line .money,
  .section2 .training-main .training-cards .job-card .one-line .money,
  .section2 .training-main .pioneer-cards .job-card .one-line .money,
  .section2 .entrepreneurship .job-cards .job-card .one-line .money,
  .section2 .entrepreneurship .training-cards .job-card .one-line .money,
  .section2 .entrepreneurship .pioneer-cards .job-card .one-line .money {
    width: 51px;
    font-weight: 500;
    font-size: 12px;
    color: #BE2E1A;
    text-align: left;
  }
  .section2 .jobs .job-cards .job-card .two-line,
  .section2 .jobs .training-cards .job-card .two-line,
  .section2 .jobs .pioneer-cards .job-card .two-line,
  .section2 .training-main .job-cards .job-card .two-line,
  .section2 .training-main .training-cards .job-card .two-line,
  .section2 .training-main .pioneer-cards .job-card .two-line,
  .section2 .entrepreneurship .job-cards .job-card .two-line,
  .section2 .entrepreneurship .training-cards .job-card .two-line,
  .section2 .entrepreneurship .pioneer-cards .job-card .two-line {
    display: flex;
    margin-top: 10px;
    font-size: 10px;
    color: #717A8F;
  }
  .section2 .jobs .job-cards .job-card .two-line > span,
  .section2 .jobs .training-cards .job-card .two-line > span,
  .section2 .jobs .pioneer-cards .job-card .two-line > span,
  .section2 .training-main .job-cards .job-card .two-line > span,
  .section2 .training-main .training-cards .job-card .two-line > span,
  .section2 .training-main .pioneer-cards .job-card .two-line > span,
  .section2 .entrepreneurship .job-cards .job-card .two-line > span,
  .section2 .entrepreneurship .training-cards .job-card .two-line > span,
  .section2 .entrepreneurship .pioneer-cards .job-card .two-line > span {
    margin: 0 10px;
  }
  .section2 .jobs .job-cards .job-card .three-line,
  .section2 .jobs .training-cards .job-card .three-line,
  .section2 .jobs .pioneer-cards .job-card .three-line,
  .section2 .training-main .job-cards .job-card .three-line,
  .section2 .training-main .training-cards .job-card .three-line,
  .section2 .training-main .pioneer-cards .job-card .three-line,
  .section2 .entrepreneurship .job-cards .job-card .three-line,
  .section2 .entrepreneurship .training-cards .job-card .three-line,
  .section2 .entrepreneurship .pioneer-cards .job-card .three-line {
    display: flex;
    flex-direction: column;
    margin: 8px 0px;
  }
  .section2 .jobs .job-cards .job-card .three-line .company,
  .section2 .jobs .training-cards .job-card .three-line .company,
  .section2 .jobs .pioneer-cards .job-card .three-line .company,
  .section2 .training-main .job-cards .job-card .three-line .company,
  .section2 .training-main .training-cards .job-card .three-line .company,
  .section2 .training-main .pioneer-cards .job-card .three-line .company,
  .section2 .entrepreneurship .job-cards .job-card .three-line .company,
  .section2 .entrepreneurship .training-cards .job-card .three-line .company,
  .section2 .entrepreneurship .pioneer-cards .job-card .three-line .company {
    font-size: 10px;
    color: #717A8F;
  }
  .section2 .jobs .job-cards .training-card,
  .section2 .jobs .training-cards .training-card,
  .section2 .jobs .pioneer-cards .training-card,
  .section2 .training-main .job-cards .training-card,
  .section2 .training-main .training-cards .training-card,
  .section2 .training-main .pioneer-cards .training-card,
  .section2 .entrepreneurship .job-cards .training-card,
  .section2 .entrepreneurship .training-cards .training-card,
  .section2 .entrepreneurship .pioneer-cards .training-card {
    margin-right: 0px;
    width: 169px;
    min-width: 150px;
    flex: 0 0 calc(50% - 20px);
  }
  .section2 .jobs .job-cards .training-card .main,
  .section2 .jobs .training-cards .training-card .main,
  .section2 .jobs .pioneer-cards .training-card .main,
  .section2 .training-main .job-cards .training-card .main,
  .section2 .training-main .training-cards .training-card .main,
  .section2 .training-main .pioneer-cards .training-card .main,
  .section2 .entrepreneurship .job-cards .training-card .main,
  .section2 .entrepreneurship .training-cards .training-card .main,
  .section2 .entrepreneurship .pioneer-cards .training-card .main {
    height: 65%;
    padding: 8px;
  }
  .section2 .jobs .job-cards .training-card .main .tit,
  .section2 .jobs .training-cards .training-card .main .tit,
  .section2 .jobs .pioneer-cards .training-card .main .tit,
  .section2 .training-main .job-cards .training-card .main .tit,
  .section2 .training-main .training-cards .training-card .main .tit,
  .section2 .training-main .pioneer-cards .training-card .main .tit,
  .section2 .entrepreneurship .job-cards .training-card .main .tit,
  .section2 .entrepreneurship .training-cards .training-card .main .tit,
  .section2 .entrepreneurship .pioneer-cards .training-card .main .tit {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    height: auto;
  }
  .section2 .jobs .job-cards .training-card .main .content,
  .section2 .jobs .training-cards .training-card .main .content,
  .section2 .jobs .pioneer-cards .training-card .main .content,
  .section2 .training-main .job-cards .training-card .main .content,
  .section2 .training-main .training-cards .training-card .main .content,
  .section2 .training-main .pioneer-cards .training-card .main .content,
  .section2 .entrepreneurship .job-cards .training-card .main .content,
  .section2 .entrepreneurship .training-cards .training-card .main .content,
  .section2 .entrepreneurship .pioneer-cards .training-card .main .content {
    margin-bottom: 25px;
  }
  .section2 .jobs .job-cards .training-card .main .content .item,
  .section2 .jobs .training-cards .training-card .main .content .item,
  .section2 .jobs .pioneer-cards .training-card .main .content .item,
  .section2 .training-main .job-cards .training-card .main .content .item,
  .section2 .training-main .training-cards .training-card .main .content .item,
  .section2 .training-main .pioneer-cards .training-card .main .content .item,
  .section2 .entrepreneurship .job-cards .training-card .main .content .item,
  .section2 .entrepreneurship .training-cards .training-card .main .content .item,
  .section2 .entrepreneurship .pioneer-cards .training-card .main .content .item {
    display: flex;
    font-size: 10px;
    color: #404040;
    line-height: 20px;
  }
  .section2 .jobs .job-cards .training-card .main .clickBtn,
  .section2 .jobs .training-cards .training-card .main .clickBtn,
  .section2 .jobs .pioneer-cards .training-card .main .clickBtn,
  .section2 .training-main .job-cards .training-card .main .clickBtn,
  .section2 .training-main .training-cards .training-card .main .clickBtn,
  .section2 .training-main .pioneer-cards .training-card .main .clickBtn,
  .section2 .entrepreneurship .job-cards .training-card .main .clickBtn,
  .section2 .entrepreneurship .training-cards .training-card .main .clickBtn,
  .section2 .entrepreneurship .pioneer-cards .training-card .main .clickBtn {
    width: 67px;
    height: 20px;
    background: #335A45;
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 0px;
  }
  .section2 .jobs .job-cards .pioneer-card,
  .section2 .jobs .training-cards .pioneer-card,
  .section2 .jobs .pioneer-cards .pioneer-card,
  .section2 .training-main .job-cards .pioneer-card,
  .section2 .training-main .training-cards .pioneer-card,
  .section2 .training-main .pioneer-cards .pioneer-card,
  .section2 .entrepreneurship .job-cards .pioneer-card,
  .section2 .entrepreneurship .training-cards .pioneer-card,
  .section2 .entrepreneurship .pioneer-cards .pioneer-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 160px;
    margin: 0px 4px;
    margin-bottom: 16px;
    padding: 8px;
    position: relative;
    flex: 0 0 calc(50% - 20px);
  }
  .section2 .jobs .job-cards .pioneer-card .one-line,
  .section2 .jobs .training-cards .pioneer-card .one-line,
  .section2 .jobs .pioneer-cards .pioneer-card .one-line,
  .section2 .training-main .job-cards .pioneer-card .one-line,
  .section2 .training-main .training-cards .pioneer-card .one-line,
  .section2 .training-main .pioneer-cards .pioneer-card .one-line,
  .section2 .entrepreneurship .job-cards .pioneer-card .one-line,
  .section2 .entrepreneurship .training-cards .pioneer-card .one-line,
  .section2 .entrepreneurship .pioneer-cards .pioneer-card .one-line {
    font-weight: 500;
    font-size: 12px;
    color: #333333;
  }
  .section2 .jobs .job-cards .pioneer-card .three-line,
  .section2 .jobs .training-cards .pioneer-card .three-line,
  .section2 .jobs .pioneer-cards .pioneer-card .three-line,
  .section2 .training-main .job-cards .pioneer-card .three-line,
  .section2 .training-main .training-cards .pioneer-card .three-line,
  .section2 .training-main .pioneer-cards .pioneer-card .three-line,
  .section2 .entrepreneurship .job-cards .pioneer-card .three-line,
  .section2 .entrepreneurship .training-cards .pioneer-card .three-line,
  .section2 .entrepreneurship .pioneer-cards .pioneer-card .three-line {
    font-size: 10px;
    color: #333333;
    text-align: center;
  }
  .section2 .jobs .more,
  .section2 .training-main .more,
  .section2 .entrepreneurship .more {
    width: 120px;
    height: 36px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #335a45;
    margin-top: 34px;
    margin-bottom: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #335a45;
    cursor: pointer;
  }
  .section2 .jobs .more a,
  .section2 .training-main .more a,
  .section2 .entrepreneurship .more a {
    color: #335a45;
  }
  .section2 .jobs .tabs,
  .section2 .training-main .tabs,
  .section2 .entrepreneurship .tabs {
    display: flex;
    width: 150px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
  }
  .section2 .jobs .tabs .tab,
  .section2 .training-main .tabs .tab,
  .section2 .entrepreneurship .tabs .tab {
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #363636;
  }
  .section2 .jobs .tabs .tab:active,
  .section2 .training-main .tabs .tab:active,
  .section2 .entrepreneurship .tabs .tab:active {
    text-decoration: none;
    border-bottom: 3px solid #335a45;
    font-weight: bold;
    line-height: 22px;
  }
  .section2 .jobs .tabs .active,
  .section2 .training-main .tabs .active,
  .section2 .entrepreneurship .tabs .active {
    border-bottom: 3px solid #335a45;
    font-weight: bold;
    line-height: 22px;
  }
  .section2 .jobs .show-img,
  .section2 .training-main .show-img,
  .section2 .entrepreneurship .show-img {
    width: 100%;
  }
  .section2 .jobs .show-img .content .base-title,
  .section2 .training-main .show-img .content .base-title,
  .section2 .entrepreneurship .show-img .content .base-title {
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 14px;
    padding: 0px 10px;
  }
  .section2 .jobs .show-img .content .desc,
  .section2 .training-main .show-img .content .desc,
  .section2 .entrepreneurship .show-img .content .desc {
    font-size: 14px;
    color: #222222;
    padding: 0px 10px;
  }
  .section2 .jobs .mb-150,
  .section2 .training-main .mb-150,
  .section2 .entrepreneurship .mb-150 {
    margin-bottom: 47px;
  }
  .section2 .investigation {
    margin-bottom: 0px;
    position: relative;
    flex-direction: column;
  }
  .section2 .investigation img {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #F6FCF5;
    height: 81px;
  }
  .section2 .investigation .content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    top: 0;
    left: 42%;
  }
  .section2 .investigation .content .review {
    font-weight: 600;
    font-size: 16px;
    color: #335a45;
    text-align: left;
  }
  .section2 .investigation .content .deal {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 81px;
    margin-right: 10px;
  }
  .section2 .investigation .content .deal .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    height: 8px;
    padding: 10px;
    width: 80px;
    color: #ffffff;
    background: #335a45;
    border-radius: 5px 5px 5px 5px;
  }
  .section2 .about-con {
    background-color: #F6FCF5;
    padding-top: 30px;
  }
  .section2 .about-con .about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    width: 80%;
  }
  .section2 .about-con .about .web-title {
    height: 22px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
  }
  .section2 .about-con .about .webMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    height: 100%;
    min-height: 60px;
    width: 100%;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 48px;
    background: #f6fcf5;
    border-radius: 0px 0px 0px 0px;
    line-height: 40px;
    padding-left: 0px;
  }
  .section2 .about-con .about .webMain .web {
    width: 220px;
  }
  .section2 .about-con .about .webMain .web a {
    font-weight: 500;
    font-size: 14px;
    color: #335a45;
    cursor: pointer;
  }

 
}

/*# sourceMappingURL=styles.css.map */