@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small,strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;	font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
:focus { outline:0;}
img { border:0;}
body {line-height: 1;}
/*ol, ul {list-style: none;}不显示标题前的小圆点*/
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

/**布局开始**/
body {
	background-color: #d4f2fd;
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 0;
}
body,p {
	font:12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color:#4477ae;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#4477ae;
}
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {
	width:1000px;
	margin:0 auto;
} /**页面全局宽度**/

.inner {
	width:1000px;
	margin:0 auto;
} /**页面全局宽度**/

/**标题栏新闻窗口**/
.post {
	margin-bottom:15px;
}
.post .tt {
	height:27px;
} 
.post-4 .tt {
	height:27px;
	background-image: url(images/dkxy_29.gif);
                 background-repeat:no-repeat;
	margin-bottom: 5px;
}

.post-40 .tt {
	height:27px;
	background-image: url(images/dkxy_17.gif);
}

.post-5 .tt {
	height:27px;
	background-image: url(images/dkxy_39.gif);
                 background-repeat:no-repeat;
	margin-bottom: 5px;
} 

 /**标题栏**/
.post .tt .tit { display:inline-block; float:left; font-size:14px; font-weight:bold; color:#216687;} /**标题字体**/
.tit5 { display:inline-block; float:left; font-size:14px; font-weight:bold; color:#216687;} /**标题字体**/

.post .tt .tit .title {
	display:inline-block;
	height:27px;
	line-height:27px;
	padding-left:20px;
	background:url(images/icon_tit.gif) no-repeat 5px center;
} 

.post-30 .tt .tit .title {
	display:inline-block;
	height:27px;
	line-height:27px;
	padding-left:0px;
	background:url(images/icon_tit.gif) no-repeat 5px center;
}
.post-3 .tt .tit .title {
	display:inline-block;
	height:27px;
	line-height:27px;
	padding-left:0px;
	background:url(images/icon_tit.gif) no-repeat 5px center;
}


/**标题图标**/
.post .tt .more_btn {
	display:inline-block;
	height:27px;
	line-height:27px;
	float:right;
}   /**更多按钮**/
.post .con {
	padding:0px 0;
	margin:0 auto;
	background-color: #FFFFFF;
}
.post-40 .con {
	background-color: #FFFFFF;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: right;
	width: 320px;
}
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc;} /**新闻列表**/
/**.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;} 新闻列表图标**/


/**自定义新闻列表**/
.news_list {}
.news_list li.news {
	line-height:16px;
	padding-left:10px;
} 


/**标题图标**/
.news_list li.news span.news_title { float:left;}
.news_list li.news span.news_meta { float:right; margin-left:2px;}
.news_list li.news p {clear:both; line-height:20px; color:#787878;}
.news_list li.news p a { color:#787878;}
.news_list li.news p a:hover { color:#444; text-decoration:underline;}


/**页头开始**/
#heaer {}
#header .inner {}
.head {
	width:1000px; height:170px; background-image:url(images/logo.png); background-repeat:no-repeat; background-position:center;

}    /**页头部分**/
.head1 {
	width:1000px; height:170px; background-image:url(images/logo.png); background-repeat:no-repeat; background-position:center;

} 
.head .sitetitle { position:absolute; left:366px; top:48px; font-size:32px; font-weight:bold; color:#fff;}		/**站点名称**/
.navbar {
	width:100%;
	height:40px;
	background-image: url(images/dh.jpg);
	background-repeat: repeat-x;
       margin-top:1px;
	
}   	/**导航区域背景**/
.navbar .navbox {
	width:1000px;
	height:40px;
	margin:0 auto;
}   /**导航窗口大小及位置**/

/**导航样式:后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav,.navbar .navbox .nav { height:40px;}  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a { font-size:16px; font-weight:bold; color:#fff;}    /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,.navbar .navbox .wp_nav li.nav-item a.parent{ color:#F90;}   	/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name { padding:0 9px; height:40px; line-height:40px;}   /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark { background:#0777b3;}  /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a { font-size:14px; font-weight:normal;}		/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent { background:#1F5E7C; color:#fff;}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name { padding:0 10px; height:26px; line-height:26px;}		/**子菜单栏目高度与边距**/

/**主体开始**/
#container {
}
#container .inner {
	background:#fff;
	width:1000px;
}

/**首页三列布局**/
.mod {
         float:left;
}
.mod1 {
	width:250px;
	float:left;
	
	background-image: none;
	background-color: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3d3d3;
       padding:5px 15px;

	margin-bottom: 0px;

} /**左列**/

.mod1 p{
	color:#000;
	text-indent:28px;
	font-size:15px;
	text-align:justiy;
       line-height:25px;
      margin:10px 0px;
}

.mod1 .ml { float:left;
} 
.mbox {
	background-image: none;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.mbox5 {
	background-image: none;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}



.c11 {
	background-image: none;
	background-color:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d3d3d3;
	margin-bottom: 10px;
}
.c12 {
	background-image: url(images/dkxy_02.gif);
	border-right-color: #d3d3d3;
	height: 36px;
	line-height: 36px;
}
.c22 {
	background-image: none;
	height: 170px;
	width: 320px;
	float: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: right;
	margin-top: 10px;
}

.mod2 {
	width:710px;
	float:right;
	margin-right: 0px;
}
.mod2 .mc {
	width:370px;
	float:left;
}
.mod2 .mc2 {
	width:700px;
	float:left;
}
 /**中间**/
.mod2 .mr {
	width:320px;
	float:right;
	margin-right: 10px;
} /**右列**/

/**列表页**/
.col_menu {
	width:280px;
	float:left;
	min-height: 400px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0px;
	background-image: url(images/a6.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	
	
} 
.col_menu .col_menu_head {
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size:17px;
	font-weight:bold;
	color:#1879C0;
}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display:block;
	line-height:21px;
	background-image: url(images/icon_col_name.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}  /**栏目名称图标**/
 /**栏目列表*/
.col_list .wp_listcolumn { border-top:1px solid #2867A0; border-bottom:1px solid #fff; }
.wp_listcolumn .wp_column a {
	display: block;
	width: 100%;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	word-wrap: break-word;
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 6px 12px;
	background-color: #FFFFFF;
}	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_1_hover.gif);} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color:#454545;

	background-image: url(images/list.gif);
	background-repeat: no-repeat;
} 	/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_2_hover.gif);} 	/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f2f2f2 url(images/icon_column_3.gif) no-repeat 26px 10px; border-top:1px solid #fff; border-bottom:1px solid #ccc;} 	/**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);} 	/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px; border-top:1px solid #fff; border-bottom:1px solid #ddd;} 	/**四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);} 	/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px; border-top:1px solid #fff; border-bottom:1px solid #eee;} 	/**五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);} 	/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_news {
	width:680px;
	float:right;
	margin-right: 20px;
} /**栏目新闻**/
.col_news_head {
	background-color: #DFDFDF;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.col_metas .col_title {
	display:inline-block;
	float:left;
	height:30px;
	line-height:30px;
}  /**当前栏目**/
.col_metas .col_title h2 {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	color:#2172B3;
	padding:0 50px 0 25px;
}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block; float:right; white-space:nowrap; height:18px; line-height:18px; margin-top:5px;} /**当前位置**/

.col_news_box { padding:10px 0; margin:0 7px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {}  /**栏目新闻列表**/
 .col_news_list .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;} /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:6px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/

/**文章页**/
.infobox { margin:0 auto;}
.article {}
.article h1.arti_title {
	line-height:26px;
	font-family: "Microsoft YaHei";
	padding:5px;
	text-align:center;
	font-size:13px;
	color:#282828;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
} /**文章标题**/
.article .arti_metas { padding:10px; text-align:center;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;} /**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.6; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:6px;}
.article .entry .read img { max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/

/**页脚开始**/
#footer {	margin-top:0px;}
#footer .inner { padding:10px 0; border-top:2px solid #036;}
#footer .inner p { font-size:14px; line-height:20px; text-align:center;}
#footer .inner p span { margin:0 3px;}


.news_icon {
	height: 36px;
	line-height: 36px;
	background-position: left center;
	background-repeat: no-repeat;
	width: 10px;
	display: block;
	float: left;
	background-image: url(images/list-1.gif);
}
#wp_nav_w63 .news_icon {
	height: 36px;
	line-height: 36px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
	width: 10px;
	display: block;
	float: left;
	background-image: none;
}
.scrollnews3_ul li {
	background-position: 0px 24px;
	background-repeat: repeat-x;
	padding-left: 10px;
	float: left;
	background-image: none;
}
.c13 {
	background-image: none;
	width: 215px;
	float: right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: left;
}
.c14{
	background-color: #FFFFFF;
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0px;
	clear: none;
	width: 300px;
}
.c44{
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0px;
	width: 210px;
	background-image: url(images/a6.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 347px;
}
.xzzq { padding-bottom:10px;}
.toptop{margin-top:200px;}
.blanktop{margin-top:80px;}