.modul {
  height: 200px;
  display: block;
}
.double .double-contaniner {
  padding: 12px 0;
}
.double .swiper-slide {
  width: 20%;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.double .swiper-slide:hover .text {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.double a {
  display: block;
}
.double .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  line-height: 1;
  background: rgb(64 99 189);
  border-radius: 0 0 8px 8px;
  padding: 8px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.double .name {
  font-size: 14px;
  margin-bottom: 4px;
}
.double .post {
  font-size: 12px;
}
.double .swiper-pagination {
  position: static;
}
.double .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #999;
  opacity: 1;
  margin: 0 2px;
}
.double .swiper-pagination-bullet-active {
  background: #002FA7;
}
.tab-wrapper {
  margin-top: 15px;
}
.tab-menu {
  margin-bottom: 15px;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.tab-menu li {
  float: left;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.tab-menu li:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #9f9f9f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.tab-menu li:first-child:before {
  content: "";
  width: 1px;
  height: 10px;
  background: #9f9f9f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.tab-menu li.active,
.tab-menu li:hover {
  color: #002FA7;
}
.tab-list {
  display: none;
}
.tab-list ul {
  margin: 0 -3px;
}
.tab-list li {
  float: left;
  width: 33.3333%;
  padding: 0 3px;
  margin-bottom: 14px;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.tab-list li .img_scale {
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.tab-list li h3 {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 5px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  font-weight: 700;
}
.tab-list li:hover .img_scale {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.42);
}
.tab-list li:hover h3 {
  color: #002FA7;
}
.h-service-area {
  padding-top: 20px;
  font-weight: 700;
}
.h-service-area ul {
  margin: 0 -14px;
}
.h-service-area li {
  float: left;
  position: relative;
  padding: 0 14px;
}
.h-service-area li:after {
  content: "";
  width: 1px;
  height: 71px;
  background: #999;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.h-service-area li:last-child:after {
  display: none;
}
.h-service-area .h-service-l a {
  display: block;
  color: #002FA7;
}
.h-service-area .h-service-l a:hover {
  text-decoration: underline;
}
.h-service-area .h-service-l span {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #002FA7;
  margin-bottom: 6px;
}
.h-service-area .h-service-r {
  margin-left: 10px;
}
.h-service-area .h-service-r a {
  display: block;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  font-family: SimSun, Arial, system-ui, sans-serif;;
  line-height: 20px;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.h-service-area .h-service-r a:hover {
  color: #002FA7;
}
.h-case {
  margin-top: 32px;
}
.h-about {
  margin-top: 45px;
}

.h-about-main {
  position: relative;
  background-image: url('../images/aboutbg-tic.webp'); /* 替换为实际的背景图路径 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 52px;
  border-bottom: 1px solid #cccccc;
}

.h-about-text {
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  padding: 40px 120px 30px 124px;
  margin-top: 43px;
}

.h-about .h-about-intro {
  /* position: absolute; */
  left: 0;
  width: 100%;
  bottom: 22px;
  text-align: center;
}
.h-about .h-about-intro li {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 101px;
  line-height: 101px;
  background: #8eb9e9;
  border-radius: 50%;
  margin: 0 15px;
  color: #fff;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.h-about .h-about-intro li p {
  color: #fff;
}
.h-about .h-about-intro li:nth-child(1) span {
  /* width: 40px;
  height: 46px; */
  width: 50px;
  height: 50px;
  background-image: url(../images/h-about-zaoxing.png);
  /* background-position: -42px center; */
}
.h-about .h-about-intro li:nth-child(2) span {
  /* width: 48px;
  height: 38px; */
  width: 50px;
  height: 50px;
  background-image: url(../images/h-about-shinei.png);
  /* background-position: -50px center; */
}
.h-about .h-about-intro li:nth-child(3) span {
  /* width: 54px;
  height: 54px; */
  width: 50px;
  height: 50px;
  background-image: url(../images/h-about-zhuangshi.png);
  /* background-position: -56px center; */
}
.h-about .h-about-intro li:nth-child(4) span {
  width: 50px;
  height: 50px;
    background-image: url(../images/h-about-diaosu.png);
  /* background-position: -52px center; */
}
.h-about .h-about-intro li:nth-child(5) span {
  /* width: 47px;
  height: 47px; */
  width: 50px;
  height: 50px;
  background-image: url(../images/h-about-jingguan.png);
  /* background-position: -49px center; */
}
.h-about .h-about-intro li:nth-child(6) span {
  /* width: 47px;
  height: 47px; */
  width: 50px;
  height: 50px;
  background-image: url(../images/h-about-guanggao.png);
  /* background-position: -49px center; */
}
.h-about .h-about-intro li:nth-child(7) span {
  /* width: 47px;
  height: 47px; */
  width: 50px;
  height: 50px;
  background-image: url(../images/h-about-jiaju.png);
  /* background-position: -49px center; */
}
.h-about .h-about-intro li:hover {
  -webkit-animation: myfirst 1.5s;
  -o-animation: myfirst 1.5s;
  -moz-animation: myfirst 1.5s;
  animation: myfirst 1.5s;
  background: #002FA7;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/* .h-about .h-about-intro li:hover:nth-child(1) span {
  background-position: -42px center;
}
.h-about .h-about-intro li:hover:nth-child(2) span {
  background-position: -50px center;
}
.h-about .h-about-intro li:hover:nth-child(3) span {
  background-position: -56px center;
}
.h-about .h-about-intro li:hover:nth-child(4) span {
  background-position: -52px center;
}
.h-about .h-about-intro li:hover:nth-child(5) span {
  background-position: -49px center;
} */
.h-about .h-about-intro li:hover p {
  color: #fff;
}
@-webkit-keyframes myfirst {
  from {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.h-about .h-about-intro a {
  display: inline-block;
  vertical-align: middle;
}
.h-about .h-about-intro span {
  display: block;
  background-repeat: no-repeat;
  min-height: 54px;
  background-position: 0 center;
}
.h-about .h-about-intro p {
  font-size: 12px;
  line-height: 1;
  color: #333;
  text-align: center;
  margin-top: 4px;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.h-about .h-about-bottom {
  background: #d2d5d7;
}
.h-about .h-about-bottom .text-cadk {
  font-size: 23px;
  text-align: center;
  line-height: 1;
  color: #383838;
  padding-bottom: 25px;
  padding-top: 50px;
}
.h-about .h-about-bottom .text-acds {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  color: #383838;
  padding-bottom: 50px;
}
.h-video {
  margin-top: 43px;
  margin-bottom: 2px;
  position: relative;
}
.h-video .h-video-bg img {
  display: block;
  margin: 0 auto;
}
.h-video .swiper-slide:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.gallery-top {
  width: 72.5%;
  position: absolute;
  top: 1.75%;
  left: 13.75%;
}
.gallery-thumbs {
  margin-top: 46px;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  cursor: pointer;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.gallery-thumbs .swiper-slide:after {
  width: 38px;
  height: 38px;
  background: url(../images/h-video-icon2.png) no-repeat;
}
.gallery-thumbs p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 4px;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-weight: 700;
}
.gallery-thumbs .arr {
  margin-top: -12px;
}
.gallery-thumbs .swiper-slide-active p {
  color: #002FA7;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.small-video .swiper-pagination {
  position: static;
  bottom: auto;
  left: auto;
  margin-top: 15px;
}
.small-video .swiper-pagination-bullet {
  margin: 0 3px;
  opacity: 1;
  background: #a0a0a0;
}
.small-video .swiper-pagination-bullet-active {
  background: #002FA7;
}
.h-perform {
  margin-top: 36px;
  margin-bottom: 35px;
}
.h-perform .tab-menu li {
  padding: 0 18px;
}
.h-perform .tab-list li {
  width: 25%;
}
.h-programs {
  margin-top: 38px;
  margin-bottom: 54px;
}
.h-programs .tab-list li {
  margin-bottom: 8px;
}
.h-programs .tab-list li .desc {
  background: #fff;
  padding-left: 14px;
  padding-bottom: 10px;
}
.h-programs .tab-list li h3 {
  margin-top: 0;
  text-align: left;
  line-height: 30px;
}
.h-programs .tab-list li a {
  display: block;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.h-programs .tab-list li:hover a {
  -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.31);
}
.h-programs .tab-list li:hover .img_scale {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.h-programs .tab-list span {
  font-size: 14px;
  line-height: 1;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.h-programs .tab-list span:before {
  content: "";
  width: 14px;
  height: 10px;
  background-image: url(../images/h-programs-icon1.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.h-programs .tab-list span:nth-child(2):before {
  width: 13px;
  height: 11px;
  background-image: url(../images/h-programs-icon2.png);
  vertical-align: unset;
}
.h-expand {
  margin-top: 44px;
}
.h-expand .tab-list li {
  width: 25%;
}
.h-expand .h-expand-top {
  margin: 20px 0 37px;
}
.h-business-school {
  margin-top: 44px;
  margin-bottom: 62px;
}
.h-business-school .tab-list li {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.h-business-school .tab-list li:nth-child(1) {
  padding-left: 0;
}
.h-business-school .tab-list li:nth-child(3) {
  padding-right: 0;
}
.h-business-school .tab-list li:nth-child(4) {
  padding-left: 0;
}
.h-business-school .tab-list li:nth-child(6) {
  padding-right: 0;
}
.h-business-school .tab-list li .desc {
  background: #fff;
  padding: 8px 16px 14px;
  position: relative;
}
.h-business-school .tab-list li h3 {
  text-align: left;
  width: calc(100% - 75px);
}
.h-business-school .tab-list li p {
  font-size: 14px;
  line-height: 1;
  color: #666;
}
.h-business-school .tab-list li span {
  display: block;
  width: 72px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  background: #002FA7;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.h-business-school .tab-list li span:hover {
  background: #c11920;
}
.h-business-school .tab-list li:hover .img_scale {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.67);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.67);
}
.h-business-teacher {
  margin-top: 48px;
}
.h-business-teacher .sec-tit {
  margin-bottom: 20px;
}
.h-business-teacher .sec-tit h2 {
  font-size: 24px;
}
.h-news {
  margin-top: 40px;
}
.tab-list-l {
  width: 40.2417%;
  background: #fff;
}
.tab-list-l .swiper-pagination {
  position: static;
  padding-bottom: 8px;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.tab-list-l .swiper-pagination-bullet {
  margin: 0 2px;
  background: #999;
}
.tab-list-l .swiper-pagination-bullet-active {
  background: #002FA7;
}
.tab-list-l:hover .img_scale {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.67);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.67);
}
.tab-list-l:hover .img_scale img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  -ms-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  -webkit-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  -moz-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.tab-list-l:hover .intro h4 {
  color: #002FA7;
}
.h-news-desc {
  padding: 16px 24px 20px;
  background: #fff;
}
.h-news-desc .time {
  width: 76px;
  height: 76px;
  background: #002FA7;
  border-radius: 4px;
  color: #fff;
  padding: 14px 0;
}
.time {
  text-align: center;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.time span {
  display: block;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 5px;
}
.time p {
  font-size: 12px;
  line-height: 1;
}
.intro {
  width: 66.4251%;
  margin-top: 4px;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.intro h4 {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 8px;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  font-weight: 700;
}
.intro p {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tab-list-r {
  width: 59.7583%;
  padding-left: 4px;
}
.tab-list-r ul {
  margin: 0 -1px;
}
.tab-list-r li {
  float: left;
  width: 50%;
  padding: 0 1px;
  margin-bottom: 1px;
  border: 1px silid rgba(210, 61, 70, 0);
  position: relative;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  border: 1px solid #fafafa;
  background: #fff;
}
.tab-list-r li:hover {
  border: 1px solid #002FA7;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.tab-list-r li:hover .time {
  color: #002FA7;
}
.tab-list-r li:hover .intro h4 {
  color: #002FA7;
}
.tab-list-r li.news-active {
  border: 1px solid #002fa7;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.tab-list-r li.news-active .time {
  color: #002FA7;
}
.tab-list-r li.news-active .intro h4 {
  color: #002FA7;
}
.tab-list-r li a {
  display: block;
  padding: 8px 9px 8px 0;
}
.tab-list-r .time {
  padding: 0 17px;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.tab-list-r .intro {
  width: 76%;
}
.tab-list-r .intro h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
.h-yearbook {
  margin-top: 40px;
}
.h-yearbook .h-yearbook-img {
  margin-top: 30px;
}
.h-yearbook-list {
  padding: 6px 0;
  padding-bottom: 67px;
}
.h-yearbook-list ul {
  margin: 0 -2px;
}
.h-yearbook-list li {
  float: left;
  width: calc(14.2857% - 4px);
  margin: 0 2px;
  font-weight: 700;
  text-align: center;
  position: relative;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.h-yearbook-list li:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.67);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.67);
}
.h-yearbook-list li:hover:after {
  height: 100%;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.h-yearbook-list li:hover p {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.h-yearbook-list li:after {
  content: "";
  width: 100%;
  height: 30px;
  background: rgba(241, 129, 1, 0.79);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.h-yearbook-list p {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  z-index: 1;
}
