/*侧边栏*/
.asideList11 .gp-subLeft {
  position: relative;
}
.asideList11 .gp-subLeft .subLeftTitle {
  padding: 25px 0 25px 40px;
  color: #fff;
  background: #ba2528;
  position: relative;
  margin-bottom: 1px;
}
.asideList11 .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%);
}
.asideList11 .gp-subLeft > ul > li {
  position: relative;
}
.asideList11 .gp-subLeft > ul > li > a {
  padding: 18px 40px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.4;
  background: #f0f2f7;
  color: #444;
}
.asideList11 .gp-subLeft > ul > li > a:hover {
  color: #ba2528;
  background-color: #fff;
  margin-right: 0;
  font-weight: bold;
}
.asideList11 .gp-subLeft > ul > li > a.active {
  color: #ba2528;
  background-color: #fff;
  margin-right: 0;
  font-weight: bold;
  border-bottom: 1px solid #ba2528;
}
.asideList11 .gp-subLeft > ul > li .gp-toggles {
  width: 40px;
  height: 53px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  color: #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18px;
}
.asideList11 .gp-subLeft > ul > li a.active + span.gp-toggles {
  color: #fff !important;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav {
  display: none;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav dd a {
  display: block;
  padding: 13px 15px 13px 50px;
  color: #666;
  transition: all 0.35s ease-in-out;
  position: relative;
  background: #f0f2f7;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  background-color: #fff;
  color: #ba2528;
  font-weight: bold;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  background-color: #fff;
  color: #ba2528;
  font-weight: bold;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav dd a > span {
  position: relative;
}
@media screen and (max-width:996px) {
  .asideList11 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }
  .asideList11 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList11 .gp-subLeft > ul {
    display: none;
  }
}
.block-list78 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}
.block-list78 h2 {
  color: #ba2528;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}
.block-list78 h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #ba2528;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-list78 .gp-bread {
  float: right;
  text-align: right;
  color: #333333;
  opacity: 0.6;
  filter: alpha(opacity=60);
  height: auto;
  line-height: 20px;
  color: #999;
  padding: 10px 0;
  overflow: hidden;
}
.block-list78 .gp-bread span {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #999;
  width: 7px;
  height: 5px;
  background: url(../images/block-list78_rt.png) no-repeat;
  background-size: cover;
}
.block-list78 .gp-bread a {
  color: #333333;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.block-list78 .gp-bread a:hover {
  color: #ba2528;
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-list23 >ul::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.page-list23 >ul li a {
  display: flex;
  overflow: hidden;
}
.page-list23 >ul li a .img {
  width: 251px;
}
.page-list23 >ul li a .img span {
  padding-bottom: 56.25%;
}
.page-list23 >ul li a .info {
  flex: 1;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 30px 20px;
}
.page-list23 >ul li a .info .listDate {
  float: right;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  height: 100%;
  padding-left: 20px;
  margin-left: 10px;
  color: #999999;
}
.page-list23 >ul li a .info .listDate b {
  font-weight: normal;
  color: #ba2528;
  display: block;
  margin-bottom: 5px;
}
.page-list23 >ul li a .info .listDate span {
  display: block;
}
.page-list23 >ul li a .info .detail h3 {
  color: #333333;
  font-weight: normal;
  margin-bottom: 10px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 1.3em;
  line-height: 1.3;
  overflow: hidden;
}
.page-list23 >ul li a .info .detail p {
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.6em;
  line-height: 1.3;
}
@media screen and (max-width:540px) {
  .page-list23 ul li a .img {
    width: 180px;
  }
  .page-list23 ul li a .info {
    padding: 20px 15px;
  }
  .page-list23 .page-list23 ul li a .info .listDate {
    padding-left: 10px;
  }
  .page-list23 ul li a .info .detail p {
    display: none;
  }
  .page-list23 ul li a .info .detail h3 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-list23 ul li a .info .listDate b {
    margin-bottom: 0;
  }
}
@media screen and (max-width:479px) {
  .page-list23 ul li a {
    /*             display: block; */
  }
  .page-list23 ul li a .img {
    /*  width: 100%; */
  }
  .page-list23 ul li a .info .listDate {
    /*  height: auto; */
  }
  .page-list23 ul li a .img {
    width: 150px;
  }
  .page-list23 ul li a .info .listDate {
    padding-left: 5px;
    margin-left: 5px;
  }
}
