@charset "utf-8";
/*  关于页面  */
.pageDiv{
	padding:0 21px;
	padding-top:95px;
	text-align: left;
}
.pageLeft{
	width:187px;
}
.pageLeft h2{
	height:56px;
	line-height:56px;
	color:#fff;
	font-weight:normal;
	font-size:18px;
	background:url(../images/bg_pageLeftH2.gif) no-repeat;
	text-align: center;
}
.pageLeftList {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.pageLeftList ul{
	padding:0 20px;
	padding-bottom:18px;
	background:url(../images/bg_aboutMenu.gif) repeat-y;
}
.pageLeftList ul li{
	width:147px;
	height:48px;
	font-size:14px;
	background:url(../images/bg_aboutLi.gif) no-repeat bottom center;
	text-align: center;
	padding:0;
	margin:0;
}
.pageLeftBom {
	width: 100%;
	height: 10px;
	_overflow: hidden;
	background: url(../images/bg_aboutLeftBom.gif) no-repeat;
}
.pageLeftTop {
	width: 100%;
	height: 10px;
	_overflow: hidden;
	background: url(../images/bg_aboutLeftTop.gif) no-repeat;
}
.pageLeftList ul li a{
	display:block;
	width:100%;
	height:46px;
	line-height:46px;
}
.pageLeftList ul li a:link, .pageLeftList ul li a:visited{
	color:#666;
	text-decoration: none;
}
.pageLeftList ul li a:hover{
	color:#017cc9;
	text-decoration: none;
}
.pageRight{
	width:714px;
}
h2.mytitle{
	font-size:18px;
	color:#007dcc;
	line-height:56px;
	height:56px;
	font-weight:normal;
}
.pageContent{
	width:100%;
	margin-top:20px;
	text-indent: 2em;
	font-size:14px;
	line-height:25px;
}
.pageContent img{
	border:none;
}
.pageContent p{
	margin-bottom:10px;
}