@charset "utf-8";
* {
	margin:0px;
	padding:0px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-size:12px;
}
div {
	overflow:hidden;
}
img {
	border:0;
}
ul, li {
	list-style:none;
}
/* Link */
a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #bc2931;
	text-decoration:underline;
}
a:active {
	color: #bc2931;
}
.list {
	float:left;
	width:100%;
}
.list ul {
	padding:5px 10px;
}
.list ul li {
	padding-left:25px;
	height:24px;
	line-height:24px;
	overflow:hidden;
}
.list ul li span {
	padding-right:6px;
}
.list ul li span a {
	font-size:12px;
	color:#666;
}
/*选项卡菜单class*/ 
.title {
	height:27px;
	line-height:27px;
	background:url(/comm/share/02/images/index/ppbg.jpg) repeat-x;
	width:298px;
	margin:0 auto;
	clear:both;
	border-top:1px solid #d8d8d8;
}
.title li {
	float:left;
	display:block;
	cursor:pointer;
	width:46px;
	text-align:center;
	height:27px;
	line-height:27px;
}
.title li a {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#666;
}
.title .hover {
	width:46px;
	font-weight:bold;
	height:27px;
	line-height:27px;
	background:#fff;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
}
.title .hover a {
	color:#000;
}
.title .text {
	width:100px;
	color:#990000;
	font-weight:bold;
}
.phcon {
	width:100%;
	margin:0 auto;
	clear:both;
	background:url(/comm/share/01/images/ph3.gif) no-repeat 10px 10px;
}
