/*页面左部分*/
#leftContent {
	margin-top: 6px;
	float: left;
	width: 253px;
	/*height: 303px;*/
}

/*快速业务框架*/
#quickBusinessTitle {
	height: 25px;
	line-height: 24px;
	background: url(../images/main/blueBanner.jpg) repeat-x;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#quickBusinessTitle a {
	font-weight: bold;
	font-size: 12px;
	border-left: 1px solid url(../images/main/blueBanner.jpg);
	border-right: 1px solid url(../images/main/blueBanner.jpg);
	display: block;
	float: left;
	position: relative;
	height: 25px;
	top: 1px;
	left: -1px;
	padding: 0px 16px;
}

#quickBusinessBody {
	border: 1px solid #cccccc;
	border-top: 0px;
	background: #F0F8FF;
	padding: 8px;
	/*height: 233px;*/
}
/**/
#rechargeForm td{
	padding:5px;
}

/*页面右部分*/
#rightContent {
	margin-top: 6px;
	float: right;
	width: 690px;
}

/* 右左部分 */
#rightContentLeftPanel {
	float: left;
	width: 480px;
}

/*广告*/
#adsContent {
	background: #F7F7F7;
	height: 240px;
}

.clssMainRoll{
	filter: progid:DXImageTransform.Microsoft.Slide(slidestyle=SWAP,Bands=1);
	cursor: pointer;
}

/* 右右部分 */
#rightContentRightPanel {
	float: right;
	width: 203px;
}

/*主页用户登录界面*/
#userLoginPanel {
	width: 203px;
}

#userLoginPanel .blueBannerContent { /* height: 204px; */
	height: 140px;
}

#loginSimplyTable label {
	font-weight: bold;
}

#loginSimplyTable {
	margin-top: 1px;
}

#loginSimplyTable td {
	padding: 5px 0px;
}

/*信息查询框体*/
#inforsQueryContent {
	width: 203px;
}

#inforsQueryContent li {
	white-space: nowrap;
	word-break: keep-all; /*必须*/
	padding: 5px 3px;
	list-style-type: square;
	list-style-position: inside;
	border-bottom: 1px dashed #cccccc;
}

/*信息展示的style*/
#inforsContent {
	border-top: 0px;
	padding: 5px;
	width: 468px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.test {
	border-top: 0px;
	padding: 5px;
	width: 468px;
	text-overflow: ellipsis;
	overflow: hidden;
}

#inforsContent li {
	list-style-type: square;
	list-style-position: inside;
	border-bottom: 1px dashed #cccccc;
	padding: 5px 3px;
	overflow: hidden; *
	overflow: visible;
	white-space: nowrap;
	word-break: keep-all; /* 必须 */
}

#businessGuider {
	margin: 3px 0px;
	background-color: #F7F7F7;
}

#businessGuider li {
	float: left;
	padding: 5px;
}

#businessGuider .milkyWhiteContent {
	background-color: #fafafa;
}

.showQuickBusList a {
	float: left;
	display: block;
}

.showQuickBusList p {
	float: left;
	width: 15em;
	text-indent: 2em;
	margin: 0px 5px;
	line-height: 110%;
}

/*邮政业务的列表板块 */
.detailBusinessList {
	padding: 5px;
}

.detailBusinessList li {
	padding: 3px 0px;
	margin: 2px 0px;
	border-bottom: 1px solid #cccccc;
}

.detailBusinessList li img{
	float: left; 
	display: block;
}

.detailBusTextList {
	float: left;
	margin-left: 5px
}

.detailBusTextList li {
	border: none;
}

/** */
.firendsLinkList{
	padding-bottom:12px;
}


.firendsLinkList li {
	padding: 8px 6px;
	float: left;
	width: 40%;
	text-align:center;
	list-style-type: square;
	
}