/* 以下样式不用修改 开始*/
    /* 默认ul 无需修改 */
    .nav_menustyle_1_1 ul
    {
        list-style-type:none;
        padding:0px; 
        margin:0px;}
    /* 默认li 无需修改a */
    .nav_menustyle_1_1 li
    {
        float:left;
        text-align:center;
        position:relative;}
    /* 2级以上 li 无需修改 */
    .nav_menustyle_1_1 ul li ul li
    {
        z-index:100;}
    /* 3级以上默认ul 无需修改 */
    .nav_menustyle_1_1 ul li ul li ul
    {
        left:100%;
        top:0px;}
    /* IE6下的table样式 无需修改 */
    .nav_menustyle_1_1 table 
    {
        position:absolute; 
        left:0px;
        border-collapse:collapse; 
        border-spacing:0; 
        z-index:100;}   
    .nav_menustyle_1_1 table table
    {
        top:0px;}
    .nav_menustyle_1_1 td 
    {
        padding: 0;}   
    /* 共6级导航子菜单打开关闭控制 无需修改 */
    .nav_menustyle_1_1 li ul,
    .nav_menustyle_1_1 li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li ul
    {
        display:none;}
    .nav_menustyle_1_1 li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li ul
    {
        visibility:hidden;}
    .nav_menustyle_1_1 li a:hover ul,
    .nav_menustyle_1_1 li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul,
    .nav_menustyle_1_1 li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul    
    {
        display:block;
        position:absolute;}
    .nav_menustyle_1_1 li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul,
    .nav_menustyle_1_1 li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover ul
    {
        visibility:visible;}
    /* 默认a属性 无需修改 */
    .nav_menustyle_1_1 a
    {
        display:block;
        text-decoration:none;
        white-space:nowrap;}
/* 以上样式不用修改 结束*/
/* 默认链接样式 可以修改默认的 字体、颜色、宽度、高度、背景色、边框等*/
.mainNav {
    float: left;
    height: 35px;
    width: 963px;
    margin-top: 5px;}
.mainNav_left {
    float: left;
    height: 35px;
    width: 5px;
    background-image: url(image/class_01.gif);
    background-repeat: no-repeat;}
.mainNav_center {
    float: left;
    height: 35px;
    width: 953px;
    background-image: url(image/class_02.gif);
    background-repeat: repeat-x;}
.mainNav_right {
    float: right;
    height: 35px;
    width: 5px;
    background-image: url(image/class_03.gif);
    background-repeat: no-repeat;}
.nav_menustyle_1_1 a
{
    width:79px;         /*菜单宽度*/
    height:35px;        /*菜单高度*/
    line-height:35px;   /*字体高度, 可设为菜单高度*/
    font-size:13px;     /*字体大小*/
    color:#000;         /*字体颜色*/
    font-weight:bolder;}
/* 默认hover链接样式 可以设置默认的鼠标移上样式 */
.nav_menustyle_1_1 ul li a:hover
{
    color:#FFF; 
    height:35px;
    line-height:35px;
    background-image:url(image/class_05.gif);
    background-repeat: no-repeat;
    background-position:center center;}
/* IE6兼容性代码，在IE6下起效， 必须根据菜单高宽进行设定 */
.nav_menustyle_1_1 table 
{
    top:35px;}   
.nav_menustyle_1_1 table table
{
    left:79px;}   
/* 2级以上链接样式 可以修改2级以上菜单的 字体、颜色、宽度、高度、背景色、边框等.nav_menustyle_1_1 ul li ul*/
{
    margin-top:9px;}
.nav_menustyle_1_1 ul li ul li a
{
    background:#F6F6F6;
    width:79px;         /*菜单宽度*/
    height:30px;        /*菜单高度*/
    line-height:30px;   /*字体高度, 可设为菜单高度*/
    font-size:13px;     /*字体大小*/
    color:#000;         /*字体颜色*/
    font-weight:normal;}
/* 2级以上hover链接样式 可以修改2级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li a:hover
{
     color:#FFF;
     background:#C00;
     height:30px;
     line-height:30px;}
/* 3级以上链接样式 可以修改3级以上菜单的 字体、颜色、宽度、高度、背景色、边框等*/
.nav_menustyle_1_1 ul li ul li ul
{
     margin-top:0;}
.nav_menustyle_1_1 ul li ul li ul li a
{
    width:79px;         /*菜单宽度*/
    height:30px;        /*菜单高度*/
    line-height:30px;   /*字体高度, 可设为菜单高度*/
    font-size:13px;     /*字体大小*/
    color:#000;}
/* 3级以上hover链接样式 可以修改3级以上菜单的鼠标移上样式*/
.nav_menustyle_1_1 ul li ul li ul li a:hover
{
   color:#FFF;
   height:30px;
   line-height:30px;}

.titlestyle43162{ font-weight: bold; font-size: 14pt; color: #ffffff; font-family: 宋体 ;}

.leaderfont43165{ color: #222222; font-size: 9pt ;}
.yijibackground43165{ border-bottom: #a2a2a2 1px dotted; position: relative; text-align: left; line-height: 2; margin-top: 5px; padding-left: 20px; width: 165px; color: #707070; font-size: 10pt; font-weight: bold; text-decoration: none ;}
.fontstyle43165{ margin-top: 8px; font-weight: bold; font-size: 10pt; color: #5e5e5e; line-height: 2; text-align: center ;}
.yijifontover43165{ margin-top: 8px; font-weight: bold; font-size: 10pt; color: #0997f7; line-height: 2; text-align: center ;}
.yijibackgroundover43165{ margin-top: 5px; padding-left: 20px; font-weight: bold; font-size: 10pt; width: 165px; color: #222222; line-height: 2; border-bottom: #b6b6b6 1px dotted; position: relative; text-align: left; text-decoration: none ;}

.titlestyle43163{ font-weight: bold; font-size: 14pt; color: #008fee; font-family: 楷体_GB2312 ;}

.splitflagstyle43164{ color: #222222 ;}
.fontstyle43164{ font-size: 9pt; color: #222222 ;}
.winstyle43164{ font-size: 9pt; color: #222222; font-family: 宋体 ;}

.footstyle43182{ font-size: 9pt ;}
.votestyle43182{ font-weight: bold; font-size: 11pt; color: #2b2b2b; font-family: 宋体 ;}
.navstyle43182{ font-size: 9pt; color: #222222; font-family: 宋体; text-decoration: none ;}
.pagestyle43182{ font-family: 宋体; color: #222222; font-size: 9pt ;}
.authorstyle43182{ font-size: 9pt ;}
.contentstyle43182{ border-bottom: #999999 1px dashed; line-height: 150%; font-size: 9pt ;}
.titlestyle43182{ font-weight: bold; font-size: 12pt ;}
.contextstyle43182{ font-family: 宋体; color: #835c38; font-size: 9pt ;}
.votetitlestyle43182{ font-size: 9pt; color: #2b2b2b; font-family: 宋体 ;}
.timestyle43182{ font-size: 9pt ;}
.winstyle43182{ font-family: 宋体; font-size: 9pt; findfakeobj: 1 ;}
.c43182_content span{
    font-size:100%;}
