@charset "utf-8";
/* CSS Document */

*{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
a:link{
color:#333333;
text-decoration:none;
}
a:visited{
color:#333333;
text-decoration:none;
}
a:hover{
color:#0878bb;
}
body,div,ul{
margin:0px;
}
.mode_public{
margin:0 auto;
width:1000px;
height:100%;
}
.mode_top{
float:left;
width:1000px;
height:74px;
background:url(../sysimg/top_bg.gif) repeat-x;
}
.mode_nav{
float:left;
width:1000px;
height:30px;
background:url(../sysimg/navbg.gif) repeat-x;
}
.mode_nav_ul{
list-style:none;
}
.mode_nav_ul li{
float:left;
padding:0 5px 0 5px;
line-height:30px;
}
.mode_body{
float:left;
padding:10px;
width:980px;
height:100%;
background:#414040;
}
.mode_left{
float:left;
width:142px;
height:100%;
background:#eff7fb;
border:4px #9cb6c5 solid;
}
.mode_left_ul{
margin-left:20px;
margin-top:10px;
margin-bottom:10px;
list-style:none;
width:100px;
}
.mode_left_ul li{
text-align:right;
line-height:25px;
border-bottom:1px #CCCCCC solid;
}
.mode_left_ul a{
text-align:right;
line-height:25px;
}
.mode_left_ul a:hover{
text-align:right;
line-height:25px;
background:#9cb6c5;
display:block;
}
.mode_search{
float:left;
width:142px;
height:100%;
background:#eff7fb;
border-top:1px #000000 dotted;
}
.mode_right{
float:left;
padding:10px;
margin-left:10px;
width:792px;
height:100%;
background:#FFFFFF;
border:4px #9cb6c5 solid;
}
.mode_sysfoot{
float:left;
width:1000px;
height:25px;
line-height:25px;
background:#9cb6c5;
color:#044974;
text-align:center;
}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#024168;}