

/* Start:/local/components/ma/news/templates/articles/ma/news.detail/.default/style.css?17031690011300*/
.b-news-detail {}

.b-news-detail_pic {
	margin-bottom: 20px;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.b-news-detail_pic img {
	object-fit: cover;
	object-position: center;
	max-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.b-news-detail_gallery {
	margin-left: -10px;
	font-size: 0;
}

.b-news-detail_gallery_item {
	display: inline-block;
	margin: 0 0 10px 10px;
	padding: 2px;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #CCC;
}

.b-news-detail_gallery_item img {
	display: block;
}

.b-news-detail_date {
	margin-bottom: 15px;
}

.navigate-bottom {
	margin: 50px 0 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.nav-prev {
	padding-left: 20px;
	position: relative;
}

.nav-prev::before {
	content: '<';
	position: absolute;
	left: 0;
	top: 2.5px;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-next {
	position: relative;
	padding-right: 20px;
}

.nav-next::after {
	content: '>';
	position: absolute;
	right: 0;
	top: 2.5px;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width:767px) {
	.b-news-detail_pic {
		height: 300px;
	}

	.nav-prev::before,
	.nav-next::after {
		top: 0px;
	}
}
/* End */
/* /local/components/ma/news/templates/articles/ma/news.detail/.default/style.css?17031690011300 */
