@charset "utf-8";
/* CSS Document */
body{
margin:0px auto;
font-family:"微软雅黑";
font-size:12px;
width:1024px;
}

/*通用样式*/
a{
text-decoration:none;
color:#000000;
}
a:hover{
text-decoration:underline;
color:#000000;
}
img{
border:0;
}

/*导航*/
#daohang{
height:30px;
line-height:30px;
font-size:14px;
font-weight:bold;}

/*边框*/
.borders{
border:1px solid #bae4fa;
}

/*标题栏*/
.tp{
padding-left:8px;
padding-top:5px;
height:23px;
line-height:23px;
font-size:14px;
font-weight:bold;
}

#market_left{
float:left;
width:252px;
overflow: hidden;
}
#market_right{
float:right;
width:752px;
}


.content{
width:1024px;
margin:0px auto;}
#leftmenu{
width:180px;
float:left;}
#right_content{
padding:5px;
float:right;
width:820px;}
#content_title{
height:28px;
font-size:14px;
font-weight:bold;
border-bottom:1px dashed #ccc;}
#content_a{
background-color:#f7f7f7;
width:100%;
padding:5px;
}
