.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(148, 7, 10, 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;
}.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 .polite{
}
.carousel75 .gpCarousel .slick-list {
  margin: 0 -10px;
  /* overflow: visible; */
  /* overflow-x: auto; */
}
.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 #94070a;
  border: 3px solid #fff;
  transform: translateY(0px);
  position: absolute;
  left: 25px;
  top: -40px;
  color: #fff;
  display: none;
}
.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;
  display: none;
}
.carousel75 .gpCarousel .slick-slider a:hover {
  transform: translateY(-8px);
}
.carousel75 .gpCarousel .slick-slider a:hover .info h3 {
  color: #94070a;
}
.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(148, 7, 10, 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;
}
.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: #94070a;
}
@media screen and (max-width: 1240px) {
  .carousel75 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 996px){
  .carousel75 .gpCarousel {
    position: relative;
    padding-bottom: 50px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 767px) {
  .carousel75 {
    padding: 0;
  }
}
@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-title87 {
  position: relative;
  padding-top: 15px;
  overflow: hidden;
  padding-right: 3px;
}
.gp-title87::before {
  content: "";
  display: block;
  width: ;
}
.gp-title87 .more {
  width: 88px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  border: 1px solid #ebe8e2;
  position: relative;
}
.gp-title87 .more::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  left: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title87 .more::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  right: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title87 .more:hover {
  color: #94070a;
}
.gp-title87 .img {
  position: absolute;
  top: 50%;
  left: 80px;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.gp-title87 .img img {
  max-height: 100%;
}
.gp-title87 .title {
  margin-bottom: 10px;
}
.gp-title87 .title h2 {
  display: inline-block;
}
.gp-title87 .title span {
  display: inline-block;
  margin-left: 10px;
}
.gp-title87 .zs {
  position: relative;
}
.gp-title87 .zs .card {
  width: 75px;
  height: 25px;
  clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  background: #f2e1db;
}
.gp-title87 .zs::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 55px;
  top: 33%;
  z-index: 1;
}
.gp-title87 .zs::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 45px;
  top: 66%;
}
@media screen and (max-width:996px) {
  .gp-title87 .more {
    width: 75px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #ebe8e2;
    position: relative;
    margin-top: 5px;
  }
}
.block-list275 {
  position: relative;
  padding-right: 40px;
  padding-bottom: 20px;
}
.block-list275::before {
  content: "";
  display: block;
  width: 78%;
  height: 80%;
  background: #f0f0f0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.block-list275 li a {
  display: block;
}
.block-list275 li a .img {
  padding-bottom: 61.83%;
}
.block-list275 li a .info {
  margin: 0px 0 0 100px;
  display: flex;
  align-items: center;
}
.block-list275 li a .info .date {
  border-radius: 50%;
  background: #94070a;
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: -30px;
}
.block-list275 li a .info .date .con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-list275 li a .info .date .year {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 5px 5px;
  border-bottom: 1px solid #e0c67e;
  color: #e0c67e;
}
.block-list275 li a .info .date .day {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.block-list275 li a .info .date .month {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.block-list275 li a .info .title {
  font-weight: bold;
  color: #222;
  flex: 1;
  margin-left: 30px;
  line-height: 1.5;
  height: auto;
  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-list275 li a .info .title:hover {
  color: #94070a;
}
@media screen and (max-width:768px) {
  .block-list275 {
    padding: 0;
  }
  .block-list275::before {
    display: none;
  }
  .block-list275 li a .info {
    margin: 0;
  }
  .block-list275 li a .info .title {
    margin-left: 10px;
  }
}
.block-list277 li >div {
  display: flex;
  box-sizing: border-box;
  padding: 18.5px 30px;
  position: relative;
  overflow: hidden;
}
.block-list277 li >div::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f0f0f0;
  border: 4px solid #fff;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.block-list277 li >div::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0f0f0;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.block-list277 li >div .title {
  flex: 1;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  height: 24px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list277 li >div .date {
  color: #999;
  padding-left: 20px;
  border-left: 1px solid #94070a;
  margin-left: 20px;
}
.block-list277 li >div .date .day {
  color: #94070a;
  font-weight: normal;
}
.block-list277 li >div .date .year {
  font-style: normal;
}
.block-list277 li:nth-child(odd) >div {
  background: #f7f7f7;
}
.gp-title91 {
  position: relative;
  padding-top: 15px;
  overflow: hidden;
}
.gp-title91::before {
  content: "";
  display: block;
}
.gp-title91 .more {
  width: 88px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  border: 1px solid #ebe8e2;
  position: absolute;
  right: 3px;
  top: 20px;
}
.gp-title91 .more::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  left: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title91 .more::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  right: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title91 .more:hover {
  color: #94070a;
}
.gp-title91 .img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}
.gp-title91 .img img {
  max-height: 100%;
}
.gp-title91 .title {
  text-align: center;
  margin-bottom: 10px;
}
.gp-title91 .title h2 {
  display: inline-block;
}
.gp-title91 .title span {
  display: inline-block;
  margin-left: 10px;
}
.gp-title91 .zs {
  position: relative;
}
.gp-title91 .zs .lt {
  width: 48%;
  text-align: right;
  position: relative;
}
.gp-title91 .zs .rt {
  width: 48%;
  text-align: left;
  position: relative;
}
.gp-title91 .zs .lt .card {
  width: 75px;
  height: 25px;
  clip-path: polygon(0% 0%, 60% 0%, 100% 100%, 40% 100%);
  background: #f2e1db;
  display: inline-block;
}
.gp-title91 .zs .rt .card {
  width: 75px;
  height: 25px;
  clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  background: #f2e1db;
  display: inline-block;
}
.gp-title91 .zs .rt::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 55px;
  top: 33%;
  z-index: 1;
}
.gp-title91 .zs .rt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 45px;
  top: 66%;
}
.gp-title91 .zs .lt::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  right: 55px;
  top: 33%;
  z-index: 1;
}
.gp-title91 .zs .lt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  right: 45px;
  top: 66%;
}
@media screen and (max-width:996px) {
  .block-list275{padding-right: 0;}
  .gp-title91 .more {
    width: 75px;
    height: 36px;
    line-height: 36px;
    margin-top: 5px;
  }
}
.block-list283 li {
  display: inline-block;
  margin-right: 20px;
}
.block-list283 li >div {
  padding-right: 20px;
  border-right: 2px solid #94070a;
}
.block-list283 li >div .title {
  display: block;
  font-weight: bold;
  position: relative;
  margin-bottom: 5px;
}
.block-list283 li >div .title i {
  font-style: normal;
  margin-right: 6px;
}
.block-list283 li:last-child {
  margin-right: 0;
}
.block-list283 li:last-child >div {
  padding-right: 0;
  border: none;
}
.block-list253 {
  overflow: hidden;
  margin: 0 -15px;
}
.block-list253 li >div {
  transition: all 0.2s ease-in-out;
  background: #fff;
  display: block;
  margin: 0 15px;
  position: relative;
  border: 1px solid #dae0e6;
  box-sizing: border-box;
  padding: 30px;
}
.block-list253 li >div .title {
  display: block;
  color: #333333;
  line-height: 1.5;
  height: 72px;
  margin-bottom: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list253 li >div .date {
  color: #999999;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.block-list253 li >div .date span {
  margin-right: 10px;
}
.block-list253 li >div:hover {
  background: url(../images/block-list253-libg.png) #94070a no-repeat right bottom;
  transform: translateY(-6px);
}
.block-list253 li >div:hover .title {
  color: #fff;
}
.block-list253 li >div:hover .date {
  color: #bfbeac;
}
@media screen and (max-width:996px) {
  .block-list253 li>div {
    padding: 20px;
  }
  .block-list253 li>div .title {
    height: auto;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
  }
  .block-list253 li>div .date {
    position: relative;
    left: initial;
    bottom: initial;
  }
}
@media screen and (max-width:767px) {
  .block-list253 li>div .title {
    margin-bottom: 10px;
  }
}
.block-list285 {
  padding: 50px 0;
  overflow: hidden;
}
.block-list285 ul {
  min-width: 0% !important;
}
.block-list285 ul li {
  float: left;
  min-width: 250px;
  max-width: 400px;
}
.block-list285 ul li >.gpTextArea {
  display: block;
  box-sizing: border-box;
  padding: 25px 40px;
  background: #fff;
  border-radius: 63.5px 63.5px 0 63.5px;
}
.block-list285 ul li >.gpTextArea .title {
  color: #999;
  margin-bottom: 5px;
  line-height: 1.4;
  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-list285 ul li >.gpTextArea .summary {
  color: #222;
  line-height: 1.6;
  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;
}
@media screen and (max-width:1386px){
  .block-list277 li >div {

    padding: 16.4px 30px;
   
}
}
@media screen and (max-width:1321px){
  .block-list277 li >div {

    padding: 14px 30px;
   
}
}
@media screen and (max-width:996px) {
  .block-list285 {
    overflow: initial;
  }
  .block-list285 ul {
    margin: 0 -10px;
    overflow: hidden;
    max-height: 350px;
    overflow-y: auto;
  }
  .block-list285 ul li {
    max-width: initial;
    width: 50%;
    min-width: initial;
    margin-bottom: 15px !important;
  }
  .block-list285 ul li >.gpTextArea {
    border-radius: 10px;
    margin: 0 10px;
    padding: 10px 15px;
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.05);
  }
  .block-list285 ul li {
    max-width: initial;
    width: 100%;
    min-width: initial;
  }
  .block-list285 ul li >.gpTextArea {
    padding: 10px 15px;
  }
  .block-list285 ul li >.gpTextArea .summary {
    height: auto;
  }
}
@media screen and (max-width:768px) {
  .block-list285 ul li {
    max-width: initial;
    width: 100%;
    min-width: initial;
  }
  .block-list285 ul li >.gpTextArea {
    padding: 10px 15px;
  }
  .block-list285 ul li > .gpTextArea .summary {
    height: auto;
  }
}
