/* news */
.hot_news{
	display: flex;
	margin-bottom: 0.5rem;
}
.h_n_left{
	width: 40%;
	padding-right: 1.5rem;
}
.h_n_right{
	width: 60%;
	height: 36vw;
	overflow: hidden;
}

.h_n_left .h_n_date{
	font-weight: 300;
	color: #1f1f1f;
}
.h_n_left .h_n_date div:nth-of-type(1){
	font-size: 0.22rem;
}
.h_n_left .h_n_date div:nth-of-type(2){
	font-size: 0.18rem;
}
.h_n_title{
	font-size: 0.3rem;
	margin: 0.4rem 0 0.4rem;
}
.h_n_detail{
	font-size: 0.2rem;
	font-weight: 300;
	text-align: left;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 0.35rem;
}
.hot_btn{
	color: #828282;
	margin-top: 0.5rem;
}
.hot_btn:hover{
	color: #000;
}
.h_n_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s;
}
.h_n_right img:hover{
	transform: scale(1.1);
}
.h_n_right .n_m_date{
	display: none;
}

.n_m_date{
	position: absolute;
	top: 0.1rem;
	left: 0.1rem;
	padding: 0.08rem 0.2rem;
	color: #fff;
	font-weight: 300;
	z-index: 1;
}
.n_m_date span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	backdrop-filter: saturate(100%) blur(100px);
	-webkit-backdrop-filter: saturate(100%) blur(100px);
	z-index: 0;
}
.n_m_date div{
	position: relative;
	z-index: 1;
}
.n_m_date div:nth-of-type(1){
	font-size: 0.22rem;
}
.n_m_date div:nth-of-type(2){
	font-size: 0.18rem;
}
.news_min{
	margin-bottom: 2vw;
}
.news_min .n_m_img img{
	transition: all 0.8s;
}
.news_min:hover .n_m_img img{
	transform: scale(1.1);
}
.n_m_title{
	font-size: 0.23rem;
	line-height: 0.4rem;
	letter-spacing: 0.01rem;
	padding: 0.5rem 0.5rem 0;
	height: 2rem;
}

.search_box{
	justify-content: flex-end;
}

@media (max-width: 768px){
	.hot_news{
		flex-direction: column-reverse;
		margin-bottom: 4vh;
	}
	.h_n_left{
		padding-right: 0rem;
	}
	.h_n_right{
		width: 100%;
		height: auto;
	}
	.h_n_left{
		width: 100%;
	}
	.h_n_left .h_n_date{
		display: none;
	}
	.hot_btn{
		margin-top: 0.3rem;
	}
	.btn_style_01{
		font-size: 0.26rem;
	}
	.btn_style_01 .btn_icon img{
		width: 0.3rem;
	}
	.news_min{
		width: 100%;
		margin-bottom: 2vh;
	}
	.n_m_img{
		height: auto;
	}
	.h_n_right .n_m_date, .n_m_date{
		display: block;
		top: 0.2rem;
		left: 0.2rem;
		padding: 0.12rem 0.25rem;
	}
	.n_m_date div:nth-of-type(1){
		font-size: 0.26rem;
	}
	.n_m_date div:nth-of-type(2){
		font-size: 0.26rem;
	}
	.search_input{
		text-align: center;
	}
	.h_n_title{
		font-size: 0.34rem;
		line-height: 0.5rem;
		font-weight: 500;
		margin: 0.4rem 0 0.2rem;
	}
	.h_n_detail{
		font-size: 0.26rem;
		line-height: 0.5rem;
	}
	.n_m_title{
		font-size: 0.3rem;
		line-height: 0.5rem;
	}
}