﻿/*所在位置样式*/
.site
{
   width:988px;
   border:1px solid #d6d6d6;
   background:#f7f7f7;
   margin:0 auto;
   height:34px;
   margin-top:5px; 
   line-height:34px;
   padding-left:10px;
    }
.site a
{
    padding:0 3px;
    }
.site a:hover
{
    color:red;
    }
    
/*左侧内容-列表样式*/   
.content 
{
    padding-top:5px;
    } 
.content_left
{
    width:220px;
    border:1px solid #d8d8d8;
    float:left;
    }
    
.content h2
{
    font-size:12px;
    font-weight:bold;
    height:28px;
    background:url(contnet_h2_bg.jpg) repeat-x;
    line-height:28px;
    padding-left:10px;
    }
.content_left ul
{
    padding:5px 0 5px 20px;
    line-height:30px;
    font-size:14px;
    }
.content_left ul a:hover
{
   color:Red;
   font-weight:bold;
    }
/*右侧内容样式*/   
.content_right
{
    width:770px;
    border:1px solid #d8d8d8;
    float:left;
    margin-left:6px;
    }
.content_right ul
{
   padding:5px 20px;
   line-height:30px;
    }
.content_right ul li a
{
    width:550px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display:block;
    float:left;
    }
.content_right ul li span
{    
    float:right;
    color:#818181;
    }
.content_right ul li a:hover
{
     color:Red;
    }
/*页码样式*/ 
.page{
    text-align:center;
    font-size:14px;
    margin-top:30px;
    margin-bottom:30px;
    }
.page,.page a {
    color:#1158a6;
    }

.page .part1 a.pagenum{
    border:1px solid #b5b5b5;
    display:block;
    width:17px;
    height:17px;
    line-height:17px;
    text-align:center;    
    }
.page .part1 a.pagenum:hover{
    background:#0e5aa6;
    border:1px solid #0e5aa6;
    color:#fff;
    }
.part1 a{
    float:left;
    margin-right:15px;
    }
.part2 span,.part2 input{
    float:left;
    text-align:center;
    }
.part2{
    margin-right:15px;
    }
.part3{
    margin-left:15px;
    }
.page input{
    width:41px;
    height:17px;
    border:1px solid #b5b5b5;   
    line-height:17px;
    }
.page input.inbtn{
    cursor:pointer;
    background:#fff;
    color:#1158a6;
    font-family:"微软雅黑";
    font-size:14px;
    height:19px;
    line-height:17px;      
    }
.page .pagenext{
    width:58px;
    height:17px;
    border:1px solid #b5b5b5; 
    text-align:center;
    line-height:17px;
    }
.page .pagecurrent a{
    background:#0e5aa6;
    border:1px solid #0e5aa6;
    color:#fff;
    }
