.carousel61 {
  position: relative;
  background: #af2e04;
}
.carousel61 .gpCarousel {
  position: relative;
}
.carousel61 .gpCarousel .slick-slider a {
  display: block;
  margin: 0 50px;
  position: relative;
}
.carousel61 .gpCarousel .slick-slider a span {
  padding-bottom: 37.5%;
}
.carousel61 .gpCarousel .slick-slider a .slick-txt {
  position: absolute;
  background: none;
  height: auto;
  line-height: 1.4;
  color: #fff;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* 标准的语法 */
  box-sizing: border-box;
}
.carousel61 .gpCarousel .slick-slider a .slick-txt h3 {
  box-sizing: border-box;
  position: relative;
}
.carousel61 .gpCarousel .slick-slider a .slick-txt p {
  box-sizing: border-box;
  margin: 50px;
  position: relative;
  z-index: 1;
}
.carousel61 .gpCarousel .slick-arrow {
  left: auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
  top: auto;
  right: 20px;
  transform: translateY(0);
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  border-radius: 50%;
  border: rgba(255, 255, 255, 0.5) 2px solid;
}
.carousel61 .gpCarousel .slick-arrow::after {
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.carousel61 .gpCarousel .slick-arrow.slick-prev {
  top: 40%;
}
.carousel61 .gpCarousel .slick-arrow.slick-prev::after {
  border-radius: 0px;
}
.carousel61 .gpCarousel .slick-arrow.slick-next {
  top: 53%;
}
.carousel61 .gpCarousel .slick-arrow.slick-next::after {
  border-radius: 0;
}
.carousel61 .gpCarousel .slick-dots {
  width: 20px;
  left: 15px;
  bottom: 50%;
  transform: translateY(50%);
}
.carousel61 .gpCarousel .slick-dots::before {
  content: "";
  display: block;
  width: 1px;
  height: 160px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 10px;
  top: -160px;
}
.carousel61 .gpCarousel .slick-dots::after {
  content: "";
  display: block;
  width: 1px;
  height: 160px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 10px;
  bottom: -170px;
}
.carousel61 .gpCarousel .slick-dots li {
  width: 10px;
  height: 10px;
  display: block;
  margin: 15px auto;
}
.carousel61 .gpCarousel .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
}
.carousel61 .gpCarousel .slick-dots li.slick-active {
  position: relative;
}
.carousel61 .gpCarousel .slick-dots li.slick-active button {
  background: #ffffff;
}
.carousel61 .gpCarousel .slick-dots li.slick-active.slick-active:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: #fff 1px solid;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: -3px;
}
@media screen and (max-width: 1300px) {
  .carousel61 .gpCarousel .slick-slider a .slick-txt p {
    margin: 40px;
  }
  .carousel61 .gpCarousel .slick-dots {
    right: 30px;
  }
  .carousel61 .gpCarousel .slick-dots::before,
  .carousel61 .gpCarousel .slick-dots::after {
    display: none;
  }
  .carousel61 .gpCarousel .slick-arrow {
    top: 50%;
  }
  .carousel61 .gpCarousel .slick-arrow.slick-prev {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 1200px) {
  .carousel61 .gpCarousel .slick-slider a .slick-txt p {
    margin: 30px;
  }
}
@media screen and (max-width: 996px) {
  .carousel61 .gpCarousel .slick-slider a .slick-txt p {
    margin: 20px;
  }
}
@media screen and (max-width: 768px) {
  .carousel61 .slick-txt {
    display: none;
  }
  .carousel61 .gpCarousel .slick-slider a {
    margin: 0;
  }
  .carousel61 .gpCarousel .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
  }
  .carousel61 .gpCarousel .slick-arrow.slick-prev {
    left: 10px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel61 .gpCarousel .slick-arrow.slick-next {
    right: 10px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel61 .gpCarousel .slick-dots {
    width: auto;
    right: 0;
    bottom: 20px;
    left: auto;
  }
  .carousel61 .gpCarousel .slick-dots li {
    display: inline-block;
    float: left;
    margin: 0 5px;
  }
}
.gp-title65 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gp-title65 h2 {
  display: inline-block;
  position: relative;
}
.gp-title65 h2 .before,
.gp-title65 h2 .after {
  display: block;
  font-size: 0;
  width: 49px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 8px;
}
.gp-title65 h2 .after {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}
.gp-title65 h2 .title {
  display: block;
  color: #af2e04;
  position: relative;
}
.gp-title65 .more {
  display: block;
  color: #666666;
  line-height: 2;
  transition: all 0.3s ease;
}
.gp-title65 .more span {
  padding-left: 8px;
}
.gp-title65 .more:hover {
  color: #af2e04;
}
.block-list204 {
  margin: 0 -50px;
}
.block-list204 li a {
  display: block;
  margin: 0 50px;
  border-top: #e6e6e6 1px solid;
  padding-top: 20px;
}
.block-list204 li a .gp-img-responsive {
  padding-bottom: 56.24%;
}
.block-list204 li a .date {
  display: inline-block;
  color: #af2e04;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 15px;
  float: left;
  white-space: nowrap;
}
.block-list204 li a .date:before {
  margin-right: 2px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
.block-list204 li a .date span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Times New Roman';
}
@media screen and (max-width:996px) {
  .block-list204 li a .date {
    float: none;
  }
}
.block-list204 li a .info {
  margin: 0 0 0 190px;
}
.block-list204 li a .info .title {
  text-align: justify;
  line-height: 1.25;
  height: 2.5em;
  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;
  transition: all 0.35s ease;
}
@media screen and (max-width:996px) {
  .block-list204 li a .info .title {
    height: auto;
    max-height: 60px;
  }
}
.block-list204 li a .info .summary {
  text-align: justify;
  margin: 20px 0 30px;
  line-height: 1.5;
  height: auto;
  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: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
@media screen and (max-width:996px) {
  .block-list204 li a .info .summary {
    margin: 15px 0;
  }
  .block-list204 li a .info {
    margin: 10px 0 0;
  }
}
.block-list204 li a:hover .title {
  text-indent: 0.4em;
}
@media screen and (max-width:1600px) {
  .block-list204 li a {
    margin: 0 20px;
  }
}
@media screen and (max-width:996px) {
  .block-list204 li a {
    margin: 0;
  }
}
@media screen and (max-width:1600px) {
  .block-list204 {
    margin: 0 -20px;
  }
}
@media screen and (max-width:996px) {
  .block-list204 {
    margin: 0;
  }
}
.block-list205 li a {
  display: block;
}
.block-list205 li a .gp-img-responsive {
  padding-bottom: 56.24%;
}
.block-list205 li a .info {
  padding: 20px 0;
}
.block-list205 li a .info .gpArticleTitle {
  padding-left: 20px;
  text-align: justify;
  border-left: #a90138 4px solid;
  line-height: 1.4;
  height: auto;
  transition: all 0.35s ease;
  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: 766px) {
  .block-list205 li a .info {
    width: 100%;
  }
}
.block-list205 li a:hover .gpArticleTitle {
  text-indent: 0.4em;
}
.block-list206 {
  position: relative;
}
.block-list206 li {
  position: relative;
}
.block-list206 li a {
  padding-left: 30px;
  display: block;
  overflow: hidden;
  position: relative;
}
.block-list206 li a i {
  float: left;
}
.block-list206 li a .listText {
  display: block;
  padding-left: 25px;
  background: url(../images/0a11a06286ff4dd498d5976d2e7f51c0) no-repeat left top;
}
.block-list206 li a .listText .listDate {
  display: inline-block;
  color: #af2e04;
  padding-bottom: 10px;
}
.block-list206 li a .listText .listTitle {
  display: block;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  transition: all 0.2s ease;
}
.block-list206 li a:hover .listTitle {
  padding-left: 10px;
}
.block-list206 li:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 10px;
}
.block-list206:before {
  content: '';
  display: block;
  width: 1px;
  height: 97%;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 10px;
}
.block-list206:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gp-title66 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.gp-title66 .gpColumnTitleIcon {
  width: 100%;
}
.gp-title66 .gpColumnTitleIcon img {
  width: 100%;
  max-width: none;
}
.gp-title66 .gpColumnTitle {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  position: absolute;
  box-sizing: border-box;
  left: 30px;
  right: 30px;
}
.gp-title66 .gpColumnTitleEn {
  line-height: 1.6;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .gp-title66 .gpColumnTitle {
    padding: 20px;
    left: 20px;
    right: 20px;
  }
}
.gp-title66 h2 {
  display: inline-block;
  position: relative;
}
.gp-title66 h2 .title {
  display: block;
  color: #af2e04;
  position: relative;
  margin-bottom: 25px;
}
.gp-title66 h2 .gpArticleSummary {
  display: block;
  color: #666;
  font-weight: normal;
  line-height: 22px;
  max-height: 66px;
  overflow: hidden;
}
