.zixun_list {
  padding-bottom: 50px;
}
.zixun_list .search-box {
  margin: 0 auto;
  box-shadow: inherit;
}
.zixun_list .container {
  width: 1204px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
}
.zixun_list .container .left {
  width: 834px;
  margin-right: 20px;
}
.zixun_list .container .left-top .swiper {
  width: 100%;
  height: 471px;
}
.zixun_list .container .left-top .swiper .item {
  width: 100%;
  height: 100%;
}
.zixun_list .container .left-top .swiper .item .bg-img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.zixun_list .container .left-top .swiper .item .bg-img .name {
  width: 100%;
  height: 95px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 19%, rgba(0, 0, 0, 0.48) 40%, rgba(0, 0, 0, 0.68) 63%, rgba(0, 0, 0, 0.81) 100%);
  border-radius: 0px 0px 8px 8px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.zixun_list .container .left-top .swiper .item .bg-img .name p {
  max-width: 445px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 17px;
  left: 22px;
}
.zixun_list .container .left-bottom {
  padding: 27px 25px 36px;
  background-color: #ffffff;
  border-radius: 8px 8px 8px 8px;
  margin-top: 20px;
}
.zixun_list .container .left-bottom-top {
  width: 100%;
}
.zixun_list .container .left-bottom-top .tabs {
  width: 100%;
  display: flex;
  padding-bottom: 12px;
  align-items: center;
  border-bottom: 1px solid #F3F5F7;
  overflow-y: auto;
}
.zixun_list .container .left-bottom-top .tabs::-webkit-scrollbar {
  display: none;
}
.zixun_list .container .left-bottom-top .tabs .pane {
  margin: 0 15px;
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  color: #666666;
  cursor: pointer;
  flex-shrink: 0;
}
.zixun_list .container .left-bottom-top .tabs .pane.active {
  position: relative;
  color: #3382F7;
}
.zixun_list .container .left-bottom-top .tabs .pane.active::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 2px;
  background-color: #3382F7;
}
.zixun_list .container .left-bottom .btn {
  width: 156px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #3382F7;
  text-align: center;
  cursor: pointer;
  line-height: 38px;
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  color: #3382F7;
  margin: 0 auto;
  margin-top: 30px;
}
.zixun_list .container .left-bottom .loading {
  width: 35px;
  display: none;
  margin: 0 auto;
}
.zixun_list .container .left-bottom .noData {
  text-align: center;
  font-size: 12px;
  color: #999;
  display: none;
}
.zixun_list .container .right {
  flex: 1;
}
