/*基本信息*/
body {
font:12px Verdana;
margin:0px;
text-align:center;
background:#FFF;
/*color:#666666;*/
}
a:link {
/*color:#666666;*/
color:#000000;
text-decoration: none;
}
a:hover{
text-decoration: underline;
color:red;
}
a:visited{
color:#000000;
/*color:#666666;*/
text-decoration: none;
}

/*页面头部*/
#header {
width:950px;
margin:0 auto;
height:175px;
background:#FFF;
margin-top:5px;
}
.head_img{
width:950px;
height:150px;
}

/*菜单*/
#menu {
width:950px;
background:#23738E;
font:bold 9pt Verdana;
color :#FFF;
height:25px;
margin:0 auto;
}
#menu li {
float:left;
width:93px;
line-height:25px;
border :1px solid #FFF;
list-style :none;
}
#menu li a{
display:block;
}
#menu li a:link,#menu li a:visited {
font-weight:bold;
color :#FFF;
text-decoration: none;
}
#menu li a:hover{
background:#0000CC;
}
/*显示内容页面主体*/
#showcontent{
width:930px;
height:auto;
margin:0 auto;
padding:10px;
border: 1px solid #666666;
font:14px Verdana;
color: #000000; 
text-align:left;
line-height:2em; 
}


/*页面主体*/
#content {
width:950px;
height:auto;
margin:0 auto;
}
.cleft{
float:left;
width:260px;
}
.cleft .cl_list{
width:260px;
margin-top:5px;
height:auto;
}
.cright{
float:right;
width:auto;
}
.cright .cr_list{
width:690px;
margin-top:5px;
}
.cr_left{
float:left;
width:340px;
height:auto;
text-align:left;
}
.cr_right{
float:right;
width:340px;
height:auto;
}
/*页面底部*/
#footer {
width:950px;
margin:10px auto;
height:auto;
background:#FFF;
}
#footer p{
text-align:center;
}
p{
text-indent: 2em;
text-align:left;
line-height:150%;
margin:0px;
margin-bottom:5px;
}
.cr_title{
height:27px;
border-bottom:1px solid #FF6600;
margin-bottom:5px;
text-align:left;
}
.cl_title{
height:27px;
margin-bottom:5px;
text-align:left;
}
#content li{
text-align:left;
padding-left:5px;
line-height:150%;
}
.t1{
font:13px Verdana;
line-height:150%;
}
