﻿@charset "utf-8";
/* CSS Document */
.SiteMap {
  width:1130px;
  margin:0 auto;
  height:30px;
  overflow:hidden;
  margin-top:10px;
  line-height:30px;
  padding-left:10px;
  color:#000;
  margin-bottom:10px;
  border-bottom:1px dotted #ccc;
}
.content{
  width:1130px;
  height:auto;
  margin:0 auto;
  overflow:hidden;
}
.Left {
    width:260px;
    float:left;
    background-color:#DADEE9;
    padding:20px;
}
.Left ul li{
    font-size:14px;
    line-height:18px;
    margin-bottom:12px;
}
.Left ul li a{
    color:#383838;
}
.Right {
    width:780px;
    float:right;
    padding:0px 20px 20px 20px;
}
.RightList li{
    font-size:14px;
    line-height:40px;
    height:40px;
    border-bottom:1px dotted #e1e1e1;
}
.RightList li a{
    color:#383838;
}
.RightList li span {
    float:right;
}
/*分页*/
.paging{
  width:400px;
  height:30px;
  line-height:30px;
  text-align:center;
  color:#1D417C;
  margin-top:10px;
  margin:0 auto;
  margin-top:20px;
}
.paging a{
  font-size:16px;
  color:#1D417C;
  padding:0px 20px 0px 0px;
}
.pagingPrev{
  width:80px;
  float:left;
}
.pagingPage{
  width:400px;
  float:left;
  /*margin:0 auto;*/
}
.pagingnext{
  width:80px;
  float:right;
}