/*侧边栏*/
.asideList7 .gp-subLeft {
  position: relative;
}
.asideList7 .gp-subLeft .subLeftTitle {
  padding: 34px 10px;
  color: #fff;
  text-align: center;
  background: #ba2528;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 1px;
}
.asideList7 .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%);
}
.asideList7 .gp-subLeft > ul {
  width: 100%;
  overflow: hidden;
}
.asideList7 .gp-subLeft > ul > li {
  position: relative;
}
.asideList7 .gp-subLeft > ul > li > a {
  transition: all 0.35s ease-in-out;
  display: block;
  padding: 14px 0;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  background: #efeff4;
}
.asideList7 .gp-subLeft > ul > li > a:before {
  content: "";
  display: none;
  width: 6px;
  height: 100%;
  background: #ba2528;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 6px 0;
}
.asideList7 .gp-subLeft > ul > li > a:hover {
  font-weight: bold;
}
.asideList7 .gp-subLeft > ul > li > a:hover:before {
  display: block;
}
.asideList7 .gp-subLeft > ul > li > a:hover + span.gp-toggles {
  color: #ba2528;
}
.asideList7 .gp-subLeft > ul > li > a.active {
  color: #ba2528;
  font-weight: bold;
}
.asideList7 .gp-subLeft > ul > li > a.active:before {
  display: block;
}
.asideList7 .gp-subLeft > ul > li .gp-toggles {
  width: 40px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #cdcdcd;
}
.asideList7 .gp-subLeft > ul > li a.active + span.gp-toggles {
  color: #ba2528;
}
.asideList7 .gp-subLeft > ul > li .gp-second-nav {
  display: none;
  background-color: #fff;
}
.asideList7 .gp-subLeft > ul > li .gp-second-nav dd a {
  transition: all 0.35s ease-in-out;
  border-bottom: 1px solid #ccc;
  display: block;
  padding-left: 30px;
  font-size: 18px;
  padding: 10px;
  font-size: 14px;
  position: relative;
  color: #333;
  text-align: center;
}
.asideList7 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  color: #ba2528;
}
.asideList7 .gp-subLeft > ul > li .gp-second-nav dd a > span {
  position: relative;
}
.asideList7 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  color: #ba2528;
}
@media screen and (max-width:996px) {
  .asideList7 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }
  .asideList7 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList7 .gp-subLeft > ul {
    display: none;
  }
}
.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-annex3 h2 {
  background: #eeeeee;
  padding: 12px;
  font-weight: normal;
}
.gp-annex3 h2 a {
  padding-left: 10px;
}
.gp-annex3 ul {
  margin-top: 7px;
}
.gp-annex3 ul li {
  position: relative;
  padding: 9px 37px;
  overflow: hidden;
}
.gp-annex3 ul li a {
  color: #666;
  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;
}
.gp-annex3 ul li a:hover {
  color: #ba2528;
}
