﻿/*位置*/
.site
{
    font-size:12px;
    color:#004080;
    line-height:42px;
    }
.site a
{   
    color:#004080;
    }
.site a:hover
{   
    font-weight:bolder;
    }
.site span
{   
    padding:0 2px;
    }
    
/*内容*/
.content
{
    width:1058px;
    border:1px solid #ccc;
    min-height:760px;
    margin:0 auto;
    padding:20px;
    }
.contentnav
{
    width:250px;
    background:#f9f9f9;
    height:580px;
    }
.contentnav dt
{
    line-height:50px;
    color:#fff;
    font-size:18px;
    background:url("/statics/resource/images/Common/arrow.png") no-repeat #004080 155px center;
    /*padding-left:60px;*/
    }
.contentnav dd
{
    
    background:#fff;
    line-height:38px;
    width:220px;
    margin:8px  auto 0;   
    }
.contentnav dd a
{
    padding-left:50px;
    background:url("/statics/resource/images/Common/circle.png") no-repeat 30px center;
    display:block;
    border:1px solid #ccc;
    }
.contentnav dd a.active
{   
    background:url("/statics/resource/images/Common/circle_active.png") no-repeat 30px center;
    color:#004080;
    border:1px solid #004080;
    }
.contentnav dd a:hover
{   
    background:url("/statics/resource/images/Common/circle_active.png") no-repeat 30px center;
    color:#004080;
    border:1px solid #004080;
    }
    
.contentbar
{
    width:780px;
    }
.contentbar .title
{
    border-bottom:1px solid #ccc;
    padding:8px 0;
    }
.contentbar .title span
{
    font-size:16px;
    color:#004080;
    border-bottom:2px solid #004080;
    padding:8px 0;
    }
.contentbar h2
{
    font-size:18px;
    font-weight:bold;
    text-align:center;
    color:#004080;
    padding:40px 0 10px;
    }
.contentbar .article
{
    padding:10px 30px;
    }