.scroll_nav{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.2rem;
	margin-top: 0.4rem;
	border-bottom: 1px solid rgba(17,17,17,.1);
}
.scn_left{
	display: flex;
	font-size: 0.2rem;
}
.scn_left a{
	padding: 0 0.2rem;
	font-weight: 300;
	cursor: pointer;
	color: #111;
	position: relative;
}
.scn_left a.active{
	font-weight: 500;
	color: #000;
}
.scn_left a::after{
	content: '';
	position: absolute;
	bottom: -0.2rem;
	width: 100%;
	height: 2px;
	display: block;
	background-color: #00d4d4;
	transition: width .5s; 
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	transition: transform .55s cubic-bezier(0.165,0.84,0.44,1);
	transform-origin: right;
}
.scn_left a.active::after{
	transform: translateX(-50%) scaleX(1);
	transform-origin: left;
}
.go_btn{
	font-size: 0.16rem;
    white-space: nowrap;
    display: none !important;
}
.go_car_page{
    display: none !important;
}

.news_min{
	background-color: #fff;
}
.min_menu{
	padding: 0.2rem 0;
}

.scrill_type{
	margin-bottom: 0.3rem;
	font-size: 0.24rem;
	font-weight: 500;
}
.scrill_type span{
	margin-left: 0.1rem;
	color: rgba(0,0,0,.6);
	font-weight: normal;
}
.img_mark .marks span {
	visibility: hidden;
}
.last .img_mark .marks{
	opacity: 1;
	pointer-events: auto;
	color: #fff;
	font-size: 0.55rem;
	font-weight: 300;
	background-color: rgba(0,0,0,.7);
	cursor: pointer;
}
.last .img_mark .marks span {
	visibility: visible
}
.img_mark .marks:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.last .img_mark .marks img{
	display: none;
}
.last .img_mark:hover .marks{
	background-color: rgba(0,0,0,.8);
}

.news_body{
	position: relative;
}
.news_list{
	margin-top: 0rem;
	padding-top: 0.5rem;
}
.scroll_nav{
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #fff;
	margin-top: 0rem;
	padding-top: 0.2rem;
	margin-top: 0.2rem;
}
.dr_right{
	width: 100%;
	justify-content: space-between;
}
.drr_l{
	text-align: left;
}
.noData{
	width: 100%;
	height: 45vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.noData img{
	width: 1rem;
	opacity: 0.1;
	margin-bottom: 0.4rem;
}
.noDataText{
	font-size: 0.18rem;
	opacity: 0.2;
}

@media (max-width: 767px){
	.news_min{
		width: 49%;
		margin-bottom: 4%;
	}
	.news_other{
		justify-content: space-between;
	}
	.news_min:nth-child(3n-1){
		margin: 0;
	}
	
	
	.scroll_nav{
		overflow-x: scroll;
		padding-top: 0;
		padding-bottom: 0rem
	}
	.scroll_nav::-webkit-scrollbar {
	  display: none; 
	}
	.scn_left{
		width: 100%;
	}
	.scn_left a{
		width: 22%;
		text-align: center;
		flex-shrink: 0;
		padding-top: 0.2rem;
		padding-bottom: 0.2rem;
		font-size: 0.25rem;
        white-space: nowrap;
	}
	.scn_left a::after{
		bottom: 0rem;
	}
	
	.scrill_type{
		font-size: 0.3rem;
	}
	.mm_name{
		font-size: 0.26rem;
	}
	
	.img_mark{
		height: auto;
	}
	.news_other{
		margin-bottom: 0.2rem;
	}
	.nav_text ._EN{
		line-height: 0.7rem;
	}
	
	.marks{
		background-color: rgba(0,0,0,0);
		opacity: 1;
		pointer-events: auto;
	}
	
	.noData img{
		width: 1.5rem;
	}
	.noDataText{
		font-size: 0.2rem;
		text-align: center;
	}

}