.carousel97 {
  position: relative;
}
.carousel97 .slick_menu {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 50px;
  text-align: right;
}
.carousel97 .slick_menu .slick-dots {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  transform: none;
  width: auto;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 50px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.2);
}
.carousel97 .slick_menu .slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.carousel97 .slick_menu .slick-dots li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel97 .slick_menu .slick-dots li .outer {
  fill: transparent;
  stroke: transparent;
  stroke: none;
  stroke-width: 2;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 5s;
  -webkit-animation-play-state: running;
  /* firefox bug fix - won't rotate at 90deg angles */
  /* -moz-transform: rotate(-89deg) translateX(-190px); */
}
.carousel97 .slick_menu .slick-dots li .chart:hover .outer {
  stroke-dashoffset: 534 !important;
  -webkit-animation-play-state: paused;
}
@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.carousel97 .slick_menu .slick-dots li.slick-active {
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.carousel97 .slick_menu .slick-dots li.slick-active::before {
  background: #ba2528;
}
.carousel97 .slick_menu .slick-dots li.slick-active svg .outer {
  stroke: #ba2528;
}
.carousel97 .slick_menu .slick-dots li.slick-active .chart[data-percent='100'] .outer {
  stroke-dashoffset: 0;
  -webkit-animation: show100 5s;
  animation: show100 5s;
}
.carousel97 .gpCarousel {
  position: relative;
}
.carousel97 .gpCarousel .slick-slider a span {
  padding-bottom: 38%;
}
.carousel97 .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);
}
.carousel97 .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(186, 37, 40, 0.6);
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
.carousel97 .gpCarousel .slick-arrow.slick-prev {
  left: 10%;
  border-radius: 20px 0 0 20px;
}
.carousel97 .gpCarousel .slick-arrow.slick-next {
  right: 10%;
  border-radius: 0 20px 20px 0;
}
.carousel97 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel97 .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));
  /* 标准的语法 */
}
@media screen and (max-width: 1300px) {
  .carousel97.slick-prev {
    left: 10px;
  }
  .carousel97.slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 996px) {
  .carousel97 .slick_menu .slick-dots {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .carousel97 .slick-txt {
    display: none;
  }
  .carousel97 .slick_menu {
    bottom: 15px;
  }
  .carousel97 .slick_menu .slick-dots {
    padding: 5px 15px;
  }
}
.carousel90 .banner {
  margin: 0 -20px;
}
.carousel90 .banner a {
  display: block;
  padding: 20px;
  box-sizing: border-box;
}
.carousel90 .banner a .imgResponsive {
  padding-bottom: 66.62%;
}
.carousel90 .banner a .striveInfo {
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
}
.carousel90 .banner a .striveInfo .date {
  text-align: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -30px;
  background-color: #ba2528;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel90 .banner a .striveInfo .date span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  width: 100%;
  height: 100%;
}
.carousel90 .banner a .striveInfo .date span b,
.carousel90 .banner a .striveInfo .date span i {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .carousel90 .banner a .striveInfo .date span b,
  .carousel90 .banner a .striveInfo .date span i {
    color: #333 !important;
  }
  .carousel90 .banner a .striveInfo .date span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.carousel90 .banner a .striveInfo .date i {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .carousel90 .banner a .striveInfo .date {
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 10px;
    background: none;
    left: 0;
    color: #333;
    text-align: left;
    color: #333333 !important;
    height: 47px;
  }
}
@media screen and (max-width: 767px) {
  .carousel90 .banner a .striveInfo .date::after {
    display: none;
  }
}
.carousel90 .banner a .striveInfo .box {
  background-color: #fff;
  padding: 26px 35px 25px 60px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
}
.carousel90 .banner a .striveInfo .box .info {
  margin-bottom: 8px;
  color: #333333;
}
.carousel90 .banner a .striveInfo .box .box-txt {
  color: #666666;
  line-height: 1.67;
  height: 3.34em;
  display: box;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .carousel90 .banner a .striveInfo .box {
    padding: 10px 0;
    box-shadow: none !important;
  }
  .carousel90 .banner a .striveInfo {
    padding: 0;
  }
  .carousel90 .banner {
    padding-bottom: 30px;
    box-sizing: border-box;
  }
}
.carousel90 .banner .slick-dots {
  text-align: right;
  position: absolute;
  right: auto;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.carousel90 .banner .slick-dots li {
  display: inline-block;
  width: 7px;
  height: 20px;
  margin: 0 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #e5e5e5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.carousel90 .banner .slick-dots li button {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .carousel90 .banner .slick-dots {
    bottom: 5px;
  }
}
.block-list301 li a {
  padding: 23px 20px 6px;
  display: flex;
  align-items: flex-start;
  border: none;
  transition: all 0.35s ease;
  background: #fafafa;
}
.block-list301 li a .gpArticleDate {
  color: #333333;
  font-family: "georgia";
  text-align: right;
  margin-right: 20px;
}
.block-list301 li a .gpArticleDate span {
  display: block;
  box-sizing: border-box;
  text-align: right;
  line-height: 1.5;
}
.block-list301 li a .gpArticleDate .day {
  position: relative;
}
.block-list301 li a .gpArticleDate .line {
  display: inline-block;
  width: 42px;
  height: 1px;
  margin-top: 5px;
  background: #ba2528;
}
@media screen and (max-width: 480px) {
  .block-list301 li a .gpArticleDate {
    margin-right: 10px;
  }
}
.block-list301 li a .articleInfo {
  flex: 1;
  overflow: hidden;
}
.block-list301 li a .articleInfo .gpArticleTitle {
  margin-bottom: 5px;
}
.block-list301 li a .articleInfo .gpArticleSummary {
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width:997px) {
  .block-list301 li a {
    padding: 10px;
  }
}
.block-list301 li a:hover .articleInfo .gpArticleSummary {
  color: #333333;
}
@media screen and (max-width:997px) {
  .block-list301 li {
    margin-bottom: 10px !important;
  }
}
.tab15 {
  position: relative;
}
.tab15 .boxTitle {
  position: relative;
  padding-right: 72px;
  padding-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  margin-bottom: 25px;
  display: block;
}
.tab15 .boxTitle li {
  cursor: pointer;
}
.tab15 .boxTitle li .icon {
  width: 45px;
  height: 45px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .tab15 .boxTitle li .icon {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 479px) {
  .tab15 .boxTitle li .icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
}
.tab15 .boxTitle li .channelName {
  display: inline-block;
  vertical-align: middle;
}
.tab15 .boxTitle li .channelName a {
  color: #666666;
}
@media screen and (max-width: 767px) {
  .tab15 .boxTitle li .channelName {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .tab15 .boxTitle li .channelName .gpColumnTitleEn {
    display: none;
  }
}
.tab15 .boxTitle li span {
  display: block;
}
.tab15 .boxTitle li:nth-child(1) {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .tab15 .boxTitle li:nth-child(1) {
    margin-right: 8px;
  }
}
.tab15 .boxTitle li.on .channelName a {
  color: #ba2528;
}
.tab15 .gpTabMore {
  position: absolute;
  right: 0;
  top: 15px;
}
.tab15 .gpTabMore .more {
  display: none;
  width: 64px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: center;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  background: #d9d9d9;
  border-left: none;
  margin-right: 2px;
}
.tab15 .gpTabMore .more i {
  position: absolute;
  width: 6px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .tab15 .gpTabMore .more i {
    top: 6px;
  }
  .tab15 .gpTabMore .more {
    width: 60px;
    height: 30px;
    line-height: 30px;
  }
}
.tab15 .gpTabMore .more::before {
  content: "";
  display: block;
  width: 66px;
  height: 40px;
  border: 1px solid #d9d9d9;
  position: absolute;
  left: 0px;
  top: -2px;
  border-left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 767px) {
  .tab15 .gpTabMore .more::before {
    height: 35px;
    width: 63px;
  }
}
.tab15 .gpTabMore .more::after {
  content: "";
  display: block;
  width: 6px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tab15 .gpTabMore .more::after {
    bottom: 6px;
  }
}
@media screen and (max-width: 479px) {
  .tab15 .gpTabMore {
    top: 2px;
  }
}
.tab15 .tabListBox {
  display: none;
}
.tab15 .tabListBox .block-list301 li a {
  padding: 23px 20px 6px;
  display: flex;
  align-items: flex-start;
  border: none;
  transition: all 0.35s ease;
  background: #fafafa;
}
.tab15 .tabListBox .block-list301 li a .gpArticleDate {
  color: #333333;
  font-family: "georgia";
  text-align: right;
  margin-right: 20px;
}
.tab15 .tabListBox .block-list301 li a .gpArticleDate span {
  display: block;
  box-sizing: border-box;
  text-align: right;
  line-height: 1.5;
}
.tab15 .tabListBox .block-list301 li a .gpArticleDate .day {
  position: relative;
}
.tab15 .tabListBox .block-list301 li a .gpArticleDate .line {
  display: inline-block;
  width: 42px;
  margin-top: 5px;
  height: 1px;
  background: #ba2528;
}
@media screen and (max-width: 480px) {
  .tab15 .tabListBox .block-list301 li a .gpArticleDate {
    margin-right: 10px;
  }
}
.tab15 .tabListBox .block-list301 li a .articleInfo {
  flex: 1;
  overflow: hidden;
}
.tab15 .tabListBox .block-list301 li a .articleInfo .gpArticleTitle {
  margin-bottom: 5px;
}
.tab15 .tabListBox .block-list301 li a .articleInfo .gpArticleSummary {
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 997px) {
  .tab15 .tabListBox .block-list301 li a {
    padding: 10px;
  }
}
.tab15 .tabListBox .block-list301 li a:hover .articleInfo .gpArticleSummary {
  color: #333333;
}
@media screen and (max-width: 997px) {
  .tab15 .tabListBox .block-list301 li {
    margin-bottom: 10px !important;
  }
}
.block-list90 li a {
  display: block;
  padding-bottom: 18.18%;
}
.gp-title92 {
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gp-title92 .gp-titleft {
  display: block;
}
.gp-title92 .gp-titleft .icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title92 .gp-titleft .channelName {
  display: inline-block;
  vertical-align: middle;
}
.gp-title92 .gp-titleft .gpColumnTitleEn {
  display: block;
}
.gp-title92 .more {
  display: block;
  width: 64px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: center;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  background: #d9d9d9;
  border-left: none;
  margin-right: 2px;
}
.gp-title92 .more i {
  position: absolute;
  width: 6px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}
.gp-title92 .more::before {
  content: "";
  display: block;
  width: 66px;
  height: 40px;
  border: 1px solid #d9d9d9;
  position: absolute;
  left: 0px;
  top: -2px;
  border-left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.gp-title92 .more::after {
  content: "";
  display: block;
  width: 6px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.block-list298 {
  overflow: hidden;
  margin: 0 -18px;
}
.block-list298 a {
  display: block;
  margin: 0 18px;
}
.block-list298 a .pic {
  padding-bottom: 61.55%;
  position: relative;
}
.block-list298 a .pic .img {
  height: 100%;
  position: absolute;
}
.block-list298 a .txt {
  margin: -25px 30px 0;
  background: #fff;
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  box-sizing: border-box;
}
.block-list298 a .txt .time {
  color: #ba2528;
  font-family: "georgia";
  margin-bottom: 5px;
}
.block-list298 a .txt .tit {
  line-height: 1.6;
  height: 3.2em;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333333;
}
@media screen and (max-width:479px) {
  .block-list298 a .txt .tit {
    font-size: 14px !important;
  }
  .block-list298 a .txt {
    padding: 10px;
    margin: -25px 20px 0;
  }
}
@media screen and (max-width: 997px) {
  .block-list298 a {
    margin: 0 10px;
  }
  .block-list298 {
    margin: 0 -10px;
  }
}
.block-list297 li a {
  padding: 18px 20px 15px;
  display: flex;
  align-items: center;
  border: 1px solid #ededed;
  transition: all 0.35s ease;
}
.block-list297 li a .gpArticleDate {
  color: #333333;
  font-family: 'georgia';
}
.block-list297 li a .gpArticleDate span {
  display: block;
  margin-right: 20px;
  box-sizing: border-box;
  text-align: right;
  line-height: 1.2;
}
.block-list297 li a .gpArticleDate .day {
  color: #333333;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
.block-list297 li a .gpArticleDate .day::before {
  content: '';
  display: block;
  width: 42px;
  height: 1px;
  background: #ba2528;
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-list297 li a .articleInfo {
  flex: 1;
  overflow: hidden;
}
.block-list297 li a .articleInfo .gpArticleTitle {
  height: 3em;
  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;
}
.block-list297 li a .articleInfo .gpArticleSummary {
  line-height: 1.6;
  color: #333333;
}
.block-list297 li a:hover {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.26);
}
.block-list297 li a:hover box-shadow:0 0 14px rgba(0,
.block-list297 li a:hover 0,
.block-list297 li a:hover 0,
.block-list297 li a:hover .26) .gpArticleDate {
  color: #999999;
}
.block-list297 li a:hover .articleInfo .gpArticleSummary {
  color: #333333;
}
@media screen and (max-width: 680px) {
  .block-list297 li {
    margin-bottom: 20px !important;
  }
  .block-list297 li a {
    padding: 15px;
  }
  .block-list297 li a .articleInfo .gpArticleTitle {
    font-size: 20px;
  }
  .block-list297 li a .articleInfo .gpArticleSummary {
    font-size: 18px;
  }
}
.block-list299 li a {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.35s ease;
}
.block-list299 li a .gpArticleDate {
  color: #999999;
  font-family: "georgia";
}
.block-list299 li a .gpArticleDate span {
  display: block;
  width: 78px;
  margin-right: 10px;
  box-sizing: border-box;
  text-align: center;
  height: 28px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .block-list299 li a .gpArticleDate span {
    width: 58px;
  }
}
.block-list299 li a .gpArticleDate .gp-white {
  background: #ba2528;
}
.block-list299 li a .gpArticleDate .day {
  color: #333333;
  height: auto;
  line-height: 1.5;
  text-align: right;
}
.block-list299 li a .gpArticleTitle {
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block-list299 li a .gpArticleTitle {
    font-size: 14px !important;
  }
}
.block-list299 li a:hover {
  transform: translateX(5px);
}
.block-list299 li a:hover .gpArticleDate {
  color: #999999;
}
.block-list299 li a:hover .articleInfo .gpArticleSummary {
  color: #333333;
}
.block-list300 li a {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.35s ease;
}
.block-list300 li a .gpArticleDate {
  color: #999999;
  width: 60px;
  margin-right: 10px;
}
.block-list300 li a .gpArticleDate span {
  display: block;
  box-sizing: border-box;
  text-align: right;
  line-height: 1.5;
  text-align: center;
}
.block-list300 li a .gpArticleDate .day {
  background: #ba2528;
  height: 37px;
  line-height: 30px;
  font-family: "georgia";
}
.block-list300 li a .gpArticleDate .m {
  margin: 5px 0;
  color: #999999;
}
.block-list300 li a .gpArticleDate .w {
  border-radius: 20px;
  color: #ba2528;
  border: 1px solid #ba2528;
}
.block-list300 li a .gpArticleTitle {
  line-height: 1.5;
  height: 4.5em;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .block-list300 li a .gpArticleTitle {
    font-size: 14px !important;
  }
  .block-list300 li a {
    padding: 10px 10px 10px 20px;
  }
}
.block-list300 li a:hover {
  transform: translateX(5px);
}
.block-list300 li a:hover .gpArticleDate {
  color: #999999;
}
.block-list300 li a:hover .articleInfo .gpArticleSummary {
  color: #333333;
}
@media screen and (max-width: 767px) {
  .block-list300 li {
    margin-bottom: 10px !important;
  }
}
.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: #ba2528;
  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;
}
.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%;
}
.block-list265 {
  margin: 0 -14px;
}
.block-list265 li a {
  display: block;
  margin: 0 14px;
  text-align: center;
  position: relative;
  padding-top: 20px;
  transition: all 0.2s ease-in-out;
}
.block-list265 li a::before {
  content: "";
  display: block;
  width: 80%;
  height: 20px;
  background: rgba(186, 37, 40, 0.7);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  clip-path: polygon(0% 100%, 50% 0%, 100% 101%, 0% 101%);
}
.block-list265 li a .list {
  background: rgba(186, 37, 40, 0.7);
  padding: 10px 20px 20px;
}
.block-list265 li a .list .img img {
  height: 48px;
}
.block-list265 li a .list .title {
  color: #fff;
  margin-top: 10px;
  line-height: 1.5;
  height: 3em;
  box-sizing: border-box;
  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-list265 li a:hover {
  transform: translateY(5px);
}
.block-list265 li a:hover .list .img {
  animation: icon-bounce 0.5s alternate;
}
.block-list265 li:nth-child(1) a .list {
  background: rgba(0, 138, 140, 0.9);
}
.block-list265 li:nth-child(1) a::before {
  background: rgba(0, 138, 140, 0.9);
}
.block-list265 li:nth-child(2) a .list {
  background: rgba(123, 145, 24, 0.9);
}
.block-list265 li:nth-child(2) a::before {
  background: rgba(123, 145, 24, 0.9);
}
.block-list265 li:nth-child(3) a .list {
  background: rgba(0, 166, 110, 0.9);
}
.block-list265 li:nth-child(3) a::before {
  background: rgba(0, 166, 110, 0.9);
}
.block-list265 li:nth-child(4) a .list {
  background: rgba(6, 130, 69, 0.9);
}
.block-list265 li:nth-child(4) a::before {
  background: rgba(6, 130, 69, 0.9);
}
.block-list265 li:nth-child(5) a .list {
  background: rgba(74, 181, 41, 0.9);
}
.block-list265 li:nth-child(5) a::before {
  background: rgba(74, 181, 41, 0.9);
}
.block-list265 li:nth-child(6) a .list {
  background: rgba(51, 122, 26, 0.9);
}
.block-list265 li:nth-child(6) a::before {
  background: rgba(51, 122, 26, 0.9);
}
.block-list265 li:nth-child(7) a .list {
  background: rgba(66, 107, 0, 0.9);
}
.block-list265 li:nth-child(7) a::before {
  background: rgba(66, 107, 0, 0.9);
}
.block-list265 li:nth-child(8) a .list {
  background: rgba(89, 166, 8, 0.9);
}
.block-list265 li:nth-child(8) a::before {
  background: rgba(89, 166, 11, 0.9);
}
.block-list265 li:nth-child(9) a .list {
  background: rgba(21, 115, 39, 0.9);
}
.block-list265 li:nth-child(9) a::before {
  background: rgba(21, 115, 39, 0.9);
}
.block-list265 li:nth-child(10) a .list {
  background: rgba(15, 151, 80, 0.9);
}
.block-list265 li:nth-child(10) a::before {
  background: rgba(15, 151, 80, 0.9);
}
.block-list265 li:nth-child(11) a .list {
  background: rgba(138, 130, 0, 0.9);
}
.block-list265 li:nth-child(11) a::before {
  background: rgba(138, 130, 0, 0.9);
}
.block-list265 li:nth-child(12) a .list {
  background: rgba(15, 123, 110, 0.9);
}
.block-list265 li:nth-child(12) a::before {
  background: rgba(15, 123, 110, 0.9);
}
@keyframes icon-bounce {
  0%,
  100% {
    -moz-transform: translate3d(0%, 0%, 0) rotate(0deg);
    -ms-transform: translate3d(0%, 0%, 0) rotate(0deg);
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
  25% {
    -moz-transform: translate3d(0%, 0%, 0) rotate(15deg);
    -ms-transform: translate3d(0%, 0%, 0) rotate(15deg);
    -webkit-transform: translate3d(0%, 0%, 0) rotate(15deg);
    transform: translate3d(0%, 0%, 0) rotate(15deg);
  }
  50% {
    -moz-transform: translate3d(0%, 0%, 0) rotate(-15deg);
    -ms-transform: translate3d(0%, 0%, 0) rotate(-15deg);
    -webkit-transform: translate3d(0%, 0%, 0) rotate(-15deg);
    transform: translate3d(0%, 0%, 0) rotate(-15deg);
  }
  75% {
    -moz-transform: translate3d(0%, 0%, 0) rotate(5deg);
    -ms-transform: translate3d(0%, 0%, 0) rotate(5deg);
    -webkit-transform: translate3d(0%, 0%, 0) rotate(5deg);
    transform: translate3d(0%, 0%, 0) rotate(5deg);
  }
  85% {
    -moz-transform: translate3d(0%, 0%, 0) rotate(-5deg);
    -ms-transform: translate3d(0%, 0%, 0) rotate(-5deg);
    -webkit-transform: translate3d(0%, 0%, 0) rotate(-5deg);
    transform: translate3d(0%, 0%, 0) rotate(-5deg);
  }
}
@-webkit-keyframes icon-bounce {
  0%,
  100% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    transform: translate3d(-50%, -80%, 0) rotate(0deg);
  }
  25% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    transform: translate3d(-50%, -80%, 0) rotate(15deg);
  }
  50% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    transform: translate3d(-50%, -80%, 0) rotate(-15deg);
  }
  75% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    transform: translate3d(-50%, -80%, 0) rotate(5deg);
  }
  85% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    transform: translate3d(-50%, -80%, 0) rotate(-5deg);
  }
}
@-moz-keyframes icon-bounce {
  0%,
  100% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    transform: translate3d(-50%, -80%, 0) rotate(0deg);
  }
  25% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    transform: translate3d(-50%, -80%, 0) rotate(15deg);
  }
  50% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    transform: translate3d(-50%, -80%, 0) rotate(-15deg);
  }
  75% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    transform: translate3d(-50%, -80%, 0) rotate(5deg);
  }
  85% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    transform: translate3d(-50%, -80%, 0) rotate(-5deg);
  }
}
@-o-keyframes icon-bounce {
  0%,
  100% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(0deg);
    transform: translate3d(-50%, -80%, 0) rotate(0deg);
  }
  25% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(15deg);
    transform: translate3d(-50%, -80%, 0) rotate(15deg);
  }
  50% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(-15deg);
    transform: translate3d(-50%, -80%, 0) rotate(-15deg);
  }
  75% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(5deg);
    transform: translate3d(-50%, -80%, 0) rotate(5deg);
  }
  85% {
    -moz-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    -ms-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    -webkit-transform: translate3d(-50%, -80%, 0) rotate(-5deg);
    transform: translate3d(-50%, -80%, 0) rotate(-5deg);
  }
}
.block-list10 {
  margin: 0 -13px;
}
.block-list10 >li {
  margin-bottom: 15px;
}
.block-list10 >li >a {
  display: block;
  margin: 0 13px;
  text-align: center;
  overflow: hidden;
}
.block-list10 >li >a .item-img4.gp-img-responsive {
  padding-bottom: 62.14%;
}
.block-list10 >li >a .item-txt4 {
  background-color: rgba(186, 37, 40, 0.7);
  border-top: 1px solid #fff;
  overflow: hidden;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 0;
}
.block-list10 >li >a .item-txt4 span {
  overflow: hidden;
  color: #fff;
  padding: 0 20px;
  font-weight: bold;
  line-height: 21px;
  height: 21px;
  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-list10 >li >a .item-txt4:before {
  content: '';
  position: absolute;
  top: 0;
  left: -80px;
  width: 60px;
  height: 100%;
  margin-top: 0px;
  overflow: hidden;
  z-index: 6;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.block-list10 >li a:hover .item-txt4:before {
  -webkit-animation: aniBlink 0.6s ease-out forwards;
  -moz-animation: aniBlink 0.6s ease-out forwards;
  -o-animation: aniBlink 0.6s ease-out forwards;
  animation: aniBlink 0.6s ease-out forwards;
}
@keyframes aniBlink {
  from {
    margin-left: -50%;
  }
  to {
    margin-left: 120%;
  }
}
@-webkit-keyframes aniBlink {
  from {
    margin-left: -50%;
  }
  to {
    margin-left: 120%;
  }
}
.block-list10 >li:nth-child(2) .item-txt4 {
  background-color: rgba(186, 37, 40, 0.9);
}
.block-list10 >li:nth-child(3) .item-txt4 {
  background-color: rgba(186, 37, 40, 0.65);
}
.block-list10 >li:nth-child(4) .item-txt4 {
  background-color: rgba(186, 37, 40, 0.9);
}
