/*访谈回顾-list*/
.tpxm_list {
  margin-left: -8px;
  margin-right: -8px;
}
.tpxm_list::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tpxm_list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
}
.tpxm_list > li:nth-child(n) {
  margin-top: 0;
}
.tpxm_list > li:nth-child(n + 3) {
  margin-top: 24px;
}
.tpxm_list > li:nth-child(3) {
  margin-top: 0;
}
.tpxm_list a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 650px) {
  .tpxm_list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .tpxm_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .tpxm_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .tpxm_list > li:nth-child(n) {
    margin-top: 0;
  }
  .tpxm_list > li:nth-child(n + 2) {
    margin-top: 24px;
  }
  .tpxm_list > li:nth-child(2) {
    margin-top: 0;
  }
  .tpxm_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 375px) {
  .tpxm_list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .tpxm_list::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .tpxm_list > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
  }
  .tpxm_list > li:nth-child(n) {
    margin-top: 0;
  }
  .tpxm_list > li:nth-child(n + 1) {
    margin-top: 24px;
  }
  .tpxm_list > li:nth-child(1) {
    margin-top: 0;
  }
  .tpxm_list a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.tpxm_list li a {
  display: block;
  background-color: #f3f9ff;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #333333;
  transition: all 0.3s ease;
}
.tpxm_list li a .img {
  width: 100%;
  height: 168px;
  overflow: hidden;
}
.tpxm_list li a .img img {
  min-width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.tpxm_list li a:hover {
  background-color: #fff;
  box-shadow: 2px 1px 18px 0px rgba(60, 132, 209, 0.29);
}
.tpxm_list li a:hover img {
  transform: scale(1.03);
}
.tpxm_list li a:hover .bottom > h4 {
  color: #1361cb;
}
.tpxm_list li .bottom {
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
}
.tpxm_list li .bottom h4 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 14px;
}
.tpxm_list li .bottom .time {
  color: #717171;
  font-size: 16px;
  line-height: 1;
}
