.new-container-con {
  margin-top: 20px;
}

.new-container-con * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: inherit;
}

.wf-tabs {
  display: flex;
  gap: 60px;
  width: max-content;
  margin: 0 auto;
  font-size: 16px;
  user-select: none;
}

.wf-tabs .nwf-tab-item {
  cursor: pointer;
  width: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.wf-tabs .nwf-tab-item span {
  display: block;
  width: max-content;
  height: 100%;
  margin: 0 auto;
  border-bottom: 2px solid transparent;
}

.wf-tabs .nwf-tab-item:hover span {
  color: #fb7e0a;
  border-color: #fb7e0a;
}

.wf-tabs .new-tab-active {
  background: #F7F7F7;
  border-radius: 8px 8px 0px 0px;
}

.wf-tabs .new-tab-active span {
  color: #fb7e0a;
  border-color: #fb7e0a;
}

.container-wf-mes {
  padding-top: 25px;
  background: #F7F7F7;
}

.all-lists {
  width: 1360px;
  margin: 0 auto;
}

.all-lists .a-list {
  position: relative;
  cursor: pointer;
  width: 325px;
  min-width: 325px;
  margin-bottom: 20px;
  border-radius: 4px;
  background: #fff;
  transition: all .5s;
  break-inside: avoid;
  -moz-page-break-inside: avoid; 
  -webkit-column-break-inside: avoid; 
}

.all-lists .a-list:hover {
  /*transform: scale(1.06);*/
  /* box-shadow: 2px 2px 8px 1px #dcd3c6; */
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
}

.all-lists .a-list .a-list-link {
  display: block;
}

.all-lists .a-list .a-top-img {
  display: block;
  width: 100%;
  max-height: 380px;
  object-fit: cover;
}

.all-lists .a-list .a-label {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.39);
}
.all-lists .a-list .a3-label {
  position: relative;
  margin-top: -36px;
  width: 100%;
  height: 36px;
  background: linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.8));
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: white;
  padding-left: 16px;
}

.all-lists .a-list .a3-label .a-num-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.all-lists .a-list .a-wd-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
}

.all-lists .a-list .a-wd-title .a-wd-img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.all-lists .a-list .a-wd-title .a-wd-title-right {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}

.all-lists .a-list .a-wd-con {
  display: flex;
  font-size: 14px;
  color: #777;
  padding-top: 16px;
}

.all-lists .a-list .a-wd-con .a-wd-img {
  margin-right: 7px;
  margin-top: -2px;
  vertical-align: middle;
}

.all-lists .a-list .a-wd-con .a-wd-sp {
  word-break: break-all;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp: 10;
  display: -moz-box; 
  -moz-line-clamp: 10;
  -moz-box-orient: vertical;
  overflow: hidden;
  
  font-family: "PingFang SC", PingFang ,微软雅黑, Arial, sans-serif !important;
  font-weight: normal !important; 
  font-size: 14px !important;
  color: #777 !important;
  line-height: 23px;
  text-align: left !important;
  font-style: normal !important;
  text-transform: none !important;
  width: 100%  !important;
  max-height: 1000px;
  text-align: justify !important;
  margin: 0 auto;
}

.all-lists .a-list .a-bottom-con {
  padding: 20px;
}

.all-lists .a-list .a-title {
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.all-lists .a-list .zp-name {
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 13px;
  margin-top: 3px;
}
.all-lists .a-list .a-xt-platform {
  color: #ff9712;
}

.all-lists .a-list .a-detail {
  color: rgba(119, 119, 119, 1);
  font-size: 14px;
  padding-bottom: 10px;
}

.all-lists .a-list .a-num-mes {
  display: flex;
  gap: 20px;
  font-size: 12px;
  color: #999;
  padding-top: 14px;
  padding-bottom: 10px;
}

.all-lists .a-list .a-num-mes .a-num-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.all-lists .a-list .a-ava-con {
  position: relative;
  display: flex;
  align-items: center;
  color: #999;
  font-size: 14px;
  margin-top: 15px;
}
.all-lists .a-list .jl-ava-con {
  margin-top: 0px;
}

.all-lists .a-list .a-ava-con .a-ava-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
.all-lists .a-list .a-ava-con .jl-ava-img {
  width: 36px;
  height: 36px;
}
.all-lists .a-list .a-ava-con .jl-ava-gender {
  margin-left: 5px;
}

.all-lists .a-list .a-ava-con .a-ava-time {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.all-lists .a-list .a-ava-con .a-ava-money {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 15px;
  padding: 0 6px;
  border-radius: 10px;
  background: #ff9710;
}

.all-lists .a-list .a-ava-con .ava-zp-mes {
  display: flex;
  padding-top: 7px;
}

.all-lists .a-list .a-ava-con .ava-zp-mes-item {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #999;
}

.all-lists .a-list .a-qz-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #ff9710;
  padding-top: 15px;
  padding-bottom: 15px;
}
.all-lists .a-list .zp-qz-con {
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 18px;
}

.all-lists .a-list .a-qz-detail {
  display: flex;
  color: #999;
  font-size: 13px;
  padding-bottom: 20px;
}

.all-lists .a-list .a-qz-detail .a-qz-detail-item {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #999;
}

.all-lists .a-list .a-qz-detail .a-qz-detail-item:nth-last-of-type(1) {
  border: none;
}

.all-lists .a-list .a-qz-cl {
  display: flex;
  padding-top: 20px;
  font-size: 14px;
  color: #000;
  border-top: 1px solid #eee;
}

.all-lists .a-list .a-qz-cl-left {
  font-size: 14px;
  width: 52px;
}

.all-lists .a-list .a-qz-cl-right li:not(:last-child) {
  margin-bottom: 6px;
}
.all-lists .a-list .a-qz-cl-right li {
  font-size: 14px;
  color: rgba(119, 119, 119, 1);
}

.gw-lists {
  position: relative;
  width: 1360px;
  margin: 0 auto;
  border-top: 3px solid #ff7301;
  padding-bottom: 100px;
}

.gw-lists .gw-item {
  position: relative;
  display: flex;
  padding: 33px 38px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.gw-lists .gw-item .gw-item-c1 {
  width: 370px;
}

.gw-lists .gw-item .gw-item-c1 .gw-c1-top {
  display: flex;
  gap: 60px;
  color: #f89436;
  font-size: 16px;
}

.gw-lists .gw-item .gw-bottom {
  display: flex;
  color: #919191;
  font-size: 14px;
  padding-top: 20px;
}

.gw-lists .gw-item .gw-b-item {
  padding-right: 9px;
  margin-right: 9px;
  border-right: 1px solid #919191;
}

.gw-lists .gw-item .gw-b-item:last-child {
  border: none;
}

.gw-lists .gw-item .gw-item-c2 {
  width: 290px;
}

.gw-lists .gw-item .gw-item-c2 .gw-c2-top {
  color: #000;
  font-size: 16px;
}

.gw-lists .gw-item .gw-item-c3 {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gw-lists .gw-item .gw-item-c3 .gw-c3-ava {
  width: 38px;
  height: 38px;
  border-radius: 19px;
}

.gw-lists .gw-item .gw-item-c3 .gw-c3-mes {
  color: #000;
  font-size: 16px;
}

.gw-lists .gw-item .gw-item-c4 {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  width: 144px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #f89436;
}


.rc-container .rc-temp-container {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}

.rc-container .rc-temp-container .rc-prev {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.rc-container .rc-temp-container .rc-next {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.rc-container .rc-swiper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  user-select: none;
  overflow:hidden;
}

.rc-container .rc-swiper .rc-slide {
  cursor: pointer;
  font-size: 16px;
  color: #555;
  width: auto;
}

.rc-container .rc-swiper .rc-slide:hover {
  color: #FF9710;
}

.rc-container .rc-swiper .rc-active {
  color: #FF9710;
}

.rc-container .rc-lists {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 1360px;
  margin: 0 auto;
  margin-top: 25px;
  border-top: 3px solid #FF9712;
  padding-bottom: 100px;
}

.rc-container .rc-lists .rc-item {
  position: relative;
  width: 675px;
  background: #fff;
  transition: all .2s;
  overflow: hidden;
}

.rc-container .rc-lists .rc-item:hover {
  transform: scale(1.02);
}

.rc-container .rc-lists .rc-item-link {
  display: block;
  width: 100%;
  padding: 30px;
}


.rc-container .rc-lists .rc-item-score {
  position: absolute;
  top: 100px;
  right: 50px;
  font-size: 14px;
  color: #FF9712;
}

.rc-container .rc-lists .rc-tags {
  display: flex;
}

.rc-container .rc-lists .rc-con {
  display: flex;
  gap: 40px;
}
.rc-container .rc-lists .rc-ava {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.rc-status-container {
    display: flex;
    align-items: center;
    margin-left: 12px;
}
.rc-status-container .status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00c800;
    margin-right: 5px;
}
.rc-status-container .rc_status {
  color: #00c800;
  font-size: 10px;
  text-align: center;
  margin: 10px 0;
}
.rc-container .rc-lists .rc-icons {
  display: flex;
  gap: 12px;
}
.rc-container .rc-lists .rc-icon {
  width: 18px;
  height: 18px;
}

.rc-container .rc-lists .rc-col1 {
  position: relative;
}

.rc-container .rc-lists .rc-c2-row2 {
  display: flex;
  gap: 8px;
  padding-top: 10px;
  color: #3d3d3d;
}

.rc-container .rc-c2-row2 .rc-c2-text {
  font-size: 13px;
  height: 28px;
  line-height: 28px;
}

.rc-container .rc-c2-row2 .rc-c2-gs p {
  font-size: 13px;
  height: 28px;
  line-height: 28px;
}

.rc-container .rc-lists .rc-col1 .rc-gender {
  position: absolute;
  top: 55px;
  right: 6px;
  width: 16px;
}

.rc-container .rc-lists .rc-money {
  color: #fff;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 11px;
  background: #f89436;
  padding: 0 5px;
}

.rc-container .rc-lists .rc-c2-row1 {
  display: flex;
  gap: 10px;
}

.rc-container .rc-lists .rc-c2-name {
  color: #3d3d3d;
  font-size: 16px; 
}

.rc-container .rc-lists .rc-c2-row3 {
  display: flex;
  padding-top: 15px;
  color: #3d3d3d;
  font-size: 13px;
}

.rc-container .rc-lists .rc-tag-item {
  color: #3d3d3d;
  font-size: 13px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #3d3d3d;
}

.rc-container .rc-lists .rc-tag-item:last-child {
  border: none;
}

.rc-container .rc-lists .rc-col3 {
    position: absolute;
    right: 30px;
    top: 80px;
}
.rc-container .rc-lists .rc-col3 .rc_qzgw {
  font-size: 14px;
  color: white;
  background-color: #FF9710;
  padding: 6px 10px;
  text-align: center;
  border-radius: 4px;
}


.new-con-yuny,
.new-con-mg,
.new-con-sy,
.new-con-video {
  position: relative;
  display: block;
  width: 1360px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.new-con-yuny .item,
.new-con-mg .item,
.new-con-sy .item,
.new-con-video .item {
  margin-right: 0;
  margin-bottom: 20px;
}

.new-container-con .last-more {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%) translateY(50%);
  width: 251px;
}

.new-container-con .last-more a {
  display: block;
  width: 100%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #f89436;
  font-size: 15px;
  border: 1px solid #f89436;
}

.new-container-con .last-more a:hover {
  color: #fff;
  background: #f89436;
}

.new-container-con .loading-con {
  text-align: center;
  padding: 35px 0;
  font-size: 16px;
  color: #999;
}

.new-container-con .loading-con img {
  margin-right: 5px;
  vertical-align: middle;
}