@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:#f3f0f0;}
body,p { 
	font:12px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; 
	color:#333333;
}
a { 
	color:#333333;
	text-decoration:none;
}
a:link { 
	color:#333333;
}
a:hover { 
	color:#333333;
	text-decoration: underline;
}
/*a:visited { 
	color:#444444;
}*/
.wrapper { 
	width:100%; 
	margin:0 auto;
}
.wrapper .inner {  /**页面全局宽度**/
	width: 980px; 
	margin:0 auto;
}


/*页头*/
#header {
}

.head {
	width:100%;
	height:162px;
	background:url(../images/banner.jpg) center center no-repeat;
}

/**导航条**/
#nav {
}

.nav { 
	width:100%; 
	height: 36px;
	line-height: 36px;
	margin: 0px auto;
	background:url(../images/nav-bg.jpg) repeat-x center center;
}

.nav-box {
	width: 700px;
	height: 36px;
	float: left;
	margin-left: 5px;
}

.nav-box .nav-item A {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.nav-box .wp_nav .nav-item a span.item-name {
	color: #FFF;
	padding: 0 15px;
	line-height: 36px;
}

.search {
	width: 220px;
	height: 36px;
	float: right;
	margin-right: 15px;
}

.search-component {
	width: 200px;
	height: 36px;
	margin: auto;
	overflow: hidden;
}

.search-input-box {
	width: 155px;
	float: left;
	text-align: right;
	padding-top: 6px;
}

.search-input {
	width: 150px;
	height: 20px;
	border: 1px solid #f2f2f2;
}

.search-btn-box {
	width: 40px;
	float: right;
	padding-top: 6px;
}

.search-btn {
	width: 40px;
	height: 24px;
	border: 1px solid #f2f2f2;
	margin: auto;
}

/**主体部分**/
#container {}

#container .inner { 
	padding: 10px 0;
	background: #f1f5fe;
}

.mod {
	width: 100%;
	padding: 0px;
}

.mod-l {
	width: 230px;
	float: left;
}

.mod-c {
	width: 490px;
	float: left;
	margin-left: 15px;
}

.mod-r {
	width: 230px;
	float: right;
}

.cbox {
}


/*页脚*/
#footer {
}

.foot {
	background: #FFF;
}

#copyright {
	padding: 15px 0px;
}

#copyright p {
	font-size:12px;
	line-height:25px;
	color:#333333;
	text-align: center;
}



/*首页自定义新闻列表*/
.post {
	margin-bottom: 10px;
}

.post-intro {
	height: 210px;
}

.post-intro .banner {
	width:230px;
	height: 29px; 
	margin: auto;
	overflow: hidden;
	background: url(../images/banner-left.jpg) no-repeat center center;
}

.post-intro .banner .title-text {
	text-indent: 10px;
	color: #FFF;
	float: left;	
	font-size: 14px;
	line-height: 29px;
	font-weight: bold;
}
.post-intro .banner .more-btn {
	width: 60px;
	line-height: 29px;
	float: right;
	text-align: center;
	color: #FFF;
}
.post-intro .banner .more-btn A{
	color: #FFF;
}
.post-intro .con {
	padding:10px 10px; 
	margin:0 auto;
	line-height: 25px;
	text-indent: 2em;
}


.post-left {
	height: 210px;
}

.post-left .banner {
	width:230px;
	height: 29px; 
	margin: auto;
	overflow: hidden;
	background: url(../images/banner-left.jpg) no-repeat center center;
}

.post-left .banner .title-text {
	text-indent: 10px;
	color: #FFF;
	float: left;	
	font-size: 14px;
	line-height: 29px;
	font-weight: bold;
}
.post-left .banner .more-btn {
	width: 60px;
	line-height: 29px;
	float: right;
	text-align: center;
	color: #FFF;
}
.post-left .banner .more-btn A{
	color: #FFF;
}
.post-left .con {
	padding:10px 10px; 
	margin:0 auto;
	line-height: 25px;
}

.post-left .wp_article_list .list_item {
	height: 26px;
	line-height: 26px;
	border-bottom: none;
}

.post-left .wp_article_list .list_item .Article_Index {
	width: 5px;
	margin-right: 0px;
}



.post-right {
	height: 210px;
	border-bottom: 1px solid #098fd8;
	background: url(../images/banner-right-bg.jpg) repeat-y center center;
}

.post-right .banner {
	width:230px;
	height: 29px; 
	margin: auto;
	overflow: hidden;
	background: url(../images/banner-right.jpg) no-repeat center center;
}

.post-right .banner .title-text {
	text-indent: 10px;
	color: #FFF;
	float: left;	
	font-size: 14px;
	line-height: 29px;
	font-weight: bold;
}
.post-right .banner .more-btn {
	width: 60px;
	line-height: 29px;
	float: right;
	text-align: center;
	color: #FFF;
}
.post-right .banner .more-btn A{
	color: #FFF;
}
.post-right .con {
	padding:10px 10px; 
	margin:0 auto;
	line-height: 25px;
}

.post-right .wp_article_list .list_item {
	height: 26px;
	line-height: 26px;
	border-bottom: none;
}

.post-right .wp_article_list .list_item .Article_Index {
	width: 5px;
	margin-right: 0px;
}

.post-link .con1 {
	padding:10px 10px 0px 10px; 
}
.post-link .con2 {
	padding:10px; 
}

.post-link .wp_article_list .list_item .Article_Index{
	display: none;
}

.post-link .sudy-links .links-wrap a:hover {
	background: transparent;
}

.post-news {
	background:#FFF url(../images/banner-news-bg.jpg) repeat-y center center;
	height: 210px;
	border-bottom: 2px solid #2d98c4;
}

.post-news .banner {
	width:490px;
	height: 28px; 
	margin: auto;
	overflow: hidden;
	background: url(../images/banner-news.jpg);
}

.post-news .banner .title-text {
	text-indent: 18px;
	color: #005f7e;
	float: left;	
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
}
.post-news .banner .more-btn {
	width: 60px;
	line-height: 28px;
	float: right;
	text-align: center;
	color: #FFF;
}
.post-news .banner .more-btn A{
	color: #FFF;
}
.post-news .con {
	padding:10px; 
	margin:0 auto;
	line-height: 25px;
}

.post-news .wp_article_list .list_item {
	height: 26px;
	line-height: 26px;
	border-bottom: none;
}

.post-news .wp_article_list .list_item .Article_Index {
	width: 5px;
	margin-right: 0px;
}




/*列表页*/
#container .listcolumn-inner {
	background: #FFF;
}

.col-menu { /**列表页左侧栏目**/
	width:230px;
	float:left;
	background: #f2f7fb;
	margin-left: 10px;
} 
.col-menu-head { /*列表头部*/
	width: 100%;
	height: 45px;
}
.col-menu-head h3.col-name { font-size:12px; font-weight:bold; color:#005f7e; background:url(../images/icon-info.gif) 8px center no-repeat;}		/**位置栏目字体**/
.col-menu-head h3.col-name .col-name-text { display:block; line-height:50px; padding:0px 25px; background:none; font-size: 16px; font-weight: bold;}  /**栏目名称图标**/
/*多级栏目列表*/
.col-list {padding: 5px 10px 10px 10px;}
.col-list .wp_listcolumn { border: none; }
.col-list .wp_listcolumn .wp_column a { display:block; height:40px; line-height:40px; font-weight:normal; font-size: 14px; color:#5c5c5c; background: url(../images/col-menu-bg.jpg); border:none;} 	/**一级子栏目及图标**/
.col-list .wp_listcolumn .wp_column a .column-name {line-height: 30px;}

.col-news { /**列表页右侧新闻**/
	width:700px; 
	margin-right:12px; 
	float:right;
} 

.col-news .pathbox {
	width: 100%;
	padding: 10px 0;
}
.col-news .pathbox .possplit{
	background: url(../images/possplit.gif) center center no-repeat;
	width: 15px;
}


.col-news-head {
	margin: 0px 17px;
}
.col-metas .col-path { /**当前位置**/
	display:inline-block;
	white-space:nowrap; 
	width: 100%; 
	height:25px; 
	line-height:25px; 
	text-align: left;
	color: #a7a7a7;
} 
.col-metas .col-path A {
	color: #a7a7a7;
}
.col-metas .possplit {
	background: url(../images/possplit.gif) center center no-repeat;
	width: 15px;
}
.col-metas .col-title { /**当前栏目**/
	display:inline-block; 
	white-space:nowrap; 
	width: 100%; 
	height:45px; 
	line-height:45px;
	background:url(../images/col-title-bg.gif) no-repeat center bottom;
} 
.col-metas .col-title h2 { /**当前栏目名称**/
	display:inline-block; 
	font-size:16px; 
	color:#005f7e; 
	font-weight: bolder;
	padding:0 50px 0 0;
}   
.col-news-con { 
	padding:5px 0px 15px 0px; 
	margin:0px 17px;
}
.col-news-list {}
.col-news-list .wp_article_list .list_item {border: none; height: 30px; line-height: 30px; border-bottom: #d7d7d7 1px dotted;}  /**栏目新闻列表**/
.col-news-list .wp_article_list .list_item .Article_Index { width:0px; background:url(../images/li.gif) no-repeat center; margin:0px;}  /**栏目新闻图标序号**/
.col-news-list .wp_article_list .list_item .Article_Title {margin:0px;}
.col-news-list .wp_entry { line-height:2; font-size:14px; color:#333;}
.col-news-list .wp_entry p { margin-bottom:0px; line-height: 2; font-size: 14px;}
.col-news-list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/
.col-news-list .wp_paging {padding-bottom: 10px;}



/*文章页*/
#container .display-inner {
	background: #FFF;
}
.infobox {
	margin:0px auto;
}
.article {
}
.article h1.arti_title { /**文章标题**/
	line-height:60px; 
	font-family: "Microsoft YaHei"; 
	font-weight: bold;
	padding:10px 0px 0px 0px;
	text-align:center; 
	font-size:20px; 
	color:#000; 
} 
.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;
	padding: 20px 40px;
	overflow:hidden;
} 
.article .entry .read,.article .entry .read p { /**阅读字体**/
	line-height: 2; 
	font-size: 14px; 
	color: #333;
}  
.article .entry .read p { 
	margin-bottom:20px;
}
.article .entry .read img { /**文章阅读部分图片大小限制**/
	max-width:940px; 
	_width:expression(this.width > 940 ? "940px" : this.width); 
}   