@charset "gb2312";
/* CSS Document */

.webBox {
	background:url(../images/nyBg.gif) top no-repeat;
	padding:20px 20px 10px 20px;
}
.webBox .top {
	clear:both;
}
.webBox .top .left {
	float:left;
	display:inline;
}
.webBox .top .right {
	float:right;
	display:inline;
}
.webBox .top .right span {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#060;
	font-size:14px;
	font-weight:bold;
}
.webBox .content {
	clear:both;
	margin-top:3px;
}
.webBox .content .left {
	width:183px;
	height:108px;
	background:url(../images/webpicBg.gif) no-repeat;
	text-align:center;
	padding-top:10px;
	float:left;
	display:inline;
}
.webBox .content .right {
	width:470px;
	float:right;
	display:inline;
	line-height:20px;
}
.webBox .content .right .text {
	text-indent:2em;
}
