.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 {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.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 {
  position: relative;
}

@media (max-width: 960px) {
  .home_content .ytecn-navlist .row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.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: 0px;
  bottom: 0;
  z-index: 96;
}
.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;
  min-height: 122px;
}
.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: 14px;
  color: #a2a8a2;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 36px;
}

.home_content .ytecn-navlist .iblog_width a .link-info .icon{
  width:14px;
}

.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;
}

/* .sites-body{
  display: flex;
} */

.item-body{
  overflow: hidden !important;
  padding: 0px 20px;

}

.item-media img{
  width: 40px;
  border-radius: 40px;
}