
.floor1{
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 600px;
}




.floor1_r>h4{
	color: #940B41;
	margin: 0 0 20px 0;
	text-align: center;
}

.floor1_r>h5{
	text-align: center;
	color: #666;
	margin: 0;
	position: relative;
}
.floor1_r>h5 div{
	position: absolute;
	right: 0;
	top:-5px;
}
.floor1_r>hr{
	border-top:2px solid #DBDBDB
}
.floor1_r>p{
	line-height: 30px;
	font-size: 18px;
	font-family: "times new roman";
	color: #444;
}
.floor1_r>div::after{
	content: "";
	display: block;
	clear: both;
}

.floor1_r>div{
	margin-top: 40px;
}
.floor1_r>div>p:first-child{
	float: left;
}

.floor1_r>div>p:last-child{
	float: right;
}
.floor1_r>div>p a:hover{
	color: #940B41;
}





