/*专题大图*/
.topicList1 .gpImgSize {
  padding-bottom: 26.04%;
}
.topicList1 .gpImgSize img:hover {
  transform: none;
  opacity: 1;
}
.gp-bread6 {
  color: #999999;
  line-height: 20px;
}
.gp-bread6 span {
  color: #999999;
}
.gp-bread6 span a {
  color: #999999;
  margin: 0 5px;
}
.gp-title3 {
  border-bottom: 1px solid #93090a;
  padding: 13px 0;
  margin-bottom: 10px;
}
.gp-title3 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title3 h2 {
  font-weight: normal;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title55 >div {
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.gp-title55 >div::before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: none;
  border: 3px solid #93090a;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.2s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gp-title55 >div:hover::before {
  display: block;
  left: -10px;
  top: 10px;
}
.gp-title55 >div:hover {
  transform: translate(10px, 10px);
}
.gp-title55 >div:hover .info {
  background: #f5f5f5;
}
.gp-title55 >div .img {
  padding-bottom: 66%;
}
.gp-title55 >div .info {
  box-sizing: border-box;
  padding: 35px 0;
  background: #fff;
}
.gp-title55 >div .info .more {
  float: right;
  background: #ebebeb;
  padding: 15px 35px;
}
.gp-title55 >div .info .more span {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1em;
  color: #999999;
}
.gp-title55 >div .info .more span::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #999999;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gp-title55 >div .info .title {
  font-weight: normal;
}
.gp-title55 >div .info .title p {
  color: #93090a;
  letter-spacing: 2px;
}
.gp-title55 >div .info .title h3 {
  font-weight: bold;
  color: #333333;
  display: block;
  margin-top: 6px;
}
.page-list5 .block-list >li a {
  display: flex;
  padding: 12px 0;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 15px;
  position: relative;
  transition: transform 0.35s ease-out;
}
.page-list5 .block-list >li a::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #93090a;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.page-list5 .block-list >li a p {
  display: block;
  flex: 1;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 1.3em;
  line-height: 1.3;
}
.page-list5 .block-list >li a >span {
  font-family: 'Arial';
  color: #666666;
  margin-left: 10px;
}
.page-list5 .block-list >li a:hover {
  transform: translateX(10px);
}
.footer_block1 {
  padding: 30px 0;
  background-color: #93090a;
}
.footer_block1 .footer {
  line-height: 1.5;
}
.footer_block1 .footer > span {
  margin: 0 5px;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .footer_block1 {
    padding: 20px 0;
  }
}
