.sec1{
	padding: 6.875% 0 10.52%;
}
.sec1 .inner{
	width: 81.25em;
}
.sec1 .title{
	text-align: center;
}
.sec1 .title h1{
	font-size: 2.25em;
	color: #333;
	line-height: 1.67;
	font-weight: normal;
	margin-bottom: 3.62%;
}
.sec1 .title p{
	font-size: 1.125em;
	line-height: 1.78;
	color: #333;
}
.sec1 .content{
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	margin: 4.4% 0 3.15%;
	padding: 4.69% 0 8.15%;
	font-size: 1.125em;
	color: #333;
	line-height: 1.78;
}
.sec1 .content img{
	max-width: 100% !important;
	height: auto !important;
}
.sec1 .content *{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.sec1 .relative a{
	max-width: 48%;
	display: block;
	font-size: 1.125em;
	color: #999;
	line-height: 1.78;
	height: 1.78em;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sec1 .relative a.end{
	color: #999!important;
	cursor: default;
}
.sec1 .relative a.prev{
	float: left;
}
.sec1 .relative a.next{
	float: right;
}
@media only screen and (min-width:1024px){
	.sec1 .relative a:hover{
		color: #000;
	}
}


@media only screen and (max-width:1024px){
	.sec1{
		padding: 10% 0 15%;
	}
	.sec1 .title h1{
		font-size: 1.5em;
		margin-bottom: 5%;
	}
	.sec1 .content{
		margin: 5% 0;
		padding: 5% 0 10%;
	}
}