/* CSS Document */

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #FF0000;} /* 鼠标在链接上 */ 
a:active {color: #FF0000;} /* 点击激活链接 */
/*BodyCSS定义*/
td	{font-family:  "Verdana, Arial, Helvetica, sans-serif"; font-size: 11.5px; color: #000000; text-decoration:none ; text-decoration:none ; }
BODY {
background:center;
font-family:  "Verdana, Arial, Helvetica, sans-serif"; font-size: 11.5px;
FONT-SIZE: 9pt;
color: #000000;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #000000; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #ffffff;
}
/*鼠标右键菜单样式*/
.menu {
	position:absolute;
	background: menu;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 2px solid buttonshadow;
	border-right: 2px solid buttonshadow;
	padding: 2px;
	font: menu;
	cursor:default;
	font-size:9pt;
	width:90pt;
	visibility: hidden;
	z-index: 2;
	overflow: visible;
}
.mainmenu {
	position:absolute;
	background: #D4D0C8;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 2px solid buttonshadow;
	border-right: 2px solid buttonshadow;
	padding: 2px;
	font: 9pt "menu";
	cursor:default;
	width:130pt;
	left: 47px;
	top: 5px;
	line-height: 16px;
	background-color: #D4D0C8;
	visibility: hidden;

}
.mainmenushow {
	position:absolute;
	visibility:visible;
	background: #D4D0C8;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 2px solid buttonshadow;
	cursor:hand;
	border-right: 2px solid buttonshadow;
	padding: 2px;
	font: 9pt "menu";
	cursor:default;
	width:130pt;
	z-index: 2;
}
.childmenushow {
	position:absolute;
	visibility:visible;
	background: #D4D0C8;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 2px solid buttonshadow;
	cursor:hand;
	border-right: 2px solid buttonshadow;
	padding: 2px;
	font: 9pt "menu";
	cursor:default;
	width:100pt;
	z-index: 2;
}
.childmenu {
	position:absolute;
	background: #D4D0C8;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 2px solid buttonshadow;
	cursor:hand;
	border-right: 2px solid buttonshadow;
	padding: 2px;
	font: 9pt "menu";
	cursor:default;
	width:90pt;
	z-index: 2;
	visibility: hidden;
}
.menushow {
	position:absolute;
	visibility:visible;
	background: #D4D0C8;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 2px solid buttonshadow;
	cursor:hand;
	border-right: 2px solid buttonshadow;
	padding: 2px;
	font: 9pt "menu";
	cursor:default;
	width:80pt;
}
.MenuItem {
	padding-left:10;
	cursor:default;
	font-size:9pt;
	background-Color:menu;
	color:black;
	width: 100%;
	/*height: 18px;*/
	font-family: "menu";
	background-position: center;
	line-height: 25px;
}
.MouseRightItem{
	padding-left:10;
	cursor:default;
	font-size:9pt;
	background-Color:menu;
	color:black;
	width: 100%;
	line-height: 16px;
}
.MouseRightHighlightItem{
	padding-left:10;
	cursor:default;
	font-size:9pt;
	background-Color:highlight;
	color:white;
	width: 100%;
	line-height: 16px;
}
.HighlightItem {
	padding-left:10;
	cursor:default;
	font-size:9pt;
	background-Color:highlight;
	color:white;
	/*height: 26px;*/
	width: 100%;
	line-height: 25px;
}
.MenuItemDisable {
	padding-left:10;
	cursor:default;
	font-size:9pt;
	background-Color:menu;
	color:GRAYTEXT;
	text-decoration: blink;
	width: 100%;
	line-height: 16px;
}
.LableUP {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	cursor: default;
	background-color: #FFFFFF;
}
.LableDown {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	cursor: default;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.BtnMouseOver {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	cursor: default;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.Btn {
	background-color: #E6E6E6;
	cursor: default;
}
.Lable {
	background-color: #E6E6E6;
}
.BtnMouseDown {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	cursor: default;
}
.Btns {
}
.VLine {
	border-right: 1px solid #999999;
}
.MenuItemBg {
	background-repeat: no-repeat;
	background-position: center;
	/*height: 24px;*/
	width: 34px;
	line-height: 25px;
}
.MenuItemSelectBg {
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
}
.ButtonList {
	background-color: #E6E6E6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	cursor: default;
}
.TempletItem {
	cursor: default;
}
.TempletSelectItem {
	background-color:highlight;
	cursor: default;
	color: white;
}
.LableUP {
	background-color: #E6E6E6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
	cursor: hand;
}
.LableDown {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	cursor: hand;
	background-color: #CCCCCC;
}
.input {
	BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM: #737373 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; COLOR: #000000; FONT-SIZE: 9pt; HEIGHT: 18px; WIDTH: 80px
}
.select {
	BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; COLOR: #000000; FONT-SIZE: 9pt; HEIGHT: 18px; WIDTH: 80px
}
submit,select,option{font-family:  "Verdana, Arial, Helvetica, sans-serif"; font-size: 11.5px; line-height: 25px;BACKGROUND-COLOR: #FFFFFF; BORDER-BOTTOM: #4D4D4D 1px solid; BORDER-LEFT: #4D4D4D 1px solid; BORDER-RIGHT: #4D4D4D 1px solid; BORDER-TOP: #4D4D4D 1px solid; COLOR: #000000; }
input,Textarea,{font-family:  "Verdana, Arial, Helvetica, sans-serif"; font-size: 11.5px; line-height: 15px;}
.h1 {
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.h2 {
	font-family: "宋体";
	font-size: 17px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
.STYLE4 {
	font-size: 20px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "宋体";
	font-weight: bold;
}
/*罗精华XXX*/
TD {font-size: 9pt; font-family: Verdana;font-family: 宋体;color: #111111;}
.j {font-size: 10px; font-family: Verdana; }
.14 {font-size: 14px; font-family: Verdana; }
.13 {font-size: 13px; font-family: Verdana; }
.12 {font-size: 10pt; font-family: 宋体; }
.11 {font-size: 11px; font-family: Verdana; }
A:link { color: #111111;TEXT-DECORATION: none;}
A:visited { COLOR: #333333;TEXT-DECORATION:none ;} 
A:active { COLOR: #111111;TEXT-DECORATION: none;} 
A:hover { COLOR: #111111;TEXT-DECORATION: underline;}
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #dddddd;
text-decoration: none; 
color: #84ADC1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #dddddd;
color: #111111;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid dddddd;
background-color: #ffffff;
color: #111111;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #dddddd;
color: #111111;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
.at{
	margin:0 auto;
	font-weight:bold;
	font-size:21px;
	color:black;
	padding:12px 0;
	clear:both;
	}
.STYLE4 {
	font-size: 20px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "宋体";
	font-weight: bold;
}
.h1 {	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
/*以前首页里面的*/
body{
	font-size:12px;
}
a.LastReport_Title{
	line-height:150%;
	color:#D2D4D3;
	text-decoration:none;
	list-style:outside disc;	
}
a.LastReport_Title:hover{
	text-decoration:underline;
}
.LastReport_Time{
	line-height:180%;
	color:#7c7e7b;
	font-size:10px;
}
a.ZhongShuoJiangTan_Title{
	line-height:150%;
	color:#D2D4D3;
	text-decoration:none;
	list-style:outside disc;	
}
a.ZhongShuoJiangTan_Title:hover{
	text-decoration:underline;
}
.ZhongShuoJiangTan_Author{
	line-height:150%;
	color:#7c7e7b;
	font-size:12px;
}
.WangQiHuiGu{
	border:1px solid #d2d2d2;
}
.h2 {
	font-size:14px;
	font-family: "宋体";
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 10px;
}

#mqjs {
	width:276px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	font-size:12px;
	}
#mqjs_pic {
	width:140px;
	float:left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mqjs_text {
	float:left;
	width:auto;
	padding-top: 0px;
	letter-spacing:1px;
	line-height:130%;
	vertical-align: top;
	}
#mqjs_text p{
	text-indent:1em;
	}
#mqjs_text h1{
	font-size:14px;
	font-stretch:expanded;
}
#mqjs_text a{
	color:#294982;
	text-decoration: none;
	}
#mqjs_text h2{
	vertical-align: bottom;
	text-align: right;
	font-size:13px;
}
#mjjs {
	width:276px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	font-size:12px;
	}
#mjjs a{
	color:#294982;
	}
#mjjs h1 {
	font-size:15px;
	}
#mjjs p {
	line-height:130%;
	text-indent:2em;
	}

#mjjs_pic {
	width:140px;
	float:left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#nav{
	height:26px;
	border-bottom:2px solid #666666;
	padding-bottom: 5px;
	padding-top: 10px;
	}
#nav li{
	float:left;
	color:#666666;
	text-decoration:none;
	padding-top:4px;
	display:block;
	width:24%;
	height:22px;
	text-align:center;
	background-color:#ececec;
	margin-left:2px;
	font-size:13px;
	}
#zmllc {
	font-size: 14px;
	color: #294982;
	padding: 3px;
	}
.solid-bottom {
	BORDER-BOTTOM: #dddddd 1px solid;
	padding-top: 10px;
}
TD {FONT-SIZE: 12px; COLOR: #333;}
.sec1  {
	background-color:  #F4F4F4;
	cursor:  hand;
	color:  #999999;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.sec2  {
	background-color:  #EAEAEA;
	cursor:  hand;
	color:  #58A200;
	font-weight:  bold;
	border-top-width: 1px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.more {
	display:block;
	font-size: 12px;
	font-weight: bold;
	color: #294982;
	padding-top: 1px;
	padding-right: 10px;
	background-position: right;
	text-align: right;
	vertical-align: top;
	padding-bottom: 7px;
}
.more a{
	color: #294982;
}
#jsjt {
	width:276px;
	padding: 10px;
	border-bottom-style: none;
	font-size:12px;
	}
#jsjt a{
	color:#294982;
	}
#jsjt h1 {
	font-size:15px;
	}
#jsjt p {
	line-height:130%;
	text-indent:2em;
	}

#jsjt_pic {
	width:140px;
	float:left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#more {
	display:block;
	font-size: 12px;
	font-weight: bold;
	color: #294982;
	padding-top: 1px;
	padding-right: 10px;
	background-position: right;
	text-align: right;
	vertical-align: top;
	padding-bottom: 7px;
}
#more a{
	color: #294982;
}
#nextforum {
	text-align: left;
	color: #008000;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 14px;
}
.ltxt2 body{
	padding: 0px;
	font-size:12px;
	color:#333;
	background-color: #fff;
	text-align: center;
	margin: 0px auto;
}
.ltxt2 table,tr,td,div,span,h1,h2,h3,h4,ul,li,img,p,textarea,input,select,form{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#333;
}
.hide { display: none; }

.allTip {
	border: #7BADE0 1px solid;
	width: 100%;
	background: #fff;
	margin: 0px 0px 0px 0px;
}
.allTip .whbdy {
	border: #fff 1px solid;
}
.selTip {
	background: #fff url(/skip/image/tip_bg.gif) repeat-x;
	height: 27px;
}
.selTip li {
	margin: 1px 0px;
	float: left;
	CURSOR: pointer;
	height: 25px;
	width: 70px;
	color: #123B8D;
	text-align: center;
}
.selTip li.on {
	background: url(/skip/image/onbg.gif) no-repeat;
}
.selTip li a {
	margin: 6px 0px 0px 0px;
	display: block;
	color: #123B8D;
	text-decoration: none;
}
.selTip li.on a:link { font-weight: bold;color: #123B8D; }
.selTip li.on a:visited { font-weight: bold;color: #123B8D; }
.selTip li.on a:hover { text-decoration: underline; color: #123B8D; }

.allTip .bdy {
	height:160px;
	font-size: 12px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
}