.carousel43 ul li {
  margin: 0;
}
.carousel43 ul li .slide-img {
  display: block;
      width: 100%;
    display: block;
    object-fit: cover;
}
.carousel43 ul li .slide-txt {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  position: absolute;
  left: 0;
  bottom: 25px;
  box-sizing: border-box;
  color: #fff;
  z-index: 9000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: 0;
  width: 100%;
  opacity: 1;
  transform: translateY(100px);
  transition: transform 0.8s ease-in;
  transition-delay: 0.3s;
  font-weight: normal;
}
.carousel43 ul li .slide-txt span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
}
.carousel43 ul .slick-current .slide-txt {
  opacity: 1;
  transform: none;
}
.carousel43 ul .slick-dots {
  width: auto;
  position: absolute;
  bottom: 50px;
  right: 85px;
}
.carousel43 ul .slick-dots li {
  width: 48px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  height: 48px;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  position: relative;
}
.carousel43 ul .slick-dots li button {
  width: 100%;
  border: none;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  transition: background 0s ease-in-out;
  color: #fff;
  font-size: 16px;
  background-color: initial;
  text-indent: 0;
}
.carousel43 ul .slick-dots .slick-active button,
.carousel43 ul .slick-dots li:hover button {
  color: #d18e59;
}
.carousel43 ul .slick-dots li.slick-active::before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.carousel43 ul .slick-arrow {
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 0;
  background: url(../images/next_icon.png) no-repeat center;
  transition: font-size 0s ease;
}
.carousel43 ul .slick-arrow:after {
  display: none !important;
}
.carousel43 ul .slick-prev {
  left: 4vw;
  background: url(../images/prev_icon.png) no-repeat center;
}
.carousel43 ul .slick-next {
  right: 4vw;
}
@media screen and (max-width: 1400px) {
  .carousel43 ul .slick-dots {
    bottom: 35px;
  }
  .carousel43 ul li .slide-txt {
    max-width: 65%;
    margin-left: 0px;
    left: 0px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 997px) {
  .carousel43 ul .slick-dots {
    display: none !important;
  }
  .carousel43 ul li .slide-txt {
    max-width: 90%;
    bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .carousel43 ul .slick-arrow {
    display: none;
  }
  .carousel43 ul li .slide-txt {
    max-width: 76%;
    bottom: 9px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 15px;
    margin-left: 30px;
  }
}
.gp-title10 {
  padding: 0;
  margin-bottom: 14px;
  text-align: center;
}
.gp-title10 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title10 h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}
.gp-title10 h2::after {
  content: "";
  display: block;
  width: 75%;
  height: 1px;
  background: #005ea5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.gp-title10 h2::before {
  content: "";
  display: block;
  width: 75%;
  height: 1px;
  background: #005ea5;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.gp-title10 h2 a {
  line-height: 1.3;
}
.block-list207 li {
}
.block-list207 li a {
  display: block;
  position: relative;
}
.block-list207 li a .text {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 30px 16px 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.block-list207 li a .text .gpArticleDate {
  flex-shrink: 0;
  margin-right: 10px;
  max-height: 60px;
  width: 70px;
  background-color: #005ea5;
  font-family: "Arial";
  padding: 10px 0;
}
.block-list207 li a .text .gpArticleDate span {
  display: block;
  text-align: center;
  line-height: 1;
}
.block-list207 li a .text .gpArticleDate span:first-child {
  margin-bottom: 5px;
}
.block-list207 li a .text .info {
  overflow: hidden;
}
.block-list207 li a .text .info .gpArticleTitle {
  width: 100%;
  line-height: 1;
  height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  margin-bottom: 12px;
}
.block-list207 li a .text .info .gpArticleSummary {
  width: 100%;
  line-height: 1;
  height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list207 li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 130px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media screen and (max-width: 680px) {
  .block-list207 li a .text {
    padding: 0px 10px 15px;
  }
  .block-list207 li a .text .gpArticleDate {
    margin-right: 5px;
  }
}
@media screen and (max-width: 479px) {
  .block-list207 li a .text .gpArticleDate {
    width: 60px;
    padding: 5px;
  }
}
.block-list195 .summary8 {
  padding: 40px 0;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.block-list195 .summary8 .mode1r {
  line-height: 2;
  color: #333333;
  height: auto;
  display: block;
  overflow: hidden;
}
.block-list195 .summary8 .mode1r .readMore {
  display: inline-block;
  color: #005ea5;
  z-index: 1;
  position: relative;
}
.block-list195 .summary8 .mode1r .readMore:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), inset -7px -7px 10px 0px rgba(0, 0, 0, 0.1), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3), -4px -4px 6px rgba(116, 125, 136, 0.2);
  transition: all 0.3s ease;
}
.block-list195 .summary8 .mode1r:hover .readMore {
  color: #f8cd03;
}
.block-list195 .summary8 .mode1r:hover .readMore:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.block-list195 .summary8 .mode1r .readMore:active {
  top: 2px;
}
.block-list12 {
  margin: 10px -5px;
}
.block-list12 >li {
  margin-bottom: 20px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.block-list12 >li >a {
  display: block;
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 20px;
  transition: transform 0.35s ease-out;
  height: 100%;
}
.block-list12 >li >a .list-date2 {
  display: block;
  font-family: 'Times New Roman';
  color: #005ea5;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.block-list12 >li >a .list-date2::before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #005ea5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-list12 >li >a h3 {
  font-weight: normal;
  line-height: 1.5;
  height: 4.5em;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width:996px) {
  .block-list12 a h3 {
    -webkit-line-clamp: 2;
  }
  .block-list12 a:hover {
    transform: translateY(-10px);
  }
}
@media screen and (max-width:766px) {
  .block-list12 h3 {
    height: auto !important;
  }
}
.gp-teacher12 {
  margin: 0 -10px;
  text-align: center;
}
.gp-teacher12 li >div {
  margin: 0 10px;
  border: 1px dashed #cdcccc;
  box-sizing: border-box;
  padding: 8px 8px 40px;
  position: relative;
  border-radius: 8px;
  box-shadow: 5px 8px 10px rgb(0,0,0,0.1);
  transition: all 0.5s ease-in-out;
}
.gp-teacher12 li >div:hover{
  transform:translateY(-12px) scale(1.03);
}

.gp-teacher12 li >div .img {
  padding-bottom: 100%;
}
.gp-teacher12 li >div .info .title {
  display: block;
  color: #333333;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.4;
  height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.gp-teacher12 li >div .info .title:hover {
  color: #005ea5;
}
.gp-teacher12 li >div .info .summary {
  color: #757575;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  margin-top: 10px;
}
.gp-teacher12 li >div .info .more {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #f0f0f0;
  border-radius: 50%;
  color: #005ea5;
  position: absolute;
  bottom: -22px;
  right: 55px;
  transition: all 0.2s ease-in-out;
}
.gp-teacher12 li >div .info .more:hover {
  transform: translateX(5px) scale(1.05);
}
@media screen and (max-width:768px) {
  .gp-teacher12 li > div .info .more {
    display: none;
  }
  .gp-teacher12 li > div {
    padding: 8px 8px 10px;
  }
  .gp-teacher12 li > div .info .title {
    margin-left: 0;
    margin-top: 10px;
  }
  .gp-teacher12 li > div .info .summary {
    margin-left: 0;
    margin-top: 5px;
  }
}
.gp-teacher18 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.gp-teacher18 li .item {
  display: block;
  margin: 0 10px;
}
.gp-teacher18 li .item .item-pic {
  padding-bottom: 100%;
}
.gp-teacher18 li .item .info .name {
  margin: 10px 0 0;
  display: block;
}
.gp-teacher18 li .item .info .summary {
  margin: 10px 0 0;
}
.gp-teacher18 li .item .info .share {
  margin: 10px 0 0;
}
.gp-teacher18 li .item .info .share .email {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 0 10px 0;
  background: url('../images/email1.png') no-repeat;
  background-size: cover;
}
.gp-more3 {
  text-align: center;
  padding: 30px 0;
}
.gp-more3 a {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 35px;
  border: 1px solid #e5e5e5;
  min-width: 118px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background-color: #dddddd;
}
.gp-more3 a span {
  color: #fff;
  position: relative;
  z-index: 5;
}

.gp-more3 a:hover span {
  color:#ddd;
}
.gp-more3 a span i {
  margin-left: 15px;
}
.gp-more3 a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #005ea5;
  position: absolute;
  transition: all 0.35s ease-out;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 0;
}
.gp-more3 a:hover:before {
  transform: none;
}

.gp-more3 a:hover i {
  transform: translateX(10px);
}
.block-list187 a {
  padding: 30px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.block-list187 a .listDate {
  flex-shrink: 0;
  color: #999999;
  padding-right: 5px;
}
.block-list187 a .listTitle {
  line-height: 1.5;
  transition: all 0.2s ease;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list187 a:before {
  content: "";
  display: block;
  width: 5px;
  height: 35px;
  background: #005ea5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-list187 a:hover {
  text-decoration: none;
  color: #005ea5;
}
.block-list187 a:hover .listTitle {
  padding-left: 10px;
}
@media screen and (max-width: 479px) {
  .block-list187 a {
    flex-wrap: wrap;
    padding: 29px 15px;
  }
  .block-list187 a span {
    width: 100%;
  }
}
.carousel114 .item .gp-img-responsive {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.carousel114 .item .bottom {
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.carousel114 .item .bottom .title {
  color: #333333;
  margin-bottom: 28px;
}
@media screen and (max-width: 996px) {
  .carousel114 .item .bottom .title {
    margin-bottom: 14px;
  }
}
.carousel114 .item .bottom .time {
  color: #005ea5;
}
.carousel114 .item .bottom .time i {
  display: inline-block;
  margin: 0 7px 0 0;
}
@media screen and (max-width: 996px) {
  .carousel114 .item .bottom {
    padding: 10px 15px 20px;
  }
}
.carousel114 .item .bottom::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  background: #005ea5;
  height: 2px;
}
.carousel114 .slick-dots {
  font-size: 0;
  left: 0;
  width: 100%;
  bottom: 8px;
  text-align: center;
}
.carousel114 .slick-dots li {
  width: 30px;
  height: 5px;
  margin: 0 10px;
}
.carousel114 .slick-dots li button {
  border-radius: 0;
  background: #cfa972;
}
.carousel114 .slick-dots li.slick-active button {
  background: #005ea5;
}
.carousel114:hover .bottom::after {
  width: 100%;
}
.carousel114:hover .title {
  color: #005ea5 !important;
}
.gp-title1 {
  padding: 35px 0;
  text-align: center;
}
.gp-title1 h2 {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1;
  position: relative;
}
.gp-title1 h2 a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.gp-title1 h2 span {
  display: block;
  vertical-align: middle;
  color: #999;
  padding-top: 10px;
  text-transform: uppercase;
}
.gp-title1 h2 .gpColumnTitleIcon {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
}
.gp-title1 h2:before,
.gp-title1 h2:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #a6b4b4;
  position: absolute;
  top: 50%;
}
.gp-title1 h2:before {
  left: -55px;
}
.gp-title1 h2::after {
  right: -55px;
}
.block-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  display: flex;
  align-items: center;
}
.block-list5 div:hover {
  transform: translateX(10px);
}
.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #005ea5;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.block-list5 div >a {
  flex: 1;
  display: block;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list5 div >span {
  color: #666666;
  float: right;
  margin-left: 10px;
  order: 1;
}
.gp-title56 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gp-title56 .more {
  color: #999999;
}
.gp-title56 .title span {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}
.gp-title56 .title h2 {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.gp-title56 .title h2 a i {
  color: #005ea5;
  font-style: normal;
}
.block-list54 li {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.block-list54 li >div {
  padding: 20px 25px;
  display: flex;
}
.block-list54 li span {
  color: #999;
}
.block-list54 li a {
  flex: 1;
  padding-right: 20px;
  color: #616161;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.gp-title2 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #005ea5;
}
.gp-title2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title2 h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title2 .more {
  padding-top: 10px;
  color: #999;
}

.carousel43 ul li {
    position: relative;
}

.carousel43 ul li .slide_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 1;
}
