﻿@charset "utf-8";
/* Base Reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu { margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details { display:block; }
table { border-collapse:collapse; border-spacing:0; }
html,body,fieldset,img,iframe,abbr { border:0; }
html { overflow-x:hidden;}
i,cite,em,var,address,dfn{}
[hidefocus],summary { outline:0; }
li{list-style:none; }
h1,h2,h3,h4,h5,h6,small { font-size:100%; }
sup,sub { font-size:83%; }
pre,code,kbd,samp { font-family:inherit; }
q:before,q:after { content:none; }
textarea { overflow:auto; resize:none; }
label,summary { cursor:default; }
a,button { cursor:pointer; }
h1,h2,h3,h4,h5,h6,strong,b { font-weight:bold; }
del,ins,u,s,a,a:hover { text-decoration:none; }
body,textarea,input,button,select,keygen,legend {font:12px/1 arial,\5b8b\4f53; outline:0;}
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb { width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after { clear: both; content: "."; display: block; height:0; visibility: hidden; }
.clearfix { display: block; zoom:1; }
/* 全局定义 */
* {
	margin: 0;
	padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1;
	background: #F1F1F1 url(images/bg.gif) left top repeat-x;
}
ol, ul {
	align-content: center;
	list-style: none
}
img {
	border: 0;
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.wcb {
	border: 2px dashed #FEC14C;
	width: 99%;
	margin: 0px auto;
}
.none {
	display: none;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	_display: inline;
}
input, textarea {
	vertical-align: middle;
	resize: none;
	outline: none;
}
/**Base**/
body, p {
	color: #333333;
	font-size: 12px;
	font-family: "\5b8b\4f53", Arial, Helvetica, sans-serif;
	line-height: 1;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #000000;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	width: 980px;
	margin: 0 auto;
} /**页面全局宽度**/
/**页头开始**/
#header {
}
#header .inner {
}
.head {
	width: 100%;
	height: 166px;
	position: relative;
	background: url(images/head.jpg) no-repeat 50% 0;
	position: relative;
} /**页头部分**/
.head .sitelogo {
	float: left;
	padding-top: 30px;
	padding-left: 30px;
}
.head .sitetitle {
	float: left;
	margin-top: 45px;
	margin-left: 20px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
} /**站点名称**/
.navbar {
	width: 100%;
	background: url(images/nav.png) repeat-x 0 50%;
} /**导航区域背景**/
.navbar .navbox {
	width: 980px;
	margin: 0 auto;

} /**导航窗口大小及位置**/
/**导航样式：后台绑定时也可以定义配置**/
.menu-switch-arrow {
	display: none;

}
.navbox .wp-menu {
	margin: 0 auto;

} /**导航高度**/
.navbox .wp-menu .menu-item {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 100;
}
.navbox .wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0 24px;
	line-height: 39px;
	color: #fff;
	font-size: 15px;
	font-family: "Microsoft YaHei";
}/**导航字体样式**/
.navbox .wp-menu .menu-item a.menu-link:hover, .navbox .wp-menu .menu-item a.menu-link.parent {
	text-decoration: none;
	color: #fff;
	background-color: #949494
}/**鼠标经过或当前选中时样式**/
.navbox .sub-menu {
	background-color: #f2f2f2;
	display: none;
	position: absolute;
	left: 0;
	top: 39px;
	z-index: 100;
	min-width: 110px;
}/**菜单背景**/
.navbox .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
	border-bottom: 1px solid #ddd;
}
.navbox .sub-menu .sub-item a {
	display: block;
	color: #272727;
	line-height: 32px;
	padding: 0 10px 0 10px;
        text-align:center;
	display: block;
	font-family: "Microsoft YaHei";
}/**子菜单字体样式**/
.navbox .sub-menu .sub-item a:hover, .navbox .sub-menu .sub-item a.parent {
	color: #06509C;
	display: block;
}
.navbox .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	z-index: 200;
	background-color: #e6e6e6;
	border-left: 1px solid #ddd;
}
/**slide导航**/
.wp-navi .navi-slide-head {
	display: none;
	padding: 0 10px;
	height: 49px;
}
.wp-navi .navi-slide-head .navi-slide-title {
	display: inline-block;
	float: left;
	font-weight: normal;
	color: #212121;
	font-size: 18px;
	line-height: 49px;
}
.wp-navi .navi-slide-head .navi-slide-arrow {
	display: block;
	width: 34px;
	height: 49px;
	float: right;
	background: url(img/menu-icon-arrow.png) no-repeat 50%;
}
/**标题栏新闻窗口**/
.post {
	margin-bottom: 10px;
}
.post .tt {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #6db4e0;
} /**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #216687;
;
} /**标题字体**/
.post .tt .tit .title {
	display: inline-block;
	line-height: 32px;
	font-size: 12px;
	color: #216687;
} /**标题图标**/
.post .tt .more_btn {
	display: inline-block;
	float: right;
	height: 32px;
	line-height: 32px;
} /**更多按钮**/
.post .con {
	padding: 5px 0;
	margin: 0 auto;
}
.post .con .wp_article_list .list_item {
	border-bottom: 1px dashed #ccc;
} /**系统新闻列表**/
.post .con .wp_article_list .list_item span {
	margin-left: 0px;
	margin-right: 5px;
}
.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:24px; padding-left:13px;}/**标题图标**/
.news_list li.news span.news_title 
                { font-size: 11px;
	color: #474646;
	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;}

/**主体开始**/
#container {
	
/* padding:7px 0; */}
#container .inner {
	width: 960px;
	background: #fff;
	padding: 10px;
	border: 1px solid #e5e5e5;
	font-size: 10.5pt;
	line-height: 1.5em;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding:10px;
	border:1px solid #e5e5e5;}
mod {
}
.mod .ml {
	width: 35%;
	float: left;
}/**左列**/
.mod .mc {
	width: 35%;
	margin-left: 1%;
	float: left;
} /**中间**/
.mod .mr {
	width: 28%;
	float: right;
} /**右列**/
.mbox {
	padding: 0 10px;
	border: 1px solid #d3d3d3;
	background: #f9f8fd;
}
/**页脚开始**/
#footer {
	width: 980px;
	height: 100px;
	background-color: #1455ad;}
#footer .inner {
	padding: 30px 0;
	border-top: 10px solid #1455ad;
	text-align: center;
}
#footer .inner p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
#footer .inner p span {
	margin: 0 3px;
}
/** DIV中标题样式**/
.news_title, .news_title a {
	font-size: 13px;
	line-height: 25px;
	color:  #474646;
}
/**栏目新闻**/
.col_news {
	width: 98%;
}
.col_news_box {
}
.col_news_head {
	border-bottom: 1px solid #ccc;
}
/**当前栏目**/
.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: normal;
}  
/**当前位置**/
.col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 18px;
	line-height: 18px;
	margin-top: 5px;
} 
.col_news_list {
	margin-top: 7px;
	min-height: 300px;
}
 /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item {
}
.col_news_list .wp_article_list .list_item span {
	margin-left: 0px;
	margin-right: 5px;
}
 /**栏目新闻图标序号**/
.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: 24px;
	margin: 6px 0px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #282828;
	text-align: center;
} /**文章标题**/
.article .arti_subtitle {
	line-height: 30px;
	font-size: 16px;
	color: #282828;
	font-family: "Microsoft YaHei";
	text-align: center;
} /**文章副标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}
/**文章其他属性**/
.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
} 
/**文章内容**/
.article .entry {
	margin: 0 auto;
	padding: 5px 0px;
	min-height: 300px;
	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: 840px;
_width:expression(this.width > 940 ? "840px" : this.width);
}  

