:root {
	--iframeAHeight: ;
	--iframeBHeight: ;
	--iframeCHeight: ;
  }
/* 文章区整体box */
.articleAreasBoxs{
	width: 100%;
	max-width: 80vh;
	max-height: 150vh;
	height: auto;
/* 			
			border: solid 1px rgba(0, 0, 0, 0.100); */
}
.articleAreas{
	height: 100%;
	width: auto;
	display: flex;
	 flex-direction: column;
	 flex-wrap: nowrap;
	 align-items: center;
	margin-left: 0.6rem;
	margin-right: 0.6rem;
/* 			
			border: solid 1px rgba(0, 0, 0, 0.100); */

}
.aArticles{
	height: auto;
	width: 95%;
	display: flex;
	 flex-direction: column;
	 align-items: stretch;
	margin-top: 0.5em;
/* 			
			border: solid 1px rgba(0, 0, 0, 0.100); */
}
.aArticles>.area{
	display: flex;
	 align-items: center;
	 flex-wrap: nowrap;
	 justify-content: space-between;
	 padding-bottom: 0.4rem;
}
/* 分割线 <hr> */
.HrStBigArticle{
	width: 100%;
	color: rgba(170, 170, 170, 0.4);
	background-color:rgba(170, 170, 170, 0.4);
	height: 0.3rem;
	border: none;
	margin-top: 1rem;
	margin-bottom: 0.7rem;

}
.HrSmallArticle{
	width: 95%;
	color: rgba(147, 165, 134, 0.6);
	background-color:rgba(147, 165, 134, 0.6);
	height: 1px;
	border: none;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
}
.HrEnArticle{
	width: 100%;
	color: rgba(170, 170, 170, 0.3);
	background-color:rgba(170, 170, 170, 0.3);
	height: 0.2rem;
	border: none;
	margin-top: 0.15rem;
}
.aArticles{
	width: 100%;

}


/* main */
.area>.titleText{
	font-size: 1.05em;
	font-weight: 520;
	color: rgba(0, 0, 0, 0.78);
	margin-left: 1.2rem;
	text-shadow: 2px 1px 0.7rem #70d3b9 ;
}
.area>.titleButton{
	font-size: small;
	font-weight: 350;
	color: rgba(0, 0, 0, 0.85);
	margin-right: 1rem;
	text-shadow: -1px 0 0.6rem #10d684 ;
}
.area>.titleButton>a{
	color: rgba(0, 0, 0, 0.85);
}
.aArticles>.mains{
	overflow: hidden;
}
.mains>iframe{
	width: 100%;
	border: none;
	overflow: hidden;
}
.mains>#iframeA{
	height: var(--iframeAHeight);
}
.mains>#iframeB{
	height: var(--iframeBHeight);
}
.mains>#iframeC{
	height: var(--iframeCHeight);
}