.asideList19 {
  position: relative;
}
.asideList19 .subLeftTitle {
  padding: 30px 10px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #cfa972;
  color: #333333;
}
.asideList19 .subLeftTitle .subLefttg {
  display: none;
}
.asideList19 .asideListUl {
  overflow: hidden;
  padding-bottom: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom-right-radius: 16px;
}
.asideList19 .asideListUl li {
  position: relative;
}
.asideList19 .asideListUl li >a {
  padding: 20px 10px 20px;
  color: #222;
  display: block;
  line-height: 1;
  transition: all 0.35s ease-in-out;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.asideList19 .asideListUl li a.active,
.asideList19 .asideListUl li a:hover {
  background-color: #94070a;
  color: #fff;
}
.asideList19 .asideListUl li span.gp-toggles {
  display: block;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  position: absolute;
  right: 22px;
  top: 26px;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.asideList19 .asideListUl li .gp-second-nav {
  background: #f1f1f1;
  display: none;
}
.asideList19 .asideListUl li .gp-second-nav a {
  display: block;
  padding: 10px 15px 10px 20px;
  border-bottom: 1px dotted #fff;
  transition: all 0.35s ease-in-out;
  position: relative;
}
.asideList19 .asideListUl li .gp-second-nav a.active,
.asideList19 .asideListUl li .gp-second-nav a:hover {
  background-color: #94070a;
  color: #fff;
}
.asideList19 .asideListUl li.active .gp-toggles {
  color: #fff;
}
@media screen and (max-width: 996px) {
  .asideList19 .subLeftTitle {
    line-height: 1.83;
    text-align: left;
    font-size: 20px;
    position: relative;
    background: #94070a;
    padding: 0 20px;
    margin-bottom: 0;
    color: #fff;
  }
  .asideList19 .asideListUl {
    display: none;
  }
  .asideList19 .subLeftTitle .subLefttg {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
  }
  .asideList19 .asideListUl li a {
    padding: 10px 20px !important;
    margin: 0;
    border-bottom: 1px solid #bfbeac;
    font-size: 16px;
  }
  .asideList19 .asideListUl li .gp-second-nav {
    background: rgba(148, 7, 10, 0.4);
  }
  .asideList19 .asideListUl li .gp-second-nav a {
    padding: 5px 35px !important;
  }
  .asideList19 .asideListUl li a::before {
    display: none;
  }
  .asideList19 .asideListUl li span.gp-toggles {
    top: 8px;
  }
}
.gp-title3 {
  border-bottom: 1px solid #94070a;
  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;
}
.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-annex1 h3 {
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-weight: normal;
}
.gp-annex1 ul {
  overflow: hidden;
  padding-top: 15px;
}
.gp-annex1 ul li {
  padding-left: 15px;
  position: relative;
}
.gp-annex1 ul li a {
  color: #666666;
  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-annex1 ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #ddd;
  content: '';
  clear: both;
  border-radius: 50%;
}
