﻿

#content_sidebar
{
    float: left;
    width: 210px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left:0px;
}
#content_content
{
    float: right;
    width: 745px;
    margin-top: 5px;
    padding: 0px;
    border: 1px solid #CBCBCB;
}
/*因为是固定宽度，采用左右浮动方法可有效避免ie 3像素bug*/
.clearfloat
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.subright{ width:760px; overflow:hidden; float:right;}
.subtitle{ width:210px; height:42px; font-size:15px; font-family:"宋体"; font-weight:bold; line-height:42px; color:#fff; text-align:center; background:url(../images/bg_sub_title.gif);}
.submenu{ width:208px; overflow:hidden; border-left:solid 1px #dbdbdb; border-right:solid 1px #dbdbdb; border-bottom:solid 1px #dbdbdb; padding-bottom:10px;}
.submenu ul{ padding:0; margin:0;}
.submenu ul li{ width:186px; height:36px; margin-top:1px; margin-left:auto; margin-right:auto; list-style:none; font-size:14px; line-height:36px; text-align:center;}
.submenu ul li a{ background:#eee; color:#016aa7; display:block; text-decoration:none; font-weight:bold;}
.submenu ul li a:hover{ background:#016aa7; color:#fff;}
.position{ width:auto; height:30px; border:solid 1px #dbdbdb; padding-left:15px; font-size:12px; line-height:30px; margin-top:5px; color:#666;}
.position a{ color:#016aa7; text-decoration:none;} 
.position a:hover{ color:#F60;} 

.subcontent{ width:auto; border:solid 1px #dbdbdb; padding:15px; padding-top:0; margin-top:0px;}

.news{ width:auto; height:29px; padding:0px; background:url(../images/news_li.jpg) 0 center no-repeat; border-bottom:dashed 1px #eee;}
.news_title a{ text-decoration:none; color:#666;}
.news_title a:hover{ color:#016aa7}
.news_title{ width:440px; height:24px; line-height:24px; padding-left:10px; float:left;}

.news_t{ width:auto; height:40px; line-height:40px; font-size:20px; font-weight:bold; border-bottom:solid 2px #dbdbdb; font-family:"微软雅黑"; color:#016aa7; text-align:center;}
.news_time{ width:auto; height:30px; line-height:30px; text-align:center; margin-bottom:20px; border-bottom:solid 1px #dbdbdb;}

.pages{ width:auto; height:30px; margin-top:19px;}
.pages a{ padding:2px 9px; border:solid 1px #dbdbdb; text-decoration:none; color:#666;}
.pages a:hover{ background:#016aa7; color:#fff;}


/*内容文章列表*/.subcontent 
.subcontent 
        {
            margin: 0px 10px;
            padding-top: 0px;
            font-size: 14px;
        }
        
        .subcontent  .area
        {
            width: 100%;
            margin-top: 0px;
        }
        .subcontent  .area dt
        {
            /* 
            height: 30px;
            line-height: 30px;
            background: url(/Images/contentmenu_bj.gif) repeat-x;
            font-size: 12px;
            color: #fff;
            position: relative;
            text-indent: 20px;*/
            border-bottom: solid 1px red;
        }
        .subcontent  .area h3
        {
            height: 30px;
            line-height: 30px;
            background: url(/Images/contentmenu_ico.gif) no-repeat;
            font-size: 12px;
            color: #fff;
            position: relative;
            text-indent: 20px; /*border-left: solid 1px #eee;
            border-right: solid 1px #eee;*/
        }
        
        .subcontent  .area h3 img
        {
            position: absolute;
            top: 10px;
            right: 10px;
        }
        .subcontent  .area ul
        {
            /*border-left: 1px solid #e1e1e1;
            border-right: 1px solid #e1e1e1;
            border-bottom: 1px solid #e1e1e1;*/
            background: url(/Images/area_back.gif) repeat-x left top;
            padding: 10px;
            height: auto !important;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
        .subcontent  .area li
        {
            height: 26px;
            line-height: 26px;
            padding-left: 8px;
            background: url(/Images/icon3.gif) no-repeat left center;
            color: #999999;
            position: relative;
        }
        .subcontent  .area li a
        {
            color: #313534;
            font-size: 14px;
        }
        .subcontent  .area li a:hover
        {
            color: #cc0000;
        }
        .subcontent  .area li span.datetime
        {
            position: absolute;
            top: 0px;
            right: 5px;
        }