.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;
  }
}
/* 标题组件113  */
.gp-title113 {
  padding: 30px 0;
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  /* 背景大字体 */
  /* 标题区域 */
  /* 主标题样式 */
  /* 更多按钮样式 */
  /* 底部装饰区域 */
  /* 悬停效果 */
  /* 移动端触摸状态 */
}
.gp-title113 .gpColumnTitleEn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: #f5f5f5;
  z-index: 0;
  display: block;
}
.gp-title113 .title-area {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gp-title113 .gpColumnTitle {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 5px 0;
}
.gp-title113 .gpColumnTitle a {
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.gp-title113 .gpColumnTitle a:hover {
  color: #561b87;
}
.gp-title113 .more-btn {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}
.gp-title113 .more-btn a {
  font-size: 14px;
  color: #999999;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.gp-title113 .more-btn a:hover {
  color: #561b87;
}
.gp-title113 .bottom-decoration {
  position: relative;
  margin: 10px auto 5px;
  height: 20px;
  z-index: 2;
}
.gp-title113 .bottom-decoration .curve-line {
  position: relative;
  text-align: center;
  color: #EFEFEF;
  transition: color 0.3s;
}
.gp-title113 .bottom-decoration .curve-line svg {
  display: block;
  margin: 0 auto;
}
.gp-title113 .bottom-decoration .curve-line:hover {
  color: #561b87;
}
.gp-title113 .bottom-decoration .cap-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.gp-title113 .bottom-decoration .cap-icon img {
  display: block;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  max-width: 100%;
  height: auto;
}
.gp-title113 .bottom-decoration .cap-icon:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gp-title113:hover .gpColumnTitle a,
.gp-title113:hover .more-btn a {
  color: #561b87;
}
.gp-title113:hover .bottom-decoration .curve-line {
  color: #561b87;
}
.gp-title113:hover .bottom-decoration .cap-icon img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gp-title113.touched .gpColumnTitle a {
  color: #561b87;
}
/* 移动端响应式布局 */
@media screen and (max-width: 1200px) {
  .gp-title113 {
    padding: 25px 0;
  }
  .gp-title113 .gpColumnTitleEn span {
    font-size: 90px;
  }
  .gp-title113 .gpColumnTitle a {
    font-size: 26px;
  }
  .gp-title113 .more-btn a {
    font-size: 13px;
  }
  .gp-title113 .bottom-decoration .curve-line svg {
    width: 180px;
  }
  .gp-title113 .bottom-decoration .cap-icon img {
    width: 25px;
    height: auto;
  }
}
/* 小屏幕移动端 */
@media screen and (max-width: 479px) {
  .gp-title113 {
    padding: 20px 0;
  }
  .gp-title113 .container {
    max-width: 320px;
  }
  .gp-title113 .gpColumnTitleEn span {
    font-size: 60px;
  }
  .gp-title113 .gpColumnTitle a {
    font-size: 22px;
  }
  .gp-title113 .more-btn a {
    font-size: 12px;
  }
  .gp-title113 .bottom-decoration {
    height: 20px;
  }
  .gp-title113 .bottom-decoration .curve-line svg {
    width: 150px;
  }
  .gp-title113 .bottom-decoration .cap-icon img {
    width: 20px;
    height: auto;
  }
}
.block-list1 >* {
  margin-bottom: 20px;
}
.block-list1 li {
  display: block;
}
.block-list1 li .item-info1 {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.block-list1 li .item-info1 .item-img1.gp-img-responsive {
  padding-bottom: 66.6%;
}
.block-list1 li .item-info1 .item-txt1 {
  background-color: #fff;
  padding: 25px 25px 20px;
}
.block-list1 li .item-info1 .item-txt1 h3 {
  margin-bottom: 15px;
  line-height: 24px;
  height: 48px;
  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;
}
.block-list1 li .item-info1 .item-txt1 p {
  line-height: 21px;
  height: 42px;
  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-bottom: 0;
  color: #666666;
}
.block-list1 li .item-info1:hover p {
  color: #666666;
}
@media screen and (min-width:1020px) {
  .block-list1 li .item-info1 {
    transition: transform 0.4s ease-out;
  }
  .block-list1 li .item-info1:hover {
    transform: translateY(-15px);
  }
}
.carousel103 .slick .gp-img-responsive {
  padding-bottom: 56.25%;
}
.carousel103 .slick .textBox {
  background: #fff;
  padding: 50px 28px;
  position: relative;
}
.carousel103 .slick .textBox .date {
  position: absolute;
  left: 28px;
  bottom: 120px;
  background: #c40004;
  color: #fff;
  width: 109px;
  height: 111px;
  color: #e0c67e;
}
.carousel103 .slick .textBox .date span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  line-height: 1;
}
.carousel103 .slick .textBox .date span .year {
  margin-top: 13px;
}
.carousel103 .slick .textBox .title {
  color: #222;
  line-height: 40px;
  font-weight: bold;
}
@media screen and (max-width: 997px) {
  .carousel103 .slick .textBox .date {
    width: 80px;
    height: 80px;
  }
  .carousel103 .slick .textBox .date .day {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .carousel103 .slick .textBox {
    padding: 20px;
  }
  .carousel103 .slick .textBox .date {
    width: 60px;
    height: 60px;
    bottom: 60px;
  }
  .carousel103 .slick .textBox .date .day {
    font-size: 24px;
  }
  .carousel103 .slick .textBox .date .year {
    margin-top: 5px;
  }
}
.carousel103 .slick-dots {
  right: 28px;
  bottom: 160px;
  line-height: 1;
  font-size: 0;
}
@media screen and(max-width: 480px) {
  .carousel103 .slick-dots {
    bottom: 85px;
  }
  .carousel103 .slick-dots li {
    border-width: 1px;
  }
}
.carousel103 .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c40004;
  border: 5px solid #fff;
  box-sizing: content-box;
  opacity: 0.4;
  margin: 0 9px;
}
.carousel103 .slick-dots li button {
  display: none;
}
.carousel103 .slick-dots .slick-active {
  opacity: 1;
}
.block-list86 li >div {
  overflow: hidden;
  padding: 26px 0;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
}
.block-list86 li >div .date {
  background: #e4bf71;
  color: #fff;
  width: 55px;
  height: 53px;
  float: left;
  text-align: center;
}
.block-list86 li >div .date .day {
  display: block;
  font-weight: normal;
  font-style: normal;
  line-height: 33px;
}
.block-list86 li >div .date .month {
  display: block;
  font-weight: normal;
  font-style: normal;
  line-height: 17px;
}
.block-list86 li >div a {
  display: block;
  color: #333;
  flex: 1;
  padding-left: 20px;
  line-height: 1.6;
  height: 3.2em;
  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;
}
.tab13 .tabBoxs {
  position: relative;
}
.tab13 .tabBoxs .boxTitle {
  overflow: hidden;
  border-bottom: #e4bf71 1px solid;
  margin-bottom: 10px;
}
.tab13 .tabBoxs .boxTitle .channelTitle {
  margin-right: 5%;
  display: inline-block;
  position: relative;
}
.tab13 .tabBoxs .boxTitle .channelTitle a {
  display: block;
  text-align: center;
  line-height: 2.5;
  color: #999999;
}
.tab13 .tabBoxs .boxTitle .channelTitle::before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #561b87;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.tab13 .tabBoxs .boxTitle .channelTitle.on a {
  color: #333333;
}
.tab13 .tabBoxs .boxTitle .channelTitle.on::before {
  width: 100%;
}
.tab13 .tabBoxs .gpTabMore {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}
.tab13 .tabBoxs .gpTabMore .gpTabMoreA {
  display: none;
  line-height: 3.92;
  color: #999999;
}
.tab13 .tabBoxs .tabListBox {
  display: none;
}
.tab13 .tabBoxs .block-list237 a {
  display: block;
  border-bottom: #e4bf71 1px solid;
  transition: all 0.3s ease;
}
.tab13 .tabBoxs .block-list237 a .rightDate {
  display: block;
  width: 66px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #e4bf71;
  color: #333333;
  font-style: italic;
}
.tab13 .tabBoxs .block-list237 a .artText {
  position: relative;
  display: block;
  line-height: 1.875;
  overflow: hidden;
  color: #333333;
}
.tab13 .tabBoxs .block-list237 a:hover {
  padding-left: 5px;
}
.tab13 .tabBoxs .block-list237 a:hover .artText {
  color: #561b87;
}
