.main-menu-list {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 20px 0;
  background: #fff;
}

.main-menu-list .line-prev {
  width: 1px;
  height: 58px;
  background: #1c4e7a;
  position: absolute;
  left: 4%;
  top: 37px;
  z-index: 2;
}

.main-menu-list .line-next {
  width: 1px;
  height: 58px;
  background: #1c4e7a;
  position: absolute;
  right: 4%;
  top: 37px;
  z-index: 2;
}

.main-menu-list .line-next,
.main-menu-list .line-prev,
.main-menu-list .swiper-button-next3,
.main-menu-list .swiper-button-prev3 {
  display: none;
}

.main-menu-list ul {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-menu-list ul > li {
  float: left;
  width: calc(100% / 4);
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-menu-list ul > li a {
  padding: 20px 0;
  display: block;
  text-decoration: none;
  position: relative;
}

.main-menu-list ul > li a .sw_icon {
  width: 88px;
  height: 88px;
  margin: 0 auto;
  margin-bottom: 16px;
  border: 2px solid #e9edf2;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-menu-list ul > li a .sw_icon span {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  top: 50%;
}

.main-menu-list ul > li a .sw_title {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  line-height: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-menu-list ul > li a .tip {
  font-size: 12px;
  font-weight: 400;
  color: #909499;
  line-height: 16px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.main-menu-list ul > li:nth-child(1) a .sw_icon span {
  background: url(../images/career_icon_1.png) no-repeat center;
  background-size: cover;
}

.main-menu-list ul > li:nth-child(2) a .sw_icon span {
  background: url(../images/career_icon_2.png) no-repeat center;
  background-size: cover;
}

.main-menu-list ul > li:nth-child(3) a .sw_icon span {
  background: url(../images/career_icon_3.png) no-repeat center;
  background-size: cover;
}

.main-menu-list ul > li:nth-child(4) a .sw_icon span {
  background: url(../images/career_icon_4.png) no-repeat center;
  background-size: cover;
}

.main-menu-list ul > li:hover a .sw_title {
  color: #822045;
}

.main-menu-list ul > li:hover a .sw_icon {
  border: 2px solid #822045;
}

.main .tab-list {
  padding-bottom: 40px;
}

.main .tab-list .tab {
  border-radius: 4px;
  border: 1px solid rgba(130, 32, 69, 0.2);
  font-size: 16px;
  font-weight: 400;
  color: #822045;
  line-height: 20px;
  padding: 7px 31px;
  display: inline-block;
  margin-right: 16px;
  cursor: pointer;
}

.main .tab-list .tab.active {
  background: #822045;
  color: #fff;
}

.main .tab-list .more {
  border-radius: 16px;
  border: 1px solid #822045;
  padding: 3px 0px 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  padding: 5px 14px 5px;
  font-size: 14px;
  font-weight: 500;
  color: #822045;
  line-height: 20px;
  float: right;
  display: none;
}

.main .tab-list .more.active {
  display: block;
}

.main .tab-list .more:hover {
  background-color: #822045;
  color: #fff;
}

.main .news {
  display: none;
}

.main .news.active {
  display: block;
}

.main .news .left-img {
  display: block;
  float: left;
  width: 4.2rem;
  height: 2.8rem;
  background: url(../images/carrer_news_img.jpg) no-repeat center;
  background-size: cover;
}

.main .news .right-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: calc(100% - 4.2rem);
  padding: 18px 32px;
  background: #fff url(../images/career_news_bg.png) no-repeat center;
}

.main .news .right-info ul li {
  border-bottom: 1px solid #e9edf2;
  margin-left: 16px;
  margin-bottom: 12px;
  position: relative;
}

.main .news .right-info ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #822045;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: 5px;
}

.main .news .right-info ul li:last-child {
  margin-bottom: 0;
  border: none;
}

.main .news .right-info ul li:last-child a {
  padding-bottom: 0;
}

.main .news .right-info ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #303133;
  line-height: 20px;
  padding-bottom: 12px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}





.carrer-program h2 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #303133;
  line-height: 26px;
  margin: 12px 0;
padding-top:12px;
}

.carrer-program h2::before {
  display: inline-block;
  content: "";
  margin-right: 12px;
  width: 8px;
  height: 18px;
  background: #822045;
  border-radius: 4px;
//transform: translateY(3px);
}

.carrer-program p {
  font-size: 16px;
  font-weight: 400;
  color: #606266;
  line-height: 28px;
}
.carrer-program p {
padding:12px 0;
}
.carrer-program .c-box {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 48px;
}

.carrer-program .c-box .img {
  margin: 0 auto;
  vertical-align: middle;
  max-width: 800px;
  padding: 16px 0;
}
.carrer-program img {
  max-width: 100%;
}
.m-bottom{
margin-bottom:48px;}






@media only screen and (min-width: 1200px) {
  .main .news .left-img {
    width: 420px;
    height: 280px;
  }
  .main .news .right-info {
    width: calc(100% - 420px);
  }
}



@media screen and (max-width: 1200px) {
  .footer .footer_bottom .top .logo1, .footer .footer_bottom .top .logo2, .footer .footer_bottom .top .contact-us, .footer .footer_bottom .top .f-code {
    margin-right: auto;
  }
  .footer .footer_bottom .top .f-code {
    float: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .footer .footer_bottom .top .f-code .code {
    margin-bottom: 24px;
  }
  .footer .footer_bottom .top .f-code .code .w-code {
    margin-bottom: 8px;
  }
}


@media only screen and (max-width: 928px) {
  section .container .main-menu-list ul {
    padding: 0;
  }
  .swiper-button-prev3 {
    width: 10px;
    height: 20px;
    background-image: url(../images/swiper-contaienr3-prev2x.png);
    background-size: cover;
    top: 60%;
  }
  .swiper-button-next3 {
    width: 10px;
    height: 20px;
    background-image: url(../images/swiper-contaienr3-next2x.png);
    background-size: cover;
    top: 60%;
  }
}

@media screen and (max-width: 783px) {
  .main-menu-list .swiper-button-next3,
  .main-menu-list .swiper-button-prev3 {
    display: none;
  }
  .main-menu-list ul li:nth-child(2)::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .main-menu-list .swiper-button-next3,
  .main-menu-list .swiper-button-prev3 {
    display: none;
  }
  .main .news .left-img {
    width: 100%;
    height: 11rem;
    float: none;
  }
  .main .news .right-info {
    width: 100%;
    float: none;
    padding: 16px;
  }
.main-menu-list ul > li a .sw_icon {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
  }
  .main-menu-list ul > li a .sw_icon span {
    width: 32px;
    height: 32px;
  }
  .main-menu-list ul > li a .sw_title {
    font-size: 12px;
  }
}
/*# sourceMappingURL=carrer.css.map */