﻿@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,p{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:normal;
}
ul,ol{ list-style:none; margin:0px; padding:0px;}

.header{
	width:100%;
	height:145px;
	background:url(../images/topbg2.jpg) center center no-repeat;
}
.header .headerContent{
	display:none;
	width:988px;
	margin:0px auto;
	position:relative;
}

.header .headerContent .headerTop{
	z-index:20;
	position:absolute;
	top:20px;
	right:10px;
	color:#333;
	font-size:12px;
}
.header .headerContent .headerTop a{ color:#333; text-decoration:none;
padding:0px 5px;
}

.header .headerContent .headerContent img{
	width:550px;
	margin-top:10px;
}
.header .headerContent .findBox{
	position:absolute;
	bottom:0px;
	right:25px;
	font-size:12px;
}
.header .headerContent .findBox #findTxt{
	width:188px;
	height:24px;
	margin:0px;
	border:1px solid #0476d7;
	padding-left:5px;
	outline:0px;
	float:left;
	border-radius:3px 0px 0px 3px;
}
.header .headerContent .findBox #btn_find:hover{
	background:url(../images/find.png) center center no-repeat #005faf;
}
.header .headerContent .findBox #btn_find{
	display:block;
	background:url(../images/find.png) center center no-repeat #0476d7;
	width:35px;
	height:28px;float:left;
	cursor:pointer;
	border-radius:0px 3px 3px 0px;
}
.nav{
	background-color:#005faf;
	height:45px;
	line-height:45px;
	font-family:"微软雅黑";
}
.nav ul{
	width:988px;
	display:block;
	height:45px;
	line-height:45px;
	margin:0px auto;
}
.nav ul li{
	display:block;
	width:108px;
	float:left;
	text-align:center;
	cursor:pointer;
	position:relative;
}

.nav ul li:hover{
	background-color:#0476d7;
	
}
.nav ul li a{
	color:#ffffff;
	text-decoration:none;
	font-size:15px;
	display:block;
	width:100%;
}
.nav ul li a:hover{
	color:#f0f2f3;
}

.nav ul li ol{display:none; position:absolute; z-index:100; background-color:#0476d7;
	width:168px;
	border-radius:0px 0px 5px 5px;
}
.nav ul ol li{ text-indent:15px;width:100%; text-align:left;}
.nav ul ol li:hover{ background-color:#005faf; width:100%;  text-indent:14px;}
.nav ul li:hover ol{display:block}

.ppt{
	display:none;
	width:998px;
	margin:1px auto;
	height:228px;
	background:url(../images/ppt2.jpg) left bottom no-repeat;
	position:relative;
}
.ppt ul{
	height:20px;
	width:200px;
	position:absolute;
	bottom:45px;
	right:0px;
}
.ppt ul .active{
	background-color:#333;
}
.ppt ul li{
	width:12px;
	height:12px;
	background-color:#F00;
	float:left;
	margin-left:15px;
	border-radius:6px;
	cursor:pointer;
}
.ppt .pptTitle{
	width:100%;
	height:45px;
	line-height:45px;
	background:url(../images/btm.png);
	position:absolute;
	bottom:0px;
	color:#FFF;
	font-family:"微软雅黑";
	font-size:18px;
	letter-spacing:2px;
	text-indent:2em;
}
.ppt .pptTitle a{
	color:#FFF;
}

.contentBox{
	clear:both;
	width:998px;
	margin:5px auto;
}
.contentBox .left{
	width:320px;
	float:left;
}
.contentBox .left .sppt{
	width:100%;
	height: 230px;
	background: url(../images/sppt.jpg) center center no-repeat;
	border-radius:3px;
	margin: 5px 0px;
}
.contentBox .linkBtnGroup ol{
	display:block;
	width:100%;

}
.contentBox .linkBtnGroup ol li {
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	background-color:#005faf;
	margin:5px auto;
	border-radius:5px;
	font-size:16px;
	font-weight:bold;
}
.contentBox .linkBtnGroup ol li img{
	display:block;
	margin:6px;
	margin-left:15px;
	width:32px;
	height:32px;
	float:left;
}
.contentBox .linkBtnGroup ol li a{
	color:#FFF;
	display:block;
	width:258px;
	float:left;	
	text-decoration:none;
	
}
.contentBox .linkBtnGroup ol li:hover{
	background-color:#0476d7;
}


.contentBox .leftContent{
	border:1px solid #005faf;
	border-radius:5px;
	overflow:hidden;
}
.contentBox .leftContent h1{
	height:35px;
	line-height:35px;
	background-color:#005faf;
	color:#FFF;
	text-indent:35px;
	font-weight:bold;
	letter-spacing:2px;
	font-size:15px;
	font-family:"微软雅黑";
	border-radius:2px 2px 0px 0px;
	background:url(../images/linkico.png) 10px center no-repeat #005faf;
}
.contentBox .leftContent h1 b{
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	font-weight:normal;
	letter-spacing:0px;
	float:right;
	margin-right:10px;
	
}
.contentBox .leftContent h1 b a{ color:#FFF; text-decoration:none;}
.contentBox .leftContent h1 b a:hover{ color:#F00; text-decoration:none;}
.contentBox .leftContent ul{ width:96%; margin:3px auto;}
.contentBox .leftContent ul li{
	font-size:14px;
	font-family:"宋体";
	width:100%;
	line-height:24px; 
	background:url(../images/linkico2.png) left center no-repeat;
	text-indent:18px;
	text-overflow:ellipsis;overflow:hidden;white-space:nowrap;
}
.contentBox .leftContent ul li a{
	color:#555;
	text-decoration:none;font-family:'新宋体';
	font-size:12px;
}
.contentBox .leftContent ul li a:hover{ color:#000;}

.contentBox .right{
	width:658px; 
	float:right;
}
.contentBox .articleList{
	height:258px;
}
.contentBox .articleList h1{
	line-height:32px;
	height:32px;
	border-bottom:2px solid #005faf;
	text-indent:1em;
	color:#005faf;
	font-weight:bold;
	letter-spacing:1px;
	
}
.contentBox .articleList h1 b{
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	font-weight:normal;
	letter-spacing:0px;
	float:right;
	margin-right:10px;
}
.contentBox .articleList h1 b a{ color:#005faf; text-decoration:none;}
.contentBox .articleList ul{
	display:block;
	width:98%;
	margin:3px auto;
}
.contentBox .articleList ul li{
	clear:both;
	display:block;
	font-size:14px;
	font-family:"宋体";
	width:100%;
	line-height:24px;

}
.contentBox .articleList ul li b{
	display:block;
	width:88px;
	font-family:'新宋体';
	font-size:12px;
	text-align:center;
	color:#999;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-indent:0px;
	float:right;
}
.contentBox .articleList ul li span{
	display:block;
	width:518px;
	float:left;
	background:url(../images/dot.png) left center no-repeat;
	text-indent:12px;
	text-overflow:ellipsis;overflow:hidden;white-space:nowrap;
}
.contentBox .articleList ul li a{
	font-family:'新宋体';
	font-size:12px;
	color:#333;
	text-decoration:none;
}
.contentBox .articleList ul li a:hover{ color:#00f; text-decoration: underline;}
.pagePic{
	width:998px;
	margin:5px auto;
	height:200px;
	background:url(../images/ppt6.jpg) left bottom no-repeat;
}
/*********pageContent Start***********/
.pageContent{
	width:998px;
	margin:5px auto;
}
.pageContent .left{
	width:258px;
	float:left;
	border:1px solid #005faf;
	border-radius:5px;
}
.pageContent .left h1{
	height:45px;
	line-height:45px;
	background-color:#005faf;
	font-family:"微软雅黑";
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	letter-spacing:2px;
	text-indent:2em;
}
.pageContent .left ul{
	width:88%;
	margin:10px auto;
}
.pageContent .left ul .active{
	background:url(../images/jt3.png) 10px center no-repeat;
}
.pageContent .left .active a{
	font-weight:bold;
	padding-left:40px;
}
.pageContent .left ul li{
	height:30px;
	line-height:30px;
	border-bottom:1px dotted #45a6e6;
	background:url(../images/jt41.png) 5px center no-repeat;
}
.pageContent .left ul li:last-child{
	border:0px;
}
.pageContent .left ul li a{
	color:#005faf;
	text-decoration:none;
	padding-left:35px;
}
.pageContent .right{
	width:720px;
	float:right;
}
.pageContent .right .pageNav{
	width:100%;
	height:42px;
	line-height:42px;
	border-bottom:2px solid #005faf;
	background:url(../images/p.png) 5px center no-repeat;
	font-family:"微软雅黑";
	font-size:14px;
}
.pageContent .right .pageNav b{ margin-left:36px;}
.pageContent .right .pageNav span{
	background:url(../images/jt4.png) right center no-repeat;
	padding-right:20px;
	margin-left:2px;
}
.pageContent .right .pageNav span:last-child{ background:none;}
.pageContent .right .pageNav a{color:#333; text-decoration:none;}
.pageContent .right .pageNav a:hover{color:#005faf;}
.pageContent .right .pageArticleList{
	width:98%;
	margin:5px auto;
	min-height: 450px;
}
.pageContent .right .pageArticleList ul{
	display:block;
	width:100%;
}
.pageContent .right .pageArticleList ul li{
	clear:both;
	display:block;
	width:100%;
	line-height:26px;
	height:26px;
	background:url(../images/dot.png) left center no-repeat;
}
.pageContent .right .pageArticleList ul li b{
	display:block;
	width:88px;
	float:right;
	font-weight:normal;
	text-align:center;
	color:#999;
}
.pageContent .right .pageArticleList ul li span{
	display:block;
	width:598px;
	float:left;
	padding-left:10px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;
}
.pageContent .right .pageArticleList ul li span a{
	color:#333;
	text-decoration:none;
}
.pageContent .right .pageArticleList ul li span a:hover{
	color:#00f;
}

.pageContent .right .page{
	clear:both;
	width:98%;
	margin:5px auto;
	height:45px;
	line-height:45px;
	font-weight:bold;
	font-size:12px;
	color:#333;
	border-top:1px solid #005faf;
	text-align:right;
}

.pageContent .right .page i{
	font-style:normal;
	padding:0px 3px;
}
.pageContent .right .page a{
	padding:5px 15px;
	background-color:#005faf;
	color:#FFF;
	text-decoration:none;
	margin:0px 10px;
	border:1px solid #025499;
	font-size:12px;
	font-weight:normal;
	border-radius:3px;
}
/*********pageContent End***********/
/*********webPage Start***********/

.articleDet , .webPage{
	width:98%;
	margin:5px auto;
	min-height: 450px;
}
.webPage .webPageTitle{
	width:100%;
	line-height:28px;
	margin:15px auto;
	color:#005faf;
	font-family:"微软雅黑";
	font-weight:bold;
	font-size:20px;
	text-align:center;
	letter-spacing:3px;
}
.articleDet .articleContent ,.articleDet .articleContent p , .webPage .webPageContent , .webPage .webPageContent p{
	margin:8px 0px;
	font-family:"宋体";
	font-size:14px;
	letter-spacing:0px;
	line-height:24px;
	text-indent:2em;
	color:#333;
}
.articleDet .articleContent img , .webPage .webPageContent img{
	max-width:688px;
}
.articleDet .articleTitle {
	width:100%;
	line-height:28px;
	margin:20px auto;
	color:#333;
	font-family:"微软雅黑";
	font-weight:bold;
	font-size:20px;
	text-align:center;
}
.articleDet .articlePostInfo{
	clear:both;
	width:88%;
	line-height:30px;
	height:30px;
	color:#888;
	margin:10px auto;
	text-align:right;
	font-size:12px;
}
.articleDet  .goTop span{
	clear:both;
	display:block;
	width:32px;
	float:right;
	height:32px;
	background:url(../images/top.png) no-repeat;
	cursor:pointer;
}
.articleDet  .goTop span:hover{
	background:url(../images/tophover.png) no-repeat;
}
/*********webPage End***********/

.footer{
	clear:both;
	width:100%;
	height:110px;
	background-color:#005faf;
	margin-top:5px;
	text-align:center;
	padding-top:10px;
	font-size:12px;
	
}
.footer p{
	line-height:24px;
	color:#FFF;
	font-family:'新宋体';
	font-size:12px;
}

