@charset "utf-8";
/* CSS Document */
/*
	Copyright (C) 2010 HangZhou Bank 
	Code_File:global.css(全局公共样式)
	Revision 1.0 2010/11/20 YangMing@yuchengtech.com
*/
/** All---Begin **/
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	background:url(../images/bg_body.gif) left top repeat-x;
	font-family:"宋体";
	color: #353739;
}
html {
	color: #353739;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family:"宋体";
}
iframe, img {
	border: 0;
}
em, strong {
	font-style: normal;
	font-weight: normal;
}
ul, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
input, button, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #313c3b;
	text-decoration: none;
}
a:hover {
	color: #0d6db7;
	text-decoration: underline;
}
.c, .clear {
	clear: both;
}
a {
blr:expression(this.onFocus=this.blur())
}
/*针对 IE 去除链接虚线样式*/
a {
	outline:none;
}
/*针对firefox等 去除链接虚线样式*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*html .clearfix {
	height:1%;
}
*+html .clearfix {
	height:1%;
}
/** 全局框架样式---Begin **/
.all {
	position:relative;
	z-index:1;
	margin: 0 auto;
	width: 980px;
}
/** Main背景样式---Begin **/
.main_bg {
	background:url(../images/left_bg.gif) left 230px repeat-y;
}
/** Main背景样式---End **/
.main {
	position:relative;
	z-index:10;
	width:980px;
	display:inline-block;
}
.main .left {
	position:relative;
	z-index:1;
	float:left;
	width:190px;
	background-color:#fff;
}
.main .right {
	position:relative;
	z-index:1;
	margin-left:10px;
	float:left;
	width:780px;
}
.ztDiv800 {
	margin:0 auto;
	width:800px;
}
.wDiv780i {
	width:780px;
}
.wDiv780 {
	position:relative;
	z-index:10;
	width:780px;
}
.wDiv570 {
	position:relative;
	z-index:10;
	width:570px;
}
.wDiv568 {
	position:relative;
	z-index:10;
	width:568px;
}
.wDiv540 {
	position:relative;
	z-index:10;
	width:540px;
}
.wDiv500 {
	position:relative;
	z-index:10;
	width:500px;
}
.wDiv484 {
	position:relative;
	z-index:10;
	width:484px;
}
.wDiv408 {
	position:relative;
	z-index:10;
	width:368px;
}
.wDiv365 {
	position:relative;
	z-index:10;
	width:405px;
}
.wDiv368 {
	position:relative;
	z-index:10;
	width:368px;
}
.wDiv282 {
	position:relative;
	z-index:10;
	width:282px;
}
.wDiv265 {
	position:relative;
	z-index:10;
	width:265px;
}
.wDiv258 {
	position:relative;
	z-index:10;
	width:258px;
}
.wDiv260 {
	position:relative;
	z-index:10;
	width:260px;
}
.wDiv282 {
	position:relative;
	z-index:10;
	width:282px;
}
.wDiv214 {
	position:relative;
	z-index:10;
	width:216px;
}
.wDiv205 {
	position:relative;
	z-index:10;
	width:205px;
}
.wDiv190 {
	position:relative;
	z-index:10;
	width:190px;
}
.wDiv188 {
	position:relative;
	z-index:10;
	width:186px;
}
.hDiv55 {
	height:55px;
}
.hDiv65 {
	height:65px;
}
.hDiv240 {
	height:240px;
}
.hDiv140 {
	height:140px;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.mL8 {
	margin-left:8px;
	display:inline;
}

.mL6 {
	margin-left:6px;
	display:inline;
}

.mL5 {
	margin-left:5px;
	display:inline;
}
.mR8 {
	margin-right:8px;
	display:inline;
        }
.borderA {
	border:#dfdfdf 1px solid;
}
/** 全局框架样式---End **/
/** 页头样式---Begin **/
.header {
	position:relative;
	z-index:10;
	width:980px;
	height:62px;
}
.header .logo {
	position:absolute;
	z-index:11;
	left:0;
	top:8px;
	width:170px;
	height:50px;
	background:url(../images/logo.jpg);
}
.header .logo a {
	display:block;
	width:170px;
	height:50px;
	text-indent:-9999px;
}
.header .topLink {
	position:absolute;
	z-index:11;
	right:0;
	top:20px;
	text-align:right;
}
.header .topLink a {
	padding:4px 10px 4px 16px;
	color:#4994cd;
	background:url(../images/icon.gif) left top no-repeat;
}
/** 页头样式---End **/
/** 搜索样式---Begin **/
.searchBox {
	position:absolute;
	right:0px;
	width:170px;
	height:32px;
	background:url(../images/bg_search.jpg);
}
.searchBox .searchInput {
	position:absolute;
	left:20px;
	padding-top:5px;
 *padding-top:6px;
	_padding-top:5px;
	width:110px;
	font-family:"宋体";
}
.searchBox .searchInput input {
	width:110px;
	border:0;
	color:#909090;
	height:18px;
	background:url(../images/bg_search.jpg) -15px center;
}
.searchBox .searchBut {
	position:absolute;
	top:5px;
	right:0;
	width:40px;
}
.searchBox .searchBut input {
	width:30px;
	height:25px;
	border:0;
	background:url(../images/bg_search.jpg) -220px center no-repeat;
	color:#0264a9;
	cursor:pointer;
	line-height:25px;
}
/** 搜索样式---End **/
/** 头部滚动公告样式---Begin **/
.noticeTop {
	position:relative;
	z-index:10px;
	width:980px;
	height:30px;
	background:url(../images/bg_notice.gif);
}
.noticeTop .title {
	position:absolute;
	left:20px;
	width:100px;
	height:30px;
	font-weight:bold;
	color:#4c4c4c;
	line-height:30px;
}
.noticeTop .txtBox {
	overflow:hidden;
	position:absolute;
	left:100px;
	top:3px;
	height:24px;
	line-height:24px;
}
.noticeTop .txtBox a {
	display:block;
	height:24px;
	padding-left:14px;
	background:url(../images/icon.gif) left -295px no-repeat;
	white-space:nowrap;
}
/** 头部滚动公告样式---BEnd **/
/** 页脚样式---Begin **/
.footer {
	
	height:97px;
	background:url(../images/bg_footer.gif);
	color:#585656;
}
.footer p {
	padding-top:6px;
	text-align:center;
}
.footer .p16 {
	padding:16px 0 8px 0;
	font-weight:bold;
}
.footer .p16 a {
	color:#585656;
}
/** 页脚样式---End **/
/** 间距样式---Begin **/
.top6 {
	margin-top:6px;
}
.pad6 {
	padding-top:6px;
}
.padAlr3 {
	padding:0 3px;
}
.padA5 {
	padding:5px;
}
.padAlr5 {
	padding:0 5px;
}
.padAlr10 {
	padding:0 10px;
}
.padA10 {
	padding:10px;
}
.contentTxt {
	text-align:center;
}
/** 间距样式---End **/
/** 字体样式---Begin **/
.fColor01 {
	color:#0d6db7;
}
.fColor02 {
	color:#F00;
}
.fColor03 {
	color:#3f9a20;
	font-weight:bold;
}
.fColor04 {
	color:#0d6db7;
	font-weight:bold;
}
.fColor05 {
	color:#3f9a20;
}
.fontB {
	font-weight: bold;
}
.fsize14 {
	font-size:14px;
}
/** 字体样式---End **/
/** 公共容器样式---Begin **/
.pBoxA {
	position:relative;
	z-index:20;
}
.pBoxA .title {
	position:relative;
	z-index:20;
	height:37px;
	background:url(../images/pboxa_title.gif) left top no-repeat;
	line-height:37px;
}
.pBoxA .title .right {
	position: relative;
	z-index:21;
	float:right;
	width:16px;
	height:37px;
	display:block;
	background:url(../images/pboxa_title.gif) right top no-repeat;
}
.pBoxA .titleB {
	position:relative;
	z-index:20;
	height:37px;
	background:url(../images/pboxa_titleb.gif) left top no-repeat;
	line-height:37px;
}
.pBoxA .titleB .right {
	position: relative;
	z-index:21;
	float:right;
	width:16px;
	height:37px;
	display:block;
	background:url(../images/pboxa_title.gif) right top no-repeat;
}
.pBoxA h2 {
	position:absolute;
	z-index:21;
	left:0;
	padding-left:14px;
	font-weight:bold;
	font-size:14px;
}
.pBoxA .rBgtitle {
	position:absolute;
	z-index:21;
	right:10px;
	padding-left:0px;
	font-size:12px;
}
.pBoxA .rBgtitle a {
}
.pBoxA .rBgtitle span {
	margin-right:15px;
	display:block;
	height:37px;
	float:left;
}
.pBoxA .rBgtitle .on {
	padding-left:10px;
	font-weight:bold;
	background:url(../images/pboxa_title2.gif) left top no-repeat;
}
.pBoxA .rBgtitle .on a {
	display:block;
	padding-right:20px;
	height:37px;
	float:left;
	background:url(../images/pboxa_title2.gif) right top no-repeat;
}
.pBoxA .bottom {
	position:relative;
	z-index:20;
	height:6px;
	background:url(../images/pboxa_bottom.gif) left bottom no-repeat;
	line-height:6px;
}
.pBoxA .bottom .right {
	position:absolute;
	z-index:21;
	right:0;
	width:16px;
	height:6px;
	display:block;
	background:url(../images/pboxa_bottom.gif) right bottom no-repeat;
}
.pBoxB .title {
	position:relative;
	z-index:20;
	height:37px;
	background:url(../images/pboxb_title.gif) left top no-repeat;
	line-height:37px;
}
.pBoxB .title .right {
	position: relative;
	z-index:21;
	float:right;
	width:16px;
	height:37px;
	display:block;
	background:url(../images/pboxa_title.gif) right top no-repeat;
}
.pBoxB .titleA {
	position:relative;
	z-index:20;
	height:27px;
	background:url(../images/pboxb_titlea.gif) left top no-repeat;
	line-height:27px;
       }
.pBoxB .titleA .right {
	position: relative;
	z-index:21;
	float:right;
	width:60px;
	height:27px;
	display:block;
	background:url(../images/pboxb_titlea.gif) right top no-repeat;
}
.pBoxB h2 {
	position:absolute;
	z-index:21;
	left:0;
	padding-left:14px;
	font-weight:bold;
	font-size:14px;
}
.pBoxB .rBgtitleA {
	position:absolute;
	z-index:21;
	left:60px;
	padding-top:3px;
	padding-left:0px;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	text-align:center;
	height:24px;
	line-height:24px;
}
.pBoxB .rBgtitle {
	position:absolute;
	z-index:21;
	left:0;
	padding-left:0px;
	font-weight:bold;
	font-size:14px;
}
.pBoxB .rBgtitle a {
	color:#585656;
}
.pBoxB .rBgtitle span {
	margin-right:15px;
	display:block;
	height:37px;
	float:left;
}
.pBoxB .rBgtitle .on {
	padding-left:10px;
	background:url(../images/pboxa_title2.gif) left top no-repeat;
}
.pBoxB .rBgtitle .on a {
	display:block;
	padding-right:20px;
	height:37px;
	float:left;
	background:url(../images/pboxa_title2.gif) right top no-repeat;
	color:#0d6db7;
}
.pBoxB .bottom {
	position:relative;
	z-index:20;
	height:6px;
	background:url(../images/pboxc_bottom.gif) left bottom no-repeat;
	line-height:6px;
}
.pBoxB .bottom .right {
	position:absolute;
	z-index:21;
	right:0;
	width:16px;
	height:6px;
	display:block;
	background:url(../images/pboxc_bottom.gif) right bottom no-repeat;
}
.pBoxC .title {
	position:relative;
	z-index:20;
	height:26px;
	background:url(../images/pboxc_title.gif) left top no-repeat;
	line-height:26px;
}
.pBoxC .title .right {
	position: relative;
	z-index:21;
	float:right;
	width:16px;
	height:26px;
	display:block;
	background:url(../images/pboxc_title.gif) right top no-repeat;
}
.pBoxC h2 {
	position:absolute;
	z-index:21;
	left:0;
	height:26px;
	padding-left:14px;
	font-weight:bold;
	font-size:14px;
	line-height:26px;
}
.pBoxC .bottom {
	position:relative;
	z-index:20;
	height:6px;
	background:url(../images/pboxc_bottom.gif) left bottom no-repeat;
	line-height:6px;
}
.pBoxC .bottom .right {
	position:absolute;
	z-index:21;
	right:0;
	width:16px;
	height:6px;
	display:block;
	background:url(../images/pboxc_bottom.gif) right bottom no-repeat;
}
.pBoxD {
	position:relative;
	z-index:20;
}
.pBoxD .title {
	position:relative;
	z-index:20;
	height:31px;
	background:url(../images/pboxd.gif) left top no-repeat;
	line-height:31px;
}
.pBoxD .title .right {
	position: relative;
	z-index:21;
	float:right;
	width:16px;
	height:31px;
	display:block;
	background:url(../images/pboxd.gif) right top no-repeat;
}
.pBoxD .titlea {
	position:relative;
	z-index:20;
	height:10px;
	background:url(../images/pboxd.gif) left top no-repeat;
	line-height:31px;
}
.pBoxD .titlea .right {
	position: relative;
	z-index:21;
	float:right;
	width:16px;
	height:10px;
	display:block;
	background:url(../images/pboxd.gif) right top no-repeat;
}

.titleaAA {
	width:205px;
	height:27px;
	background-image: url(../images/titleaAA.jpg);
	background-repeat: no-repeat;
}
.titleaAB {
	width:205px;
	height:37px;
	background-image: url(../images/xcpjs.jpg);
	background-repeat: no-repeat;
}
.titleaAC {
	width:205px;
	height:37px;
	background-image: url(../images/xfesh.jpg);
	background-repeat: no-repeat;
}
.titleaAA3 { margin-top:5px; width:205px;
	height:223px;}

.pBoxD h2 {
	position:absolute;
	z-index:21;
	left:12px;
	height:31px;
	font-weight:bold;
	font-size:14px;
}
.pBoxD h2 span {
	display:block;
	float:left;
	height:31px;
	padding-right:20px;
	background:url(../images/pboxd_title.gif) right;
	color:#fff;
	line-height:31px;
}
.pBoxD h2 span strong {
	float:left;
	display:block;
	height:31px;
	padding-left:14px;
	font-weight:bold;
	background:url(../images/pboxd_title.gif) left no-repeat;
}
.pBoxD .bottom {
	position:relative;
	z-index:20;
	height:6px;
	background:url(../images/pboxd.gif) left bottom no-repeat;
	line-height:6px;
}
.pBoxD .bottom .right {
	position:absolute;
	z-index:21;
	right:0;
	width:16px;
	height:6px;
	display:block;
	background:url(../images/pboxd.gif) right bottom no-repeat;
}
.pBoxE {
	position:relative;
	z-index:20;
}
.pBoxE .top {
	position:relative;
	z-index:20;
	height:6px;
	background:url(../images/pboxe.gif) left top no-repeat;
	line-height:6px;
}
.pBoxE .top .right {
	position: relative;
	z-index:21;
	float:right;
	width:16px;
	height:6px;
	display:block;
	background:url(../images/pboxe.gif) right top no-repeat;
}
.pBoxE h2 {
	position:absolute;
	z-index:21;
	left:0;
	padding-left:14px;
	font-weight:bold;
	font-size:14px;
}
.pBoxE .bottom {
	position:relative;
	z-index:20;
	height:6px;
	background:url(../images/pboxe.gif) left bottom no-repeat;
	line-height:6px;
}
.pBoxE .bottom .right {
	position:absolute;
	z-index:21;
	right:0;
	width:16px;
	height:6px;
	display:block;
	background:url(../images/pboxe.gif) right bottom no-repeat;
}
.pBoxF {
	border-bottom:#CCC 1px dotted;
	padding-bottom:6px;
	overflow:hidden;
}
.pBoxW {
	border-right:#00559c 6px solid;
	padding-right:4px;
}
.moreA {
	position:absolute;
	z-index:21;
	top:1px;
	right:16px;
	text-align:right;
	color:#585656;
}
.moreA a {
	text-decoration:underline;
	color:#585656;
}
.moreC {
	position:absolute;
	z-index:21;
	top:0;
	right:16px;
	text-align:right;
}
.biankuangA {
	overflow:hidden;
	border:0;
	border-left:#dfdfdf 1px solid;
	border-right:#dfdfdf 1px solid;
	background-color:#fafafa;
	_display: inline-block;
}

.txtwzBox{ padding:10px; >height:70px; height:77px; _height:70px; line-height:180%;padding-top:5px;_padding-bottom:4px;}
.txtwzBoxa{ padding:10px; line-height:180%;}
.txtwzBoxa p { padding:15px 5px 0 5px;_padding:14px 5px 0 5px;}
.biankuangB {
	overflow:hidden;
	padding:5px;
	border:0;
	border-left:#dfdfdf 1px solid;
	border-right:#dfdfdf 1px solid;
	background-color:#fff;
	_display: inline-block;
}
.biankuangC {
	overflow:hidden;
	border:0;
	border-left:#dfdfdf 1px solid;
	background-color:#fafafa;
	_display: inline-block;
}
.biankuangD {
	overflow:hidden;
	border-bottom:#d6d2bb 1px solid;
	_display: inline-block;
}
.biankuangE {
	position:relative;
	z-index:22;
	border:0;
	border-left:#dfdfdf 1px solid;
	border-right:#dfdfdf 1px solid;
	background-color:#fafafa;
	_display: inline-block;
}
.biankuangF {
	overflow:hidden;
	border:0;
	border-left:#dfdfdf 1px solid;
	background-color:#fff;
	_display: inline-block;
}
.biankuangG {
	overflow:hidden;
	border:0;
	border-left:#dfdfdf 1px solid;
	_display: inline-block;
	background:url(../images/pboxe_line.gif) right repeat-y;
	background-color:#fcfcfc;
}
.biankuangR {
	position:relative;
	z-index:22;
	overflow:hidden;
	border:0;
	border-left:#dfdfdf 1px solid;
	border-right:#dfdfdf 1px solid;
	background-color:#fafafa;
	_display: inline-block;
}
.imgTitleA {
	height:50px;
	border:#dfdfdf 1px solid;
	border-top:0;
	background:url(../images/bg_gt01.gif) right no-repeat;
}
.imgTitleA h3 {
	padding-left:16px;
	height:50px;
	background:url(../images/icon.gif) scroll -1px -351px no-repeat;
	font-size:14px;
	font-weight:bold;
	line-height:50px;
}
/** 公共容器样式---End **/
/** 公共按钮样式---Begin **/
.buttonsA {
	width:50px;
	height:20px;
	border:0;
	cursor:pointer;
	background:url(../images/button.gif) left top no-repeat;
}
.buttonsB {
	width:50px;
	height:19px;
	border:0;
	cursor:pointer;
	color:#485e65;
	background:url(../images/button.gif) left -128px no-repeat;
}
.buttonsC {
	width:70px;
	height:20px;
	border:0;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	background:url(../images/button.gif) left -160px no-repeat;
}
/** 公共按钮样式---End **/
/** 位置信息样式---Begin **/
.currentBox {
	position:absolute;
	z-index:21;
	top:1px;
	right:16px;
	padding-left:16px;
	text-align:right;
	font-family:"宋体";
	background:url(../images/icon.gif) scroll left -399px no-repeat;
	white-space:nowrap;
}
.currentBox b {
	font-size:14px;
}
.currentBoxA {
	height:25px;
	text-align:right;
	font-family:"宋体";
	white-space:nowrap;
	line-height:25px;
}
.currentBoxA .home {
	padding-left:16px;
	text-align:right;
	font-family:"宋体";
	background:url(../images/icon.gif) scroll left -412px no-repeat;
}
.currentBoxA b {
	font-size:14px;
}
/** 位置信息样式---End **/
/** 翻页样式---Begin **/
.fanYeBox {
	overflow:hidden;
}
.fanYe {
	overflow:hidden;
	padding:5px;
	margin:0 auto;
	text-align:center;
}
.fanYe a {
	display: block;
	float:left;
	padding:0 5px;
	height:16px;
	color:#858585;
	line-height:16px;
}
.fanYe .on {
	display:block;
	float:left;
	padding:0 8px;
	height:16px;
	color:#4c4c4c;
	font-weight:bold;
	line-height:16px;
}
.fanYe .upAll {
	width:18px;
	padding:0;
	background:url(../images/icon.gif) 3px -429px no-repeat;
}
.fanYe .up {
	width:18px;
	padding:0;
	background:url(../images/icon.gif) -13px -429px no-repeat;
}
.fanYe .dn {
	width:18px;
	padding:0;
	background:url(../images/icon.gif) -26px -429px no-repeat;
}
.fanYe .dnAll {
	width:18px;
	padding:0;
	background:url(../images/icon.gif) -42px -429px no-repeat;
}
/** 翻页样式---End **/
/** 列表样式---Begin **/
.newsList {
	padding:5px;
}
.newsList li {
	padding-left:16px;
	height:22px;
	line-height:22px;
	background:url(../images/icon.gif) left -296px no-repeat;
}

.newsListT {
	padding:5px;
 *padding:6px 5px;
}
.newsListT li {
	padding-left:16px;
	height:22px;
	line-height:22px;
 *height:20px;
 *line-height:20px;
	background:url(../images/icon.gif) left -296px no-repeat;
}
.newsListT li a {
	float:left;
}
.newsListT li span {
	float:right;
}
.newsListA {
	overflow:hidden;
	padding:5px;
}
.newsListA li {
	padding:0px 0px;
	overflow:hidden;
	display: inline-block;
	border-bottom:#CCC 1px dotted;
}
.newsListA li a {
	display:block;
	float:left;
	padding-left:16px;
	width:115px;
	height:22px;
	color:#005099;
	background:url(../images/icon.gif) 0px -119px no-repeat;
	line-height:22px;
}
.newsListB {
	overflow:hidden;
}
.newsListB dt {
	overflow:hidden;
	padding-left:9px;
	height:20px;
	display:inline-block;
	font-weight:bold;
	line-height:20px;
}
.newsListB dd {
	padding:6px 8px 0px 8px;
	height:90x;
	line-height:180%;
}
.newsListB img {
	padding:4px;
	border:#dfdfdf 1px solid;
}
.newsListB dd p a {
	color:#005099;
}

.newsListP {
	overflow:hidden;
}
.newsListP dt {
	overflow:hidden;
	padding:10px;
	display:inline-block;
	font-weight:bold;
	height:72px;
	float:left;
	width:70px;
}
.newsListP dd {
	float:left;
	line-height:150%;
	border-bottom:#5c5e60 1px dotted;
	width:170px;
	padding:3px 0;
}
.newsListP .titleP {
	float:left;
	margin-top:8px;
	width:160px;
	padding:3px 5px;
	border:#cad3da 1px solid;
	background-color:#fff;
	color:#0d6db7;
}
.newsListP dt img {
	padding:2px;
	border:#dfdfdf 1px solid;
}
.newsListP dd a {
	background:url(../images/icon.gif) left -293px no-repeat;
	padding:6px 8px 0px 18px;
}


.newsListP1 {
	overflow:hidden;
}
.newsListP1 dt {
	overflow:hidden;
	padding:10px;
	display:inline-block;
	font-weight:bold;
	height:72px;
	float:left;
	width:70px;
}
.newsListP1 dd {
	float:left;
	line-height:150%;
	width:170px;
	padding:3px 0;
}
.newsListP1 .titleP {
	float:left;
	margin-top:8px;
	width:160px;
	padding:3px 5px;
	color:#0d6db7;
}
.newsListP1 dt img {
	padding:2px;
	border:#dfdfdf 1px solid;
}
.newsListP1 dd a {
	background:url(../images/icon.gif) left -293px no-repeat;
	padding:6px 8px 0px 18px;
}

.qanA {
	padding:5px;
	border-bottom:#CCC 1px dotted;
}
.qanA {
	overflow:hidden;
	padding:5px;
	border-bottom:#CCC 1px dotted;
}
.qanA dt {
	padding:2px 0px;
	padding-left:16px;
	overflow:hidden;
	display: inline-block;
	background:url(../images/icon_q.gif) left 1px no-repeat;
	line-height:125%;
}
.qanA dd {
	padding:2px 0px;
	padding-left:16px;
	overflow:hidden;
	display: inline-block;
	background:url(../images/icon_a.gif) left 1px no-repeat;
	color:#0d6db7;
	line-height:125%;
}
.qanA dd a {
	color:#0d6db7;
	line-height:125%;
}
.qanB {
	padding:10px;
}
.qanB dt {
	margin-top:6px;
	padding:5px 0 5px 30px;
	background:url(../images/icon_qb.gif) 4px center no-repeat;
	font-size:14px;
	font-weight:bold;
	background-color:#f1f1f1;
}
.qanB dd {
	margin-top:6px;
	padding:5px 0 5px 30px;
	background:url(../images/icon_ab.gif) 4px 5px no-repeat;
	line-height:150%;
}
/** 列表样式---End **/
/** 切换标签样式---Begin **/
.tagA {
	overflow:hidden;
	padding-left:10px;
	height:23px;
	background:url(../images/taga_bg.gif) left bottom repeat-x;
}
.tagA li {
	float:left;
	padding-left:6px;
	height:23px;
	cursor:pointer;
	line-height:23px;
}
.tagA span {
	float:left;
	display:inline;
	padding-right:10px;
	height:23px;
}
.tagA .on {
	padding-left:6px;
	background:url(../images/taga_onbg.gif) left;
}
.tagA .on span {
	display:block;
	padding-right:10px;
	height:23px;
	color:#0d6db7;
	font-weight:bold;
	background:url(../images/taga_onbg.gif) right;
}
/** 切换标签样式---End **/
/** 商品样式---Begin **/
.goodsBox {
	padding:10px 10px 8px 10px;
        padding-bottom:15px;
        _padding-bottom:8px;
	overflow:hidden; 
        *padding:10px 10px 10px 10px;
	_padding:10px 10px 20px 10px;
}
.goodsBox dl {
	float:left;
	width:157px;
	margin-left:5px;
	display:inline;
}
.goodsBox dl dt img {
	border:#CCC 1px solid;
}
.goodsBox dl dd {
	padding:3px;
}
.goodsBox dl dd span {
	float:left;
}
.sxjf {
	margin-right:8px;
	width:54px;
	height:15px;
	display: inline-block;
	background:url(../images/button_duihan.gif) bottom no-repeat;
}
.dhbh {
	margin-right:8px;
	width:54px;
	height:15px;
	display:inline-block;
	background:url(../images/button_duihan.gif) top no-repeat;
}
.shichangji {
	margin-right:4px;
	width:54px;
	height:15px;
	display: inline-block;
	background:url(../images/button_fenqi.gif) bottom no-repeat;
}
.fenqiji {
	margin-right:4px;
	width:54px;
	height:15px;
	display:inline-block;
	background:url(../images/button_fenqi.gif) top no-repeat;
}
.goodsBoxBdiv {
	padding:10px 15px 8px 15px;
	overflow:hidden;
	overflow:hidden;
	display:inline-block;
}
.goodsBoxB {
	float:left;
	width:157px;
	margin-left:23px;
	display:inline;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:5px;
}
.goodsBoxB dt img {
	border:#CCC 1px solid;
}
.goodsBoxB dd {
	padding:3px 3px;
}
.goodsBoxB dd span {
	float:left;
}
/** 商品样式---End **/



/**add by mraliang 2010-12-08**/
.titleAok {
	position:relative;
	z-index:20;
	height:27px;
	background:url(../images/pboxb_titlea.gif) left top no-repeat;
	line-height:27px;
}
.titleAok .right {
	position: relative;
	z-index:21;
	float:right;
	width:60px;
	height:27px;
	display:block;
	background:url(../images/pboxb_titlea.gif) right top no-repeat;
}
.titleAok .rBgtitleA {
	position:absolute;
	z-index:21;
	left:60px;
	padding-top:3px;
	padding-left:0px;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	text-align:center;
	height:24px;
	line-height:24px;
}

#xyk_tsyw{

margin-left:10px;
}

/**
add by mraliang 20101210
**/

.clearDiv{
height:5px;
}

#page input{
border:0px;
background-color:transparent;
width:20px;
margin-left:3px;
color:#858585;
cursor:pointer;
}
.pageon{
font-weight:bold;
color:#000000;
}


<!--  .adLeft{ position:absolute; top:95px; left:10px; z-index:999;}
.adRight{ position:absolute; top:95px; right:10px; z-index:999;}
.closeBtn{ position:absolute; display:inline-block; width:15px; height:15px; line-height:15px;  right:2px; top:0;  text-align:center; font-size:20px; cursor:pointer;}  -->




#msg_win{position:absolute;right:0px;display:none;overflow:hidden;z-index:99;border:1px solid #c00;background:#F9EFFC;width:240px;font-size:12px;margin:0px;}
#msg_win .icos{position:absolute;top:2px;*top:0px;right:2px;z-index:9;}
.icos a{float:left;color:#FFFFFF;margin:1px;text-align:center;font-weight:bold;width:14px;height:22px;line-height:22px;padding:1px;text-decoration:none;font-family:webdings;}
.icos a:hover{color:#FFCC00;}
#msg_title{background:#AC19E3;border-bottom:1px solid #710B97;border-top:1px solid #FFF;border-left:1px solid #FFF;color:#FFFFFF;height:25px;line-height:25px;text-indent:5px;font-weight:bold;}
#msg_content{margin:5px;margin-right:0;width:230px;height:126px;overflow:hidden;}

#emsg_win{border:1px solid #CCFFFF;background:#FFFFFF;width:302px;position:absolute;right:0;font-size:12px;color:#000000;font-family:Arial;margin:0px;display:none;overflow:hidden;z-index:99;}
#emsg_win .icos{position:absolute;top:0px;right:2px;z-index:9;}.icos a{float:left;color:#833B02;margin:1px;text-align:center;font-weight:bold;width:14px;height:22px;line-height:22px;padding:1px;text-decoration:none;font-family:webdings;}.icos a:hover{color:#fff;}
#emsg_title{background:#CCFFFF;height:25px;line-height:25px;text-indent:5px;}
#emsg_content{padding:0px 0px 0px 1px;width:300px;height:169px;overflow:hidden;}


.nohuanhang{overflow:hidden;white-space: nowrap !important;word-break:keep-all;}



























