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

.gp-title2 span {
  display: inline-block;
  vertical-align: middle;
}

.gp-title2 h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.gp-title2 .more {
  padding-top: 10px;
  color: #999;
}

.carousel19 .slick-slider a {
  width: 100%;
  display: block;
  position: relative;
}

.carousel19 .slick-slider a span {
  padding-bottom: 66.6%;
}

.carousel19 .slick-slider a div.slick-txt {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(150, 0, 1, 0.8);
  position: absolute;
  left: 0;
  bottom: 45px;
  line-height: 20px;
}

.carousel19 .slick-slider a div.slick-txt .title {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carousel19 .slick-slider a p {
  margin-top: 5px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 40px;
}

.carousel19 .slick-dots {
  bottom: 95px;
  right: 0;
}

.carousel19 .slick-dots li button {
  background-color: #fff;
  border: 1px solid #fff;
}

.carousel19 .slick-dots li.slick-active button {
  background-color: #960001;
  border: 1px solid #960001;
}

.block-list59 li {
  border-bottom: 1px dashed #e0e0e0;
  overflow: hidden;
}

.block-list59 li>div {
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.block-list59 li span {
  width: 60px;
  display: block;
  background: #960001;
  color: #fff;
}

.block-list59 li span b {
  display: block;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.block-list59 li span i {
  display: block;
  font-style: normal;
  height: 30px;
  line-height: 30px;
  border: 1px solid #960001;
  text-align: center;
  color: #666666;
  background: #fff;
}

.block-list59 li a {
  display: block;
  padding: 0 0 0 10px;
  overflow: hidden;
  line-height: 1.7;
  height: auto;
  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-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: #960001;
  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-list112 li a {
  display: block;
  background: #960001;
  box-sizing: border-box;
  padding: 24px;
  text-align: center;
}

.block-list112 li a .img {
  max-width: 60px;
  margin: 0 auto;
}

.block-list112 li a .img span {
  padding-bottom: 100%;
  background: none;
}

.block-list112 li a p {
  color: #fff;
}

.block-list112 li:nth-child(1) a {
  background-color: #204f63;
}

.block-list112 li:nth-child(2) a {
  background-color: #faa632;
}

.block-list112 li:nth-child(3) a {
  background-color: #3d97e4;
}

.block-list112 li:nth-child(4) a {
  background-color: #968c51;
}

.block-list342-box {
  position: relative;
  overflow: hidden;
  height: 340px;
  background-color: #fff;
}

.block-list342 {
  overflow: hidden;
  position: relative;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.block-list342-box .tab-title {
  position: absolute;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #960001;
  background-color: #fff;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.09);
}

.block-list342-box .tab-title .ranking {
  text-align: center;
  box-sizing: border-box;
  width: 20%;
}

.block-list342-box .tab-title .until {
  width: 60%;
  text-align: center;

}

.block-list342-box .tab-title .num {
  width: 20%;
  text-align: center;

}

/* 定义滚动动画 */
@keyframes scrollUp {
  0% {
    transform: translateY(10%);
  }

  100% {
    transform: translateY(-50%);
    /* 滚动到一半即开始循环 */
  }
}

.block-list342 .first-cloned {
  margin-top: 30px;
}

.block-list342.animate-scroll {
  animation: scrollUp linear infinite;
  animation-duration: 80s;
  /* 按需调整 */
}

.block-list342.animate-scroll:hover {
  animation-play-state: paused;
}

/* 幸福家园 */
.xfjy-box {
  display: flex;
  flex-direction: column;
}

.block-list90-box {
  display: flex;
  align-items: center;
  flex: 1;
  background-color: #fff;
}

.block-list90-box .block-list90-left {
  height: 100%;
  width: 40%;
  padding-right: 2px;
}

.block-list90-box .block-list90-left li {
  width: 100%;
  height: 100%;
}

.block-list90-box .block-list90-left li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #960101;
}

.block-list90-box .block-list90-left li a img {
  transition: all 1s ease-in-out;
}

.block-list90-box .block-list90-left li a:hover img {
  transform: scale(1.1);
}

.block-list90-box .block-list90-left li a .title {
  margin-top: 10px;
  color: #fff;
  font-weight: 700;
}

.block-list90-box .block-list90 {
  height: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.block-list90-box .block-list90 li {
  width: 45%;
  height: 50%;
  margin: 0 1px;
  margin-bottom: 2px !important;
}

.block-list90-box .block-list90 li a .gp-img-responsive {
  padding-bottom: 49.5%;
}

.block-list90-box .block-list90 li a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 1s;
  background-size: cover !important;
}

.block-list90-box .block-list90 li:hover a {
  transform: scale(1.04);
}

.block-list90-box .block-list90 li:nth-child(1) a {
  background: url('../images/hysq.png') no-repeat;
}

.block-list90-box .block-list90 li:nth-child(2) a {
  background: url('../images/jfsq.png') no-repeat;
}

.block-list90-box .block-list90 li:nth-child(3) a {
  background: url('../images/cdyy.png') no-repeat;
}

.block-list90-box .block-list90 li:nth-child(4) a {
  background: url('../images/taxt.png') no-repeat;
}

.block-list90-box .block-list90 li a .title {
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 550px) {
  .block-list90-box {
    flex-direction: column;
  }

  .block-list90-box .block-list90-left {
    width: 100%;
    padding: 0 20px !important;
  }

  .block-list90-box .block-list90 {
    width: 100%;
    padding: 0 20px !important;
  }

  .block-list90-box .block-list90 li {
    width: 100%;
    height: 75px;
  }
}

.block-list342 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 0;
  padding: 0 !important;
  border-bottom: 1px solid #d2d2d2;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.block-list342 .item .num {
  color: #999999;
  margin: 10px 0 10px;
  width: 20%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  background: url(../images/block-list342date_bg.png) no-repeat center center;
}

.block-list342 .item .title {
  font-weight: bold;
  -webkit-line-clamp: 1;
  line-height: 1.4;
  margin: 0 0 10px;
  overflow: hidden;
  color: #960001;
  width: 60%;
  text-align: center;

}

.block-list342 .item .active-num {
  color: #666666;
  -webkit-line-clamp: 2;
  line-height: 2;
  width: 20%;
  text-align: center;
  overflow: hidden;
}

.block-list342 .item:hover {
  top: -10px;
}

.block-list258 {
  margin: 0 -15px;
}

.block-list258 a {
  display: block;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
  box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.05);
}

.block-list258 a .modexbot {
  padding: 20px 25px 30px;
  box-sizing: border-box;
  position: relative;
}

.block-list258 a .modexbot .date {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -18px;
  padding: 7px 17px 7px 10px;
  box-sizing: border-box;
  background: #960001;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.block-list258 a .modexbot .mode2article {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}

.block-list258 li:hover a {
  transform: translateX(5px);
}

.tab3>div {
  position: relative;
}

.tab3 .tabMenu1 {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.tab3 .tabMenu1 li h2 {
  line-height: 1.5;
  font-weight: normal;
}

.tab3 .tabMenu1 li h2 a {
  font-weight: normal;
  padding: 0 20px;
  position: relative;
}

.tab3 .tabMenu1 li h2 a::before {
  content: '';
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #ccc;
}

.tab3 .tabMenu1 li:first-child a {
  padding-left: 0;
}

.tab3 .tabMenu1 li:first-child a::before {
  display: none;
}

.tab3 .tabMenu1 .on a {
  color: #960001;
}

.tab3 .tabMore1 {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 200;
}

.tab3 .tabMore1 a {
  display: none;
}

.tab3 .tabList .tabListBox {
  display: none;
}

.tab3 .tabList .tabListBox>* {
  padding-top: 20px;
}

.tab3-list li a {
  display: block;
  border-left: 2px solid #960001;
  padding: 12px;
  background: #f8f5f2;
}

.tab3-list li a span {
  display: block;
  color: #960001;
  margin-bottom: 5px;
}

.tab3-list li a p {
  height: 20px;
  overflow: hidden;
  line-height: 20px;
}
