.search_body{
    padding: 1.05rem 0 0.96rem;
    box-sizing: border-box;
}
.search_class{
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.48rem;
    color: #000000;
    margin-bottom: 0.1rem;
}
.search_num,
.search_num span{
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 0.3rem;
    color: #000000;
    margin-top: 0.46rem;
}
.search_num span{
    color: #FF0000;
}


.news_list .news_item{
	width: 100%;
	height: auto;
    margin-top: 0.55rem;
	border-bottom: 0.01rem solid #D8D8D8;
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding-bottom: 0.29rem;
}
.news_list .news_item .news_txt{
	float: left;
}
.news_list .news_item .news_txt .news_title{
    width: 100%;
	font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 0.25rem;
    color: #000000;
	text-align: left;
	margin-bottom: 0.18rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.news_list .news_item .news_txt .news_cont{
	font-family: Poppins-Light;
    font-weight: 300;
    font-size: 0.18rem;
    color: #757575;
    line-height: 0.35rem;
    margin-bottom: 0.34rem;
}
.news_list .news_item .news_txt .news_key{
    width: 1.38rem;
    height: 0.43rem;
    background: #F4F4F4;
    line-height: 0.43rem;
    padding-left: 0.14rem;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.17rem;
    color: #AAAAAA;
}

.news_list .news_item .news_img{
	width: 0.01rem !important;
	height: 2.01rem;
	margin-left: 3.9rem;
	float: right;
	position: relative;
}
.news_list .news_item .news_img .news_pic{
	position: absolute;
	right: 0;
	width: 3.57rem;
	height: 2.01rem;
	overflow: hidden;
}
.news_list .news_item .news_img .news_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_list .news_item:hover .news_txt .news_title{
	color: #FB8C00;
}
.news_list .news_item:hover .news_txt .news_key{
    background: #FB8C00;
    color: #fff;
}






.product_list{
    margin-top: 0.17rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
}
.product_list .product_item{
	width: 3.68rem;
	height: 5.22rem;
	background: #FFFFFF;
    margin-top: 0.38rem;
    overflow: hidden;
}
.product_list .product_item .product_litpic{
	width: 100%;
	height: 3.68rem;
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product_list .product_item .product_txt{
    width: 100%;
    height: calc(100% - 3.68rem);
	padding: 0.15rem 0.19rem 0.24rem;
	box-sizing: border-box;
    cursor: pointer;
}
.product_list .product_item .product_title{
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.25rem;
	color: #0D2240;
	width: 100%;
	text-align: left;
	line-height: 0.41rem;
}
.product_list .product_item .product_cont{
	width: 100%;
	height: 0.44rem;
	text-align: left;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #919191;
	line-height: 0.18rem;
}
.product_list .product_item .product_more{
	width: 100%;
	text-align: left;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #0D2240;
	display: flex;
	align-items: center;
}
.product_list .product_item .product_more i{
	display: block;
	width: 0.12rem;
	height: 0.12rem;
	margin-left: 0.07rem;
	background: url(../img/common/more1.png) center no-repeat;
	background-size: contain;
}
.product_list .product_item:hover{
	box-shadow: 0rem 0rem 0.5rem 0.01rem rgba(0,0,0,0.1);
}
.product_list .product_item:hover .product_title,
.product_list .product_item:hover .product_more{
	color: #FB8C00;
}
.product_list .product_item:hover .product_more i{
	background: url(../img/common/more2.png) center no-repeat;
	background-size: contain;
}


.search_body .page_box{
    margin-top: 0.96rem;
}


.num_null{
    margin-top: 0.55rem;
}
.num_null .null_img{
    width: 3.61rem;
    height: 3.44rem;
    margin: 0 auto;
}
.num_null .null_txt{
    text-align: center;
    margin-top: 0.27rem;
    font-family: MiSans-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #606060;
}





@media (max-width: 1042px) {
    .product_list .product_item{
        width: calc(50% - 0.21rem);
        box-shadow: 0rem 0rem 0.5rem 0.01rem rgba(0, 0, 0, 0.1);
    }
}


