﻿@import url(flash.css);
@import url(head.css);
@import url(foot.css);

body 
{
    background-color:#999;
    margin:0px auto;
    font-family:"宋体";
	font-size: 12px;
	text-decoration: none;
	color:#666;
}

a 
{
    text-decoration:none;
    color:#666;
}

p
{
    padding:0px;
    margin:0px;
}

#body 
{
    margin:0px auto;
    width:956px;
    background-color:#FFF;
}

#body a:hover
{
    color:#FF0000;
}

#body .left 
{
    float:left;
    width:690px;
    padding-left:10px;
    margin-top:10px;
    margin-bottom:5px;
}

#body .left .ALL
{
    float:left;
    width:658px;
    padding:10px 10px 10px;
    border:1px solid #CCC;
    background-color:#F0F0F0;
}

#body .left .ALL p
{
    font-size:18px;
    font-family:"黑体";
    color:#333;
}

#body .left .ALL .list
{
    padding:10px 5px 3px;
    background-color:#FFF;
    border-bottom:1px solid #CCC;
    border-right:1px solid #CCC;
    border-top:1px solid #EEE;
    border-left:1px solid #EEE;
}

#body .left .ALL .list p
{
    font-size:12px;
    font-family:"宋体";
    color:#333;
    height:20px;
    line-height:20px;
}

#body .left .ALL .list p a
{
    font-size:12px;
    font-family:"宋体";
    color:#333;
}

#body .left .ALL .list p a:hover
{
    color:#FF0000;
    margin-left:5px;
    text-decoration: underline;
}

#body .left .ALL .bun
{
    text-align:center;
    padding:10px 0px;
}

#body .left .ALL .class
{
    margin:0px auto;
}

#body .left .ALL .A
{
    float:left;
    width:40px;
    height:110px;
}

#body .left .ALL .B
{
    float:left;
    width:618px;
    padding-top:4px;
    height:106px;
}

#body .right 
{
    float:left;
    width:240px;
    padding-left:8px;
    margin-top:10px;
    margin-bottom:5px;
}

#body .right div
{
    border:1px solid #CCC;
    margin-bottom:8px;
    padding-bottom:5px;
}

#body .right div .p
{
    padding:6px 5px 4px;
    color:#333;
    background-color:#F0F0F0;
}

#body .right div p
{
    padding:5px 5px 0px;
}