.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.wrap-2026 {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.wrap-2026 .left-wrap {
  position: relative;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .wrap-2026 .left-wrap{
    display: none;
  }
  .wrap-2026 .right-wrap .news-item .time{
    width: 65px !important;
  }
  .wrap-2026 .right-wrap .news-item .text h2,.wrap-2026 .right-wrap .news-item .text p{
    width: calc(100vw - 95px) !important;
  }
}

.wrap-2026 .left-wrap img {
  width: 100%;
  max-height: 472px;
  background: #f5f5f5;
}

.wrap-2026 .left-wrap .good {
  position: absolute;
  left: 0%;
  bottom: 0px;
  background: rgb(0,0,0,0.5);
  width: 100%;
  padding: 10px 15px 15px 15px;
  box-sizing: border-box;
  color: #ffffff;
}

.wrap-2026 .left-wrap .good .title {
  line-height: 40px;
  height: 40px;
  font-size: 18px;
}
.wrap-2026 .left-wrap .good .title:hover{color: #fe6226;}

.wrap-2026 .left-wrap .good .desc {
}

.wrap-2026 .right-wrap .news-item {
  border-bottom: 1px solid #ccc;
  display: flex;
  /* margin: 10px; */
  color: #515151;
}

.wrap-2026 .right-wrap .news-item .time {
  display: flex;
  flex-direction: column;
  line-height: 48px;
  align-items: center;
  width: 100px;
}

.wrap-2026 .right-wrap .news-item .time span:first-child {
  font-weight: bold;
  font-size: 20px;
}

.wrap-2026 .right-wrap .news-item .time span:last-child {
  border-top: 1px solid #ccc;
}

.wrap-2026 .right-wrap .news-item .text {
  display: flex;
  flex-direction: column;
  flex: 9;
  
}
.wrap-2026 .right-wrap .news-item p{
    height: 40px;
    line-height: 22px;
    width: 96%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wrap-2026 .right-wrap .news-item .text h2 {
  font-size: 18px;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 416px;
}

.wrap-2026 .right-wrap .news-item .text h2:hover {
  color: #fe6226;
}

.wrap-2026 .right-wrap .news-item:last-child {
  /* border-bottom: none; */
}

.bk30{
	height:30px;
	clear:both;
}

/** 首页热门推荐3行，一行三列 **/
.index-goods{
	width: 1190px;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	margin-left: calc(50% - 595px);
	gap: 10px;
}
.index-goods-item{
	flex:1;
	border: 1px solid #f0f0f0;
}

.index-goods-item img{
	width: 388px;
height: 180px;

}
.index-goods-item .title2{
	height: 40px;
  line-height: 40px;
  padding-left: 10px;
	border-top: 1px solid #f0f0f0;
}
.index-goods-item .title2:hover{color: #fe6226;}

.news2026{

}
.news-item{
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.news-item img{
    width: 300px;
    height: 160px;
    /* border: 1px solid #ccc; */
    margin: 5px;
    background: #f2f2f2;
}
.news-item img:hover{
    background: #dcdcdc;
}
.news-item .news-item-content{
  height: 160px;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
}
.news-item .news-item-content a{color: #000;}
.news-item .title{
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 800px;
  color: #333;
}
.news-item .title:hover{
  color:#fe6226;
}
.news-item  .desc{
  color: #797979;
}
.news-item .category-name{
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding:  0 10px;
  color: #999;
}
.news-item .category-name .cate {text-align: left;flex: 1;font-weight: bold;}
.news-item .category-name .time {text-align: right;flex: 1;}