/*专题大图*/
.wrapnav {
  position: relative;
}

.gp-search {
  width: 260px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  border-radius: 20px;
  right: 20px;
  top: 10px
}

.gp-ser {
  width: 100%;
  height: 40px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
  background: #fff;
}

.gp-search input, .gp-search button {
  position: absolute;
  height: 40px;
  line-height: 40px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}

.gp-search input.notxt {
  color: #a4a4a4;
  width: 82%;
  left: 0;
  padding-left: 5%;
}

.gp-search .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
  color: #666;
}

.topicList1 .gpImgSize {
  padding-bottom: 26.04%;
}

.topicList1 .gpImgSize img:hover {
  transform: none;
  opacity: 1;
}

.block-list194 li {
  padding: 40px 0;
  border-bottom: 1px solid #e9e9e9;
}

.block-list194 li .summary8 {
  box-sizing: border-box;
  display: flex;
}

.block-list194 li .summary8 .mode1l {
  width: 63px;
  height: 89px;
  overflow: hidden;
}

.block-list194 li .summary8 .mode1r {
  flex: 1;
  margin-left: 30px;
  line-height: 2;
  color: #333333;
  height: auto;
  display: block;
  overflow: hidden;
}

.block-list194 li .summary8 .mode1r span {
  color: #881E21;
  z-index: 1;
  position: relative;
}

.block-list194 li .summary8 .mode1r>span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), inset -7px -7px 10px 0px rgba(0, 0, 0, 0.1), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3), -4px -4px 6px rgba(116, 125, 136, 0.2);
  transition: all 0.2s ease;
  opacity: 0;
}

.block-list194 li .summary8 .mode1r:hover>span {
  color: #f8cd03;
}

.block-list194 li .summary8 .mode1r:hover>span:after {

  height: 100%;
  opacity: 1;
}

.block-list194 li .summary8 .mode1r span:active {
  top: 2px;
}

.gp-title21 {
  padding: 35px 0;
  text-align: center;
  position: relative;
}

.gp-title21::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  z-index: 0;
  margin-top: 0px;
}

.gp-title21 h2 {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 50px;
  background: #fff;
}

.gp-title21 h2 span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}

.gp-title21 h2 a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.gp-title21 h2:before,
.gp-title21 h2:after {
  content: '';
  width: 24px;
  height: 24px;
  background: #e53d42;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -12px;
}

.gp-title21 h2:before {
  left: 0px;
}

.gp-title21 h2::after {
  right: 0px;
}

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

.carousel60 .slider-for {
  width: 70%;
  float: right;
  box-sizing: border-box;
  padding-right: 80px;
}

.carousel60 .slider-for a {
  display: block;
  position: relative;
}

.carousel60 .slider-for a::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  position: absolute;
  left: 0;
  bottom: 0px;
}

.carousel60 .slider-for a .title {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 0 25px;
  line-height: 1.5;
  height: ;
  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;
}

.carousel60 .slider-for .slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #881E21;
  border-radius: 50%;
  color: #881E21;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: none;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
}

.carousel60 .slider-for .slick-arrow::after {
  display: none;
}

.carousel60 .slider-for .slick-arrow.slick-prev {
  transform: translateY(-110%);
}

.carousel60 .slider-for .slick-arrow.slick-next {
  transform: translateY(10%);
}

.carousel60 .slider-for .slick-arrow:hover {
  background: #881E21;
  color: #fff;
}

.carousel60 .slider-nav {
  margin-right: 70%;
  box-sizing: border-box;
  padding-right: 80px;
  position: relative;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30%;
  transform: translateY(-50%);
  height: 50%;
}

.carousel60 .slider-nav::before {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 3px;
  bottom: 0;
  border-bottom: 1px solid #881E21;
  border-left: 1px solid #881E21;
}

.carousel60 .slider-nav::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: 60px;
  border: 2px solid #881E21;
  border-radius: 50%;
}

.carousel60 .slider-nav .slick-slide .summary {
  line-height: 1.7;
  color: #999;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.carousel60 .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 0px;
  text-align: center;
  display: none;
}

.carousel60 .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #f9f9f9;
  transition: all 0.2s ease;
  cursor: pointer;
}

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

.carousel60 .slick-dots li.slick-active {
  background: #881E21;
}

@media screen and (max-width: 1400px) {
  .carousel60 .slider-nav {
    padding-right: 60px;
  }
}

@media screen and (max-width: 1300px) {
  .carousel60 .slider-nav {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1240px) {
  .carousel60 .slider-for {
    width: 65%;
    padding-right: 60px;
  }

  .carousel60 .slider-nav {
    width: 35%;
    height: 60%;
    padding-right: 30px;
  }
}

@media screen and (max-width: 996px) {
  .carousel60 .slider-for {
    width: 60%;
    padding-right: 60px;
  }

  .carousel60 .slider-nav {
    width: 40%;
    height: 80%;
    padding-left: 10px;
  }

  .carousel60 .slider-for a .title {
    padding: 0 20px;
    font-size: 16px;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .carousel60 .slider-for {
    width: 100%;
    padding-right: 0;
  }

  .carousel60 .slider-nav {
    display: none;
  }

  .carousel60 .slider-for a .title {
    padding: 0 15px;
    font-size: 14px;
    bottom: 15px;
  }

  .carousel60 .slider-for .slick-arrow {
    display: none;
  }

  .carousel60 .slider-for .slick-dots {
    display: block;
  }
}

.gp-title2 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #881E21;
}

.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-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  display: flex;
  align-items: center;
}

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

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

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

.carousel82 {
  padding-bottom: 50px;
}

.carousel82>ul {
  margin: 0 -20px;
}

.carousel82>ul li {
  padding-bottom: 10px;
  box-sizing: border-box;
}

.carousel82>ul li a {
  background: #fff;
  display: block;
  margin: 0 20px;
  border: 1px solid #881E21;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.carousel82>ul li a .item-info {
  display: flex;
  justify-content: space-between;
}

.carousel82>ul li a .item-info .item-img {
  position: relative;
  z-index: 20;
  width: 200px;
}

.carousel82>ul li a .item-info .item-img .item-pic {
  padding-bottom: 140%;
}

.carousel82>ul li a .item-info .name {
  padding: 30px;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  position: relative;
  color: #333333;
  font-weight: bold;
  letter-spacing: 3px;
  width: 80px;
}

.carousel82>ul li a .item-info .name::before {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background: #881E21;
  position: absolute;
  right: 20px;
  top: 30px;
}

.carousel82>ul li a .item-summary {
  padding: 20px 20px 30px;
  box-sizing: border-box;
}

.carousel82>ul li a .item-summary p {
  line-height: 1.5;
  color: #333333;
}

.carousel82>ul li.slick-current a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #881E21;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.carousel82 .slick-dots {
  width: 100%;
  bottom: -50px;
  text-align: center;
}

.carousel82 .slick-dots>li {
  width: 40px;
  height: 10px;
  padding: 0;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

.carousel82 .slick-dots>li button {
  border: 1px solid #881E21;
  border-radius: 0;
  background: none;
}

.carousel82 .slick-dots li.slick-active {
  width: 60px;
}

.carousel82 .slick-dots li.slick-active button {
  background: #881E21;
}

.carousel82 .slick-arrow {
  width: 60px;
}

.carousel82 .slick-arrow:hover:after {
  background: #881E21;
}

.carousel82 .slick-prev:after {
  left: -10px;
}

.carousel82 .slick-next:after {
  right: -10px;
}

.block-list266 {
  margin: 0 10px;
}

.block-list266 li a {
  display: block;
  margin: 0 10px;
}

.block-list266 li a .img {
  padding-bottom: 56.06%;
  position: relative;
}

.block-list266 li a .img .play {
  width: 15%;
  position: absolute;
  transition: all 0.35s ease-out;
  max-width: 60px;
  left: 10px;
  bottom: 10px;
  transform: none;
}

.block-list266 li a .video_title {
  line-height: 1.5;
  height: 3em;
  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;
  overflow: hidden;
  margin-top: 10px;
}

.block-list266 li a .video_title:hover {
  color: #881E21;
}

.block-list266 li a:hover .img .play {
  left: 10px;
  bottom: 10px;
  transform: none;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}

@media screen and (max-width:479px) {
  .block-list266 li a .video_title {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.carousel98 {
  position: relative;
  padding-bottom: 20px;
}

.carousel98 .gpCarousel {
  margin: 0 -5px;
}

.carousel98 .slick-dots {
  text-align: center;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -20px;
  height: 5px;
}

.carousel98 .slick-dots li {
  width: 28px;
  height: 5px;
  background: rgba(136, 30, 33, 0.5);
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.carousel98 .slick-dots li.slick-active {
  background: #881e21;
}

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

.carousel98 .item {
  position: relative;
  margin: 0 5px;
  display: block;
}

.carousel98 .item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.carousel98 .item .slick-img {
  padding-bottom: 66.66%;
}

.carousel98 .item .date {
  position: absolute;
  left: 0;
  top: 50px;
  color: #fff;
  background: #881E21;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 0 20px 20px 0;
}

.carousel98 .item .info {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 18px;
  z-index: 2;
}

.carousel98 .item .info img {
  width: 50px;
  height: 50px;
}

.carousel98 .item .info .title {
  flex: 1;
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
  white-space: normal;
  line-height: 1.33;
  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;
}

@media screen and (max-width: 996px) {
  .carousel98 .item .info img {
    width: 40px;
    height: 40px;
  }

  .gp-search {
    display: none;
  }

  .gp-search11 {
    display: block;
    left: 10px;
    top: 5px
  }

  .gp-search11 input, .gp-search11 button {
    height: 30px;
    line-height: 30px;
  }

  .gp-search11 .gp-ser {
    height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .carousel98 .item .info img {
    width: 30px;
    height: 30px;
  }

  .carousel98 .gpCarousel .slick-arrow {
    display: none !important;
  }

  .carousel98 .item .info .title {
    padding: 0 10px;
  }
}

.block-list110 {
  margin: 0 -5px;
}

.block-list110 li a {
  display: block;
  margin: 0 5px;
  box-shadow: 0.174px 4.997px 10px 0px rgba(0, 0, 0, 0.15);
}

.block-list110 li a span {
  padding-bottom: 56.46%;
}