/*侧边栏*/
.asideList6 .gp-subLeft {
  position: relative;
}
.asideList6 .gp-subLeft .subLeftTitle {
  padding: 17px 10px;
  color: #fff;
  text-align: center;
  background: #0159a0;
  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: #0159a0;
}
.asideList6 .gp-subLeft > ul > li {
  position: relative;
}
.asideList6 .gp-subLeft > ul > li > a {
  transition: all 0.35s ease-in-out;
  display: block;
  padding: 14px 50px 14px 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  background: #0159a0;
}
.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: rgba(255, 255, 255, 0.8);
}
.asideList6 .gp-subLeft > ul > li .gp-second-nav dd a {
  transition: all 0.35s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  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.active:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 4px 0 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -4px;
}
.asideList6 .gp-subLeft > ul > li .gp-second-nav dd a.active:hover {
  color: #0159a0;
}
.asideList6 .gp-subLeft > ul > li .gp-second-nav dd a.active > span {
  position: relative;
}
.asideList6 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  background-color: #bfbeac;
  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-articleTitle1 {
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
}
.gp-articleTitle1 h3 {
  line-height: 1.4;
  text-align: center;
}
.gp-articleTitle1 h4 {
  line-height: 1.4;
  text-align: center;
}
.gp-articleAuthor1 {
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.gp-articleAuthor1 span,
.gp-articleAuthor1 i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #666;
  color: #999;
}
.gp-articleAuthor1 i {
  margin: 0 10px;
  font-style: normal;
  font-weight: normal;
  color: #ccc;
}
.gp-articleAuthor1 strong {
  font-weight: normal;
}
.gp-articleAuthor1 span:first-child i {
  display: none;
}
.gp-article1 {
  position: relative;
  line-height: 1.8;
  padding-bottom: 25px;
  padding-top: 15px;
  color: #666;
}
@media screen and (max-width:767px) {
  .gp-article1 {
    font-size: 14px;
  }
}
/*附件*/
.gp-annex2 .AnnexTitle {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #0159a0;
}
.gp-annex2 ul li a {
  line-height: 1.4;
  height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
