.carousel43 ul li {
  margin: 0;
}
.carousel43 ul li a .slide-img {
  display: block;
}
.carousel43 ul li a .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 a .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 a .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 a .slide-txt {
    max-width: 90%;
    bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .carousel43 ul .slick-arrow {
    display: none;
  }
  .carousel43 ul li a .slide-txt {
    max-width: 76%;
    bottom: 9px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 15px;
    margin-left: 30px;
  }
}
.gp-title81 {
  display: flex;
  padding-top: 20px;
}
.gp-title81 .title {
  flex: 1;
}
.gp-title81 .title h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.gp-title81 .title >div {
  position: relative;
  padding-left: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.gp-title81 .title >div p {
  position: absolute;
  left: 0;
  bottom: 0;
}
.gp-title81 .title >div span {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.3);
}
.gp-title81 .more a {
  display: block;
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 30px;
  box-sizing: border-box;
  position: relative;
}
.gp-title81 .more a .line {
  display: block;
  width: 60%;
  height: 0px;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -50%;
  top: 50%;
  transform: translateY(-50%);
}
.gp-title81 .more a .line::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.gp-title81 .more a .lt {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.gp-title81 .more a .rt {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.gp-title81 .more a .lb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.gp-title81 .more a .rb {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.carousel72 {
  background: #ebebea;
  box-sizing: border-box;
  padding: 40px 60px 100px;
}
.carousel72 .gpCarousel .slick-slider a {
  display: block;
}
.carousel72 .gpCarousel .slick-slider a .img span {
  padding-bottom: 62.24%;
}
.carousel72 .gpCarousel .slick-slider a .info {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.carousel72 .gpCarousel .slick-slider a .info .title {
  box-sizing: border-box;
  margin: 14px 0;
  color: #333333;
}
.carousel72 .gpCarousel .slick-slider a .info .title:hover {
  color: #00833E;
}
.carousel72 .gpCarousel .slick-slider a .info .summary {
  color: #999999;
  line-height: 1.5;
  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;
}
.carousel72 .gpCarousel .slick-slider a .info .date {
  margin-top: 20px;
  color: #999999;
}
.carousel72 .gpCarousel .slick-slider a .info .date span {
  margin-right: 10px;
}
.carousel72 .gpCarousel .slick-arrow {
  display: block;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.carousel72 .gpCarousel .slick-arrow:hover {
  background: rgba(0, 131, 62, 0.8);
}
.carousel72 .gpCarousel .slick-arrow.slick-prev {
  left: 10px;
}
.carousel72 .gpCarousel .slick-arrow.slick-next {
  right: 10px;
}
.carousel72 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel72 .gpCarousel .slick-dots {
  left: auto;
  right: 0px;
  bottom: 0px;
  text-align: right;
}
.carousel72 .gpCarousel .slick-dots li {
  display: inline-block;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0;
  width: auto;
  height: auto;
  position: relative;
  width: 10px;
  height: 2px;
  margin: 0 5px;
}
.carousel72 .gpCarousel .slick-dots li button {
  width: 100%;
  height: 100%;
  background: none;
  border-radius: 0;
  background: #e4bf71;
}
.carousel72 .gpCarousel .slick-dots li.slick-active {
  width: 20px;
}
.carousel72 .gpCarousel .slick-dots li.slick-active button {
  background: #00833E;
}
@media screen and (max-width: 996px) {
  .carousel72 {
    padding: 30px;
  }
  .carousel72 .gpCarousel .slick-slider a .info .title {
    margin: 10px 0;
  }
  .carousel72 .gpCarousel .slick-slider a .info .date {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .carousel72 {
    padding: 20px;
  }
}
.block-list211 a {
  display: block;
  margin: 0 12.5px;
  padding: 15px 15px 45px;
  box-shadow: 0px 5px 9.2px 0.8px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}
.block-list211 a .gpImgSize {
  padding-bottom: 62.333%;
}
.block-list211 a .gpArticleTitle {
  margin-top: 20px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-sizing: content-box;
}
.block-list211 a .gpArticleSummary {
  line-height: 1.7;
  margin-top: 20px;
  box-sizing: content-box;
  height: 3.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list211 a .gpArticleDate {
  padding-top: 30px;
  color: #00833E;
}
.block-list211 a .gpArticleDate::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  background-color: #00833E;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-right: 9px;
}
.block-list211 li:hover a {
  transform: translateY(-10px);
}
@media screen and (max-width: 540px) {
  .block-list211 li {
    width: 100%;
  }
  .block-list211 li a .gpArticleTitle,
  .block-list211 li a .gpArticleSummary,
  .block-list211 li a .gpArticleDate {
    margin-top: 10px;
  }
}
.gp-title86 {
  text-align: center;
  padding-top: 20px;
}
.gp-title86 .title h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.gp-title86 .title >div {
  position: relative;
  padding-left: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.gp-title86 .title >div p {
  position: absolute;
  left: 0;
  bottom: 0;
}
.gp-title86 .title >div span {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.3);
}
@font-face {
  font-family: 'Adobe Caslon Pro';
  src: url('../fonts/ACaslonPro-Regular.eot');
  src: url('../fonts/ACaslonPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ACaslonPro-Regular.woff2') format('woff2'), url('../fonts/ACaslonPro-Regular.woff') format('woff'), url('../fonts/ACaslonPro-Regular.ttf') format('truetype'), url('../fonts/ACaslonPro-Regular.svg#ACaslonPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.block-list368 li .gpTextArea {
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  position: relative;
}
.block-list368 li .gpTextArea .gpImgSize {
  position: relative;
  z-index: 1;
}
.block-list368 li .gpTextArea .subMajorInfo {
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.block-list368 li .gpTextArea .subMajorInfo .gpArticleTitle {
  margin-bottom: 30px;
  font-weight: normal;
  line-height: 1.5;
}
.block-list368 li .gpTextArea .subMajorInfo .more {
  font-family: 'Adobe Caslon Pro';
}
.block-list368 li .gpTextArea .subMajorInfo .more >i {
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #00833E;
  display: inline-block;
  margin-right: 5px;
}
.block-list368 li .gpTextArea::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  background: #fff;
}
.gp-more8 {
  text-align: center;
}
.gp-more8 a {
  display: inline-block;
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 30px;
  box-sizing: border-box;
  position: relative;
}
.gp-more8 a .lt {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
}
.gp-more8 a .rt {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
}
.gp-more8 a .lb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.gp-more8 a .rb {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.carousel75 {
  position: relative;
}
.carousel75 .gpCarousel {
  position: relative;
  /* .slick-txt {
            font-weight: bold;
            overflow: hidden;
            position: absolute;
            bottom: 130px;
            width: 100%;
            text-align: center;
            color: #fff;
        } */
}
.carousel75 .gpCarousel .slick-list {
  margin: 0 -10px;
  overflow: visible;
  overflow-x: clip;
}
.carousel75 .gpCarousel .slick-slider a {
  display: block;
  margin: 0 12px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.carousel75 .gpCarousel .slick-slider a span {
  padding-bottom: 56%;
  overflow: hidden;
}
.carousel75 .gpCarousel .slick-slider a .info {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.carousel75 .gpCarousel .slick-slider a .info .date {
  width: auto;
  text-align: center;
  display: inline-block;
  padding: 8px;
  background: url(../images/carousel75_datebg.png) no-repeat #00833E;
  border: 3px solid #fff;
  transform: translateY(0px);
  position: absolute;
  left: 25px;
  top: -40px;
  color: #fff;
}
.carousel75 .gpCarousel .slick-slider a .info .date b {
  font-weight: normal;
  display: block;
}
.carousel75 .gpCarousel .slick-slider a .info .date i {
  font-style: normal;
  display: block;
}
.carousel75 .gpCarousel .slick-slider a .info h3 {
  margin-top: 20px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: content-box;
  height: 3em;
}
.carousel75 .gpCarousel .slick-slider a .info p {
  padding-top: 10px;
  position: relative;
  color: #999999;
  box-sizing: border-box;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: content-box;
  height: 3em;
}
.carousel75 .gpCarousel .slick-slider a:hover {
  transform: translateY(-8px);
}
.carousel75 .gpCarousel .slick-slider a:hover .info h3 {
  color: #00833E;
}
.carousel75 .gpCarousel .slick-current a span img {
  transition: transform 6000ms linear 0s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel75 .gpCarousel .slick-arrow {
  display: block;
  width: 50px;
  height: 90px;
  line-height: 90px;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 50%;
  z-index: 1;
}
.carousel75 .gpCarousel .slick-arrow:hover {
  background: rgba(0, 131, 62, 0.8);
}
.carousel75 .gpCarousel .slick-arrow.slick-prev {
  left: -10px;
  transform: translate(-100%, -50%);
}
.carousel75 .gpCarousel .slick-arrow.slick-prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(../images/carousel75_ljt.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel75 .gpCarousel .slick-arrow.slick-next {
  right: -10px;
  transform: translate(100%, -50%);
}
.carousel75 .gpCarousel .slick-arrow.slick-next::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(../images/carousel75_rjt.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel75 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel75 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 0px;
  text-align: center;
  position: relative;
  padding-top: 20px;
}
.carousel75 .gpCarousel .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 50%;
}
.carousel75 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel75 .gpCarousel .slick-dots li.slick-active {
  background: #00833E;
}
@media screen and (max-width: 1240px) {
  .carousel75 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .carousel75 {
    padding: 0;
  }
}
.block-list4 {
  margin-left: -10px;
  margin-right: -10px;
}
.block-list4 > li {
  margin-bottom: 15px;
}
.block-list4 > li > a {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  transition: transform 0.35s ease-out;
}
.block-list4 > li > a .gpTextArea {
  padding-top: 12px;
}
.block-list4 > li > a h3 {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 15px;
  height: 3em;
  overflow: hidden;
}
.block-list4 > li > a .date {
  display: block;
  font-family: 'Arial';
  color: #00833E;
}
.block-list4 > li > a .date i {
  margin-right: 3px;
}
.block-list4 > li > a:hover {
  transform: translateY(-10px);
}
.block-list262 ul {
  position: relative;
}
.block-list262 ul::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 4px;
  top: 0;
  z-index: 0;
}
.block-list262 ul li:first-child > div .summary {
  height: auto;
  max-height: 3em;
}
.block-list262 ul li >div {
  position: relative;
  box-sizing: border-box;
  padding-left: 35px;
  transition: all 0.5s ease-in-out;
}
.block-list262 ul li >div::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px dashed #333;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.block-list262 ul li >div .title {
  display: block;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1;
  height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list262 ul li >div .title:hover {
  color: #00833E;
}
.block-list262 ul li >div .summary {
  display: block;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 0;
  max-height: 0em;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list262 ul li >div:hover .summary {
  height: auto;
  max-height: 3em;
}
.block-list262 .more {
  transform: translateY(-50%);
  position: relative;
  padding-left: 50px;
  box-sizing: border-box;
}
.block-list262 .more::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 4px;
  top: 50%;
}
.block-list262 .more .lt {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
}
.block-list262 .more .rt {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
}
.block-list262 .more .lb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.block-list262 .more .rb {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.block-list262 .more a {
  display: inline-block;
  padding: 10px 20px 10px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
