.gp-bread1 {
  padding: 20px 0;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  text-align: right;
  color: #999999;
}
.gp-bread1 span {
  color: #999999;
}
.gp-bread1 a {
  color: #999999;
}
@media screen and (max-width:767px) {
  .gp-bread1 {
    text-align: left;
    padding: 10px 0;
  }
}
.asideList13 .gp-subLeft {
  padding-top: 10px;
  box-sizing: border-box;
  position: relative;
}
.asideList13 .gp-subLeft .gpSubLeftTitle {
  padding: 24px 50px;
  background: rgba(53, 66, 136, 0.95);
  background-size: cover;
  font-weight: bold;
  position: relative;
}
.asideList13 .gp-subLeft .gpSubLeftTitle .bg1 {
  display: inline-block;
  width: 0;
  height: 0;
  border: 19px solid transparent;
  border-bottom-color: rgba(53, 66, 136, 0.1);
  position: absolute;
  left: 10px;
  bottom: 0;
}
.asideList13 .gp-subLeft .gpSubLeftTitle .bg2 {
  display: inline-block;
  width: 0;
  height: 0;
  border: 19px solid transparent;
  border-left-color: rgba(53, 66, 136, 0.1);
  position: absolute;
  left: 10px;
  bottom: 0;
}
.asideList13 .gp-subLeft .gpSubLeftTitle .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%);
}
.asideList13 .gp-subLeft .gpSubLeftTitle::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: rgba(53, 66, 136, 0.2);
  position: absolute;
  left: 0;
  top: 0px;
}
.asideList13 .gp-subLeft .gpSubLeftTitle::after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  right: 20px;
  bottom: 35px;
  background: rgba(255, 255, 255, 0.4);
}
.asideList13 .gp-subLeft ul >li {
  position: relative;
  transition: all 0.35s ease-in-out;
  z-index: 1;
}
.asideList13 .gp-subLeft ul >li >a {
  padding: 20px 23px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  font-size: 18px;
  background: #f5f5f5;
  border-bottom: 1px solid #fff;
  color: #333333;
}
.asideList13 .gp-subLeft ul >li .gp-toggles {
  width: 40px;
  height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
  color: #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18px;
}
.asideList13 .gp-subLeft ul >li.active>a,
.asideList13 .gp-subLeft ul >li:hover>a {
  background: #fff;
  color: #354288;
  border: none;
  font-weight: bold;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}
.asideList13 .gp-subLeft ul dd a {
  display: block;
  padding: 10px;
  color: #333333;
  transition: all 0.35s ease-in-out;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  border-bottom: 1px solid #DFDFDF;
}
.asideList13 .gp-subLeft ul dd.active >a {
  background: #fff;
  color: #354288;
  border: none;
  font-weight: bold;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}
.asideList13 .gp-subLeft::before {
  content: "";
  display: block;
  width: 161px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0px;
  background: #354288;
}
@media screen and (max-width: 996px) {
  .asideList13 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }
  .asideList13 .gp-subLeft .gp-m-inner-header-icon {
    display: block !important;
  }
  .asideList13 .gp-subLeft ul dd a {
    padding: 5px;
  }
  .asideList13 .gp-subLeft ul > li > a {
    padding: 10px 23px;
  }
  .asideList13 .gp-subLeft ul > li .gp-toggles {
    height: 44px;
    line-height: 44px;
  }
  .asideList13 .gp-subLeft > ul {
    display: none;
    text-align: left;
  }
  .asideList13 .gp-subLeft .gpSubLeftTitle::before {
    display: none;
  }
  .asideList13 .gp-subLeft .gpSubLeftTitle .bg2,
  .asideList13 .asideList13 .gp-subLeft .gpSubLeftTitle .bg1,
  .asideList13 .asideList13 .gp-subLeft::before,
  .asideList13 .asideList13 .gp-subLeft .gpSubLeftTitle::after {
    display: none;
  }
}
.gp-title3 {
  border-bottom: 1px solid #354288;
  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;
}
