.slide-list-con{
  background: url(../img/ah_slide_list_left_bg.png) #f7f8fa left bottom no-repeat;
}
.slide-list-left {
  float: left;
  width: 260px;
}
.slide-list-left .title-hd {
  min-height: 70px;
  background:
    url(../img/slide-list-left_title_bg.png) 145% -15% no-repeat,
    linear-gradient(180deg, #1658a0 0%, #afd1f5 100%);
  border-bottom: 2px solid #1658a0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.slide-list-left .title-hd h2 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 32px;
  padding: 16px;
  text-align: center;
}
.title-bd {
  padding: 0 8px;
  /*background: url(../img/ah_slide_list_left_bg.png) #f7f8fa left 113% no-repeat;*/
  min-height: 600px;
}
.title-bd ul li {
  height: 56px;
  line-height: 56px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333;
  border-bottom: 1px dashed #c9cdd4;
}
.title-bd ul li a {
  display: block;
  color: #333;
}

.title-bd ul li.on,
.title-bd ul li:hover {
  background: url(../img/ico_slide-list-left_li_ri.png) calc(100% - 22px) center no-repeat;
}

.title-bd ul li.on a,
.title-bd ul li:hover a {
  font-size: 18px;
  color: var(--c2primary-color);
}

.slide-list-right {
  float: right;
  width: 1116px;
  background-color: #fff;
  padding: 0 16px;
}
.slide-list-right .hd {
  height: 48px;
  padding: 0 20px 0 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--c2primary-color);
  position: relative;
}
.slide-list-right .hd::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 22px;
  left: 0;
  bottom: 0;
  background: url(../img/ah_ico_gl_title_lf.svg) no-repeat;
}

.slide-list-right .hd::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  bottom: 0;
  background: url(../img/ah_ico_gl_title_ri.svg) no-repeat;
}

.slide-list-right .hd h2 {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 58px;
}
.slide-list-right .hd .more {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 48px;
}

.slide-list-right .bd ul li {
  margin-bottom: 16px;
}
.slide-list-right .bd ul li a {
  padding-left: 28px;
  font-size: 16px;
  color: #111;
  display: inline-block;
  max-width: 84%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.slide-list-right .bd ul li a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ah_ico_li1.svg) no-repeat;
}
.slide-list-right .bd ul li a:hover {
  color: #0072bb;
}
.slide-list-right .bd ul li span {
  float: right;
  font-size: 18px;
  color: #999999;
}

.pic-list-con {
  background: #fff;
  padding: 24px;
}

.pic-list-con .hd {
  height: 48px;
  padding: 0 20px 0 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--c2primary-color);
  position: relative;
}
.pic-list-con .hd::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 22px;
  left: 0;
  bottom: 0;
  background: url(../img/ah_ico_gl_title_lf.svg) no-repeat;
}

.pic-list-con .hd::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  bottom: 0;
  background: url(../img/ah_ico_gl_title_ri.svg) no-repeat;
}
.pic-list-con .hd h2 {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 58px;
}
.pic-list-con .bd li {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
  width: calc((100% - 48px) / 3);
  border: 1px solid #e4e6eb;
  position: relative;
  transition: all 0.3s;
}
.pic-list-con .bd li img {
  width: 434px;
  height: 243px;
  border: 16px solid #e5e6eb;
}
.pic-list-con .bd li p {
  padding: 24px 16px 24px 48px;
  background: #fff;
  position: relative;
}
.pic-list-con .bd li p::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_pic_list_dot.png) no-repeat;
}
.pic-list-con .bd li:nth-child(3n) {
  margin-right: 0;
}
.pic-list-con .bd li:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .slide-list-left,
  .slide-list-right {
    width: 100%;
  }
  .slide-list-right .bd ul li a {
    max-width: 100%;
    white-space: normal;
  }
  .title-bd {
    min-height: auto;
    background-size: 35%;
  }
  .title-bd ul {
    display: flex;
    flex-wrap: wrap;
  }
  .title-bd ul li {
    width: 50%;
  }
  .slide-list-right .bd ul li {
    width: 100%;
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .slide-list-right {
    padding: 10px;
  }
  .slide-list-right .bd ul li a:before {
    top: 12px;
  }
  .pic-list-con {
    padding: 10px;
  }
  .pic-list-con .bd li {
    width: 100%;
    margin: 0 auto 20px;
  }
}
