.ojbTraining_box_one {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8px;
  font-family: Microsoft YaHei, Microsoft YaHei, serif;
}
.ojbTraining_box_one .box_one {
  margin-top: 20px;
  width: 580px;
  height: 240px;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  padding: 30px 17px 0 24px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}
.ojbTraining_box_one .box_one img {
  width: 100px;
  height: 100px;
  margin-right: 16px;
}
.ojbTraining_box_one .box_one .box_one_right {
  flex: 1;
  width: 0;
}
.ojbTraining_box_one .box_one .box_one_right .one_tit {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}
.ojbTraining_box_one .box_one .box_one_right .one_desc {
  display: flex;
}
.ojbTraining_box_one .box_one .box_one_right p {
  flex: 1;
  width: 0;
  margin-top: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.ojbTraining_box_one .box_one .box_one_right span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #666666;
  border-radius: 50%;
  margin-top: 24px;
  margin-right: 10px;
}
.ojbTraining_box_one .box_one:hover {
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
}
.ojbTraining_box_one .box_one:hover .one_tit {
  color: #EC6A1A;
}

.ojbTraining_box_two {
  margin-top: 8px;
  font-family: Microsoft YaHei, Microsoft YaHei, serif;
}
.ojbTraining_box_two .box_two_tabs {
  display: flex;
  justify-content: space-between;
  width: 910px;
  margin: 0 auto;
}
.ojbTraining_box_two .box_two_tabs .two_tabs {
  box-sizing: border-box;
  padding: 10px 16px;
  height: 48px;
  border-radius: 6px 6px 6px 6px;
  cursor: pointer;
  transition: 0.3s;
}
.ojbTraining_box_two .box_two_tabs .two_tabs span {
  font-weight: 700;
  font-size: 18px;
  color: #909399;
  line-height: 24px;
  vertical-align: middle;
}
.ojbTraining_box_two .box_two_tabs img {
  width: 28px;
  height: 28px;
  margin-right: 4px;
  vertical-align: middle;
}
.ojbTraining_box_two .box_two_tabs .active {
  background: #F1F0F0;
  border-radius: 12px 12px 12px 12px;
}
.ojbTraining_box_two .box_two_tabs .active span {
  color: #333333;
}
.ojbTraining_box_two .box_two_tabs .two_tabs:hover {
  background: #F1F0F0;
  border-radius: 12px 12px 12px 12px;
}
.ojbTraining_box_two .box_two_tabs .two_tabs:hover span {
  color: #333333;
}
.ojbTraining_box_two .two_box > div {
  display: none;
}
.ojbTraining_box_two .two_box .two_box_item {
  display: flex;
  padding-top: 60px;
  align-items: center;
}
.ojbTraining_box_two .two_box .two_box_item .two_box_desc {
  flex: 1;
  width: 0;
  padding-right: 43px;
}
.ojbTraining_box_two .two_box .two_box_item .two_box_desc p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  margin-bottom: 16px;
}
.ojbTraining_box_two .two_box .two_box_item img {
  width: 678px;
  height: 334px;
}
.ojbTraining_box_two .two_box .show {
  display: block;
}

.ojbTraining_box_three {
  display: flex;
  justify-content: space-between;
  font-family: Microsoft YaHei, Microsoft YaHei, serif;
  margin-top: 28px;
}
.ojbTraining_box_three .box_three_item {
  box-sizing: border-box;
  width: 340px;
  height: 412px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #C7C7C7;
  padding: 40px 16px 0;
  cursor: pointer;
  transition: 0.3s;
}
.ojbTraining_box_three .box_three_item .box_three_item_tit {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  padding-bottom: 32px;
  letter-spacing: 1px;
}
.ojbTraining_box_three .box_three_item .box_three_item_desc {
  display: flex;
}
.ojbTraining_box_three .box_three_item .box_three_item_desc span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #666666;
  border-radius: 50%;
  margin-top: 14px;
  margin-right: 12px;
}
.ojbTraining_box_three .box_three_item .box_three_item_desc p {
  flex: 1;
  width: 0;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  word-break: break-all;
  margin-bottom: 16px;
}
.ojbTraining_box_three .box_three_item:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}
.ojbTraining_box_three .box_three_item:hover .box_three_item_tit {
  color: #EC6A1A;
}

/*# sourceMappingURL=ojbTraining.css.map */
