.carousel100 {
  position: relative;
}
.carousel100 .item {
  display: block;
  position: relative;
}
.carousel100 .item .slick-img {
  padding-bottom: 38.125%;
}
.carousel100 .item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.carousel100 .item .info .slick-txt {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(0, 0, 0, 0.7), 0px 16px 46.75px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 70px;
  width: calc(100% - 130px);
}
.carousel100 .carousel100_more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}
.carousel100 .carousel100_more a {
  display: inline-block;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.102);
  box-sizing: border-box;
  padding: 38px 40px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.carousel100 .carousel100_more a::before {
  content: "";
  display: block;
  width: 40px;
  height: 18px;
  background: #ba2528;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.carousel100 .slick-dots {
  text-align: center;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 40px;
  z-index: 9;
}
.carousel100 .slick-dots li {
  width: 28px;
  height: 5px;
  background: #fff;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.carousel100 .slick-dots li.slick-active {
  height: 9px;
  border-radius: 5px;
  background: #ba2528;
  border: 2px solid #fff;
  vertical-align: middle;
}
.carousel100 .slick-dots li button {
  display: none;
}
@media screen and (max-width:1200px) {
  .carousel100 .carousel100_more a {
    padding: 20px 30px;
  }
  .carousel100 .carousel100_more a:before {
    width: 40px;
    height: 10px;
  }
  .carousel100 .item .info .slick-txt {
    bottom: 40px;
    width: calc(100% - 110px);
  }
  .carousel100 .slick-dots {
    bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .carousel100 .carousel100_more {
    display: none;
  }
  .carousel100 .item .info .slick-txt {
    bottom: 30px;
    width: calc(100%);
  }
  .carousel100 .slick-dots {
    bottom: 10px;
  }
}
.gp-title4 {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.gp-title4 h2 {
  height: 35px;
  line-height: 35px;
  font-weight: normal;
  position: relative;
  padding-left: 15px;
}
.gp-title4 h2::before {
  content: '';
  width: 4px;
  height: 20px;
  background-color: #ba2528;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.gp-title4 h2 a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title4 h2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title4 .more {
  padding-top: 8px;
  position: relative;
  z-index: 20;
  opacity: 0.7;
  padding-right: 10px;
}
.block-list6 .slick-news .item-img1 {
  display: block;
}
.block-list6 .slick-news .item-img1 .gp-img-responsive {
  padding-bottom: 56.25%;
}
.block-list6 .slick-news .item-txt1 {
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 5px;
}
.block-list6 .slick-news .item-txt1 h3 {
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 12px;
}
.block-list6 .slick-news .item-txt1 .item-date1 {
  color: #ba2528;
  font-family: 'Arial';
  margin-bottom: 12px;
  display: block;
}
.block-list6 .slick-news .item-txt1 .p1 {
  line-height: 1.7;
  height: 5.1em;
  overflow: hidden;
  color: #999;
}
.block-list6 .slick-news .slick-dots {
  position: static;
  text-align: center;
}
.block-list9 >li {
  overflow: hidden;
  position: relative;
  transition: transform 0.35s ease-out;
  padding: 10px 0;
}
.block-list9 >li div >a {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list9 >li div >span {
  height: 1.5em;
  line-height: 1.5;
  color: #666666;
  float: right;
  margin-left: 10px;
}
.block-list9 >li:hover {
  transform: translateX(10px);
}
.block-list16 > li > a {
  display: block;
  overflow: hidden;
  display: flex;
}
.block-list16 > li .list-date7 {
  display: block;
  width: 54px;
  height: 54px;
  border: 1px solid #999;
  float: left;
  text-align: center;
}
.block-list16 > li .list-date7 .month {
  display: block;
  height: 24px;
  line-height: 24px;
}
.block-list16 > li .list-date7 .day {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #ba2528;
}
.block-list16 > li .artText {
  display: block;
  padding-left: 20px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  flex: 1;
  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-list16 > li > a:hover .artText {
  padding-left: 30px;
}
.block-list34 li >div {
  border-bottom: #dddddd 1px dashed;
  padding: 13px 0;
  overflow: hidden;
}
.block-list34 li a {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list34 li a:hover {
  background: url(../images/li.png) no-repeat left center;
  padding-left: 20px;
  color: #333;
}
.block-list34 li span {
  color: #999999;
  display: block;
}
.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);
}
.block-list277 li >div {
  display: flex;
  box-sizing: border-box;
  padding: 20px 15px 20px 20px;
  position: relative;
  overflow: hidden;
}
.block-list277 li >div::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f0f0f0;
  border: 4px solid #fff;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.block-list277 li >div::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0f0f0;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.block-list277 li >div .title {
  flex: 1;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  height: 24px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list277 li >div .date {
  color: #999;
  padding-left: 15px;
  border-left: 1px solid #ba2528;
  margin-left: 10px;
}
.block-list277 li >div .date .day {
  color: #ba2528;
  font-weight: normal;
}
.block-list277 li >div .date .year {
  font-style: normal;
  display: none;
}
.block-list277 li:nth-child(odd) >div {
  background: #f7f7f7;
}
