﻿/*位置*/
.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;
    height:760px;
    margin:0 auto;
    padding:20px;
    }

    
.contentbar
{
    width:100%;
    }
.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 ul
{
    padding:25px;
    line-height:40px;
    }
.contentbar li
{
    border-bottom:1px dashed #ccc;
    }
.contentbar li i
{
    font-size:30px;
    color:#888;
    float:left;
    }
.contentbar li a
{
    float:left;
    padding-left:8px;
    width:800px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    }
.contentbar li a:hover
{
    color:#004080;
    }
.contentbar li span
{
    float:right;
    font-size:12px;
    color:#333;
    }
    
.page
{
    float:right;
    font-size:12px;
    padding-right:20px;
    padding-top:10px;
    }
.page a
{
    border:1px solid #ccc;
    padding:3px 10px;
    margin:0 2px;
    }
.page a.active
{
    border:1px solid #004080;
    color:#fff;
    background:#004080;
    }
.page a:hover
{
    border:1px solid #004080;
    color:#fff;
    background:#004080;
    }