@charset "gb2312";
/* CSS Document */

*{ padding:0; margin:0;}
body { height:100%; background:#e8f0f6;font-family: "Microsoft YaHei",SimSun; font-size:12px;}
.index_left_p {
	width: 100px;
	float: left;
	height: 70px;
	padding-top: 15px;
	}
.index_left_p1 {
	width: 500px;
	float: left;
	text-align: left;
	height: 70px;
	padding-top: 15px;
	color: #5d5d5d;
	}
.index_left_p1 span a:hover {
	color: #0676cd;
	text-decoration: underline;
	}
a {
	cursor: pointer;
	text-decoration: none;
	border: 0;
	}
.index_left_p1 span {
	font-size: 16px;
	font-weight: bold;
	color: #0676cd;
	line-height: 50px;
	}