/* 内容页面样式 */

.mycontent .displayinfo{
	min-height: 1200px;
	width: 100%;
	overflow:hidden;
	clear: both;
	
}



.mycontent .displayinfo .location{
	background: #eaeaea;
	height: 60px;
	width: 100%;
	margin-top: 40px;

}

.locationTitle{
	background: #a21f7b;
	width: 281px;
	height: 60px;
	color:#fff;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	float: left;
}
.nopadding{
	padding: 0;
}

.locationName{
	float: right;
	height: 60px;
	line-height: 60px;
	text-align: right;
	margin-right: 0px;
}

.locationName h1{
	font-size: 17px;
	font-weight: 900;
	height: 60px;
	line-height: 60px;
	float: left;
}
.locationName ul{
	margin: 0;
	padding: 0;
	float: left;
}

.locationName ul li{
	display: inline-block;
	padding: 0 5px;
}

.locationName ul li a{
	font-size: 15px;
}

.left_box{
	min-height: 951px;
	width: 281px;
	background: url(../img/left_box.png) left no-repeat;
	float: left;
}
.left_box ul{
	margin-top: 15px;
	outline: none;
	text-align: center;
}
.left_box ul li{
	height:55px;
	width: 98%;
	margin: auto;
	line-height: 55px;
}
.left_box ul li a{
	height:55px;
	display: block;
	width: 100%;
	font-size: 18px;
}

.left_box ul li a.active{
	background: #fff;
	color: #a21f7b;
	text-decoration: underline;
}


.right_box{
	min-height: auto;
	width: 950px;
	float: right;
	margin-top: 50px;
	border-top: 5px solid #eaeaea;
	position: relative;
	margin-bottom: 100px;
}

.pageName{
	position: absolute;
	height: 45px;
	line-height: 90px;
	background: #fff;
	top:-30px;
	left: 0px;
}
.pageName img,.pageName h1{
	float: left;
	
}

.pageName h1{
	float: left;
	font-size: 26px;
	font-weight: 900;
	height: 45px;
	line-height: 45px;
	margin-left: 10px;
}



.right_box h2{
	width: 100%;
	line-height: 70px;
	color:#a21f7b;
	text-align: center;
	margin-top: 50px;
}

.right_box h3{
	width: 85%;
	height: 40px;
	line-height: 40px;
	margin: auto;
	text-align: center;
	background: #eaeaea;
	margin-bottom: 20px;
	font-size: 18px;
}

.right_box p{
	width: 90%;
	line-height:33px;
	text-indent: 2rem;
	font-size: 17px;
	font-family: "宋体";
	font-weight: 400;
	margin: auto;
	height: auto;
	letter-spacing:normal;
}
