.content{
	width: 100%;
}
.content-content{
	width: 1200px;
	margin: auto;
	position: relative;
	top: -120px;
	box-shadow:0px 5px 10px rgba(0,0,0,0.06);
	z-index: 9;
	background-color: #FFFFFF;
	padding: 0 64px 88px;
}
.content-content>h1{
	width: 1064px;
	margin: auto;
	border-bottom:2px solid #F3F3F3 ;
	height: 230px;
	text-align: center;
	padding: 136px 0 0;
	color: #333333;
	font-size: 36px;
	font-weight:400;
}
.content-content>.content-content-h1f{
	width: 756px;
	margin: auto;
	border-bottom:2px solid #F3F3F3 ;
	height: 280px;
	line-height: 56px;
	text-align: center;
	padding: 136px 0 0;
	color: #333333;
	font-size: 36px;
	font-weight:400;
}
.content-content-lookup{
	padding: 30px 0 8px;
	font-size: 18px;
	color: #BEBEBE;
	text-align: center;
}
.content-content-lookup>span:nth-of-type(2){
	margin-left: 136px;
}
.content-content-text{
	padding: 48px 0;
	font-size:18px;
	font-weight:400;
	line-height:31px;
	color: #707070;
	text-indent: 36px;
}
.content-content-img{
	width: 100%;
}
.content-content-twoimg{
	
}
.content-content-twoimg-img{
	display: flex;
	justify-content: space-between;
}
.content-content-twoimg-img>img{
	width: 500px;
}
.content-content-twoimg-note{
	text-align: center;
	font-size:18px;
	font-weight:400;
	line-height:1;
	color:#BEBEBE;
	margin-top: 30px;
}
.content-content-article{
	display: flex;
	font-size:18px;
	font-weight:400;
	color:#666666;
	line-height: 1;
	margin-bottom: 24px;
}
.content-content-article-icon{
	width:14px ;
	height: 14px;
	display: block;
	margin: 2px 20px 2px 0;
}
.content-content-article-icon>i{
	display: block;
	width: 12px;
	height: 12px;
	background-color:#43CBCB ;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	margin: 1px;
}
.content-content-textlast{
	padding: 24px 0 48px;
	font-size:18px;
	font-weight:400;
	line-height:1;
	color: #707070;
}
