.carousel49 {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.carousel49 .slick-slide>a {
  display: block;
  background-color: #fff;
  position: relative;
}

.carousel49 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 38%;
  overflow: hidden;
}

.carousel49 .slick-slide.slick-active img {
  animation: scaleBig 5s linear 0s 1 both;
  transform-style: preserve-3d;
}

.carousel49 .slick-txt {
  font-weight: normal;
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
}

.carousel49 .slick-txt p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-right: 180px;
  box-sizing: border-box;
}

.carousel49 .slick-dot {
  width: 100%;
  bottom: 90px;
  position: absolute;
}

.carousel49 .slick-dots {
  position: relative;
  display: inline-block;
  text-align: left;
}

.carousel49 .slick-dots li {
  width: 22px;
  height: 2px;
  background: rgba(186, 37, 40, 0.5);
  cursor: pointer;
}

.carousel49 .slick-dots li.slick-active {
  background: #ba2528;
}

.carousel49 .slick-dots li button {
  display: none;
}

.carousel49 .slick_menu {
  box-sizing: border-box;
  padding: 15px 0 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.carousel49 .slick_menu .gp-container {
  text-align: right;
}

.carousel49 .slick-arrow {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}

.carousel49 .slick-arrow:hover {
  background: #ba2528;
}

.carousel49 .slick-arrow::after {
  display: none;
}

@media screen and (max-width: 1240px) {
  .carousel49 .slick-dot {
    bottom: 75px;
  }

  .carousel49 .slick-txt2 {
    height: 75px;
    line-height: 75px;
    font-size: 20px;
  }

  .carousel49 .slick_menu {
    padding: 10px 0;
  }
}

@media screen and (max-width: 996px) {
  .carousel49 .slick-dot {
    bottom: 50px;
  }

  .carousel49 .slick-txt p {
    width: 100% !important;
    text-align: left;
    padding-right: 140px;
    box-sizing: border-box;
  }

  .carousel49 .slick-txt2 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }

  .carousel49 .slick_menu {
    right: 10px;
    padding: 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .carousel49 .slick-arrow {
    display: none;
  }

  .carousel49 .slick-dot {
    bottom: 0px;
  }
}

.gp-title85 {
  display: flex;
  align-items: end;
}

.gp-title85 .title .titleImg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 30px;
}

.gp-title85 .title .colTitle {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
}

.gp-title85 .title .colTitleEn {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  color: #999999;
}

.gp-title85 .right {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.gp-title85 .right .line {
  flex: 1;
  height: 1px;
  background: #e5e5e5;
}

.gp-title85 .right .more p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  color: #999999;
}

.gp-title85 .right .more img {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width:768px) {
  .gp-title85 .right .more p {
    display: none;
  }
}

.carousel68 {
  overflow: hidden;
  position: relative;
}

.carousel68 a {
  display: block;
  position: relative;
}

.carousel68 a .img {
  padding-bottom: 62%;
}

.carousel68 a .slick-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 13px 100px 13px 5px;
}

.carousel68 .slick-dots {
  bottom: 13px;
  right: 0;
}

.carousel68 .slick-dots li {
  width: auto;
  height: auto;
}

.carousel68 .slick-dots li button {
  text-indent: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: #ba2528;
}

.carousel68 .slick-dots li.slick-active button {
  color: #fff;
  background: #ba2528;
}

@media screen and (max-width: 996px) {
  .carousel68 a .slick-txt {
    padding: 10px 100px 10px 5px;
    font-size: 16px;
  }

  .carousel68 .slick-dots {
    bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .carousel68 a .slick-txt {
    padding: 6px 100px 6px 5px;
    font-size: 14px;
  }

  .carousel68 .slick-dots {
    bottom: 6px;
  }
}

.block-list63 li h3 a {
  color: #202020;
  margin: 15px 0 10px;
  display: block;
  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;
}

.block-list63 li p {
  color: #666;
  line-height: 1.8;
  height: 3.6em;
  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-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
}

.block-list5 div:hover {
  transform: translateX(10px);
}

.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #ba2528;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}

.block-list5 div>a {
  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;
}

.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;
  max-width: 30px;
}

.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-list57 {
  overflow: hidden;
}

.block-list57 li {
  overflow: hidden;
}

.block-list57 li a {
  display: block;
  overflow: hidden;
}

.block-list57 li a .news_lf {
  width: 213px;
}

.block-list57 li a .news_lf .newsImg {
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 67%;
}

.block-list57 li a .news_rt {
  margin-left: 240px;
}

.block-list57 li a .news_rt .newsInfo {
  overflow: hidden;
}

.block-list57 li a .news_rt .newsInfo h3 {
  line-height: 1.625;
  height: 52px;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
}

.block-list57 li a .news_rt .newsInfo .time {
  padding: 15px 0 10px 0;
  display: block;
  padding-left: 30px;
  background: url(../images/time.png) no-repeat center left;
}

.block-list57 li a .news_rt .newsInfo p {
  line-height: 1.7;
  height: 48px;
  overflow: hidden;
  color: #666666;
  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;
}

@media screen and (max-width: 480px) {
  .news01 .news_lf {
    width: 100% !important;
    float: none;
  }

  .news01 .news_rt {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}

.block-list247 a {
  display: flex;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.block-list247 a .mode41left {
  width: 213px;
  overflow: hidden;
  flex-shrink: 0;
}

.block-list247 a .mode41left .mode41Pic {
  padding-bottom: 56.5%;
}

.block-list247 a .mode4rRight {
  padding-left: 20px;
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
}

.block-list247 a .mode4rRight .mode4Article {
  line-height: 1.56;
  height: 4.68em;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  margin-bottom: 16px;
}

.block-list247 a .mode4rRight .date {
  position: relative;
  line-height: 1;
  color: #999999;
  padding-left: 21px;
  box-sizing: border-box;
}

.block-list247 a .mode4rRight .date::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/datevb.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.block-list247 li:hover a {
  transform: translateX(5px);
}

.block-list247 li:hover .mode4Article {
  color: #ba2528;
}

@media screen and (max-width:414px) {
  .block-list247 a {
    display: block;
  }

  .block-list247 a .mode41left {
    width: 100%;
    margin-bottom: 15px;
  }

  .block-list247 a .mode4rRight {
    padding-left: 0;
  }
}

.gp-title55>div {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.gp-title55>div::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: none;
  border: 3px solid #ba2528;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.2s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gp-title55>div:hover::before {
  display: block;
  left: -10px;
  top: 10px;
}

.gp-title55>div:hover {
  transform: translate(10px, 10px);
}

.gp-title55>div:hover .info {
  background: #f5f5f5;
}

.gp-title55>div .img {
  padding-bottom: 66%;
}

.gp-title55>div .info {
  box-sizing: border-box;
  padding: 35px 0;
  background: #fff;
}

.gp-title55>div .info .more {
  float: right;
  background: #ebebeb;
  padding: 15px 35px;
}

.gp-title55>div .info .more span {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1em;
  color: #999999;
}

.gp-title55>div .info .more span::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #999999;
  position: absolute;
  left: 0;
  bottom: 0;
}

.gp-title55>div .info .title {
  font-weight: normal;
}

.gp-title55>div .info .title p {
  color: #ba2528;
  letter-spacing: 2px;
}

.gp-title55>div .info .title h3 {
  font-weight: bold;
  color: #333333;
  display: block;
  margin-top: 6px;
}

.pid-e45c0c72-4aaa-4ed7-93b5-5806e6b72029 {}

.pid-e45c0c72-4aaa-4ed7-93b5-5806e6b72029 .row {
  position: relative;
  z-index: 6;
}

.pid-8ee5bcdb-73dd-464a-bc23-dbb51a9a9a66 {}

.pid-8ee5bcdb-73dd-464a-bc23-dbb51a9a9a66 .gp-mt--20 {
  margin-top: -62px !important;
}

.pid-adf22629-bf11-4842-b681-fa81b054535c {}

.pid-adf22629-bf11-4842-b681-fa81b054535c .block-list172 li>a .item-txt {
  display: none;
}

.pid-adf22629-bf11-4842-b681-fa81b054535c .block-list172 li>a {
  margin: 0;
}

.pid-47c44799-336f-4c42-9df9-b215ac021a6b.gpArticleTitle {
  height: 46px !important;
  line-height: 1.3 !important;
  -webkit-line-clamp: 2 !important;
}

@media screen and (max-width:996px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:480px) {}

.pid-edaac444-58a1-4d18-a0b5-43acee177da2.gpArticleTitle {
  height: 41px !important;
  line-height: 1.3 !important;
  -webkit-line-clamp: 2 !important;
}

@media screen and (max-width:996px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:480px) {}

.pid-edaac444-58a1-4d18-a0b5-43acee177da2.gpArticleSummary {
  height: 21px !important;
  line-height: 1.5 !important;
  -webkit-line-clamp: 1 !important;
}

@media screen and (max-width:996px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:480px) {}

.pid-936644d9-cb05-4a64-ac73-151cd701e297.gpArticleTitle {
  height: 25px !important;
  line-height: 1.62 !important;
  -webkit-line-clamp: 1 !important;
}

@media screen and (max-width:996px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:480px) {}

.pid-dd6efa34-7ec4-40fd-9a44-14d408fdc452.gpArticleTitle {
  height: 41px !important;
  line-height: 1.3 !important;
  -webkit-line-clamp: 2 !important;
}

@media screen and (max-width:996px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:480px) {}

.pid-dd6efa34-7ec4-40fd-9a44-14d408fdc452.gpArticleSummary {
  height: 21px !important;
  line-height: 1.5 !important;
  -webkit-line-clamp: 1 !important;
}

@media screen and (max-width:996px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:480px) {}

.pid-8b48481a-c572-4d6c-b3bf-eb70754c715d.gpArticleTitle {
  height: 25px !important;
  line-height: 1.62 !important;
  -webkit-line-clamp: 1 !important;
}

@media screen and (max-width:996px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:480px) {}

.pid-04955cb8-1c2a-4823-84ba-cd36b89c1496.gpArticleTitle {
  height: 25px !important;
  line-height: 1.62 !important;
  -webkit-line-clamp: 1 !important;
}

@media screen and (max-width:996px) {
  .gp-title85 {
    margin-bottom: 20px !important;
  }

  .carousel68 {
    margin-bottom: 20px;
  }

  .gp-title1 {
    padding: 20px 0;
  }

  .pid-edaac444-58a1-4d18-a0b5-43acee177da2.gpArticleTitle {
    height: auto !important;
    max-height: 2.6em;
  }
}

@media screen and (max-width:767px) {}

@media screen and (max-width:480px) {}

.pid-ef3f00cd-5157-412e-a70e-d344971902a5.gpArticleTitle {
  height: 25px !important;
  line-height: 1.6 !important;
  -webkit-line-clamp: 1 !important;
}

@media screen and (max-width:996px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:480px) {}