*{
	padding:0;
	margin:0;
	border:0;
	list-style:none;
	}
body{
	font-size:12px;
	color:#8a878e;
	background:url(imagesbg1.gif) repeat-x
	}
.mybody{
	width:1000px;
	margin:auto;
	
}
a{
	text-decoration:none;
	}
a:hover{
	text-decoration:underline
	}
/*------------------------------------------菜单样式---------------------------------------*/
#nav {
  text-align:center;
	background:url(../images/menu.gif) no-repeat;
	height:50px;
	width:1500px;
	margin:0px auto;	
}
#nav  a {
    color:#fff;
	display:block;
	padding:0 30px;	
	font-family:"微软雅黑";
	font-size:14px;	
	height:50px;
	line-height:50px;
	vertical-align:middle
}

#nav a:hover  {
 color:#FFF;
 text-decoration:none;
 background:#9982bc
}

#nav li {
 float: left;   
}
#nav li a:hover{
 background:#9982bc;
}
#nav li ul {
 line-height: 35px;  
 list-style-type: none;
 text-align:left;
 left: -999em; 
 width: 153px; 
 position: absolute; 
 font-size:14px; 
}
#nav li ul li{
 float: left; 
 width: 153px;
 background: #9982bc;
 font-size:14px;

}
#nav li ul a{
 display: block; 
 width:108px;
 text-align:left;
 padding-left:20px; 
font-family:"微软雅黑";
font-size:14px;
padding:0px 15px;
height:40px;
line-height:40px
}

#nav li ul a:link  {
 color:#fff; 
 text-decoration:none;  
 padding-left:30px
}

#nav li ul a:hover  {
 color:#fff;
 text-decoration:none;
 font-weight:normal;
 background:#533b77;
}
#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
.bc{background-color:#9982bc}
/*---------------------------------------------------------------------------------------------*/
.logo{
	width:1000px;
	margin:auto;
	height: 90px;
	background:url(imageslogo.gif) no-repeat;	
}
.logo .ssb{
	width:43px;
	height:34px;
	border:0;
	background:url(imagesss.gif) no-repeat;
	margin-top:26px;
	float:right;	
	}
.logo .ss{
	height:32px;
	border:1px solid #8c6ea4;
	background-color:#f4f4f4;
	margin-right:1px;
	width:200px;
	margin-top:26px;
	float:right
	}
.dh{
	font-size:15px;
	color:#523a74;	
	padding:15px;
	font-family:"微软雅黑";
	border-bottom:1px solid #d6d6d6
	}
.dh a{
	color:#523a74;	
	}
.list{
	float:left;
	width:720px;	
	}
.list h1{
	font-size:20px;
	font-family:"微软雅黑";
	color:#403f40;
	font-weight:normal;
	padding:10px;
	}
.newsl{
	width:690px;
	padding:10px;	
	border-bottom:1px solid #d6d6d6;
	overflow:auto
	}
.date{
	float:left;
	width:60px;
	height:55px;
	background-color:#edeaf1;
	color:#5c327a;
	text-align:center;
	padding-top:5px;
	}
.date .day, .date .year{
	display:block;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;	
	}
.date .year{
	font-size:12px;
	}
.nfont{
	float:left;
	width:620px;
	margin-left:10px;
	}
.nfont h2{
	color:#42296b;
	font-family:"微软雅黑";
	font-size:15px;	
	line-height:22px;
	}
h2 a{
	color:#42296b;
	}
.nfont p{
	font-size:14px;
	color:#86828a;
	font-family:"微软雅黑";
	line-height:20px;
	text-indent:24px
	}
/*--------------------------分页-------------------------------*/
.pagination {
  display: inline-block;
  padding-left: 10px;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #6b41c9;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus
 {
  color: #fff;
  background-color: #533b77;
  border-color: #dddddd;
}
#now{
	background-color: #533b77;
	color:#fff;
	}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.right{
	float:left;
	width:255px;
	margin-left:25px;
	}
.update{
	width:255px;
	background-color:#ebebed;
	}
h2 a{
	color:#414040;
	}
.update h1{
	color:#302f2f;
	font-size:20px;
	font-family:"微软雅黑";
	font-weight:normal;
	padding:10px 20px;
	border-bottom:1px solid #b6aec3
	}
.update h2{
	color:#414040;
	text-align:center;
	font-size:14px;
	height:25px;
	}
.update ul{
	padding:15px 15px;
	border-bottom:1px solid #fff;
	line-height:21px;
	}
.history{
	border:1px solid #ddd;
	margin-top:15px;
	}
.history ul li{
	font-size:14px;
	padding-left:20px;
	background:url(imagespot.gif) 10px 14px no-repeat;
	height:25px;
	border-bottom:1px solid #ddd;
	padding-top:10px;
	}
.history  a{
	color:#7762a9;
	}
.history ul li span{
	float:right;
	margin-right:10px;
	padding:1px 5px;
	background-color:#999;
	color:#fff;
	}
.history p{
	text-align:center;
	background-color:#f5f5f5;
	padding:10px 0
	}
.content{
	float:left;
	width:720px;
	}
.content h1{
	color:#533b77;
	font-size:32px;
	text-align:center;
	margin:32px 0;
	}
.content h2{
	font-size:14px;
	text-align:center;
	font-weight:normal;
	}
.content h2 span{
	margin-left:20px;
	}
.content ul{
	margin-top:15px;
	font-size:14px;
	color:#474747;
	line-height:22px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	}
.content ul p{
	text-indent:28px;
	}
.next1{
	float:left;
	font-size:15px;
	color:#498374;
	font-family:"微软雅黑";
	width:320px;
	padding:0 10px 20px 0px;
			
	}
.next1 h3{
	margin-bottom:10px;
	color:#999;
	font-size:15px;
	}
.next1 a{
	color:#498374;
	}
.line{
	width:1px;
	height:90px;
	background-color:#ddd;
	float:left;
	margin-left:30px;
	}
.fr{
	float:right;
	font-size:15px;	
	font-family:"微软雅黑";
	width:320px;
	text-align:right;
	padding:0 0px 20px 10px;		
	}
.fr a{
	color:#498374;
	}
.fr h3{
	margin-bottom:10px;
	color:#999;
	font-size:15px;
	text-align:right;
	}
.ggfw{
	margin-top:20px;
	margin-bottom:20px;	
	}
.ggfw h1{
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:normal;
	color:#5b317d;
	padding:5px 10px;
	border-bottom:2px solid #5b317d
	}
.ggfw ul{
	background-color:#f5f4f5;
	overflow:auto;
	padding-bottom:20px;
	}
.ggfw ul li{
	float:left;
	background:url(imagespot1.gif)5px 15px no-repeat;
	padding-top:15px;
	height:15px;
	font-size:14px;
	width:100px;
	padding-left:20px;
	}
.ggfw a{
	color:#464747;
	}
.ggfw a.oa{
	color:#7c35b6
	}
/*--------------------------------------------底部样式----------------------------------------*/
.bottom{
	clear:both;
	margin-top:20px;
	height:200px;
	background-color:#312543;
	font-size:14px;
	color:#adaab2
	}
.bottom .bcontent{
	width:1000px;
	margin:auto;
	background:url(imagesblogo.gif) 0 30px no-repeat;
	*background:url(imagesblogo.gif) no-repeat;
	height:144px;
	padding-top:50px;
	*padding-top:25px;
	*margin-top:25px
	}
.bottom .bcontent ul{
	margin-left:200px;
	margin-bottom:40px;	
    
	}
.bottom .bcontent ul li{
	float:left;		
	}
.bottom .bcontent ul li a{
	margin:0 10px;
	color:#adaab2
	}
.bottom .bcontent p{
	clear:both;
	margin-left:210px;	
	margin-top:20px;

	}
/*--------------------------------------------树状导航----------------------------------------*/
.right .update .treeNav{
        width:255px;
        margin-top:40px;
}