﻿/* 主体CSS */
body {
background-color:#000000;
margin:25px 0 0 0;
}
a {
color:#333333;
font-size:12px;
text-decoration:none;
}
a:hover {
color:#999999;
font-size:12px;
text-decoration:underline;
}
#container {
width:750px;
margin-left:auto;
margin-right:auto;
}
#header{
width:750px;
height:210px;
float:left;
background-color:#FFFFFF;
margin:0 0 10px 0;
}
#header .left{
width:8px;
height:210px;
float:left;
background:url("images/header_left.gif");
}
#header .logo{
width:640px;
height:190px;
float:left;
margin:10px 0 0 2px;
} 
#list_top{
width:750px;
height:8px;
float:left;
background:url("images/list_top.gif");
line-height:2px;
}
#list {
width:250px;
height:274px;
float:left;
background-color:#FFFFFF;
}
#list .title{
width:250px;
height:84px;
float:left;
}
#list .content{
width:200px;
height:190px;
margin-left:auto;
margin-right:auto;
text-align:left;
line-height:18px;
}