.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.recommend-competition .wrap-2026 {
  display: flex;
}

.wrap-2026 .left-wrap {
  position: relative;
}

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

.wrap-2026 .left-wrap .good {
  position: absolute;
  left: 2%;
  bottom: 24px;
  background: #ffffff;
  width: 96%;
  padding: 10px 15px 15px 15px;
  box-sizing: border-box;
}

.wrap-2026 .left-wrap .good .title {
  line-height: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
}

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

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

.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 {
  color: #fe6226;
  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 .text h2 {
  font-size: 18px;
  line-height: 40px;
}

.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{
    max-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 .title{
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}
.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;
}
.news-item .category-name .cate {text-align: left;flex: 1;font-weight: bold;}
.news-item .category-name .time {text-align: right;flex: 1;}