/* 内容页面样式 */

.mycontent .displayinfo{
	width: 100%;
	overflow:hidden;
	clear: both;	
}

.mycontent .displayinfo .location{
	background: #eaeaea;
	height: 60px;
	width: 100%;
       margin-top: 5px;
}

.locationTitle{
	background: #9A0D0D;
	width: 199px;
	height: 50px;
        margin-top: 10px;
        margin-left: 1px;
        color:#fff;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	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: 900px;
	width: 200px;
	background: url(left_box.png) left no-repeat;
	float: left;
}
.left_box ul{
        width: 180px;
	margin-top: 15px;
        margin-left: 20px;
	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: 900px;
	float: left;
	margin-top: 40px;
	margin-left: 40px;
	border-top: 5px solid #eaeaea;
	position: relative;
	margin-bottom: 60px;
}

.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;
        font-size: 24px;
}

.right_box h3{
	width: 90%;
	height: 40px;
	line-height: 40px;
	margin-bottom: auto;
	text-align: center;
	background: #eaeaea;
	margin-bottom: 40px;
	font-size: 18px;
}

.right_box p{
	width: 93%;
	line-height:33px;
	
	font-size: 17px;
	font-family: "宋体";
	font-weight: 400;
	margin: auto;
	height: auto;
	letter-spacing:normal;
}