﻿@charset "utf-8";
.SiteMap {
  width:1130px;
  margin:0 auto;
  height:30px;
  overflow:hidden;
  /*margin-top:210px;*/
  line-height:30px;
  padding-left:10px;
  color:#000;
  margin-bottom:10px;
  border-bottom:1px dotted #ccc;
}
.titleSite {
  width:1140px;
  margin:0 auto;
  height:70px;
  overflow:hidden;
  margin-bottom:20px;
}
.SiteMap span{
    float:right;
}
.title {
  width:100%;
  height:40px;
  text-align:center;
  font-size:28px;
  line-height:40px;
}
.ArticleContent {
  width:100%;
  height:30px;
  font-size:12px;
  text-align:right;
  line-height:30px;
}
/* CSS Document */
.detailedContent{
  width:1140px;
  margin:0 auto;
  height:auto;
  overflow:hidden;
  color:#333333;
  line-height:28px;
  text-indent:2em;
  font-size:16px;
  padding:10px 130px 40px 130px;
}

