.gp-header35 {
  z-index: 880;
  position: relative;
}
@media screen and (max-width:996px) {
  .gp-header35 {
    width: 100%;
    position: relative;
    height: auto;
  }
}
.gp-header35 .gp-top {
  position: relative;
}
.gp-header35 .gp-top .gp-logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 21px 0;
}
.gp-header35 .gp-top .gp-logo a {
  display: inline-block;
  vertical-align: middle;
}
.gp-header35 .gp-top .gp-logo a img {
  max-height: 70px;
}
.gp-header35 .gp-top .gp-logo .logo_02 {
  margin-left: 10px;
}
.gp-header35 .gp-top .gp-logo:hover {
  opacity: 0.9;
}
.gp-header35 .gp-top .gp-search-wrap {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 20;
}
.gp-header35 .gp-top .gp-search-wrap >a {
  opacity: 0.6;
  transition: all 0.35 ease-in-out;
  margin: 0 10px;
}
.gp-header35 .gp-top .gp-search-wrap .gp-search {
  width: 220px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  border: 1px solid #bfbeac;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #fff;
}
.gp-header35 .gp-top .gp-search-wrap .gp-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header35 .gp-top .gp-search-wrap .gp-search .gp-ser input,
.gp-header35 .gp-top .gp-search-wrap .gp-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header35 .gp-top .gp-search-wrap .gp-search .gp-ser input.notxt {
  color: #a6a6a6;
  width: 80%;
  left: 0;
  padding-left: 4%;
  opacity: 0.5;
  outline: none;
}
.gp-header35 .gp-top .gp-search-wrap .gp-search .gp-ser .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
  color: #ba2528;
}
.gp-header35 .gp-top:hover {
  opacity: 1;
  color: #fff;
}
.gp-header35 .gp-menu {
  width: 100%;
  z-index: 98;
  height: 35px;
  position: relative;
  display: none;
  right: 0;
  top: 0;
  z-index: 400;
  background-color: #ba2528;
}
.gp-header35 .gp-menu .gp-menu-header {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 40px;
  margin-top: -20px;
}
.gp-header35 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #fff;
  height: 30px;
  float: right;
  width: 30px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
  margin: 2px 20px 0 0;
}
.gp-header35 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 30px) / 2);
  top: calc((100% - 6px) / 2.3);
  width: 26px;
  height: 2px;
  background-color: #fff;
}
.gp-header35 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header35 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header35 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 26px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}
.gp-header35 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
.gp-header35 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.gp-header35 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
.gp-header35 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  top: calc((100% - 2px) / 2.1);
}
.gp-header35 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header35 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
  margin-left: 0;
}
.gp-header35 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.gp-header35 .gp-menu .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  display: none;
  padding-top: 40px;
  background: #ba2528;
}
.gp-header35 .gp-menu .gp-menu-nav .gp-search.gp-m-search {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  border: 1px solid #ba2528;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #f6f7f9;
  width: 90%;
  margin: 10px auto 0;
  display: block;
}
.gp-header35 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header35 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input,
.gp-header35 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}
.gp-header35 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input.notxt {
  color: #333 !important;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
}
.gp-header35 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser .notxt1 {
  position: absolute;
  cursor: pointer;
  color: #ba2528 !important;
  left: 0;
  width: 40px;
}
.gp-header35 .gp-menu .gp-menu-nav >ul {
  padding: 0 30px;
}
.gp-header35 .gp-menu .gp-menu-nav >ul >li {
  position: relative;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  transform: translateX(-40px);
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.gp-header35 .gp-menu .gp-menu-nav >ul >li >a {
  display: inline-block;
  padding: 1.2rem 0 1.2rem 0;
  font-size: 16px;
  width: 60%;
  line-height: 1.4;
}
.gp-header35 .gp-menu .gp-menu-nav >ul >li >.gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 45px;
  line-height: 45px;
  color: #e9e9e9;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  top: 4px;
  color: #dad6ce;
}
.gp-header35 .gp-menu .gp-menu-nav >ul >li .m-second-nav {
  display: none;
  opacity: 0.7;
  padding-bottom: 1rem;
}
.gp-header35 .gp-menu .gp-menu-nav >ul >li .m-second-nav >li >a {
  display: inline-block;
  padding: 0.5rem 0 0.5rem 10px;
  font-size: 14px;
}
.gp-header35 .gp-menu .gp-menu-nav >ul >li .m-second-nav >li.on span {
  transform: rotate(45deg);
}
.gp-header35 .gp-menu .gp-menu-nav >ul >li.on span {
  transform: rotate(90deg);
}
.gp-header35 .gp-menu .gp-menu-nav .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-header35 .gp-menu .gp-menu-nav .gp-menu-link a {
  color: #fff;
}
.gp-header35 .gp-menu .gp-menu-nav .m-link {
  margin: 0 30px;
  padding: 15px 0;
}
.gp-header35 .gp-menu .gp-menu-nav .m-link a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  padding: 4px 10px;
}
.gp-header35 .gp-menu .gp-menu-nav.gp-menu-offcanvas1 {
  position: fixed;
  display: block;
  transform: translate(-150%, 0);
  width: 100%;
  right: auto;
  left: 0;
}
.gp-header35 .gp-menu.open .gp-menu-nav.gp-menu-offcanvas1 {
  transition: all 1s ease-in-out;
  transform: translate(0, 0);
  position: absolute;
}
.gp-header35 .gp-nav-wrap {
  background-color: #ba2528;
}
.gp-header35 .gp-nav-wrap .gp-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
}
.gp-header35 .gp-nav-wrap .gp-nav >li {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.gp-header35 .gp-nav-wrap .gp-nav >li >a {
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 50;
  position: relative;
  vertical-align: top;
  height: 59px;
  line-height: 59px;
  position: relative;
}
.gp-header35 .gp-nav-wrap .gp-nav >li >a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.35s ease-in-out;
}
.gp-header35 .gp-nav-wrap .gp-nav >li >a:hover:before {
  width: 100%;
  left: 0;
}
.gp-header35 .gp-nav-wrap .gp-nav >li .second_nav1 {
  position: absolute;
  left: 50%;
  top: 59px;
  width: 200px;
  display: none;
  text-align: center;
  background-color: rgba(186, 37, 40, 0.85);
  margin: 0;
  margin-left: -100px;
}
.gp-header35 .gp-nav-wrap .gp-nav >li .second_nav1 dd a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  line-height: 1.2;
}
.gp-header35 .gp-nav-wrap .gp-nav >li .second_nav1 dd:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.gp-header35 .gp-nav-wrap .gp-nav li.on a::before {
  width: 100%;
  left: 0;
}
.gp-header35 .gp-nav-wrap .gp-nav li.on .second_nav1 {
  display: block;
}
.gp-header35 .mobile_bg {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
@media screen and (max-width:996px) {
  .gp-header35 .searchWrap {
    display: none;
  }
  .gp-header35 .gp-menu {
    display: block;
  }
  .gp-header35 .gp-menu .gp-menu-nav {
    display: block;
  }
  .gp-header35 .gp-menu.open .gp-menu-link {
    display: none;
  }
  .gp-header35 .gp-menu.open .gp-menu-nav>ul>li {
    transform: none;
    opacity: 1;
  }
  .gp-header35 .gp-top {
    height: auto;
  }
  .gp-header35 .gp-top .gp-logo {
    justify-content: center;
    position: relative;
    z-index: 1000;
    padding: 15px 0 !important;
  }
  .gp-header35 .gp-top .gp-logo a img {
    max-height: 55px;
  }
  .gp-header35 .gp-top .gp-logo.open {
    z-index: 90;
  }
  .gp-header35 .gp-top .gp-search-wrap {
    position: relative;
    right: auto;
    top: auto;
    text-align: right;
  }
  .gp-header35 .gp-nav-wrap {
    display: none;
  }
  .gp-header35 .gp-nav-wrap .gp-menu-nav>ul>li {
    transform: none;
    opacity: 1;
  }
  .gp-header35 .gp-m-search {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .gp-header35 .gp-header1 .gp-menu-nav >ul {
    padding: 10px 20px 0;
  }
  .gp-header35 .gp-header1 .m-link {
    margin: 0 20px;
  }
}
.gp-header1.currents {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: #244da0;
  margin-bottom: 0;
}
.gp-header1.currents .gp-top {
  display: none;
}
.gp-header1.currents .gp-logo,
.gp-header1.currents .searchWrap {
  display: none;
}
.gp-header1.currents .gp-nav-wrap {
  position: static;
  width: 100%;
}
.gp-header1.currents .gp-nav-wrap .gp-nav >li >a {
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.gp-header1.currents .gp-nav-wrap .gp-nav >li .second_nav1 {
  top: 50px;
}
.gp-header35 {
  transition: all 0.4s ease-out 0s;
  z-index: 10;
}
.gp-header35.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.gp-header35 .gp-top {
  transition: all 0.2s ease-out 0s;
}
.gp-header35.currents .gp-top {
  overflow: hidden;
}
.carousel1 {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.carousel1 .slick-slide > a {
  display: block;
  background-color: #fff;
  position: relative;
}
.carousel1 .slick-slide .slick-img {
  display: block;
  height: 0;
  padding-bottom: 28.64%;
  overflow: hidden;
}
@media screen and (max-width:1480px) {
  .carousel1 .slick-txt2 {
    height: 70px;
  }
}
@media screen and (max-width:1240px) {
  .carousel1 .slick-txt2 {
    height: 60px;
  }
}
@media screen and (max-width:996px) {
  .carousel1 .slick-txt2 {
    height: 50px;
  }
}
.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-title19 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #888;
}
.gp-title19 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title19 h2 {
  line-height: 1.5;
  font-weight: normal;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title19 h2 a {
  color: #ba2528;
}
.gp-title19 h2 a:hover {
  color: #bfbeac;
}
.gp-title19 .more {
  margin-top: 10px;
  color: #666;
  background: url(../images/title12-more-bg.png) no-repeat 100% 50%;
  padding-right: 18px;
  box-sizing: border-box;
}
.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;
  height: 1.5em;
  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-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: '';
}
.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-list322 {
  margin: 0 -20px;
}
.block-list322 li a {
  display: flex;
  display: -ms-flexbox;
  margin: 0 20px;
}
.block-list322 li a .date {
  width: 88px;
  height: 142px;
  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;
  }
}
.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;
}
.block-list323 {
  background: url(../images/block-list323_bg.png) no-repeat top center/cover;
  padding: 10px 30px 40px;
  border-radius: 8px;
}
.block-list323 li a {
  display: block;
  padding: 29px 0 28px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 61%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 61%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 61%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  background-size: 12px 1px;
  background-position: left bottom;
}
.block-list323 li a .title {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.block-list323 li a .title .gpArticleTitle {
  -webkit-line-clamp: 2;
  flex: 1;
}
.block-list323 li a .title .date {
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  line-height: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.block-list323 li a .title .date i {
  padding-right: 8px;
}
.block-list323 li::marker {
  content: '';
}
@media screen and (max-width: 480px) {
  .block-list323 {
    padding: 10px 15px 20px;
  }
  .block-list323 li a {
    padding: 15px 0;
  }
}
.gp-more10 .more {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #c40004;
  position: relative;
}
.gp-more10 .more::before {
  content: '';
  display: block;
  width: 100px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: -1;
  transform: skewX(-45deg);
}
.gp-title41 {
  border-bottom: 1px solid rgba(186, 37, 40, 0.3);
}
.gp-title41 .more {
  padding-top: 10px;
  color: #999999;
}
.gp-title41 h2 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-bottom: 5px solid #ba2528;
  padding: 0 0px 10px;
}
.gp-title41 h2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title41 h2 a {
  display: inline-block;
  color: #ba2528;
}
.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%;
  }
}
.block-list328 {
  background: #f5eedc;
}
.block-list328 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.block-list328 a .gp-img-responsive {
  padding-bottom: 56.25%;
}
.block-list328 a .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;
}
.block-list328 a 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;
}
.block-list328 a i::before {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background: #c40004;
  position: absolute;
  left: 28px;
  bottom: 0;
}
.block-list328 a:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}
.block-list328 a:hover .title {
  transform: translateY(0);
  opacity: 1;
}
.block-list328 a:hover i {
  transform: translateY(0);
  opacity: 0.7;
}
.block-list312 {
  background-color: #9e8990;
  display: flex;
  flex-wrap: wrap;
}
.block-list312 li .item {
  display: block;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: none;
  text-align: center;
  box-sizing: border-box;
  padding: 35px 10px 15px;
}
.block-list312 li .item .img {
  margin: 0 auto;
  height: 50px;
  transition: all 0.25s ease-in-out;
}
.block-list312 li .item .img img {
  max-height: 50px;
}
.block-list312 li .item .title {
  color: #fff;
  margin: 20px 0 0;
}
.block-list312 li .item:hover .img {
  transform: rotateY(180deg);
}
.block-list312 li:first-child .item {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width:996px) {
  .block-list312 li .item {
    padding: 20px 10px;
  }
  .block-list312 li .item .title {
    margin: 10px 0 0;
  }
  .block-list312 li:nth-child(6n) .item {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media screen and (max-width:768px) {
  .block-list312 li .item {
    padding: 15px 10px;
  }
  .block-list312 li .item .img {
    height: 40px;
    line-height: 40px;
  }
  .block-list312 li .item .img img {
    max-height: 30px;
  }
  .block-list312 li:nth-child(6n) .item {
    border-left: none;
  }
  .block-list312 li:nth-child(3n+1) .item {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media screen and (max-width:479px) {
  .block-list312 li .item {
    padding: 10px 10px;
  }
  .block-list312 li .item .title {
    margin: 5px 0 0;
  }
  .block-list312 li:nth-child(3n+1) .item {
    border-left: none;
  }
  .block-list312 li:nth-child(2n+1) .item {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
