main .sec-frs {
  padding-top: 0;
}

.prog-head {
  padding-bottom: 12px;
  border-bottom: 4px solid #43C689;
  margin-bottom: 30px;
}
.prog-head .sub-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 2px;
}
.prog-head h1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 8px;
}
.prog-head .cate span {
  display: inline-block;
  margin-right: 12px;
  color:#43C689;
  font-size: 14px;
  line-height: 20px;
  width:124px;
  text-align: center;
  border:1px solid #43C689;
  border-radius: 5px;
}
.prog-head .cate span:last-child {
  margin-right: 0;
}

.prog-desc .prog-img {
  max-width: 770px;
}

.prog-desc .img-list {
  margin:30px -8px 0;
}
.prog-desc .img-list figure {
  max-width: 126px;
  padding:0 8px;
  margin-bottom: 8px;

  cursor: pointer;
}
.prog-desc .desc {
  text-align: justify;
  margin-left: -6px;
}

.prog-item1 {
  max-width: 950px;
  margin:50px auto 60px;
}
.prog-item1>.row {
  margin:0 -14px;
}
.prog-item1>.row>div {
  padding:0 14px;
}
.prog-item1 .ic-box {
  position: relative;
  padding-left: 100px;
}
.prog-item1 .ic-box:before {
  content:"";
  position: absolute;
  left:0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.prog-item1 .ic-cal:before {
  background-image: url(../img/programs/ic-period.svg);
  width: 79px;
  height: 69px;
}
.prog-item1 .ic-clock:before {
  background-image: url(../img/programs/ic-clock.svg);
  width: 71px;
  height: 74px;
  left:10px;
}
.prog-item1 .ic-people:before {
  background-image: url(../img/programs/ic-people.svg);
  width: 58px;
  height: 90px;
  left:20px;
}

.prog-item1 .n,
.prog-item1 .val {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
.prog-item1 .n {
  color:#43C689;
  padding-bottom: 4px;
  border-bottom: 1px solid #43C689;
  margin-bottom: 4px;
}

.prog-cont {
  margin-bottom: 60px;
}
.prog-cont h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 10px;
  border-bottom: 4px solid #43C689;
  margin-bottom: 25px;
}
.prog-cont .pc-body {
  text-align: justify;
}

.prog-item2 {
  border-bottom: 1px solid #979797;
  margin-bottom: 50px;
}
.prog-item2 dt {
  width: 18%;
  padding: 15px 15px 15px 32px;
  background: #43C689;
  border-top: 1px solid #979797;
  font-weight: normal;
  color:#fff;
}
.prog-item2 dd {
  width: 82%;
  padding: 15px 0 15px 30px;
  border-top: 1px solid #979797;
  word-break: break-all;
  margin-bottom: 0;
}
.prog-catalog {
  text-align: center;
  margin-bottom: 80px;
}
.art .btn-green {
  background: #43C689;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  max-width: 390px;
  margin-bottom: 20px;
  padding: 10px 12px;
  width: 100%;
}
.art .btn-green:hover {
  opacity: 0.76;
}
.art .btn-green span {
  position: relative;
}
.art .btn-green span:after {
  content:"";
  position: absolute;
  right: -30px;
  top:50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/common/ic-arr-right-white.svg);
  width: 8px;
  height: 16px;
  margin-top: -8px;
}
.art .btn-green.btn-pdf span:before {
  content:"";
  position: absolute;
  left: -38px;
  top:50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/common/ic-pdf-white.svg);
  width: 24px;
  height: 30px;
  margin-top: -15px;
}

.prog-other .other-t {
  text-align: center;
  margin-bottom: 60px;
}
.prog-other h3 {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 8px;
  border-bottom: 8px solid #43C689;
}
.btm-l {
  text-align: right;
}
.btm-l a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  padding-right: 60px;
}
.btm-l a:after {
  content:"";
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/programs/ic-cc-right-green.svg);
}

@media (max-width: 1199px) {
}
@media (max-width: 992px) {
  .prog-desc .desc {
    margin-top: 30px;
    margin-left: 0;
  }
  .prog-item1>.row {
    margin:0 -10px;
  }
  .prog-item1>.row>div {
    padding:0 10px;
  }
  .prog-item2 dt,
  .prog-item2 dd {
    padding:15px;
  }
}
@media (max-width: 767px) {
  .prog-head .sub-title {
    font-size: 14px;
    line-height: 22px;
  }
  .prog-head h1 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .prog-head .cate span {
    font-size: 12px;
    width: 108px;
    margin-right: 6px;
    margin-bottom: 4px;
  }
  .prog-head .cate span:last-child {
    margin-right: 0;
  }
  
  .prog-desc .img-list {
    margin:20px -5px 0;
    flex-wrap: wrap;
  }
  .prog-desc .img-list>figure {
    width: 33.33333%;
    max-width: 100%;
    padding: 0 5px;
  }
  .prog-img figure {
    margin:0 -12px;
  }

  .prog-item1 {
    margin:30px auto 10px;
  }
  .prog-item1 .row>div {
    margin-bottom: 25px;
  }
  .prog-item1 .ic-box {
    padding-left: 80px;
  }
  .prog-item1 .ic-cal:before {
    width: 60px;
    height: 64px;
  }
  .prog-item1 .ic-clock:before {
    width: 55px;
    height: 64px;
    left: 5px;
  }
  .prog-item1 .ic-people:before {
    width: 46px;
    height: 80px;
    left: 10px;
  }
  .prog-item1 .n, .prog-item1 .val {
    font-size: 16px;
  }

  .prog-cont {
    margin-bottom: 40px;
  }
  .prog-cont h3 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }

  .prog-item2 dt, .prog-item2 dd {
    padding:6px 10px;
    line-height: 26px;
    width: 100%;
  }
  .prog-item2 dd {
    margin-bottom: 10px;
    padding:6px 0;
  }

}