body {
  background-color: #F2F2F2;
}

.banner {
  width: 100%;
}

.banner img {
  display: block;
  width: 100%;
  height: 100%;
}
.main {
  position: relative;
}
.content {
  border-radius: 10px;
  padding: 68px 0 0 0;
  margin-top: -122px;
  background-color: #F4F7FD;
  position: relative;
}
.adorn {
  width: 173px;
  height: 163px;
  left: 0;
  top: 0;
}
.title img {
  width: 616px;
  height: 72px;
  display: block;
  margin: 0 auto;
}
.area {
  padding: 55px 0;
}
.area img {
  width: 100%;
  display: block;
}
.posi {
  height: 480px;
  margin-top: 70px;
  padding: 0 50px;
}
.tab {
  width: 216px;
}
.tab li {
  height: 44px;
  line-height: 44px;
  margin-bottom: 10px;
}
.tab li a {
  padding: 0 20px;
  border-radius: 6px;
  text-decoration: none;
}
.tab li img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
.tab li img.icon {
  display: none;
}
.tab li:last-child {
  margin-bottom: 0;
}
.tab li.active a {
  background-color: #3666FF;
}
.tab li.active span {
  color: #ffffff;
}
.tab li.active img {
  display: none;
}
.tab li.active img.icon {
  display: block;
}
.tabpanel {
  left: 276px;
  right: 50px;
}
.tabpanel .item {
  height: 100%;
  padding: 18px 24px;
  background: linear-gradient(180deg, #D2E3FE 0%, #FFFFFF 100%);
  box-shadow: 0px 0px 30px 0px rgba(22,54,106,0.05);
  border-radius: 6px;
}
.tabpanel .row {
  margin-left: 0;
  margin-right: 0;
}
.tabpanel .col-4 {
  padding-right: 5px;
  padding-left: 5px;
}
.tabpanel .head {
  padding-bottom: 20px;
  border-bottom: 1px solid #D1DFF8;
  position: relative;
  margin-bottom: 30px;
}
.tabpanel .head::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 55px;
  background: url('../img/recruit_ps.png') no-repeat center;
}
.tabpanel .head h3 {
  font-size: 16px;
  color: #1557BD;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 4px;
}
.tabpanel .head span {
  font-size: 10px;
  color: #4173CA;
  line-height: 14px;
}
.tabpanel .cont .area {
  padding: 0;
  margin-bottom: 20px;
}
.tabpanel .cont .area:last-child {
  margin-bottom: 0;
}
.tabpanel .cont .area h4 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 20px;
}
.tabpanel .cont .area p {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  margin-bottom: 0;
}
.bottom {
  height: 200px;
  background: url('../img/recruit_bot_bg.png') no-repeat center;
  background-size: cover;
}
.bottom .inner {
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
.bottom ul li {
  margin-right: 80px;
}
.bottom ul li:last-child {
  margin-right: 0;
}
.bottom ul li h4 {
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
}
.bottom ul li p {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
}
.bottom .right h4 {
  font-size: 22px;
  color: #ffffff;
}
.bottom .right p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}
.bottom .right img {
  width: 90px;
  height: 90px;
  vertical-align: top;
  margin-left: 20px;
}