html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	background:#fff;
	font:13px arial,helvetica,sans-serif;
	color:#464646;
}
a {
	text-decoration:none;
	color:#115bb5;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
	color:#0b4994;
}
form {
	margin:0;
	padding:0;
}
#header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	background:#f4f4f4;
	border-bottom:1px solid #ccc;
	z-index:1;
}
#title {
	position:relative;
	border-bottom:1px solid #ccc;
	line-height:1em;
	height:24px;
	padding:12px 0;
}
#title h1 {
	display:inline;
	background:url(images/bg-jiathis-logo-24.png) no-repeat left;
	height:24px;
	line-height:24px;
	margin:0;
	padding:3px 0 3px 32px;
	font-size:18px;
	font-weight:normal;
	color:#000;
	cursor:pointer;
}
#title p {
	position:absolute;
	top:7px;
	left:110px;
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding:0;
	display:inline;
	color:#666;
}
#filter {
	border-top:1px solid #fff;
	padding:20px 0;
	text-align:center;
}
#service-filter {
	background:#fff url(images/bkg-search-lg.gif) no-repeat left;
	border:1px solid #ccc;
	padding:9px 8px 9px 38px;
	margin:0 auto;
	width:374px;
	text-align:left;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#service-filter:hover {
	border-color:#979797;
}
#service-filter:focus {
	border-color:#3885e3;
}
#content {
	position:relative;
	padding:120px 0 30px 0;
	_padding-top:3px;
	height:100%;
}
.container {
	position:relative;
	width:600px;
	margin:0 auto;
	padding:0 10px;
	text-align:left;
	height:100%;
}
#footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#fff;
	border-top:1px solid #ccc;
	padding:6px 0;
	font-size:11px;
	z-index:1;
}
#footer a {
	margin-right:10px;
	text-decoration:none;
	color:#666;
}
#footer a:hover {
	text-decoration:underline;
	color:#000;
}
#atlogo-sm {
	position:absolute;
	top:0;
	right:10px;
	background:url(images/jiathis-logo-footer.gif) no-repeat left;
	padding-left:10px;
}
.s {
	padding-top:16px;
}
.s a {
	display:block;
	width:192px;
	padding:4px!important;
	margin-bottom:10px;
	line-height:32px;
	font-size:16px;
	text-decoration:none;
	color:#235dab;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.s a:hover {
	/*background:url("dir2.gif") no-repeat right #3879d9;*/
	background:#3879d9;
	text-decoration:none;
	color:#fff;
	opacity:1;
	filter:alpha(opacity=100);
}
.s a span {
	padding-left:10px;
}
.service-icon {
	padding:4px 8px;
}
.service-icon:hover {
	background:#3879d9;
	color:#fff;
}
.service-icon span {
	padding-left:20px;
}
h5 {
	margin:10px 0;
	font-weight:bold;
	font-size:14px;
	color:#000;
}
.clear {
	clear:both;
	font-size:1px;
}
.link-active {
	font-weight:bold;
	color:#000!important;
}
.link-deactive {
	color:#b2b2b2!important;
}
.link-deactive:hover {
	text-decoration:none;
}
.gry {
	color:#666;
}
.right {
	text-align:right;
}
.pipe {
	margin:0 5px;
	color:#ccc;
}
.pt5 {
	padding-top:5px;
}
.lgbtn {
	background:url("images/bkg-btn-grey.gif") repeat-x scroll 0 0 #EDEDED;
	border:1px solid #B7B7B7;
	padding:8px 22px;
	color:#000;
	text-shadow:0 1px 2px #fff;
	box-shadow:0 1px 2px #ccc;
	-moz-border-radius:16px 16px 16px 16px;
	-moz-box-shadow:0 1px 2px #ccc;
	-webkit-border-radius:16px 16px 16px 16px;
	-webkit-box-shadow:0 1px 2px #ccc;
}
.lgbtn:hover {
	background-position:0 -35px;
	background-color:#DFDFDF;
	border-color:#AFAFAF;
	color:#000;
	cursor:pointer;
	text-decoration:none;
}
.lgbtn:active {
	background-position:0 -70px;
	background-color:#D4D3D3;
	outline:medium none;
}
.bmat_item{width:200px;float:left;}
.bmat_item a{ color:#235DAB; font-family:"微软雅黑";}
#no-match{ margin-top:15px; display:none; width:100%; margin:0 auto; text-align:center; height:90px;}