.gp-title2 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #3362C7;
}
.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;
}
.carousel71 a {
  display: block;
  position: relative;
}
.carousel71 a .mode1Pic {
  padding-bottom: 66.25%;
}
.carousel71 a .mode1txtbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 15px 30px 24px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
}
.carousel71 a .mode1txtbox .mode1txt {
  line-height: 1.25;
  margin-bottom: 10px;
}
.carousel71 a .mode1txtbox .mode1sum {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.carousel71 .slick-arrow {
  width: 40px;
  height: 88px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.carousel71 .slick-arrow:after {
  display: none;
}
.carousel71 .slick-arrow:before {
  color: #fff;
  font-size: 40px;
}
.carousel71 .slick-dots {
  width: 100%;
  height: 6px;
  font-size: 0;
  left: 0;
  bottom: 0;
  margin: 0 -1px;
  overflow: hidden;
}
.carousel71 .slick-dots li {
  margin: 0;
  height: 6px;
  width: 20%;
}
.carousel71 .slick-dots li button {
  width: calc(100% - 2px);
  border-radius: 0;
  margin: 0 1px;
  background: rgba(255, 255, 255, 0.4);
}
.carousel71 .slick-dots li.slick-active button {
  background: #3362C7;
}
.block-list329 {
  margin: 0 -10px;
}
.block-list329 li .item {
  background: #fff;
  display: block;
  margin: 0 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 15px 20px;
  position: relative;
}
.block-list329 li .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #e1e7ed;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
}
.block-list329 li .item .title {
  font-weight: bold;
  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;
  color: #333333;
}
.block-list329 li .item .date {
  margin-top: 15px;
  color: #3362C7;
}
.block-list329 li .item .date span {
  display: inline-block;
  margin-right: 5px;
}
.block-list329 li .item:hover .title {
  color: #3362C7;
}
.column-list2 li p {
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 7;
  -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: #3362C7;
  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;
}
.gp-title104 a {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 100ms;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url(../../内容列表版块31/images/title104.jpg) no-repeat center;
  background-size: cover;
}
.gp-title104 a .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.gp-title104 a .img img {
  width: 100%;
}
.gp-title104 a .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(51, 98, 199, 0.8);
}
.gp-title104 a::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid transparent;
  transition: all 0.6s ease 0s;
}
.gp-title104 a:hover::after {
  border-color: #fff;
}
.gp-title104 a .title_c {
  position: relative;
  flex: 1;
  overflow: hidden;
  color: #fff;
  transition: all 0.6s ease 0s;
}
.gp-title104 a .title_c .title {
  font-weight: normal;
}
.gp-title104 a .more {
  position: absolute;
  left: calc(100% - 40px);
  transform: translateX(-100%);
  color: #fff;
  transition: all 0.6s ease 0s;
}
.gp-title104 a:hover .more {
  left: 40px;
  transform: translateX(0);
}
.gp-title104 a:hover .title_c {
  margin-left: 50px;
}
@media screen and (max-width:768px) {
  .gp-title104 a {
    padding: 30px 20px;
  }
  .gp-title104 a .more {
    left: calc(100% - 20px);
  }
  .gp-title104 a:hover .more {
    left: 20px;
  }
  .gp-title104 a:hover .title_c {
    margin-left: 30px;
  }
}
@media screen and (max-width:479px) {
  .gp-title104 a {
    padding: 20px 20px;
  }
}
