@charset "utf-8";
/* CSS Document */
body
{
	font-size:12px;
}
ul,li
{
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
	line-height:25px;
	text-align:center;
}
a
{
	color:#333333;
	text-decoration:none;
}
.aboutleft
{

}
.aboutTit
{
	width:190px;
	height:30px;
	background:url(../../Images/About/left1.png) no-repeat;
}
.aboutCon
{
	width:190px;
}
.aboutCon ul li
{
	border:#E7E7E7 solid 1px;
	height:25px;
	font-weight:600;
	margin-top:2px;
	padding:1px;
	clear:both;
}
.aboutCon ul li a
{
	display:block;
	background-color:#F4F4F4;
	color:#333333;
}
.aboutCon ul li a:hover
{
	background:#C0C0C0;
}


