@charset "UTF-8";
.box-news {
	width: 90%;
	max-width: 560px!important;
}
.news-inner {
	background: #FFF;
	border-radius: 20px;
	overflow: hidden;
}
.news-inner iframe {
	box-sizing: border-box;
	width: 100%;
	height: 80vh;
}