.partner {
  margin-top: 100px;
  background: #F8F8F8;
}
.banner {
  width: 100%;
  height: auto;
  max-height: 500px;
}
/* bar */
.news-bar {
  margin-bottom: 30px;
  background-color: #fff;
}
.n-b-content {
  width: 100%;
  padding-top: 20px;
  display: flex;
}
.n-b-content .bar-item {
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.n-b-content .bar-item a{
  font-weight: bolder;
  font-size: 22px;
  color: #666666;
  line-height: 33px;
}
.n-b-content .active {
  position: relative;
}
.n-b-content .active:after{
  content: '';
  width: 100%;
  height: 4px;
  background: #ff9a00;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}
.n-b-content .active a{
  color: #333333;
}
.n-b-content .bar-item:first-child {
  margin-right: 80px;
}
/* 岗位招聘 */
.swiper {
  background-color: rgb(246,246,246);
}
.work-list {
  /* width: 900px; */
  margin: 30px auto;
}
.work-list .work-item {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  font-size: 22px;
  border-radius: 10px;
}
.work-item .w-i-desc {
  width: 100px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  background-color: #ff9a00;
  border-radius: 5px;
  cursor: pointer;
}
.branch-office {
  margin: 30px auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.branch-office .b-o-item:nth-child(3n){
  margin-right: 0 !important;
}
.b-o-item {
  width: 373px;
  margin-bottom: 30px;
  margin-right: 139px;
}
.b-o-i-add{
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 33px;
}
.b-o-i-add span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff9a00;
  margin-right: 5px;
}
.b-o-i-desc {
  margin-top: 10px;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  height: 176px;
}
.b-o-i-desc .b-o-i-d-name {
  display: flex;
  align-items: flex-start;
  height: 30px;
  line-height: 30px;
  color: #666;
  font-size: 18px;
  margin-bottom: 10px;
}
.b-o-i-desc .b-o-i-d-name img {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  margin-top: 5px;
}

/* 岗位详情 */
.work-title {
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
.work-title .title{
  position: relative;
  z-index: 2;
}
.work-title .title:after{
  position: absolute;
  left: 0;
  bottom: -2px;
  content: '';
  width: 100%;
  z-index: -1;
  height: 8px;
  background: #ff9a00;
}
.work-job {
  margin: 10px 0;
  line-height: 36px;
  font-size: 20px;
}
.work-job:first-letter {
  padding-bottom: 10px;
  border-bottom: 2px solid #ff9a00;
}
.work-description {
  font-size: 20px;
  line-height: 40px;
  margin: 12px 0;
}
.w-d-list li{
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
/* 邮箱 */
.work-add {
  width: 100%;
  padding: 30px 0;
  background-image: url('../img/partner/u11.png');
  background-position: 0 0;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.work-add .w-a-title {
  font-size: 30px;
  font-weight: bold;
}
.work-add .w-a-email {
  margin: 10px 0;
  width: 100px;
}
.work-add .w-a-email-desc {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 1400px){
  .b-o-item {
    width: 320px;
    margin-bottom: 26px;
    margin-right: 120px;
  }
}