/* .page-block{
	padding: 50px;
} */
.pagecover{
  background-image: url('../images/history_bg.jpg');
  opacity: 0.8;
}
.h-block{
	position: relative;
	padding: 20px 20px 50px;
}
.h-block-bar{
	position: absolute;
	top: 0;
	left: 30px;
	width: 10px;
	height: 100%;
	background: rgb(0,105,52);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,105,52,1) 20%, rgba(0,105,52,1) 80%, rgba(255,255,255,1) 100%);
}
.h-item{
	position: relative;
	padding: 10px 0 10px 50px;
}
.h-item::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 10px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: rgb(0,105,52);
	border: 5px solid #DEE9E1;
}
.h-item.noball::before{
	display: none;
}
.h-item-title{
	font-size: 26px;
	line-height: 30px;
	color: rgb(0,105,52);
	font-weight: bold;
	display: flex;
	align-items: center;
}
.h-item-title span{
	font-family: serif;
	margin-right: 15px;
	font-style: italic;
	color: gray;
	font-size: 46px;
	font-weight: 300;
}
.h-item-content{
	margin: 30px 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.h-item-content.rr{
	flex-direction: row-reverse;
}
.h-item-content.cc{
	flex-direction: column;
}
.h-item-content.cr{
	flex-direction: column-reverse;
}
.hic-photo{
	font-size: 14px;
	color: gray;
	line-height: 1.5em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: white;
}
.hic-photo img{
/* 	margin-bottom: 10px; */
max-width: 100%;
}
.hic-photo div{
	padding: 10px;
}

@media( max-width:1200px){
	.h-item-content.rr{
		flex-direction: column;
	}
}

@media( max-width:991px){
	.h-item-content{
		flex-direction: column;
	}
}

@media( max-width:768px){
	.h-item-title{
		font-size: 20px;
	}
	.h-item-title span{
		font-size: 32px;
		font-weight: 300;
	}
	.h-block{
		position: relative;
		padding: 20px 0px 50px 0px;
	}
	.h-block-bar{
		left: 10px;
	}
}
