/*侧边栏*/
.asideList10 {
  background: #f5f5f5;
}
.asideList10 .gp-subLeft {
  position: relative;
  padding-bottom: 100px;
}
.asideList10 .gp-subLeft .subLeftTitle {
  padding: 20px;
  color: #0F4A84;
  font-weight: normal;
  text-align: center;
  background: #e1e1e1;
  position: relative;
  margin-bottom: 1px;
}
.asideList10 .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%);
}
.asideList10 .gp-subLeft > ul > li {
  position: relative;
  box-sizing: border-box;
}
.asideList10 .gp-subLeft > ul > li > a {
  padding: 12px 20px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.4;
  margin: 0 22px;
  border-bottom: #d9d9d9 1px solid;
  text-align: center;
}
.asideList10 .gp-subLeft > ul > li > a:hover {
  color: #0F4A84;
}
.asideList10 .gp-subLeft > ul > li a.active {
  color: #0F4A84;
}
.asideList10 .gp-subLeft > ul > li .gp-toggles {
  width: 40px;
  height: 47px;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
  color: #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18px;
}
.asideList10 .gp-subLeft > ul > li .gp-second-nav {
  display: none;
  background-color: #fafafa;
}
.asideList10 .gp-subLeft > ul > li .gp-second-nav dd a {
  display: block;
  padding: 12px 20px;
  color: #666;
  transition: all 0.35s ease-in-out;
  position: relative;
  font-size: 15px;
  margin: 0 22px;
  text-align: center;
  border-bottom: #d9d9d9 1px solid;
}
.asideList10 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  color: #0F4A84;
}
.asideList10 .gp-subLeft > ul > li .gp-second-nav dd a > span {
  position: relative;
}
.asideList10 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  background-color: #0F4A84;
  color: #fff;
}
@media screen and (max-width:996px) {
  .asideList10 .gp-subLeft {
    padding-bottom: 0px;
  }
  .asideList10 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }
  .asideList10 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList10 .gp-subLeft > ul {
    display: none;
  }
  .asideList10 .gp-subLeft > ul >li >a {
    text-align: left;
  }
  .asideList10 .gp-subLeft > ul >li .gp-second-nav dd a {
    text-align: left;
  }
}
.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 #0F4A84;
  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;
}
