
.wrap{
	padding: 4.375% 0 4.6875%;
}
.wrap .title{
	text-align: center;
	margin-bottom: 2.4%;
}
.wrap .title h3{
	font-size: 28px;
	color: #333;
	font-weight: normal;
	line-height: 1.5;
}
.wrap .content{
	font-size: 14px;
	color: #555;
	line-height: 1.714;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 3.37% 0 2.13%;
	margin-bottom: 2.4%;
}
.wrap .content *{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.wrap .content img{
	max-width: 100%;
}
.wrap .relative-box{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;		
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;		
	flex-direction: row;
}
.wrap .relative-box a{
	font-size: 14px;
	color: #999;
	max-width: 45%;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 1.1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wrap .relative-box a:hover{
	color: #333;
	font-weight: bold;
}
.wrap .relative-box a.prev:hover{
	padding-left: 2em;
}
.wrap .relative-box a.next:hover{
	padding-right: 2em;
}
.wrap .relative-box a img{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: auto;
	height: 0.8125em;
	margin-top: -0.55em;
}
.wrap .relative-box a:hover img{
	opacity: 1;
}
.wrap .relative-box a.prev img{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: -2em;
}
.wrap .relative-box a.prev:hover img{
	left: 0;
}
.wrap .relative-box a.next img{
	right: -2em;
}
.wrap .relative-box a.next:hover img{
	right: 0;
}




@media only screen and (max-width:1024px) {

	
	.wrap{
		padding: 2.5rem 0;
	}
	.wrap .title{
		margin-bottom: 1rem;
	}
	.wrap .title h3{
		font-size: 1.25rem;
	}
	.wrap .content{
		font-size: 0.625rem;
		padding: 1.25rem 0;
		margin-bottom: 1.5rem;
	}
	.wrap .relative-box a{
		font-size: 0.625rem;
	}


}