.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: #94070a;
}
.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-list340 li::marker {
  content: '';
}
.block-list340 li .inner {
  padding: 28px 0;
  height: 90px;
  position: relative;
  z-index: 1;
  display: block;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-list340 li .inner .line {
  margin-right: 6px;
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  height: 1px;
  background-color: rgba(191, 190, 172, 0.6);
  z-index: -1;
}
.block-list340 li .inner .line:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 3px;
  background-color: #bfbeac;
}
.block-list340 li .inner .line:after {
  content: '';
  position: absolute;
  right: -6px;
  bottom: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
}
.block-list340 li .inner .bg {
  position: absolute;
  left: -24px;
  top: 0;
  right: -24px;
  bottom: 0;
  background: #94070a;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-list340 li .inner .bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #94070a;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.block-list340 li .inner .date {
  width: 78px;
  color: #94070a;
  line-height: 1.2;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-list340 li .inner .text {
  width: auto;
  flex: 1;
}
.block-list340 li .inner .text .tit {
  color: #333333;
  font-weight: 400;
  line-height: 1.33;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-list340 li .inner .text .desc {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.57;
  -webkit-box-orient: vertical;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-list340 li .inner .text .desc p {
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block-list340 li.active .inner {
  height: 130px;
  align-items: flex-start;
}
.block-list340 li.active .inner .line {
  opacity: 0;
  visibility: hidden;
}
.block-list340 li.active .inner .bg {
  opacity: 1;
  visibility: visible;
}
.block-list340 li.active .inner .bg:after {
  left: 4px;
  top: 4px;
}
.block-list340 li.active .inner .date {
  color: #fff;
}
.block-list340 li.active .inner .text {
  padding-top: 2px;
}
.block-list340 li.active .inner .text .tit {
  color: #fff;
  height: 2.66em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.block-list340 li.active .inner .text .desc {
  display: -webkit-box;
}
