.new-s1 {
  background-color: #fafafa;
  padding-top: 2rem;
  padding-bottom: 1.3rem;
}
@media (max-width: 768px) {
  .new-s1 {
   
    padding-bottom: 0.5rem;
  }
}
.new-s1-title {
  font-size: var(--font-size-48);
  font-family: var(--font-bold);
  color: #222;
  padding-bottom: 0.1rem;
}
@madia (min-width: 768px) {
  .new-s1-title::after {
    content: '';
    display: block;
    width: 1rem;
    height: 0.24rem;
    background-image: url(../images/other/new-s1-banner.png);
    margin-top: -0.15rem;
  }
}
.new-s1-content {
  font-size: var(--font-size-18);
  font-family: var(--font-medium);
  color: #666;
  line-height: 1.5;
}
.product-list-nav {
  margin-bottom: 0.5rem;
  background-color: #fff;
}
.new-s2 {
  background-color: #f5f4f4;
  padding-bottom: 1px;
}
/* 新闻轮播 */

.new-s2-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  padding-top: 0.7rem;
  cursor: pointer;
}

.new-s2-content-item-img {
  overflow: hidden;
}
.new-s2-content-item-link {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* 
@media (min-width: 768px) {
  .new-s2-content-item-img img {
    max-height: 4.31rem;
    object-fit: cover;
    cursor: pointer;
  }
} */
.new-s2-content-item-img img {
  width: 445px;
    height: 232px;
  max-height: 5.31rem;
  object-fit: cover;
  cursor: pointer;
}
@media (max-width: 768px) {
  .new-s2-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* 新闻轮播 */

.new-s2-content-item-title {
  background-color: #fff;
  border-radius: 4px;
  padding: 0.26rem 0.26rem 0.56rem 0.26rem;
  flex: 1;
  cursor: pointer;
}
.new-s2-content-item-title-text {
  font-size: var(--font-size-16);
  font-family: var(--font-medium);
  color: #222;
  background-color: #ffdf00;
  border-radius: 4px;
  padding: 0.08rem 0.09rem;
  width: fit-content;
  cursor: pointer;

}
.new-s2-content-item-title-text2 {
  font-size: var(--font-size-22);
  font-family: var(--font-medium);
  color: #333;
  line-height: 1.4;
  margin: 0.12rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  height: 0.6rem;
  cursor: pointer;

}
.new-s2-content-item-title-text3 {
  font-size: var(--font-size-18);
  font-family: var(--font-medium);
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  cursor: pointer;

}

.new-s2-content-item-img img:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .new-s2-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .new-s2-content-item-title-text3 br {
    display: none;
  }
  .new-s2-content-item-img img:hover {
    transform: scale(1);
  }
}

/* 2025-4-18 修改 */
.new-s2-content-item-title-text2{
	font-size: 22px;
	min-height: 60px;
  font-weight: bold;
}
.new-s2-content-item-img{
	background: #fff;
	text-align: center;
}
@media screen and (max-width:1180px){
	.new-s2-content-item-title-text2{
		font-size: 18px;
		min-height: 54px;
	}
}
@media screen and (max-width:768px){
	.new-s2-content-item-title-text2{
		font-size: 18px;
		min-height: auto;
		height: auto;
	}
}


/* 20250-04-25 start 新增搜索*/
.sub-button{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: transparent;
	height: 100%;
	cursor: pointer;
	z-index: 2;
}
.new-select {
			padding-top: 57px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
			select {
				width: 324px;
				height: 60px;
				/* background-color: #fafafa; */
				border-radius: 10px;
				border: solid 2px #ededed;
				color: #222222;
				text-align: left;
				margin-right: 8px;
        padding-left: 20px;
				font-weight: bold;
			}
		}

		.new-select-input {
			width: 324px;
			height: 60px;
			background-color: #fafafa;
			border-radius: 10px;
			border: solid 2px #ededed;
			position: relative;
			overflow: hidden;
			input {
				outline: none;
				border: 0px;
				width: 100%;
				height: 100%;
				padding-left: 20px;
				padding-right: 16%;
			}
		}
		.new-select-input > input::placeholder{
			font-weight: bold;
			color: #222;
		}

		.new-select-input {
			span {
				position: absolute;
				right: 5%;
				font-size: 0px;
				width: 26px;
				height: 26px;
				display: flex;
				align-items: center;
				justify-content: center;
				top: 50%;
				transform: translateY(-50%);
			}
		}
		.new-select-input > span >img{
			cursor: pointer;
			max-width: 100%;
		}
		@media screen and (max-width:999px) {
			.new-select{
				padding-top: 20px;
			}
      .new-select{
        select{
          padding-left: 16px;
        }
      }
		}
		@media  screen and (max-width:450px) {
			.new-select {
				flex-wrap: wrap;
			  select{
				 width: 100%;
				  height: 50px;
				  margin-bottom: 10px;
				  margin-right: 0px;
				}
			  }
			  .new-select-input{
				  width: 100%;
				  height: 50px;
			  }
		}
/* 2025-04-25 end */