/*侧边栏*/
.asideList17 .gp-subLeft {
  position: relative;
  z-index: 1;
}
.asideList17 .gp-subLeft .subLeftTitle {
  padding: 15px 28px;
  color: #fff;
  font-weight: normal;
  background: #ba2528;
  position: relative;
  margin-bottom: 1px;
}
.asideList17 .gp-subLeft .gp-m-inner-header-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  line-height: 40px;
  transform: translateY(-50%);
}
.asideList17 .gp-subLeft > ul {
  position: relative;
  background: #fff;
  border: 1px solid #dae0e6;
  border-top: none;
  padding-bottom: 66px;
}
.asideList17 .gp-subLeft > ul::before {
  content: "";
  display: block;
  width: 41px;
  height: 31px;
  background: url(../images/asideList17.png) no-repeat;
  position: absolute;
  left: -1px;
  bottom: -1px;
  border: 1px solid #fff;
}
.asideList17 .gp-subLeft > ul > li {
  position: relative;
  padding: 0px 20px;
}
.asideList17 .gp-subLeft > ul > li > a {
  padding: 16px 0;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #e0e0e0;
}
.asideList17 .gp-subLeft > ul > li > a:hover {
  color: #ba2528;
}
.asideList17 .gp-subLeft > ul > li a.active {
  color: #ba2528;
}
.asideList17 .gp-subLeft > ul > li .gp-toggles {
  width: 40px;
  height: 53px;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  color: #ba2528;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18px;
}
.asideList17 .gp-subLeft > ul > li .gp-second-nav {
  display: none;
  background-color: #f2f5f7;
  padding: 10px 0;
}
.asideList17 .gp-subLeft > ul > li .gp-second-nav dd a {
  display: block;
  padding: 10px 15px 10px 50px;
  color: #666;
  transition: all 0.35s ease-in-out;
  position: relative;
  font-size: 15px;
}
.asideList17 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  color: #ba2528;
}
.asideList17 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  color: #ba2528;
  background: none;
}
.asideList17 .gp-subLeft > ul > li .gp-second-nav dd a > span {
  position: relative;
}
@media screen and (max-width:996px) {
  .asideList17 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }
  .asideList17 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList17 .gp-subLeft > ul {
    display: none;
    background: #fff;
    border: 1px solid #dae0e6;
    border-top: none;
    padding-bottom: 0px;
  }
  .asideList17 .gp-subLeft > ul::before {
    display: none;
  }
}
.block-list78 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}
.block-list78 h2 {
  color: #ba2528;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}
.block-list78 h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #ba2528;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-list78 .gp-bread {
  float: right;
  text-align: right;
  color: #333333;
  opacity: 0.6;
  filter: alpha(opacity=60);
  height: auto;
  line-height: 20px;
  color: #999;
  padding: 10px 0;
  overflow: hidden;
}
.block-list78 .gp-bread span {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #999;
  width: 7px;
  height: 5px;
  background: url(../images/block-list78_rt.png) no-repeat;
  background-size: cover;
}
.block-list78 .gp-bread a {
  color: #333333;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.block-list78 .gp-bread a:hover {
  color: #ba2528;
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-list35 >ul li {
  transition: all 0.3s ease-in-out;
}
.page-list35 >ul li a {
  display: flex;
  padding: 17px 0;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  justify-content: space-between;
  /* p::before {
                    content: "";
                    display: block;
                    width: 14px;
                    height: 14px;
                    background: url(../images/dbx1.png) no-repeat;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    margin-top: -7px;
                } */
}
.page-list35 >ul li a p {
  color: #333333;
  padding-left: 25px;
  position: relative;
  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.2em;
  line-height: 1.2;
}
.page-list35 >ul li a p i {
  display: block;
  width: 14px;
  height: 14px;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  color: #ba2528;
}
.page-list35 >ul li a span {
  color: #999999;
  margin-left: 10px;
  position: relative;
}
.page-list35 >ul li a span::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #ba2528;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-list35 >ul li:hover {
  transform: translateX(8px);
}
