@media only screen and (max-width: 768px) 
{
	
#news_img_index_right {
	width: 100%;
	height: 300px;
	float: right;
	border-radius: 5px 5px 0px 0px;
}

#news_content_index_left {
	width: 100%;
	float: left;
	height: 300px;
	border-radius: 0px 0px 5px 5px;
}

#news_img_index_left {
	height: 300px;
	width: 100%;
	float: left;
	border-radius: 5px 5px 0px 0px;
}

#news_content_index_right {
	width: 100%;
	float: right;
	height: 300px;
	border-radius: 0px 0px 5px 5px;
}

#article-show {
	width: 90%;
	margin: auto;
}

#article-news {
	width: 100%;
	margin: auto;
	box-shadow: none;
	height: auto;
	border-radius: 0;
	box-shadow: 0px 10px 11px -7px rgb(0 0 0 / 32%);
	display: block;
}

}