/*侧边栏*/
.asideList6 .gp-subLeft {
  position: relative;
  z-index: 100;
}

.asideList6 .gp-subLeft .subLeftTitle {
  padding: 17px 5px;
  color: #fff;
  text-align: center;
  background: #0052a6;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.asideList6 .gp-subLeft .gp-m-inner-header-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  line-height: 40px;
  transform: translateY(-50%);
}

.asideList6 .gp-subLeft>ul {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  background-color: #0052a6;
}

.asideList6 .gp-subLeft>ul>li {
  position: relative;
}

.asideList6 .gp-subLeft>ul>li>a {
  transition: all 0.35s ease-in-out;
  display: block;
  padding: 14px 20px 14px 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  background: #0052a6;
}

.asideList6 .gp-subLeft>ul>li>a:hover {
  background-color: #bfbeac;
}

.asideList6 .gp-subLeft>ul>li .gp-toggles {
  width: 40px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}

.asideList6 .gp-subLeft>ul>li a.active+span.gp-toggles {
  color: #fff !important;
}

.asideList6 .gp-subLeft>ul>li .gp-second-nav {
  display: none;
  background-color: #f5f6f7;
}

.asideList6 .gp-subLeft>ul>li .gp-second-nav dd a {
  transition: all 0.35s ease-in-out;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding-left: 30px;
  font-size: 18px;
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  position: relative;
  color: #333;
}

.asideList6 .gp-subLeft>ul>li .gp-second-nav dd a:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 4px 0 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #b8c1cc;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -4px;
}

.asideList6 .gp-subLeft>ul>li .gp-second-nav dd a:hover {
  color: #0052a6;
}

.asideList6 .gp-subLeft>ul>li .gp-second-nav dd a>span {
  position: relative;
}

.asideList6 .gp-subLeft>ul>li .gp-second-nav dd a.active {
  background-color: #0052a6;
  color: #fff;
}

@media screen and (max-width:996px) {
  .asideList6 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }

  .asideList6 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }

  .asideList6 .gp-subLeft>ul {
    display: none;
  }
}

.gp-bread4 {
  color: #999999;
  line-height: 1.5;
  margin-bottom: 20px;
  border-bottom: 2px solid #999999;
  padding-bottom: 10px;
}

.gp-bread4 span {
  color: #999999;
}

.gp-bread4 span a {
  color: #999999;
  margin: 0 5px;
}

.gp-title15 {
  position: relative;
}

.gp-title15 span {
  display: inline-block;
  vertical-align: middle;
}

.gp-title15 h2 {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.gp-title15 h2 a {
  color: #0052a6;
}

.block-list102 {
  margin: 0 -10px 30px;
}

.block-list1024 {
  margin: 0 -20px 30px;
}

.gpArticleTitle strong {
  display: table;
  height: 66px;
  text-align: center;
  width: 100%;
}

.gpArticleTitle strong i {
  display: table-cell;
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  font-size: 14px;
}

.block-list102 li a {
  display: block;
  box-sizing: border-box;
  padding: 0px 4px;
  margin: 0 10px;
  background: url(../images/dcenter_02.png) repeat-x;
  position: relative;
  background-size: 100% 100%;
}

.block-list1024 li a {
  margin: 0 20px;
}

.block-list102 li a::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 66px;
  background: url(../images/dleft_01.png) no-repeat;
  background-size: 100% 100%;
  left: 0px;
  top: 0px
}

.block-list102 li a::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 66px;
  background: url(../images/dright_02.png) no-repeat;
  right: 0px;
  background-size: 100% 100%;
  top: 0px
}

.block-list102 li a p {
  /* margin-right: 25px; */
  display: block;
  line-height: 22px;
  height: 66px;
  color: #0052a6;
}

.block-list102 li a span {
  float: right;
  width: 18px;
  height: 18px;
  color: #0052a6;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
}