.home_content {
    background: #f1f1f1 url(../images/sellingbg.webp) no-repeat top center;
    background-size: cover;
    padding: 15px 0 0 0;
  }
  .home_content .ytecn-navlist .row {
    display: flex;
    flex-wrap: wrap;
  }
  .home_content .ytecn-navlist .center-heading {
    font-weight: 900;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
  }
  .home_content .ytecn-navlist .center-heading a {
    color: #333;
  }
  .home_content .ytecn-navlist .iblog_width {
    margin-bottom: 5px;
    position: relative;
    width: 16.66%;
  }
  @media (max-width: 960px) {
    .home_content .ytecn-navlist .iblog_width {
      width: 33.33%;
    }
  }
  .home_content .ytecn-navlist .iblog_width .iblog_padding {
    padding-right: 5px;
    padding-left: 5px;
  }
  .home_content .ytecn-navlist .iblog_width .jiao {
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    border-radius: 5px 0 5px 0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 6px;
    bottom: 0;
    z-index: 2;
  }
  .home_content .ytecn-navlist .iblog_width a {
    display: block;
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #333;
    font-family: HarmonyOS_Sans;
    background: white;
  }
  .home_content .ytecn-navlist .iblog_width a.group1 {
    border: 1px solid #ff0000;
  }
  .home_content .ytecn-navlist .iblog_width a.group2 {
    border: 1px solid #0051ff;
  }
  .home_content .ytecn-navlist .iblog_width a.group3 {
    border: 1px solid #00ff15;
  }
  .home_content .ytecn-navlist .iblog_width a.group4 {
    border: 1px solid #00ffea;
  }
  .home_content .ytecn-navlist .iblog_width a span {
    display: block;
  }
  .home_content .ytecn-navlist .iblog_width a .link-title {
    position: relative;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .home_content .ytecn-navlist .iblog_width a .link-info {
    font-size: 12px;
    color: #a2a8a2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
  }
  .home_content .ytecn-navlist .iblog_width a:hover {
    color: #ff6600;
  }
  .home_content .ytecn-navlist .iblog_width .nav-collect {
    z-index: 10;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #A1A7B7;
    font-size: 18px;
    border: 0;
    padding: 0;
    border-radius: 0;
    overflow: unset;
  }
  .home_content .ytecn-navlist .iblog_width:hover .nav-collect {
    display: block;
  }
  .home_content .ytecn-post {
    padding: 15px 0;
  }
  .home_content .ytecn-post .post {
    display: none;
  }
  .home_content .ytecn-post .ytecn-open {
    display: grid;
  }
  .home_content .ytecn-post .ytecn-open .center-heading {
    font-weight: 900;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
  }
  .home_content .ytecn-post .ytecn-open .center-heading:after {
    content: '';
    width: 67px;
    height: 9px;
    background: #3372e3;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
  }
  .home_content .ytecn-post .ytecn-open .center-heading a {
    color: #333;
  }
  .home_content .ytecn-post .search-area {
    display: flex;
    flex-wrap: wrap;
  }
  .home_content .ytecn-post .search-area .item {
    width: 33.33%;
  }
  @media (max-width: 960px) {
    .home_content .ytecn-post .search-area .item {
      width: 100%;
    }
  }
  .home_content .ytecn-post .search-area .item .padding {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 9px;
  }
  .home_content .ytecn-post .search-area .item .search-input {
    width: 100%;
    height: 36px;
    line-height: 20px;
    padding: 8px 16px;
    font-size: 14px;
    color: #9199a1;
    border-radius: inherit;
    border: 0px;
    box-sizing: border-box;
  }
  .home_content .ytecn-post .showhide-search {
    height: 36px;
    line-height: 21px;
    padding: 0px 15px;
    color: #fff;
    font-size: 14px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    background: #3b5160;
  }
  .home_content .ytecn-post #retData {
    text-align: center;
  }
  