@charset "utf-8";
/*.main* start*/
#main {
	margin-bottom:10px;
}
#main .main {
	display:inline;
	float:right;
	width:785px;
}
#main .main h2 {
	margin-bottom:10px;
	background:url(../images/main.jpg) no-repeat 0 -910px;
	height:29px;
	line-height:29px;
	font-size:14px;
	color:#fff;
	padding-left:13px;
}
#main .main .content {
	padding:15px;
}
#main .main .content h3 {
	color:#606060;
	font-size:25px;
	margin-bottom:10px;
	text-align:center;
}
#main .main .content p {
	color:#383838;
	font-size:14px;
	line-height:29px;
	text-indent:2em;
}
#main .main table {
	width:100%;
}
#main .main table th, #main table td {
	border:1px solid #abccef;
	text-align:center;
	height:35px;
	width:25%;
}
#main .main table th {
	background-color:#ebf4fb;
}
#main .sidebar {
	display:inline;
	float:left;
	width:185px;
}
#main .sidebar .lb {
	margin-bottom:10px;
}
#main .sidebar .lb h2 {
	background:url("../images/main.jpg") no-repeat scroll 0 -797px transparent;
	color:#5B5C5E;
	font-size:14px;
	height:26px;
	line-height:26px;
	padding-left:10px;
}
#main .sidebar .lb ul {
	border-bottom:1px solid #BFD9E9;
	border-left:1px solid #BFD9E9;
	border-right:1px solid #BFD9E9;
	padding:15px;
}
#main .sidebar .lb ul li {
	border-bottom:1px dashed #BFD9E9;
	padding:6px 0;
}
#main .sidebar .lb ul li .pic {
	border:1px solid #DADADA;
	display:inline;
	float:left;
	height:65px;
	margin-right:8px;
	width:65px;
}
#main .sidebar .lb ul li .pic img {
	height:65px;
	width:65px;
}
#main .sidebar .lb ul li h3 {
	font-size:12px;
	font-weight:normal;
	height:46px;
	line-height:23px;
	overflow:hidden;
}
#main .sidebar .lb ul li p {
	color:#999999;
}
#main .sidebar .lb ul li p span {
	color:#FF6600;
}
#main .sidebar .advertisement {
	border:1px solid #EDEDED;
}
#main .sidebar .advertisement img {
	height:140px;
	width:183px;
}
