.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;
  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);
}

.dthgov-gfxwj-search {
  display: flex;
  align-items: center;
  padding: 16px;
  margin-bottom: 16px;
  background: #f7f8fa;
}
.dthgov-gfxwj-search .search_row {
  display: flex;
  align-items: center;
}
.dthgov-gfxwj-search .search_row span {
  display: block;
  min-width: 50px;
  flex: none;
}
.dthgov-gfxwj-search .search_row .lf_input {
  width: 330px;
  border-radius: 4px;
  border: 1px solid #e5e6eb;
  height: 36px;
  padding: 0px 8px;
  margin-right: 10px;
  background: #fff;
}
.dthgov-gfxwj-search .search_row .lf_select {
  width: 180px;
  border: 1px solid #ddd;
  height: 36px;
  padding: 0px 8px;
  margin-right: 10px;
}
.dthgov-gfxwj-search .search_row .btnForm {
  display: block;
  margin-right: 10px;
  height: 36px;
  line-height: 36px;
  width: 70px;
  background: #1658a0;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}

.dthgov-gfxwj-search .search_row .reset {
  color: #4e5969;
  background: #e5e6eb;
}

.slide-list-right .table-class {
  width: 100%;
  font-size: 14px;
  margin-top: 15px;
}
.slide-list-right .table-class thead tr {
  height: 40px;
  background-color: #f4f4f4;
}
.slide-list-right .table-class thead tr td {
  color: #333;
  line-height: 40px;
  font-weight: bold;
}
.slide-list-right .table-class tr {
  height: 50px;
}
.slide-list-right .table-class tr:nth-child(2n) {
  /* background: #f4f4f4; */
}
.slide-list-right .table-class tr td {
  padding: 12px 10px;
  color: #666;
  font-size: 16px;
  vertical-align: middle;
  border-bottom: 1px solid #ededed;
}

.slide-list-right .table-class tr.bg-gray {
  background-color: #f5f5f5;
}

.slide-list-right .table-class .tag {
  padding: 5px 16px;
  font-size: 14px;
  line-height: 22px;
  color: #00b42a;
  background: #e8ffea;
}
.slide-list-right .table-class .tag-evaluate {
  color: #ff7d00;
  background: #fff7e8;
}
.slide-list-right .table-class .tag-expire {
  color: #f56c6c;
  background-color: #fef0f0;
}

.ah-ztfl {
}
.ah-ztfl h2 {
  float: left;
  padding: 0 8px;
  height: 40px;
  background: var(--c2primary-color);
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.ah-ztfl .flsx {
  margin-left: 88px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.ah-ztfl .flsx span {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  color: #1d2129;
  cursor: pointer;
  width: calc((100% - 24px) / 4);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 40px;
  background: rgba(22, 88, 160, 0.05);
}
.ah-ztfl .flsx span:hover {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(180deg, #1658a0 0%, #378ce8 100%);
}
.ah-ztfl .flsx .fonthong {
  color: #fff;
  font-weight: 600;
  background: linear-gradient(180deg, #1658a0 0%, #378ce8 100%);
}

@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;
  }

  .dthgov-gfxwj-search {
    flex-direction: column;
  }
  .dthgov-gfxwj-search .search_row {
    margin-bottom: 20px;
  }
  .dthgov-gfxwj-search .search_row .lf_input {
    width: auto;
  }
  .ah-ztfl .flsx span {
    width: 48%;
  }
  .slide-list-right .table-class .tag {
    display: inline-block;
  }
.slide-list-right .table-class tr td:not(:nth-child(2)){display:none;}
}
