/*专题大图*/
.topicList1 .gpImgSize {
  padding-bottom: 26.04%;
}
.topicList1 .gpImgSize img:hover {
  transform: none;
  opacity: 1;
}
.carousel102 {
  position: relative;
  padding-right: 20px;
  background: #fff;
}
.carousel102 .slick .gp-img-responsive {
  padding-bottom: 56.25%;
}
.carousel102 .slick .title {
  padding: 23px 0;
  padding-left: 28px;
  padding-right: 158px;
  background: #fff;
}
.carousel102 .slick .title h2 {
  line-height: 28px;
  min-height: 56px;
  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;
}
@media screen and (max-width: 479px) {
  .carousel102 .slick .title {
    padding: 15px 0;
    padding-right: 110px;
    padding-left: 20px;
  }
  .carousel102 .slick .title {
    padding: 10px 0;
    padding-right: 80px;
    padding-left: 15px;
  }
}
.carousel102 .slick-dots {
  position: absolute;
  right: 20px;
  bottom: 45px;
  font-size: 0;
  line-height: 1;
}
.carousel102 .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e7999b;
  margin: 0 9px;
}
.carousel102 .slick-dots li button {
  display: none;
}
.carousel102 .slick-dots .slick-active {
  background: #c40004;
}
@media screen and (max-width: 479px) {
  .carousel102 .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.gp-title100 {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}
.gp-title100 .channelTitle .gpColumnTitleEn {
  color: #757575;
  font-size: 14px;
}
.gp-title100 .more {
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #c40004;
  position: relative;
  z-index: 1;
}
.gp-title100 .more::before {
  content: '';
  display: block;
  width: 100px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: -1;
  transform: skewX(-45deg);
}
.block-list321 li a {
  display: block;
  padding: 20px 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 16px;
}
.block-list321 li a .date {
  width: 97px;
  min-height: 30px;
  line-height: 2;
  text-align: center;
  color: #757575;
  float: right;
  border: 1px solid rgba(196, 0, 4, 0.3);
  margin-left: 10px;
}
@media screen and (max-width: 414px) {
  .block-list321 li a .date {
    width: 80px;
    line-height: 1.5;
    min-height: 26px;
  }
  .block-list321 li a .title {
    min-height: 26px;
  }
}
.block-list321 li a .title {
  min-height: 30px;
  line-height: 1.5;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
}
.block-list321 li a::before {
  content: '';
  display: block;
  width: 6px;
  height: 13px;
  background: url(../images/trangle.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-list321 li::marker {
  content: '';
}
.block-list322 {
  margin: 0 -20px;
}
.block-list322 li a {
  display: flex;
  display: -ms-flexbox;
  margin: 0 20px;
}
.block-list322 li a .date {
  width: 88px;
  height: 157px;
  color: #e0c67e;
  text-align: center;
  background: #c40004;
}
.block-list322 li a .date span {
  display: inline-block;
  margin-top: 40px;
}
.block-list322 li a .date span .day {
  line-height: 1;
}
.block-list322 li a .date span .year {
  line-height: 1;
  margin-top: 26px;
  position: relative;
}
.block-list322 li a .date span .year::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -13px;
  left: 0;
}
.block-list322 li a .title {
  flex: 1;
  font-weight: bold;
  color: #222;
  height: 142px;
  line-height: 142px;
  background: #fff;
  padding: 0 30px;
  position: relative;
}
.block-list322 li a .title span {
  -webkit-line-clamp: 2;
  margin-top: 45px;
  line-height: 1.56;
}
@media screen and (max-width: 1280px) {
  .block-list322 {
    margin: 0 -10px;
  }
  .block-list322 li a {
    margin: 0 10px;
  }
  .block-list322 li a .title {
    padding: 0 10px;
  }
}
@media screen and (max-width: 995px) {
  .block-list322 li {
    margin-bottom: 20px;
  }
  .block-list322 li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .block-list322 li a .title {
    height: 120px;
    line-height: 120px;
  }
  .block-list322 li a .title span {
    margin-top: 25px;
  }
  .block-list322 li a .date {
    height: 120px;
    width: 80px;
  }
  .block-list322 li a .date span {
    margin-top: 25px;
  }
  .block-list322 li a .date span .year {
    margin-top: 20px;
  }
}
.carousel103 .slick .gp-img-responsive {
  padding-bottom: 56.25%;
}
.carousel103 .slick .textBox {
  background: #fff;
  padding: 50px 28px;
  position: relative;
}
.carousel103 .slick .textBox .date {
  position: absolute;
  left: 28px;
  bottom: 120px;
  background: #c40004;
  color: #fff;
  width: 109px;
  height: 111px;
  color: #e0c67e;
}
.carousel103 .slick .textBox .date span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  line-height: 1;
}
.carousel103 .slick .textBox .date span .year {
  margin-top: 13px;
}
.carousel103 .slick .textBox .title {
  color: #222;
  line-height: 40px;
  font-weight: bold;
}
@media screen and (max-width: 997px) {
  .carousel103 .slick .textBox .date {
    width: 80px;
    height: 80px;
  }
  .carousel103 .slick .textBox .date .day {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .carousel103 .slick .textBox {
    padding: 20px;
  }
  .carousel103 .slick .textBox .date {
    width: 60px;
    height: 60px;
    bottom: 60px;
  }
  .carousel103 .slick .textBox .date .day {
    font-size: 24px;
  }
  .carousel103 .slick .textBox .date .year {
    margin-top: 5px;
  }
}
.carousel103 .slick-dots {
  right: 28px;
  bottom: 160px;
  line-height: 1;
  font-size: 0;
}
@media screen and(max-width: 480px) {
  .carousel103 .slick-dots {
    bottom: 85px;
  }
  .carousel103 .slick-dots li {
    border-width: 1px;
  }
}
.carousel103 .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c40004;
  border: 5px solid #fff;
  box-sizing: content-box;
  opacity: 0.4;
  margin: 0 9px;
}
.carousel103 .slick-dots li button {
  display: none;
}
.carousel103 .slick-dots .slick-active {
  opacity: 1;
}
.block-list325 a .gp-img-responsive {
  padding-bottom: 56.25%;
}
.block-list325 a .infoBox {
  padding: 25px 28px 28px;
  background: #fff;
  position: relative;
}
.block-list325 a .infoBox .title {
  color: #333333;
  line-height: 1.56;
}
.block-list325 a .infoBox .date {
  margin-top: 14px;
  line-height: 1;
  color: #666666;
}
.block-list325 a .infoBox .date i {
  color: #ba2528;
  padding-right: 9px;
}
.block-list325 a .infoBox .more {
  position: absolute;
  right: 28px;
  bottom: 29px;
  width: 17px;
  height: 8px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .block-list325 a .infoBox {
    padding: 15px 10px;
  }
  .block-list325 a .infoBox .date {
    margin-top: 6px;
  }
}
.block-list326 li::marker {
  content: '';
  display: none;
}
.block-list326 a {
  transition: all 0.35s ease;
}
.block-list326 a .infoBox {
  padding: 25px 28px 28px;
  background: #fff;
  position: relative;
}
.block-list326 a .infoBox .title {
  color: #333333;
  line-height: 1.56;
}
.block-list326 a .infoBox .date {
  margin-top: 14px;
  line-height: 1;
  color: #666666;
}
.block-list326 a .infoBox .date i {
  color: #ba2528;
  padding-right: 9px;
}
.block-list326 a .infoBox .more {
  position: absolute;
  right: 28px;
  bottom: 29px;
  width: 17px;
  height: 8px;
  z-index: 1;
  /* background: url(../images/block-list325_more.png) no-repeat center/cover; */
}
.block-list326 a:hover {
  transform: translateY(-8px);
}
.carousel104 .slick {
  position: relative;
}
.carousel104 .slick a:nth-of-type(1) {
  width: 41%;
}
.carousel104 .slick a:nth-of-type(2) {
  width: 41%;
  margin-top: 10px;
}
.carousel104 .slick a:nth-of-type(3) {
  width: 58.28%;
  position: absolute;
  top: 0;
  right: 0;
}
.carousel104 .slick a:nth-of-type(4) {
  width: 23.74%;
  position: absolute;
  bottom: 0;
  right: 9.42%;
  transform: translateX(-3%);
}
.carousel104 .slick a:nth-of-type(5) {
  width: 23.74%;
  position: absolute;
  bottom: 0;
  left: 41%;
  transform: translateX(3%);
}
.carousel104 .slick::after {
  content: '';
  display: block;
  width: 9.42%;
  height: 0;
  padding-bottom: 13.4%;
  max-height: 187px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  right: 0;
}
.carousel104 .imgItem {
  display: block;
  position: relative;
  overflow: hidden;
}
.carousel104 .imgItem .gp-img-responsive {
  padding-bottom: 56.25%;
}
.carousel104 .imgItem .title {
  display: -webkit-box !important;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 0 28px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.35s ease;
}
.carousel104 .imgItem i {
  display: block;
  width: 100%;
  height: 160px;
  background-image: -moz-linear-gradient(90deg, #000000 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, #000000 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #000000 0%, transparent 100%);
  opacity: 0.7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.35s ease;
}
.carousel104 .imgItem i::before {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background: #c40004;
  position: absolute;
  left: 28px;
  bottom: 0;
}
.carousel104 .imgItem:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}
.carousel104 .imgItem:hover .title {
  transform: translateY(0);
  opacity: 1;
}
.carousel104 .imgItem:hover i {
  transform: translateY(0);
  opacity: 0.7;
}
.carousel104 .slick-arrow {
  left: auto;
  right: 0;
  top: auto;
  bottom: 43px;
  width: 9.42%;
  transform: none;
  font-size: 0;
  height: 50px;
}
.carousel104 .slick-arrow::before {
  font-size: 20px;
}
.carousel104 .slick-arrow::after {
  display: none;
  /* width: 22px;
      height: 10px;
      background: url(../images/arrow.png) no-repeat center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%,-50%,0); */
}
.carousel104 .slick-arrow:hover::after {
  background-color: unset;
}
.carousel104 .slick-next {
  bottom: 93px;
}
.carousel104 .slick-next::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 82px;
  height: 1px;
  background: #f5eedc;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform: translate3d(-50%, -50%, 0) rotateZ(180deg);
}
@media screen and (max-width: 1200px) {
  .carousel104 .slick-arrow {
    bottom: 25px;
  }
  .carousel104 .slick-next {
    bottom: 75px;
  }
}
@media screen and (max-width: 997px) {
  .carousel104 .slick {
    flex-direction: column;
  }
  .carousel104 .slick:after {
    height: 100px;
  }
  .carousel104 .slick .title {
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    transform: none;
    opacity: 1;
  }
  .carousel104 .slick i {
    transform: none;
    opacity: 0.7;
    height: 100px;
  }
  .carousel104 .slick-arrow {
    bottom: 0;
  }
  .carousel104 .slick-prev {
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .carousel104 .slick a {
    box-sizing: border-box;
  }
  .carousel104 .slick a i {
    width: 99%;
  }
  .carousel104 .slick a:nth-of-type(odd) {
    padding-right: 4px;
  }
  .carousel104 .slick a:nth-of-type(even) {
    padding-left: 4px;
  }
  .carousel104 .slick a:nth-of-type(even) i {
    left: auto;
    right: 0;
  }
  .carousel104 .slick a:nth-of-type(1) {
    width: 50%;
  }
  .carousel104 .slick a:nth-of-type(2) {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  .carousel104 .slick a:nth-of-type(3) {
    width: 50%;
    margin-top: 10px;
    position: relative;
    float: left;
  }
  .carousel104 .slick a:nth-of-type(4) {
    position: relative;
    width: 50%;
    float: right;
    transform: none;
    right: 0;
    margin-top: 10px;
  }
  .carousel104 .slick a:nth-of-type(5) {
    position: relative;
    width: 50%;
    transform: none;
    left: auto;
    right: 0;
    padding-top: 10px;
  }
}
@media screen and (max-width: 479px) {
  .carousel104 .slick:after {
    width: 40%;
  }
  .carousel104 .slick-arrow {
    width: 40%;
  }
}
@media screen and (max-width: 414px) {
  .carousel104 .slick .title {
    padding: 0 5px;
  }
}
@media screen and (max-width: 370px) {
  .carousel104 .slick .title {
    font-size: 14px;
  }
  .carousel104 .slick i::before {
    left: 5px;
    height: 2px;
  }
  .carousel104 .slick-arrow {
    width: 30%;
  }
}
.carousel104 .slick {
  position: relative;
}
.carousel104 .slick a:nth-of-type(1) {
  width: 41%;
}
.carousel104 .slick a:nth-of-type(2) {
  width: 41%;
  margin-top: 10px;
}
.carousel104 .slick a:nth-of-type(3) {
  width: 58.28%;
  position: absolute;
  top: 0;
  right: 0;
}
.carousel104 .slick a:nth-of-type(4) {
  width: 23.74%;
  position: absolute;
  bottom: 0;
  right: 9.42%;
  transform: translateX(-3%);
}
.carousel104 .slick a:nth-of-type(5) {
  width: 23.74%;
  position: absolute;
  bottom: 0;
  left: 41%;
  transform: translateX(3%);
}
.carousel104 .slick::after {
  content: '';
  display: block;
  width: 9.42%;
  height: 0;
  padding-bottom: 13.4%;
  max-height: 187px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  right: 0;
}
.carousel104 .imgItem {
  display: block;
  position: relative;
  overflow: hidden;
}
.carousel104 .imgItem .gp-img-responsive {
  padding-bottom: 56.25%;
}
.carousel104 .imgItem .title {
  display: -webkit-box !important;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 0 28px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.35s ease;
}
.carousel104 .imgItem i {
  display: block;
  width: 100%;
  height: 160px;
  background-image: -moz-linear-gradient(90deg, #000000 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, #000000 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #000000 0%, transparent 100%);
  opacity: 0.7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.35s ease;
}
.carousel104 .imgItem i::before {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background: #c40004;
  position: absolute;
  left: 28px;
  bottom: 0;
}
.carousel104 .imgItem:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}
.carousel104 .imgItem:hover .title {
  transform: translateY(0);
  opacity: 1;
}
.carousel104 .imgItem:hover i {
  transform: translateY(0);
  opacity: 0.7;
}
.carousel104 .slick-arrow {
  left: auto;
  right: 0;
  top: auto;
  bottom: 43px;
  width: 9.42%;
  transform: none;
  font-size: 0;
  height: 50px;
}
.carousel104 .slick-arrow::before {
  font-size: 20px;
}
.carousel104 .slick-arrow::after {
  display: none;
  /* width: 22px;
      height: 10px;
      background: url(../images/arrow.png) no-repeat center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%,-50%,0); */
}
.carousel104 .slick-arrow:hover::after {
  background-color: unset;
}
.carousel104 .slick-next {
  bottom: 93px;
}
.carousel104 .slick-next::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 82px;
  height: 1px;
  background: #f5eedc;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform: translate3d(-50%, -50%, 0) rotateZ(180deg);
}
@media screen and (max-width: 1200px) {
  .carousel104 .slick-arrow {
    bottom: 25px;
  }
  .carousel104 .slick-next {
    bottom: 75px;
  }
}
@media screen and (max-width: 997px) {
  .carousel104 .slick {
    flex-direction: column;
  }
  .carousel104 .slick:after {
    height: 100px;
  }
  .carousel104 .slick .title {
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    transform: none;
    opacity: 1;
  }
  .carousel104 .slick i {
    transform: none;
    opacity: 0.7;
    height: 100px;
  }
  .carousel104 .slick-arrow {
    bottom: 0;
  }
  .carousel104 .slick-prev {
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .carousel104 .slick a {
    box-sizing: border-box;
  }
  .carousel104 .slick a i {
    width: 99%;
  }
  .carousel104 .slick a:nth-of-type(odd) {
    padding-right: 4px;
  }
  .carousel104 .slick a:nth-of-type(even) {
    padding-left: 4px;
  }
  .carousel104 .slick a:nth-of-type(even) i {
    left: auto;
    right: 0;
  }
  .carousel104 .slick a:nth-of-type(1) {
    width: 50%;
  }
  .carousel104 .slick a:nth-of-type(2) {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  .carousel104 .slick a:nth-of-type(3) {
    width: 50%;
    margin-top: 10px;
    position: relative;
    float: left;
  }
  .carousel104 .slick a:nth-of-type(4) {
    position: relative;
    width: 50%;
    float: right;
    transform: none;
    right: 0;
    margin-top: 10px;
  }
  .carousel104 .slick a:nth-of-type(5) {
    position: relative;
    width: 50%;
    transform: none;
    left: auto;
    right: 0;
    padding-top: 10px;
  }
}
@media screen and (max-width: 479px) {
  .carousel104 .slick:after {
    width: 40%;
  }
  .carousel104 .slick-arrow {
    width: 40%;
  }
}
@media screen and (max-width: 414px) {
  .carousel104 .slick .title {
    padding: 0 5px;
  }
}
@media screen and (max-width: 370px) {
  .carousel104 .slick .title {
    font-size: 14px;
  }
  .carousel104 .slick i::before {
    left: 5px;
    height: 2px;
  }
  .carousel104 .slick-arrow {
    width: 30%;
  }
}
