body {
  background-color: #fff;
}
.f30 {
  font-size: 30px;
}
.w1240 {
  width: 1240px;
}
.banner {

}
.ti2em {
  text-indent: 2em;
}
.box {
  background-color: #2f50c8;
 /*  border-radius: 10px; */
  padding-bottom: 50px;
}
.bdqn-zyjn-content {
  border-radius: 10px;
  width: 1165px;
  padding: 40px 34px;
  background: url("../image/content_bottom_bg.jpg") no-repeat left bottom #fff;
  box-sizing: border-box;
}
.bdqn-zyjn-content .content {
  padding: 80px 20px;
  border: 1px solid #c4a473;
  border-radius: 10px;
  line-height: 70px;
  color: #666666;
  background-color: #fff;
}
.bdqn-zyjn-content p.ti2em {
  text-indent: 2em;
}

/* 职业技能 */
.zs {
  width: 1165px;
  box-sizing: border-box;
}
.zs .text {
  width: 1024px;
  height: 754px;
  padding: 28px;
  box-sizing: border-box;
  background: url("../image/zs_box_bg.jpg") no-repeat;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(16, 30, 105, 0.3);
}
.zs .text p {
  border: 1px solid #fff;
  border-radius: 10px;
  height: 100%;
  color: #fff;
  font-size: 30px;
  box-sizing: border-box;
  padding: 65px 490px 0 40px;
  text-indent: 2em;
  line-height: 58px;
  text-align: justify;
}
.zs .zs-img {
  width: 640px;
  height: 457px;
  right: 0;
  top: 150px;
}
.list-box {
  margin-top: 70px;
  width: 1160px;
}
.list-box .list-item {
  min-height: 160px;
  position: relative;
  padding: 35px 0;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(16, 30, 105, 0.3);
  box-sizing: border-box;
  background: url("../image/item_bg.png") no-repeat left top #fff;
  margin-bottom: 50px;
}
.list-box .list-item p.text {
  padding-left: 54px;
  padding-right: 54px;
  color: #444444;
  font-size: 30px;
  line-height: 60px;
}
.list-box .list-item-header {
  height: 72px;
  line-height: 72px;
  font-size: 40px;
}
.list-box .list-item-header .zi2 {
  z-index: 2;
}
.list-box .list-item-header .num {
  width: 102px;
  border-radius: 0 36px 36px 0;
  background-image: linear-gradient(to right, #e0c192, #d1ae7e);
}
.list-box .list-item-header .item-title {
  color: #cfad7c;
}
.list-box .list-item-header .item-title .bg {
  position: absolute;
  left: 0;
  font-size: 80px;
  color: #f3f3f3;
  font-weight: 700;
}
.list-box .list-item::after,
.list-box .list-item::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -80px;
  width: 10px;
  height: 160px;
  border-radius: 10px 0 0 10px;
  background-color: #c2a883;
}
.list-box .list-item::after {
  left: -10px;
}
.list-box .list-item::before {
  right: -10px;
  border-radius: 0 10px 10px 0;
}
