  body {
  background: #ffffff;
}

.recent-box {
  padding-top: 181px;
  min-height: 490px;
}

.recent-box .banner {
  height: 46px;
  background: #F6F6F6;
  margin: 27px 12.63vw 0;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #FF8F0C;
  padding-left: 18px;
  padding-right: 18px;
}

.recent-box .banner .banner-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 29px;
}

.recent-box .banner .banner-search {
  display: flex;
  align-items: center;
  position: relative;
}

.recent-box .banner .banner-search i {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  color: #999;
  z-index: 2;
  font-size: 14px;
}

.recent-box .banner .banner-search input {
  width: 320px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 8px 0 30px;
  font-size: 12px;
  outline: none;
  color: #333;
}

.recent-box .banner .banner-search input::placeholder {
  color: #C2C2C2;
}

.recent-box .banner .banner-search input:focus {
  border-color: #5A5D6C;
}

.recent-box .banner .banner-search button {
  width: 77px;
  height: 30px;
  background: #5A5D6C;
  border: none;
  border-radius: 4px;
  margin-left: 3px;
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.recent-box .banner .banner-search button:hover {
  background: #FB893B;
}


.recent-box .recent-list {
  padding: 0 12.63vw;
  margin: 0 auto;
}

.recent-box .recent-list .list-panel {
  width: 100%;
}

.recent-box .recent-list .list-panel .recommend-guide-title{
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  padding-bottom: 10px;
  padding-left: 21px;
}

.recent-box .recent-list .list-panel .sub-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  background: #ffffff;
  padding: 21px 23px 21px 13px;
  border-bottom: 1px solid #EDEDED;
}
.recent-box .recent-list .mobile-list-panel{
  display: none;
}

.recent-box .recent-list .list-panel .sub-post .logo {
  width: 101px;
  height: 72px;
  overflow: hidden;
  position: relative;
}

.recent-box .recent-list .list-panel .sub-post .logo img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.recent-box .recent-list .list-panel .sub-post .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  margin-left: 15px;
  flex: 1;
}

.recent-box .recent-list .list-panel .sub-post .info .title {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  text-align: left;
}

.recent-box .recent-list .list-panel .sub-post .info .title:hover {
  color: #FE7C26;
}

.recent-box .recent-list .list-panel .sub-post .info .desc {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.recent-box .recent-list .list-panel .sub-post .info .tips .tips_item {
  border-radius: 3px;
  padding: 4px;
  font-size: 12px;
  margin-right: 8px;

}

.recent-box .recent-list .list-panel .sub-post .info .tips .tips_item.phone {
  color: #831A6E;
  background: #FFE9FB;
}

.recent-box .recent-list .list-panel .sub-post .info .tips .tips_item.email {
  color: #5A5D6C;
  background: #E9EAF4;
}


.recent-box .recent-list .list-panel .sub-post .info .tips .tips_item.gw {
  background: #E8F4DD;
  color: #5B8921;
}

.recent-box .recent-list .list-panel .sub-post .info .tips .tips_item.number {
  color: #999999;
}

.recent-box .recent-list .list-panel .sub-post .price {
  font-weight: bold;
  font-size: 16px;
  color: #FF0000;
  margin-right: 118px;
}

.recent-box .recent-list .list-panel .sub-post .subscription {
  width: 114px;
  height: 32px;
  background: #FEA03C;;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  cursor: pointer;
}

.recent-box .recent-list .list-panel .sub-post .subscription span {
  text-decoration-line: underline;
}

.recent-box .recent-list .list-panel .sub-post .subscription:hover {
  background: #FB893B;
  color: #FFFFFF;
}

.recent-box .recent-list .list-panel .sub-post .subscription i {
  font-size: 12px;
  margin-left: 5px;
  text-decoration-line: unset;
}


.recent-box .recent-list .list-panel .mobile-posts{
  display: none;
}

.no-answer-content {
  text-align: center;
  padding: 40px 0;
}

.no-answer-content-img {
  width: 79px;
  height: 52px;
}

.no-answer-content-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.no-answer-content-text{
  text-align: left;
}
.no-answer-content-text p:first-child {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}

.no-answer-content-text p:first-child span {
  color: #F12F38;
}

.no-answer-content-text p:last-child {
  font-size: 14px;
  color: #666666;
}

.no-answer-content-text p a{
  color: #126DB3;
}


.recent-box .recent-list .list-panel .sub-post .block {
  display: flex;
}
.recent-box .recent-list .list-panel .sub-post .block.k2{
  margin-left: 65px;
}

@media (max-width: 1366px) {

  .recent-box .banner {
    margin: 27px 7.63vw 0;
  }

  .recent-box .recent-list {
    padding: 0 7.63vw;
  }

  .recent-box .recent-list .list-panel .posts {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .recent-box .banner {
    margin: 27px 7.63vw 0;
  }

  .recent-box .recent-list {
    padding: 0 7.63vw;
  }

  .recent-box .recent-list .list-panel .posts {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .recent-box .banner {
    flex-direction: column;
    height: auto;
    padding: 15px 18px;
    gap: 15px;
  }

  .recent-box .banner .banner-search {
    width: 100%;
  }

  .recent-box .banner .banner-search input {
    width: 100%;
    flex: 1;
  }

  .recent-box .banner .banner-search button {
    width: 77px;
    flex-shrink: 0;
  }
}