﻿


/* ---------------------------------------------------------------首页基本  CSS  --------------------------------------------------------------*/


TABLE
{
border-color: Window; }

TD 
{
	FONT-SIZE: 12px
}
P {
	FONT-SIZE: 12px
}


LI 
{
	list-style-type:none;
	
	FONT-SIZE: 12px
}
INPUT {
	FONT-SIZE: 12px;
    
}
SELECT {
	FONT-SIZE: 12px
}


/*基本信息*/ 
body {margin:0px;text-align:center;
     	SCROLLBAR-FACE-COLOR: #ffffff; 
	FONT-SIZE: 12px; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	COLOR: #39629F; 
	SCROLLBAR-3DLIGHT-COLOR: #c0c0c0; 
	SCROLLBAR-ARROW-COLOR: #39629F; 
	SCROLLBAR-TRACK-COLOR: #e0e0e0; 
	SCROLLBAR-DARKSHADOW-COLOR: #b0b0b0; 
	} 


a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: underline;
	color: #FF8C00;
}
a:active {
	text-decoration: none;
}



/*页面层容器*/ 
#container {width:1004px;margin:1px auto  ;background-color:#FFFFFF ; height:auto;overflow:hidden ; min-height:700px; } 

/*页面头部*/ 
#Header {width:1004px;margin:0 0 0 0  ;min-height:100px;height:auto;} 
/*页面主体*/ 
#PageBody {width:1004px;margin:0 auto;height:auto !important;min-height:500px;  } 

/*左侧边栏*/ 
#Sidebar 
{
display : inline;
width : 200px;
height:auto;
float : left;
min-height : 100px; 
} 

#Sidebar01    /*阅读新闻*/ 
{
display : inline;
width : 280px  ;
height:auto;
float : right;
min-height : 100px  ; 

} 

#Sidebar02     /*新闻列表*/ 
{
display : inline;
width : 282px  ;
height:auto;
float : left;
min-height : 100px; 

} 

#Sidebar03     /*阅读供求*/ 
{
display : inline;
width : 360px  ;
height:auto;
float : right;
min-height : 100px; 

} 

#Sidebar04     /*新闻列表*/ 
{
display : inline;
width : 212px  ;
height:auto;
float : left;
min-height : 100px; 

} 

/*主体内容*/ 
#MainBody  { 
display : inline;
width : 804px  ;
height:auto;
float : right;
min-height : 100px;

} 

#MainBody01  {   /*阅读新闻*/ 
display : inline;
width : 724px  ;
height:auto;
float : left;
min-height : 100px;

} 


#MainBody02  {   /*新闻列表*/ 
display : inline;
width : 510px  ;
height:auto;
float : left;
min-height : 100px;

} 

#MainBody03  {   /*阅读供求*/ 
display : inline;
width : 644px  ;
height:auto;
float : left;
min-height : 500px  ;

} 

#MainBody04  {   /*更多供求*/ 
display : inline;
width : 722px  ;
height:auto;
float : right;
min-height : 500px;

} 
#MainBody05  {   /*更多供求*/ 
display : inline;width : 792px  ;
height:auto;
float : right;
min-height : 500px;

} 

/*-----------------------------------------------------*/ 
/*右侧边栏*/ 

#RiSidebar02 /*新闻列表*/ 
{
display : inline;
width : 212px;
height:auto;
float : right;
min-height : 100px; 
} 



/*页面底部*/ 
#Footer {width:1004px;margin:0 auto;height:auto; background-color:White; min-height:100px; text-align:center; float:left; display:inline;} 

/*Div 边框颜色*/ 
.DivSolid 
{
	border:2px solid #ff0000;}

.TopBG 
{
	background-image:url(../Images/topbg.jpg);
	width:auto; 
	float:inherit; 
	height:25px;}

.MenuBG 
{
	background-image:url(../Images/menubg.jpg);
	width:auto; 
	float:inherit; 
	}
/*头部LI高度*/
.TopLi{list-style-type:square;padding:5px 0;}

  
/*div 单行垂直居中*/
.DivMiddle{
 height:25px;    
         line-height:25px;    
         overflow:hidden;    
}
.DivMiddle01{
 height:30px;    
         line-height:30px;    
         overflow:hidden;    
}


/*div 多行垂直居中*/
.DivMiddleAll
{
padding-bottom:3px;
padding-top:2px;
text-align: center;
height:auto;
min-height:106px;
}
.shoucang { 
width: 110px; 
height: 106px; 
float: right;
margin:0px; 
} 
.shoucang .sc_ul { 
margin-right: auto; 
margin-left: auto; 
list-style-type: none; 
padding-top: 4px; 
padding-right: 0px; 
padding-bottom: 0px; 
padding-left: 0px; 
margin-top: 0px; 
margin-bottom: 0px; 
} 
.shoucang .sc_ul li { 
margin-bottom: 3px;  
text-decoration: none; 
text-align: center; 
vertical-align: middle; 
font-size: 12px; 

} 

/*横向下拉菜单*/

*{margin:0;padding:0;}

#nav { 
height: 40px;  list-style-type: none;  
line-height:40px;overflow:hidden;background-image:url(../Images/bgOFF.gif); 
} 
#nav a { 
display: block; width: 80px; text-align:center; color:#08c; 
} 
#nav a:link  { 
 text-decoration:none; 
} 
#nav a:visited  { 
text-decoration:none; 
} 
#nav a:hover  { 
color:#39629F;text-decoration:none;font-weight:bold;background-image:url(../Images/bgON.gif); 
} 
#nav li { 
float: left; width: 80px; 
} 
#nav li ul { 
line-height: 24px; 
list-style-type: none; 
text-align:left;
margin-left:-120px; 
 left: -999em; 
width: 480px; /*注意,这里一定要设置宽度; */
position: absolute; 

border:solid 1px #08c;background-color:White;
} 
#nav li ul li{ 
float: left;width: 80px;/*float就是子菜单横向的关键,可以继承父菜单而省略float */
} 
#nav li ul a{ 
display: block; width: 80px;text-align:center; 
} 
#nav li ul a:link  { 
color:#4a1e06; text-decoration:none; 
} 
#nav li ul a:visited  { 
color:#6b6d6b;text-decoration:none; 
} 
#nav li ul a:hover  { 
color:#ffffff;text-decoration:none;font-weight:normal;background-image:url(../Images/smallbg.gif); 
} 
#nav li:hover ul { 
left:50%; 
} 
#nav li.sfhover ul { 
left:auto;
} 
#content { 
clear: right; 
}

 /*圆角 */

#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy h1 {font-size:2.5em; color:#ffffff;}
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:10px 0px 0px 3px;}
 /*圆角A */
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ffffff; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

 /*圆角B */
.ztop, .zbottom {display:block; background:transparent; font-size:1px;}
.zb1, .zb2, .zb3, .zb4 {display:block; overflow:hidden;}
.zb1, .zb2, .zb3 {height:1px;}
.zb2, .zb3, .zb4 {background:#ffffff; border-left:1px solid #D0D3D4; border-right:1px solid #D0D3D4;}
.zb1 {margin:0 5px; background:#D0D3D4;}
.zb2 {margin:0 3px; border-width:0 2px;}
.zb3 {margin:0 2px;}
.zb4 {height:2px; margin:0 1px;}


/*圆角C */
.mtop, .mbottom {display:block; background:#08c; font-size:1px;}
.mb1, .mb2, .mb3, .mb4 {display:block; overflow:hidden;}
.mb1, .mb2, .mb3 {height:1px;}
.mb2, .mb3, .mb4 {background:#ffffff; border-left:1px solid #ffffff; border-right:1px solid #ffffff;}
.mb1 {margin:0 5px; background:#ffffff;}
.mb2 {margin:0 3px; border-width:0 2px;}
.mb3 {margin:0 2px;}
.mb4 {height:2px; margin:0 1px;}


/*圆角D */
.ytop, .ybottom {display:block; background:#87cd00; font-size:1px;}
.yb1, .yb2, .yb3, .yb4 {display:block; overflow:hidden;}
.yb1, .yb2, .yb3 {height:1px;}
.yb2, .yb3, .yb4 {background:#ffffff; border-left:1px solid #ffffff; border-right:1px solid #ffffff;}
.yb1 {margin:0 5px; background:#ffffff;}
.yb2 {margin:0 3px; border-width:0 2px;}
.yb3 {margin:0 2px;}
.yb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#ffffff; border:1 solid #08c; border-width:0 1px;}
 /*圆角边框 */
 .YJBorder01
 {
	background-image:Url(../Images/bodybg.jpg);border:1px solid #08c; border-top:0px; float:left}
.YJBorder02
 {
	border-left:1px solid #08c; border-right:1px solid #08c; float:left;}
	
	.YJBorder03
 {
	border-left:1px solid #D0D3D4; border-right:1px solid #D0D3D4; float:left;}
	

	
	
 /*新闻小标题样式 */
 
 
.secOn { 
background-image:url(../Images/secON.gif); CURSOR: hand;
} 
.secOff { 
CURSOR: hand; background-image:url(../Images/secOff.gif); COLOR: #ffffff;
} 


.secOn01 { 
background-image:url(../Images/secOn01.gif); CURSOR: hand;
} 
.secOff01 { 
CURSOR: hand; COLOR: #ffffff;background-image:url(../Images/secOff01.gif); 
} 


.secOn02 { 
background-image:url(../Images/bodybg3.jpg); CURSOR: hand; color:#FF8C00; 
} 
.secOff02 { 
CURSOR: hand; COLOR: #808080;
} 

.secOn03 { 
background-image:url(../Images/secON02.gif); CURSOR: hand;
} 
.secOff03 { 
CURSOR: hand; background-image:url(../Images/secOff02.gif); COLOR: #ffffff;
} 

.secOn04 { 
background-image:url(../Images/secON03.gif); CURSOR: hand;
} 
.secOff04 { 
CURSOR: hand; background-image:url(../Images/secOff03.gif); COLOR: #ffffff;
} 
.secOn05 { 
background-image:url(../Images/secOn04.gif); CURSOR: hand;
} 
.secOff05 { 
CURSOR: hand; background-image:url(../Images/secOff04.gif); COLOR: #ffffff;
} 


.secOn06 { 
 CURSOR: hand;background-image:url(../User/UserCenter/Images/secOff07.gif); 
} 
.secOff06 { 
CURSOR: hand;  background-image:url(../User/UserCenter/Images/secOn07.gif); color:White;
}
 
.secOn07 { 
 CURSOR: hand; margin-top:2px;background-image:url(../User/UserCenter/Images/secOn08.png);  color:White;
} 
.secOff07 { 
CURSOR: hand; margin-top:2px;background-image:url(../User/UserCenter/Images/secOff08.png); 
} 

.secOn08 { 
background-image:url(../Images/secOn05.gif); CURSOR: hand; 
} 
.secOff08 { 
CURSOR: hand; background-image:url(../Images/secOff05.gif);
} 
.secOn09 { 
background-image:url(../Images/secOn06.gif); CURSOR: hand; 
} 
.secOff09 { 
CURSOR: hand; background-image:url(../Images/secOff06.gif);
} 

.secOn10 { 
 background-image:url(../Images/seasudebg02.gif)
} 
.secOff10 { 
 background-image:url(../Images/seasudebg01.gif)
} 

/*实时行情*/
 .SSli
 {
 float:left; background-image:Url(../Images/bodybg2.gif); width:44px; height:21px;margin-left:12px;margin-right:11px; list-style-type:none; color:White; display:inline;}
 
  .SSli01
 {
 float:right;background-image:Url(../Images/bodybg2.gif); width:44px;  color:White;}
 
 /*新闻类型*/
 .NewType
 {
 float  :left; background-image:Url(../Images/bodybg3.jpg); width:60px; height:19px;margin:2px 0 0 5px; 
 list-style-type:none; border:1px solid #08c; border-bottom:0px; color: #FF8C00  ;height:19px; font-weight:500;
  line-height:19px; overflow:hidden;

}
  
   /*登录DIV 居中*/
  .DivLogin01{
  position: absolute;
  width:817px;
  height:434px;
  left:50%;
  top:50%;
  margin-left:-408px;
  margin-top:-217px;
background-image:Url(../Images/ulbg.jpg);
}


   /*ul Li 样式*/

.ul01{
 margin:0px;
 padding:0px;
 width:100%;
 }
.ul01 li{
 float:left;
 height:20px;
 line-height:20px;
 list-style-type:none;
 border-top:#ffffff solid 1px;
 border-left:#ffffff solid 1px;
 width:11%;
 }
 
 .ul02{
 margin:0px;
 padding:0px;
 width:100%;
 }
.ul02 li{
 float:left;
 height:28px;
 line-height:28px;
 list-style-type:none;
 border-top:#f0f1f2 solid 1px;
                border-left:#f0f1f2 solid 1px;
 width:12.2%;
 }
 
  .ul03{
 margin:0px;
 padding:0px;
 width:100%;
 }
.ul03 li{
 float:left;
 height:auto;
 line-height:28px;
 list-style-type:none;
 border-top:#f0f1f2 solid 1px;
 border-left:#f0f1f2 solid 1px;

 }
 
   .ul04{
 margin:0px;
 padding:0px;
 width:100%;

 }
.ul04 li{
 float:left;
 height:44px;
 line-height:22px;
 list-style-type:none;
 border-top:#f0f1f2 solid 1px;
 border-left:#f0f1f2 solid 1px;

 }
 
 
 
.ul05{
 margin:0px;
 padding:0px;
 width:100%;
 }
.ul05 li{
 float:left;
 list-style-type:none;
 border-top:#ffffff solid 1px;
                border-left:#ffffff solid 1px;
 width:11%;
 }
 
  /*ul Li 边框样式*/
.border-r01{
               border-right:#ffffff solid 1px;
                }
.border-b01{
               border-bottom:#ffffff solid 1px;
                }
.border-l01{
               border-right:#ffffff solid 1px;
               border-bottom:#ffffff solid 1px;
                }
                
.border-r02{
               border-right:#f0f1f2 solid 1px;
                }
.border-b02{
               border-bottom:#f0f1f2 solid 1px;
                }
.border-l02{
               border-right:#f0f1f2 solid 1px;
               border-bottom:#f0f1f2 solid 1px;
                }

.border-r03{
               border-right:#f0f1f2 solid 1px;
                }
.border-b03{
               border-bottom:#f0f1f2 solid 1px;
                }
.border-l03{
               border-right:#f0f1f2 solid 1px;
               border-bottom:#f0f1f2 solid 1px;
                }


.filtercolor {
    position:absolute;
    padding:1 1 1 1;
    filter: /*filter虑镜*/
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
}




/* ---------------------------------------------------------------查看新闻CSS--------------------------------------------------------------*/

.NewTitle
{width:710px;
	 height:40px;
	  line-height:40px; 
	  border-left:solid 1px #08c; 
	  border-right:solid 1px #08c;
	  border-bottom:solid 1px #cccccc;
	  font-size: 16pt;
	  font-weight:bold;
	  font-family:楷体_GB2312; 
	  
	}
.NewTitle01{width:700px;
	 height:40px;
	  line-height:40px; 
	  text-align:center;
	  border-bottom:solid 1px #cccccc;
	  font-size: 16pt;
	  font-weight:bold;
	  font-family:楷体_GB2312; 
	  
	}
	
.NewTitleMore
{width:710px;
	 height:30px;
	  line-height:25px; 
	  border-left:solid 1px #D0D3D4; 
	  border-right:solid 1px #D0D3D4;
	  border-bottom:solid 1px #D0D3D4;
	  color:Red;
	  text-align:left;
	  FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#EEEEEC,endColorStr=#ffffff);
	}
	
.NewContent
	{
		width:660px;
		height:auto;
		 min-height:500px;
		  margin:5px 5px 0 5px; 
		  line-height:22px;
		   text-align:left;
		   
	}
	.NewContent01
	{
		width:700px;
		height:auto;
		 min-height:500px;
		  margin:5px 5px 0 5px; 
		  line-height:22px;
		   text-align:left;
		   
	}
	
	.OtherNewType
	{ line-height:20px; 
		text-align:left;
		color:White;
		width:268px;
		height:22px; 
		min-height:22px;
		 FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#0088cc,endColorStr=#ffffff);
		 border-left:1px solid #08c;
		  border-right:1px solid #08c;
		  border-bottom:solid 1px #08c;}
		  
		  .OtherNewType01
	{ line-height:25px; 
		text-align:left;
		color:White;
		width:268px;
		height:25px; 
		min-height:25px;
		 FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#0088cc,endColorStr=#ffffff);
		  border-bottom:solid 1px #08c;
		
		  }
		  
		  
		  
.disnone  {display:none; }


.menu-right, .menu-right:visited {font-size: 14px; line-height:30px; padding-left:2px; text-decoration:none; color:#aaaaaa; background-color:#FAFAFA; width:194px; font-weight:bold; display:block; border-bottom:#CCCCCC solid 1px}
.menu-right:hover {background-color:#08c; color:#ffffff; font-weight:bold;}