@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
	list-style:none
	}
body{
 font-family: "Microsoft YaHei"!important;
}  
a{color:#1f1f1f; text-decoration:none}
a:hover{
	color:#0a65bd
	}
.header{	
	width:100%;
	background-color:#1882d0;
	height:70px;	 
	}
.logo{
	float:left;
	margin-left:10px;
	width:430px;	
	}


/*------------------------------------------菜单样式---------------------------------------*/
#nav{
	
	position: absolute; 
	right:27px;
    z-index:999;
	}
#nav a{
	display:block;
    padding:0 15px;
	padding-top:22px;	
	color:#eff6fd;
	font-size:16px;
	text-decoration:none;
	height:48px;
	}
#nav a:hover, .now{	
	color:#fff;
	background:url(../images/nowbg.png);	
	}
#nav li {
 float: left;
 height:48px; 
}
#nav li ul {
 line-height: 35px;  
 list-style-type: none;
 text-align:left;
 left: -999em; 
 width: 120px; 
 position: absolute;  
 font-size:14px; 
}
#nav li ul li{
 float: left; 
 width: 120px;
 background:url(../images/headerbg.png);
 font-size:14px;
 height:40px;
}
#nav li ul a{
 display: block;  
 text-align:left;
 padding-left:20px; 
font-size:14px;
padding:0px 15px;
height:40px;
line-height:40px
}
#nav li ul a:link  {
 color:#fff; 
 text-decoration:none;  
}
#nav li:hover ul {
 left: auto;
}

/*添加的项目样式*/
#nav li li ul{
	display:none;
	}
#nav li li:hover ul{
	display:block;
	position:relative;
	left:120px;
	top:-40px;
	}

/*添加的项目样式结束*/
.footer{
	width:100%;

	bottom:0;
	color:#ccc;
	font-size:14px;
	height:100px;
	background:url(../images/footerbg.png) ;
	line-height:28px;
	text-align:center;
	padding-top:0px;
	}

/*-------------------------------------------------------------------二级-----------------------------------------------------------------------*/
.banner{
	width:100%;
	height:200px;
	background:url(../images/banner.jpg) center no-repeat;
	}
.mybody{
	width:1400px; /*1100*/
	margin:auto;
	overflow:auto;
	}
.bread{
	font-size:15px;
	color:#523a74;	

	overflow:auto;
	height:50px;
	border-bottom:1px solid #d6d6d6
	}
.bread a{
	color:#523a74;	
	}
.bread .dh{float:left; width:770px; 	padding:15px;}
.search{
	float:right; margin-top:8px
	}
.search .ssb{
	width:43px;
	height:32px;
	border:0;
	background:url(../images/ss.gif) no-repeat;	
		
	}
.search .ss{
	height:30px;
	padding-left:3px;
	border:1px solid #0f72c6;
	background-color:#f4f4f4;
	margin-left:1px;
	width:250px;
	
	
	}
.list{
	float:left;
	width:1070px; /*width:740px;*/
	}
.list h1{
	font-size:20px;
	text-align:center;
	color:#0556a8;
	font-weight:normal;
	background:url(../images/title.png) center no-repeat;
	padding:15px 0 10px 0;
	}
.newsl{
	width:1070px; /*width:740px;*/
	padding:25px;	
	border-bottom:1px solid #d6d6d6;
	overflow:auto
	}
.date{
	float:left;
	width:70px; /*width:60px;*/
	height:55px; /*height:55px;*/
	background-color:#e2eaf9;
	color:#0d67bf;
	text-align:center;
	padding-top:14px; /*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:960px; /*width:660px;*/
	margin-left:20px;
	}
.nfont h2{
	color:#0d67bf;
	font-family:"微软雅黑";
	font-size:15px;	
	line-height:22px;
	}
h2 a{
	color:#0d67bf;
	}
.nfont p{
	font-size:14px;
	color:#86828a;
	
	line-height:20px;
	text-indent:2em
	}
/*--------------------------分页-------------------------------*/
.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: #0a56bd;
  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: #0a56bd;
  border-color: #dddddd;
}
#now{
	background-color: #0a56bd;
	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: #0a56bd;
  border-color: #0a56bd;
  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: #0a56bd;
  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:300px;
	margin-left:25px;
	}
.update{
	width:300px;
	background-color:#eef0f2;
	}
h2 a{
	color:#414040;
	}
.update h1{
	color:#302f2f;
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:normal;
	padding:10px 20px;
	border-bottom:1px solid #0a56bd
	}
.update h2{
	color:#414040;
	text-align:center;
	font-size:15px;
	height:25px;
	}
.update ul{
	padding:15px 15px;
	border-bottom:1px solid #fff;
	line-height:21px;
	font-size:13px;
	}
.history{
	border:1px solid #ddd;
	margin-top:15px;
	}
.history h1{
	color:#fff;
	background:#0d67bf;
	font-size:18px;
	padding:8px 10px 8px 10px;
	height:28px;
	font-weight:normal
	}
.history ul li{
	font-size:14px;
	padding-left:20px;
	background:url(../images/pot.gif) 10px center  no-repeat;
	height:30px;
	border-bottom:1px solid #ddd;
	padding-top:10px;
	}
.history  a{
	color:#0a56bd;
	}
.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:1070px; /*width:775px;*/
	}
.content h1{
	color:#045aad;
	font-size:20px;
	text-align:center;
	margin:15px 0;
	}
.content h2{
	font-size:14px;
	color:#999;
	text-align:center;
	font-weight:normal;
	}
.content h2 span{
	margin-left:20px;
	}
.content ul{
	margin-top:15px;
	font-size:15px;
	color:#474747;
	line-height:25px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	}
.content ul p{
	text-indent:2em;
	}
.next1{
	float:left;
	font-size:15px;
	color:#0d67bf;

	width:350px;
	padding:0 10px 20px 0px;
			
	}
.next1 h3{
	margin-bottom:10px;
	color:#999;
	font-size:15px;
	}
.next1 a{
	color:#0d67bf;
	}
.line{
	width:1px;
	height:90px;
	background-color:#ddd;
	float:left;
	margin-left:30px;
	}
.fr{
	float:right;
	font-size:15px;	
	font-family:"微软雅黑";
	width:350px;
	text-align:right;
	padding:0 0px 20px 10px;		
	}
.fr a{
	color:#0d67bf;
	}
.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-weight:normal;
	color:#0d67bf;
	padding:5px 10px;
	border-bottom:2px solid #0d67bf
	}
.ggfw ul{
	background-color:#f5f4f5;
	overflow:auto;
	padding-bottom:20px;
	}
.ggfw ul li{
	float:left;

	padding-top:15px;
	height:15px;
	font-size:14px;
	width:100px;
	padding-left:20px;
	}
.ggfw a{
	color:#0d67bf;
	}
.imgl{float:left; margin-right:10px}