section {
  margin-bottom: 50px;
}

.i-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-head .title h3 {
  color: var(--main-theme-color);
  margin-bottom: 12px;
}
.i-head .title span {
  display: block;
  padding-left: 35px;
  position: relative;
  color: rgba(0, 75, 132, 0.5);
  font-size: 14px;
}
.i-head .title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 25px;
  height: 1px;
  background-color: rgba(0, 75, 132, 0.85);
}
.i-head .more a {
  color: var(--main-theme-color);
  display: flex;
  align-items: center;
  position: relative;
}
.i-head .more a img {
  margin: 0 5px 0 10px;
}
.i-head .more a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s cubic-bezier(0.63, -0.82, 0.18, 1.38);
  right: 0;
  width: 14px;
  height: 14px;
  border: 1px solid var(--main-theme-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.63, -0.82, 0.18, 1.38);
  -moz-transition: all 0.5s cubic-bezier(0.63, -0.82, 0.18, 1.38);
  -ms-transition: all 0.5s cubic-bezier(0.63, -0.82, 0.18, 1.38);
  -o-transition: all 0.5s cubic-bezier(0.63, -0.82, 0.18, 1.38);
}
.i-head .more a:hover::before {
  transform: translateY(-50%) scale(1.25);
  -webkit-transform: translateY(-50%) scale(1.25);
  -moz-transform: translateY(-50%) scale(1.25);
  -ms-transform: translateY(-50%) scale(1.25);
  -o-transform: translateY(-50%) scale(1.25);
}

#i-policy-notice {
  margin-top: 40px;
}
#i-policy-notice .admission-inquiry .inquiry-item {
  margin-bottom: 20px;
}
#i-policy-notice .admission-inquiry .inquiry-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
#i-policy-notice .admission-inquiry .inquiry-item a {
  border: 2px solid var(--main-theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 28px 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}
#i-policy-notice .admission-inquiry .inquiry-item a .image {
  margin-right: 12px;
}
#i-policy-notice .admission-inquiry .inquiry-item a .title {
  flex: 1;
}
#i-policy-notice .admission-inquiry .inquiry-item a .title span {
  font-size: 18px;
}

.article-items .art-item a {
  padding: 22px 0;
  border-bottom: 1px solid #e0e0e0;
}
.article-items .art-item a .date span {
  font-size: 18px;
}
.article-items .art-item a .title {flex:1;}

.article-items .art-item a .title h5 {
  font-size: 18px;
}

.article-items .art-item a:hover h5{
color:var(--main-theme-color);
}

#i-type .hust-type {
  background-color: #ecf2f6;
  padding: 50px 0;
}
#i-type .hust-type .i-head {
  position: relative;
  margin-bottom: 30px;
}
#i-type .hust-type .i-head .more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#i-type .training-lists .training-items {
  margin-right: 2px;
  display: flex;
}
#i-type .training-lists .training-items.training-next,
#i-type .training-lists .training-items.training-next .content .title {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
#i-type .training-lists .training-items .title-container {
  position: relative;
  width: 100px;
}
#i-type .training-lists .training-items .title-container > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#i-type .training-lists .training-items .title-container .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#i-type .training-lists .training-items .title-container .content .icon {
  margin-bottom: 40px;
  padding: 18px;
  position: relative;
  display: flex;
}
#i-type .training-lists .training-items .title-container .content .icon .dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  animation: circle 0.5s linear 1s infinite;
  -webkit-animation: circle 0.5s linear 1s infinite;
}
#i-type .training-lists .training-items .title-container .content .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  animation: circle 0.5s linear 1s infinite;
  -webkit-animation: circle 0.5s linear 1s infinite;
}
#i-type .training-lists .training-items .title-container .content .title h4 {
  color: #fff;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 8px;
  margin: 0 auto;
}
#i-type .training-lists .training-items .training-list {
  width: 0;
  overflow: hidden;
}
#i-type .training-lists .training-items .training-list ul {
  background-color: #fff;
  padding: 60px;
  width: 100%;
  height: calc(100% - 40px);
  margin-top: 20px;
  background-image: url(../images/type_list_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
    position: relative;
}
#i-type .training-lists .training-items .training-list li {
  border-bottom: 1px dashed #d4d4d4;
}


#i-type .training-lists .training-items .training-list ul .more {
    position: absolute;
    top: 20px;
    right: 25px;

}

#i-type .training-lists .training-items .training-list ul .more a {
    color: var(--main-theme-color);
    display: flex;
    align-items: center;
    position: relative;
}

#i-type .training-lists .training-items .training-list ul .more a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.5s cubic-bezier(0.63, -0.82, 0.18, 1.38);
    right: 0;
    width: 14px;
    height: 14px;
    border: 1px solid var(--main-theme-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.63, -0.82, 0.18, 1.38);
    -moz-transition: all 0.5s cubic-bezier(0.63, -0.82, 0.18, 1.38);
    -ms-transition: all 0.5s cubic-bezier(0.63, -0.82, 0.18, 1.38);
    -o-transition: all 0.5s cubic-bezier(0.63, -0.82, 0.18, 1.38);
}

#i-type .training-lists .training-items .training-list ul .more a img {
    margin: 0 5px 0 10px;
}

#i-type .training-lists .training-items .training-list li a {
  display: flex;
  padding: 18px 0;
  width: 100%;
}
#i-type .training-lists .training-items .training-list a .date {
  margin-right: 38px;
  white-space: nowrap;
}
#i-type .training-lists .training-items .training-list a .date span {
  color: var(--main-theme-color);
}
#i-type .training-lists .training-items .training-list a .title h6 {
  font-size: 18px;
}
#i-type .training-lists .training-items .training-list a:hover .title h6 {
  font-weight: 600;
  color: var(--main-theme-color);
}
#i-type .training-lists .training-items.training-active .training-list {
  width: 100%;
  flex: 1;
}
#i-type .training-lists .training-items.training-active .title-container .head {
  display: block;
}
#i-type #i-training .learning-resources {
  padding: 85px 0;
  position: relative;
}
#i-type #i-training .learning-resources::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--main-theme-color);
}
#i-type #i-training .learning-resources .learning-item {
  position: relative;
}
#i-type #i-training .learning-resources .learning-item a {
  display: block;
  padding: 12px;
  position: relative;
  border: 1px dashed var(--main-theme-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
}
#i-type #i-training .learning-resources .learning-item a:hover {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
}
#i-type #i-training .learning-resources .learning-item a .content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
#i-type #i-training .learning-resources .learning-item a .content .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 15px;
}
#i-type #i-training .learning-resources .learning-item a .content .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#i-type #i-training .learning-resources .learning-item a .content .title h6 {
  color: #fff;
}

#i-step-in-hust .i-head {
  margin-bottom: 30px;
}
#i-step-in-hust .video {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#i-step-in-hust .video .swiper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25), transparent);
}
#i-step-in-hust .video .swiper a {
  display: block;
  height: 100%;
  position: relative;
}
#i-step-in-hust .video .swiper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#i-step-in-hust .video .swiper a .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#i-step-in-hust .video .swiper a .play-icon img {
  filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.25));
}
#i-step-in-hust .video .swiper .page-btn {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#i-step-in-hust .video .swiper .page-btn .swiper-btn {
  position: relative;
  z-index: 11;
  cursor: pointer;
}
#i-step-in-hust .video .swiper .page-btn .swiper-pagination {
  position: relative;
  bottom: unset;
  min-width: 300px;
  width: unset;
  z-index: 11;
}
#i-step-in-hust .video .swiper .page-btn .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.58);
  opacity: 1;
  margin: 0 5px;
}
#i-step-in-hust .video .swiper .page-btn .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
#i-step-in-hust .news .article-items a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #cddce8;
}

#accordionFlushExample .training-item {
margin-bottom:15px;
}

/*# sourceMappingURL=index.css.map */