.carousel16 .gpCarousel {
  position: relative;
}
.carousel16 .gpCarousel .slick-slider a span {
  padding-bottom: 38%;
}
.carousel16 .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);
}
.carousel16 .gpCarousel .slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(180, 33, 40, 0.6);
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
.carousel16 .gpCarousel .slick-arrow.slick-prev {
  left: 10%;
  border-radius: 20px 0 0 20px;
}
.carousel16 .gpCarousel .slick-arrow.slick-next {
  right: 10%;
  border-radius: 0 20px 20px 0;
}
.carousel16 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel16 .gpCarousel .slick-txt {
  font-weight: bold;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #fff;
  background-color: rgba(6, 32, 64, 0.52);
  background: -webkit-linear-gradient(bottom, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* 标准的语法 */
}
.carousel16 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 35px;
}
.carousel16 .gpCarousel .slick-dots li {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  background: #e8ecf6;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
  cursor: pointer;
}
.carousel16 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel16 .gpCarousel .slick-dots li.slick-active {
  width: 67px;
  height: 11px;
  border-radius: 10px;
}
@media screen and (max-width: 1300px) {
  .carousel16.slick-prev {
    left: 10px;
  }
  .carousel16.slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .carousel16 .slick-txt {
    display: none;
  }
  .carousel16 .gpCarousel .slick-dots {
    bottom: 15px;
  }
}
.gp-title2 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #B42128;
}
.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;
}
.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: #B42128;
}
.block-list4 > li > a .date i {
  margin-right: 3px;
}
.block-list4 > li > a:hover {
  transform: translateY(-10px);
}
.block-list86 li >div {
  overflow: hidden;
  padding: 26px 0;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
}
.block-list86 li >div .date {
  background: #bfbeac;
  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;
}
.block-list165 {
  margin: 0 -10px;
}
.block-list165 li a {
  display: block;
  margin: 0 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 24px 25px;
  transition: all 0.3s ease-in-out;
  background: none;
  height: 100%;
}
.block-list165 li a h3 {
  font-weight: normal;
  color: #333333;
  margin: 10px 0;
  line-height: 1.5;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-list165 li a p {
  position: relative;
  color: #999999;
  box-sizing: border-box;
  padding-top: 10px;
}
.block-list165 li a p i {
  font-style: normal;
  margin-right: 10px;
  color: #B42128;
}
.block-list165 li a p::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
}
.block-list165 li a:hover {
  background: #B42128;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}
.block-list165 li a:hover span,
.block-list165 li a:hover h3,
.block-list165 li a:hover p,
.block-list165 li a:hover i {
  color: #fff;
}
@media screen and (max-width:767px) {
  .block-list165 li a {
    font-size: 14px;
    padding: 15px;
  }
}
.tab3 >div {
  position: relative;
}
.tab3 .tabMenu1 {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tab3 .tabMenu1 li h2 {
  line-height: 1.5;
  font-weight: normal;
}
.tab3 .tabMenu1 li h2 a {
  font-weight: normal;
  padding: 0 20px;
  position: relative;
}
.tab3 .tabMenu1 li h2 a::before {
  content: '';
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #ccc;
}
.tab3 .tabMenu1 li:first-child a {
  padding-left: 0;
}
.tab3 .tabMenu1 li:first-child a::before {
  display: none;
}
.tab3 .tabMenu1 .on a {
  color: #B42128;
}
.tab3 .tabMore1 {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 200;
}
.tab3 .tabMore1 a {
  display: none;
}
.tab3 .tabList .tabListBox {
  display: none;
}
.tab3 .tabList .tabListBox > * {
  padding-top: 20px;
}
.tab3-list li a {
  display: block;
  border-left: 2px solid #B42128;
  padding: 12px;
  background: #f8f5f2;
}
.tab3-list li a span {
  display: block;
  color: #B42128;
  margin-bottom: 5px;
}
.tab3-list li a p {
  height: 20px;
  overflow: hidden;
  line-height: 20px;
}
.block-list314 {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.block-list314 li {
  height: 600px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.block-list314 li:nth-child(2n) {
  margin-top: 80px;
}
.block-list314 li .item {
  display: block;
  margin: 0 20px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 80px 60px;
}
.block-list314 li .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.6s ease-out 0s;
  background-color: #ccc;
}
.block-list314 li .item:hover .pic {
  transform: scale(1.05);
}
.block-list314 li .item .con {
  position: relative;
  height: 100%;
}
.block-list314 li .item .tit {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  height: 100%;
  position: relative;
  z-index: 2;
}
.block-list314 li .item .tit .h {
  font-weight: bold;
  color: #fff;
  letter-spacing: 6px;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.block-list314 li .item .tit .p {
  margin-left: 10px;
}
.block-list314 li .item .arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  line-height: 50px;
  text-align: center;
  writing-mode: horizontal-tb;
  color: #fff;
}
.block-list314 li .item .arrow i {
  font-size: 20px;
  position: relative;
  left: 0px;
  display: block;
  font-weight: 100;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/list314_arrow.png) no-repeat center;
}
.block-list314 li .item .arrow::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 1px dashed #fff;
}
.block-list314 li .item:hover .arrow::before {
  -webkit-animation-name: rot;
  animation-name: rot;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes rot {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rot {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.block-list314 li .item:hover .arrow i {
  -webkit-animation-name: arr;
  animation-name: arr;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes arr {
  /* æŠ–åŠ¨æ—‹è½¬ */
  /* 100%{transform: rotate(0deg);} */
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(10deg);
  }
}
@keyframes arr {
  /* 100%{transform: rotate(10deg);} */
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(10deg);
  }
}
@media screen and (max-width:1400px) {
  .block-list314 li .item {
    padding: 60px 40px;
  }
  .block-list314 li .item .tit .h {
    padding-right: 20px;
  }
}
@media screen and (max-width:996px) {
  .block-list314 {
    flex-direction: column;
    margin: 0 -10px;
  }
  .block-list314 li {
    margin-top: 0 !important;
    height: auto;
  }
  .block-list314 li .item .tit {
    writing-mode: initial;
    height: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .block-list314 li .item {
    padding: 10px 15px;
    margin: 0 10px;
  }
  .block-list314 li .item .tit .h {
    padding-right: 10px;
  }
  .block-list314 li .item .arrow {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-left: 10px;
    transform: scale(0.8);
  }
}
