.ellipsis--1 {
  -webkit-line-clamp: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis--2 {
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis--3 {
  -webkit-line-clamp: 3;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis--4 {
  -webkit-line-clamp: 4;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contentbox_cn1 {
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 32px;
}
.contentboxcn1_cn {
  width: 1200px;
  height: 391px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.contentboxcn1_cn .div_left {
  position: absolute;
  height: 391px;
  z-index: 1;
  padding-top: 29px;
}
.contentboxcn1_cn .div_right {
  position: absolute;
  right: 0;
  width: 684px;
  height: 391px;
}
.contentboxcn1_cn .div_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contentboxcn1_cn .div_left .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.contentboxcn1_cn .div_left .title::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  background-color: var(--color);
  bottom: 0px;
  left: 0;
}
.contentboxcn1_cn .div_left .detail {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #707070;
  font-size: 14px;
  width: 222px;
}
.contentboxcn1_cn .div_left .desc {
  color: #707070;
  font-size: 14px;
  margin-top: 16px;
  width: 494px;
  line-height: 22px;
  letter-spacing: 0.6px;
}
.contentboxcn1_cn .div_left .guize {
  /*width: 708px;*/
  height: 167px;
  background-color: var(--color);
  margin-top: 24px;
  padding: 24px 72px;
  position: relative;
}
.contentboxcn1_cn .div_left .guize .p1 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.contentboxcn1_cn .div_left .guize .p2 {
  margin-top: 16px;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}
.contentboxcn1_cn .div_left .guize img {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 24px;
  height: 16px;
}
.contentbox_cn1_light {
  height: 8px;
  background-color: #f4f4f4;
}
.contentboxcn1_cn_bottom {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.contentboxcn1_cn_bottom .dv1 {
  display: flex;
}
.contentboxcn1_cn_bottom .dv1 img {
  width: 92px;
  height: 92px;
  margin-right: 16px;
}
.contentboxcn1_cn_bottom .dv1 .dv1_cn .p1 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  color: #333333;
}
.contentboxcn1_cn_bottom .dv2 {
  display: flex;
  align-items: center;
}
.contentboxcn1_cn_bottom .dv2 .dv2_cd1 {
  width: 112px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background-color: #ff6600;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.contentboxcn1_cn_bottom .dv2 .dv2_cd2 {
  width: 112px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background-color: #419eff;
  color: #fff;
  border-radius: 4px;
  margin-left: 56px;
  cursor: pointer;
}
.contentbox_cn2 {
  background-color: #f4f4f4;
  padding-top: 56px;
  padding-bottom: 56px;
  min-width: 1200px;
}
.contentboxcn2_cn {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.contentbox_cn2 .title {
  text-align: center;
}
.contentbox_cn2 .title .p1 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}
.contentbox_cn2 .title .p2 {
  font-weight: 400;
  color: #999999;
  font-size: 12px;
}
.contentbox_cn2 .content {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
.contentbox_cn2 .content .item_box {
  margin-right: 24px;
  margin-bottom: 24px;
  width: calc((100% - 48px) / 3);
}
.contentbox_cn2 .content .item_box:nth-child(3n) {
  margin-right: 0;
}
.contentbox_cn2 .content .item_box .item_box_top {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
}
.contentbox_cn2 .content .item_box .item_box_top .img_box {
  width: 156px;
  height: 155px;
  min-width: 156px;
}
.contentbox_cn2 .content .item_box .item_box_top .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contentbox_cn2 .content .item_box .item_box_top .right_box {
  margin-left: 16px;
}
.contentbox_cn2 .img_right_box {
  display: flex;
}
.contentbox_cn2 .right_box .dv1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contentbox_cn2 .right_box .dv1 .dv1_cn1 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.contentbox_cn2 .right_box .dv1 .dv1_cn2 {
  width: 56px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background-color: rgba(255, 102, 0, 0.2);
  border-radius: 2px;
  border: 1px solid var(--color);
  color: var(--color);
}
.contentbox_cn2 .right_box .dv2 {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  line-height: 22px;
}
.contentbox_cn2 .right_box .dv3 {
  width: 180px;
  height: 31px;
  background-color: rgba(255, 102, 0, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  cursor: pointer;
}
.contentbox_cn2 .right_box .dv3 .sp1 {
  font-size: 14px;
  font-weight: 400;
  color: var(--color);
}
.contentbox_cn2 .right_box .dv3 img {
  width: 20px;
  height: 15px;
  margin-left: 16px;
}
.contentbox_cn2 .progress_box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
}
.contentbox_cn2 .progress_box .sp1 {
  color: #333333;
  font-size: 14px;
}
.contentbox_cn2 .progress_box .sp1.er {
  font-size: 16px;
}
.contentbox_cn2 .progress_box .progress_ccc {
  border-radius: 9px;
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
  height: 16px;
  flex: 1;
  background-color: #f4f4f4;
  position: relative;
}
.contentbox_cn2 .progress_box .progress_ccc .progress_blue {
  position: absolute;
  left: 0;
  height: 100%;
  width: 60px;
  background-color: var(--color);
  border-radius: 9px;
}
.contentbox_cn2 .item_box_bottom {
  margin-top: 16px;
  height: 38px;
  background-color: var(--color);
  border-radius: 4px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.contentbox_cn3 {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}
.contentboxcn3_cn {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.contentbox_cn3 .title {
  text-align: center;
}
.contentbox_cn3 .title .p1 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}
.contentbox_cn3 .title .p2 {
  font-weight: 400;
  color: #999999;
  font-size: 12px;
}
.contentbox_cn3 .content {
  position: relative;
  margin-top: 32px;
}
.contentbox_cn3 .content .left_prev {
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-image: none;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  left: -20px;
  top: calc(50%);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
}
.contentbox_cn3 .content .left_prev i {
  color: #707070;
  font-size: 19px;
}
.contentbox_cn3 .content .right_next {
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-image: none;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  right: -20px;
  top: calc(50%);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
}
.contentbox_cn3 .content .right_next i {
  color: #707070;
  font-size: 19px;
}
.contentbox_cn3 .content .left_prev:hover {
  background-color: var(--color);
}
.contentbox_cn3 .content .left_prev:hover i {
  color: #fff;
}
.contentbox_cn3 .content .right_next:hover {
  background-color: var(--color);
}
.contentbox_cn3 .content .right_next:hover i {
  color: #fff;
}
.contentbox_cn3 .xwzx_item {
  height: 172px;
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 32px 24px 24px 32px;
  cursor: pointer;
  transition: 0.3s;
}
.contentbox_cn3 .xwzx_item .dv1 {
  display: flex;
  align-items: center;
  padding-left: 36px;
}
.contentbox_cn3 .xwzx_item .dv1 .dv1_cn1 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  position: relative;
}
.contentbox_cn3 .xwzx_item .dv1 .dv1_cn1::after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 0;
  height: 2px;
  width: 20px;
  background-color: #333333;
}
.contentbox_cn3 .xwzx_item .dv1 .dv1_cn2 {
  margin-left: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.contentbox_cn3 .xwzx_item .dv2 {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.contentbox_cn3 .xwzx_item .dv2 .dv2_cn1 {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
}
.contentbox_cn3 .xwzx_item .dv2 .dv2_cn2 {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  width: 226px;
  margin-left: 24px;
}
.contentbox_cn3 .xwzx_item .dv3 {
  margin-top: 16px;
  text-align: right;
}
.contentbox_cn3 .xwzx_item .dv3 img {
  width: 31px;
  height: 12px;
}
.contentbox_cn3 .xwzx_item:hover {
  background-color: var(--color);
}
.contentbox_cn3 .xwzx_item:hover .dv1_cn1 {
  color: #fff;
}
.contentbox_cn3 .xwzx_item:hover .dv1_cn1::after {
  background-color: #fff;
}
.contentbox_cn3 .xwzx_item:hover .dv1_cn2 {
  color: #fff;
}
.contentbox_cn3 .xwzx_item:hover .dv2_cn1 {
  color: #fff;
}
.contentbox_cn3 .xwzx_item:hover .dv2_cn2 {
  color: #fff;
}
.contentbox_cn4 {
  min-width: 1200px;
  background-color: #f4f4f4;
  padding-top: 56px;
  padding-bottom: 56px;
}
.contentboxcn4_cn {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.contentbox_cn4 .title {
  text-align: center;
}
.contentbox_cn4 .title .p1 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}
.contentbox_cn4 .title .p2 {
  font-weight: 400;
  color: #999999;
  font-size: 12px;
}
.contentbox_cn4 .content {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
.contentbox_cn4 .content .item_box {
  margin-right: 24px;
  margin-bottom: 24px;
  width: calc((100% - 48px) / 3);
}
.contentbox_cn4 .content .item_box:nth-child(3n) {
  margin-right: 0;
}
.contentbox_cn4 .content .item_box .item_box_top {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
}
.contentbox_cn4 .content .item_box .item_box_top .img_box {
  width: 156px;
  height: 155px;
  min-width: 156px;
}
.contentbox_cn4 .content .item_box .item_box_top .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contentbox_cn4 .content .item_box .item_box_top .right_box {
  margin-left: 16px;
}
.contentbox_cn4 .img_right_box {
  display: flex;
}
.contentbox_cn4 .right_box .dv1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contentbox_cn4 .right_box .dv1 .dv1_cn1 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.contentbox_cn4 .right_box .dv1 .dv1_cn2 {
  width: 56px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background-color: rgba(255, 102, 0, 0.2);
  border-radius: 2px;
  border: 1px solid var(--color);
  color: var(--color);
}
.contentbox_cn4 .right_box .dv2 {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  line-height: 22px;
}
.contentbox_cn4 .right_box .dv3 {
  width: 180px;
  height: 31px;
  background-color: rgba(255, 102, 0, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  cursor: pointer;
}
.contentbox_cn4 .right_box .dv3 .sp1 {
  font-size: 14px;
  font-weight: 400;
  color: var(--color);
}
.contentbox_cn4 .right_box .dv3 img {
  width: 20px;
  height: 15px;
  margin-left: 16px;
}
.contentbox_cn4 .progress_box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
}
.contentbox_cn4 .progress_box .sp1 {
  color: #333333;
  font-size: 14px;
}
.contentbox_cn4 .progress_box .sp1.er {
  font-size: 16px;
}
.contentbox_cn4 .progress_box .progress_ccc {
  border-radius: 9px;
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
  height: 16px;
  flex: 1;
  background-color: #f4f4f4;
  position: relative;
}
.contentbox_cn4 .progress_box .progress_ccc .progress_blue {
  position: absolute;
  left: 0;
  height: 100%;
  width: 60px;
  background-color: var(--color);
  border-radius: 9px;
}
.contentbox_cn4 .item_box_bottom {
  margin-top: 16px;
  height: 38px;
  background-color: var(--color);
  border-radius: 4px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.contentbox_cn5 {
  min-width: 1200px;
  background-color: #f4f4f4;
  padding-top: 0;
  padding-bottom: 56px;
  padding-top: 56px;
}
.contentboxcn5_cn {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.contentboxcn5_cn .title {
  text-align: center;
}
.contentboxcn5_cn .title .p1 {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
}
.contentboxcn5_cn .title .p2 {
  font-weight: 400;
  color: #999999;
  font-size: 12px;
}
.contentboxcn5_cn .content {
  position: relative;
  margin-top: 32px;
}
.contentboxcn5_cn .content .left_prev {
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-image: none;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  left: -20px;
  top: calc(50%);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
}
.contentboxcn5_cn .content .left_prev i {
  color: #707070;
  font-size: 19px;
}
.contentboxcn5_cn .content .right_next {
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-image: none;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  right: -20px;
  top: calc(50%);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.16);
}
.contentboxcn5_cn .content .right_next i {
  color: #707070;
  font-size: 19px;
}
.contentboxcn5_cn .content .left_prev:hover {
  background-color: var(--color);
}
.contentboxcn5_cn .content .left_prev:hover i {
  color: #fff;
}
.contentboxcn5_cn .content .right_next:hover {
  background-color: var(--color);
}
.contentboxcn5_cn .content .right_next:hover i {
  color: #fff;
}
.contentboxcn5_cn .img1 {
  width: 384px;
  height: 250px;
  object-fit: cover;
}
.contentboxcn5_cn .name {
  font-size: 18px;
  margin-top: 16px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
/*视频介绍*/

.pop_box_video {
  width: 510px;
  height: 285px;
}

.pop_box_video .pop_box_video_content {
  width: 510px;
  height: 285px;
  display: block;
  object-fit: cover;
}

/*我要报名*/

.new_layer_wybm .layui-layer-title .img {
  width: 25px;
  height: 25px;
}

.new_layer_wybm .layui-layer-title {
  height: 72px;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.new_layer_wybm .layui-layer-title .span {
  color: #333;
  margin-left: 10px;
  font-size: 26px;
}

.pop_box_wybm {
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 9px;
}

.pop_box_wybm .layui-form-label {
  width: auto;
  color: #333;
}

.pop_box_wybm .p1 {
  margin-top: 12px;
  color: #aaaaaa;
  font-size: 12px;
}

.layui-btn {
  background-color: var(--color) !important;
}

.avar_box {
  border: 1px solid #e8e8e8;
  height: 164px;
  width: 256px;
  margin-bottom: 10px;
}

.avar_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_box {
  border: 1px solid #e8e8e8;
  height: 164px;
  width: 256px;
  margin-bottom: 10px;
}

.video_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.result_text_box {
  margin-bottom: 12px;
  display: flex;
  padding: 8px 12px;
  background-color: #eeee;
  color: #419eff;
  font-size: 13px;
  display: none;
}
/*分享*/
.modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-body .weibo {
  transition: 0.3s;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-right: 24px;
}
.weixin_box {
  position: relative;
}
.modal-body .weixin {
  transition: 0.3s;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#erweima_code2 {
  z-index: -1;
  transform: translateY(-20px);
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  left: 0px;
  bottom: -115px;
  border: 3px solid #fff;
}
.weixin:hover + #erweima_code2 {
  z-index: 1;
  opacity: 1;
  transform: translateY(10px);
}
.modal-body .tieba {
  transition: 0.3s;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-right: 24px;
}
