﻿@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,ul,ol,p{
	margin:0px;
	padding:0px;
	
}
body{
	font-size:12px;
	font-family:"微软雅黑";
}
ul,ol{ list-style:none;}
.header{
	width:100%;
	height:180px;
	background:url(../images/headerbgjpg.jpg) center top no-repeat;
	position:relative;
	
}

.header .headerContent{
	width:1000px;
	height:98px;
	margin:0px auto;
	position:relative;
}
.header .headerContent .dateTips{
	display:none;
	position:absolute;
	right:0px;
	bottom:5px;
	color:#f00;
	font-weight:bold;
	font-size:14px;
}
.headerContent img{
	margin-top:20px;
}
.headerContent .xx{
	display:none;
	position:absolute;
	right:8px;
	top:5px;
	width:307px;
	height:42px;
}
.headerContent .xx img{ margin:0px;}

.headerContent .findBox{
	display:none;
	position:absolute;
	bottom:10px;
	right:25px;
	font-size:12px;
}
.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;
}
.headerContent .findBox #btn_find:hover{
	background:url(../images/find.png) center center no-repeat #005faf;
}
.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;
}
.goArticle{
	width:1200px;
	height:35px;
	border:1px solid #8db3d9;
	border-top:0px;
	background-color:#d2e5f8;
	margin:0px auto 5px auto;
	border-radius:0px 0px 3px 3px;
}
.goArticle .zs{
	width:358px;
	height:34px;
	line-height:34px;
	font-family:"微软雅黑";
	font-size:16px;
	text-align:center;
	color:#F00;
	float:left;
	background:right center url(../images/lb.png) no-repeat;
}
.goMarquee{
	float:right;
	width:830px;
	height:34px;
	line-height:34px;
	overflow:hidden;
}
.goMarquee a{
	padding-left:20px;
	color:#f00;
	text-decoration:none;
	font-weight:bold;
}
.nav{
	width:100%;
	height:45px;
	line-height:45px;
	background-color:#3f87cf;
}
.nav ul{
	display:block;
	width:1200px;
	line-height:45px;
	height:45px;
	margin:0px auto;
}
.nav ul li{
	display:block;
	width:90px;
	text-align:center;
	float:left;
	position:relative;
}
.nav ul li:hover{
	background-color:#20476e;
}
.nav ul li a{
	color:#FFF;
	text-decoration:none;
	display:block;
	font-size:14px;
}
.nav ul li ol{
	display:none;
	position:absolute;
	width:148px;
	background-color:#20476e;
	border-radius:0px 0px 5px 5px;
	z-index:10000;
	left:0px;
}
.nav ul li ol li{
	width:100%;
	border-bottom:1px dotted #152f49;
	height:35px;
	line-height:35px;
	text-align:left;
	text-indent:25px;
}
.nav ul li ol li:hover,.nav ul li ol li.hover{
	background-color:#152f49;
	text-indent:26px;
}
.nav ul li ol li:last-child{ border:0px;}

/*
.nav ul li:hover ol{
	display:block;
}
*/
.ppt{
	clear:both;
	width:1200px;
	height:360px;
	margin:2px auto;
	overflow:hidden;
	z-index:-1;
}
.ppt .pptimages{
	float:left;
	width:695px;
	height:360px;	
	background:url(../images/ppt0.jpg) no-repeat;
	border-radius:3px;
	position:relative;
	overflow:hidden;
}
.ppt .pptimages .tipsBox{
	display:block;
	width:100%;
	height:45px;
	position:absolute;
	bottom:0px;
	background:url(../images/btm.png);
}
.ppt .pptimages .tipsBox ul{
	display:block;
	float:right;
	text-align:center;
	width:140px;
	height:45px;
	text-align:center;
	z-index:100;
}
.ppt .pptimages .tipsBox ul li{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background-color:#fff;
	margin-top:15px;
	margin-left:10px;
	border-radius:7px;
	cursor:pointer;
}
.ppt .pptimages .tipsBox ul .active{
	background-color:#FF0;
}
.ppt .pptimages .tipsBox span{
	display:block;
	float:left;
	width:550px;
	height:45px;
	line-height:45px;
	overflow:hidden;
	text-align:center;
}
.ppt .pptimages .tipsBox span a{
	color:#FFF;
	text-decoration:none;
	font-size:16px;
}
.ppt .pptimages .tipsBox{}

.pptArticle{
	width:490px;
	height:360px;
	float:right;
}
.pptArticle .title{
	width:100%;
	height:34px;
	line-height:34px;
	border-bottom:2px solid #3f87cf;
}
.pptArticle .title h1{
	background-color:#3f87cf;
	width:118px;
	text-align:center;
	color:#FFF;
	border-radius:5px 5px 0px 0px;	
	font-family:"宋体";
	letter-spacing:2px;
	font-size:15px;
	
}
.pptArticle .title a{
	float:right;
	color:#666;
	font-family:"宋体";
	font-size:12px;
	text-decoration:none;
}
.pptArticle .title a:hover{
	color:#000;
	text-decoration:underline;
}

.pptArticle ul{
	display:block;
	width:98%;
	margin:5px auto;
}
.pptArticle ul li{
	line-height:30px;
	border-bottom:1px dotted #CCC;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.pptArticle ul li b{
	float:right;
	font-weight:normal;
	color:#555;
	ba
}
.pptArticle ul li:hover{
}
.pptArticle ul li:last-child{ border:0px;}

.pptArticle ul li a{
	color:#333;
	text-decoration:none;
	font-size:12px;	
	font-family:"宋体";
	padding-left:15px;
	background:url(../images/dot.jpg) 4px center no-repeat;
}
.pptArticle ul li a:hover{
	color:#00F;
	text-decoration:underline;
}

/**************************/

.articleContent{
	width:1200px;
	margin:10px auto;	
	height:330px;
	overflow:hidden;
}
.fleft{ float:left;}
.fright{ float:right;} 
.articleContent .articleList{
	width:695px;
}
.articleContent .articleList .title{
	width:100%;
	height:34px;
	line-height:34px;
	border-bottom:2px solid #3f87cf;
}
.articleContent .articleList .title h1{
	background-color:#3f87cf;
	width:118px;
	text-align:center;
	color:#FFF;
	border-radius:5px 5px 0px 0px;	
	font-family:"宋体";
	letter-spacing:2px;
	font-size:15px;
	
}
.articleContent .articleList .title a{
	float:right;
	color:#666;
	font-family:"宋体";
	font-size:12px;
	text-decoration:none;
}
.articleContent .articleList .title a:hover{
	color:#000;
	text-decoration:underline;
}
.articleContent .articleList ul{
	display:block;
	width:98%;
	margin:5px auto;
}
.articleContent .articleList ul li{
	line-height:28px;
	border-bottom:1px dotted #CCC;
	display:block;
	width:100%;
}
.articleContent .articleList ul li:hover{
}
.articleContent .articleList ul li:last-child{ border:0px;}
.articleContent .articleList ul li b{
	display:block;
	width:70px;
	float:right;
	text-align:center;
	font-weight:normal;
	font-family:"宋体";
	color:#666;
	line-height:28px;
	height:28px;
}
.articleContent .articleList ul li span{
	display:block;
	width:600px;line-height:28px;
	height:28px;
	background:url(../images/dot.jpg) left center no-repeat;
	text-indent:10px;
	font-size:12px;	
	font-family:"宋体";
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.articleContent .articleList ul li a{
	color:#333;
	text-decoration:none;
	font-size:12px;	
	font-family:"宋体";	
}
.articleContent .articleList ul li a:hover{
	color:#00F;
	text-decoration:underline;
}
.articleContent .articleRight{
	width:490px;
	height:340px;
	float:right;
	position:relative;
}
.articleContent .articleRight .title{
	width:100%;
	height:34px;
	line-height:34px;
	border-bottom:2px solid #3f87cf;
}
.articleContent .articleRight .title h1{
	background-color:#3f87cf;
	width:118px;
	text-align:center;
	color:#FFF;
	border-radius:5px 5px 0px 0px;	
	font-family:"宋体";
	letter-spacing:2px;
	font-size:15px;
	
}
.articleContent .articleRight .title a{
	float:right;
	color:#666;
	font-family:"宋体";
	font-size:12px;
	text-decoration:none;
}
.articleContent .articleRight .title a:hover{
	color:#000;
	text-decoration:underline;
}
.articleContent .articleRight ul{
	width:95%;
	margin:5px auto;
	display:block;
}
.articleContent .articleRight ul li{
	display:block;
	width:45%;
	float:left;
	margin:5px;
	border:1px solid #CCC;
	text-align:center;
	border-radius:3px;
}
.articleContent .articleRight ul li img{
	margin:2px 10px;
	opacity:0.8;
	border:0px;
	width:169px;
	height: 45px;
	
}
.articleContent .articleRight ul li:hover{
	border:1px solid #999;
}
.articleContent .articleRight ul li:hover img{
	opacity:1;
}

.fLink{
	clear:both;
	background-color:#4d95de;
	width:96%;
	height:40px;
	border-radius:5px;
	line-height:40px;
	color:#FFF;
	position:absolute;
	bottom:5px;
	margin-left:5px;
}
.fLink b{
	margin:0px 5px;
	font-size:14px;
	letter-spacing:1px;
}
#linkIn,#linkOut{
	width:180px;
	height:20px;
	line-height:20px;
	margin:5px;
	border:1px solid #0b5bac;
	text-align:center;
}

.pageContent{
	width:1200px;
	margin:5px auto;
	min-height:500px;
}
.pageLeft{
	display:block;
	float:left;
	width:247px;
	min-height:500px;
	border-right:4px solid #3f87cf;
}
.pageLeft h1{
	margin:0px;
	padding:0px;
	display:block;
	width:100%;
	height:65px;
	line-height:65px;
	background-color:#3f87cf;
	color:#FFF;
	text-align:center;
	letter-spacing:2px;
	font-family:"微软雅黑";
	font-size:24px;
	font-weight:normal;
	border-radius:3px 0px 0px 3px;
}
.pageLeft ul{
	display:block;
	width:88%;
	margin:15px auto;
}
.pageLeft ul .active{
	font-weight:bold;
	color:#3f87cf;
	background:url(../images/classIco2.png) 10px center no-repeat;
	
}
.pageLeft ul .active a{ color:#3f87cf; background:none; padding-left:38px;}
.pageLeft ul .active a:hover{ background:none;}
.pageLeft ul li {
	line-height:45px;
	font-size:16px;
	border-bottom:1px dotted #3f87cf;
}
.pageLeft ul li a{
	display:block;
	color:#666;
	text-decoration:none;
	background:url(../images/classIco.png) left center no-repeat;
	padding-left:28px;
}
.pageLeft ul li a:hover{
	background:url(../images/classIco2.png) left center no-repeat;
}
.pageLeft ol{
	display:block;
	margin:10px auto;
	width:88%;
}
.pageLeft ol li{
	display:block;
	margin:8px auto;
	text-align:center;
	border:1px solid #CCC;
	border-radius:3px;
}
.pageLeft ol li img{
	border:0px;
}
.pageRight{
	width:918px;
	display:block;
	float:right;
	min-height:500px;
}
.pageRightTitle{
	width:100%;
	height:45px;
	line-height:45px;
	border-bottom:1px solid #3f87cf;
	color:#3f87cf;
	font-family:"微软雅黑";
	font-size:20px;
	text-indent:1em;
	font-weight:bold;
	letter-spacing:2px;
}
.pageRightTitle span{
	color:#333;
	font-size:14px;
	float:right;
	letter-spacing:0px;
	font-family:"微软雅黑";
	font-weight:normal;
}
.pageRightTitle span a{
	color:#555;
	text-decoration:none;
	margin:0px 2px;
}
.pageRightTitle span a:hover{
	color:#3f87cf;
	text-decoration:underline;
}
.pageRight ul{
	display:block;
	width:880px;
	margin:10px auto;
	font-family:"宋体";
	font-size:12px;
}
.pageRight ul li{
	display:block;
	height:32px;
	line-height:32px;
	clear:both;
	overflow:hidden;
	border-bottom:1px dotted #B8D1E4;
}
.pageRight ul li b{
	display:block;
	width:88px;
	text-align:center;
	color:#999;
	font-weight:normal;
	float:right;
}
.pageRight ul li span{
	display:block;
	width:778px;
	height:32px;
	line-height:32px;
	float:left;
	overflow:hidden;	
}
.pageRight ul li span a{
	color:#333;
	text-decoration:none;
	background:url(../images/dot.jpg) 5px center no-repeat;
	padding-left:15px;
}
.pageRight ul li span a:hover{
	color:#3f87cf;
	text-decoration:underline;
}
.page{
	width:95%;
	margin:0px auto;
	height:65px;
	line-height:65px;
	text-align:right;
}
.page i{
	font-style:normal;
	padding:0px 4px;
}
.page span{
	padding:0px 15px;
	font-weight:bold;
}
.page a{
	padding:6px 20px;
	background-color:#3f87cf;
	margin-right:10px;
	border-radius:2px;
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}
.page a:hover{ background-color:#4793df;}

.articleTitle{
	width:88%;
	margin:35px auto;
	font-family:"微软雅黑";
}
.articleTitle h1{
	display:block;
	width:100%;	
	line-height:40px;
	font-size:26px;
	text-align:center;
	font-weight:normal;
}
.articleTitle h5{
	display:block;
	color:#666;
	text-align:right;
	font-size:15px;
	font-family:"微软雅黑";
	font-weight:normal;
	line-height:40px;
}
.articleTitle h5 .btnPrint{
	background:url(../images/printIco.png) left center no-repeat;
	padding-left:20px;
	line-height:35px;
	color:#666;font-size:15px;
	font-family:"微软雅黑";
	text-decoration:none;
}
.pageArticleContent{
	width:99%;
	margin:5px auto;
	font-family:"宋体";
	font-size:14px;
	
	text-indent:2em;
	line-height:30px;
}
.pageArticleContent p{
	margin:15px auto;
}







.footer{
	clear:both;
	width:1200px;
	height:90px;
	margin:0px auto;
	background-color:#fff;
	border-top:2px solid #3f87cf;
	text-align:center;	
}
.footer p{
	color:#000;
	line-height:24px;
font-size:12px;
	font-family:"宋体";
}
.footer p:first-child{
	margin-top:10px;
	
}