@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:#FFF url(../images/body-bg.gif) top center repeat-x;}
body,p { 
	font:12px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; 
	color:#555555;
}
a { 
	color:#555555;
	text-decoration:none;
}
a:link { 
	color:#555555;
}
a:hover { 
	color:#ef3809;
}
/*a:visited { 
	color:#444444;
}*/
.wrapper { 
	width:100%; 
	margin:0 auto;
}
.wrapper .inner {  /**页面全局宽度**/
	width:1000px; 
	margin:0 auto;
}


/*页头*/
#header {
}
.wrapper .header { 
	width:1095px;
	margin:0 auto;
}

.head {
	width:100%;
	height:183px;
	background:url(../images/banner.png) center center no-repeat;
}

/**导航条**/
#nav {
}
.wrapper .naver {  /**页面全局宽度**/
	width:1006px; 
	margin:0 auto;
}

.nav { 
	width:100%; 
	height: 48px;
	line-height: 48px;
	margin: 0px auto 12px auto;
	background:url(../images/nav-bg.png) no-repeat center center;
}

.nav-box {
	width: 750px;
	height: 48px;
	float: left;
	margin-left: 5px;
}

.nav-box .nav-item {
	background: url(../images/nav-delimiter.gif) left center no-repeat;
}

.nav-box .i1 {
	background-image: none;
}

.nav-box .nav-item A {
	font-size: 15px;
	color: #2e2e2e;
	font-weight: bold;
	text-decoration: none;
}

.nav-box .wp_nav .nav-item a span.item-name {
	color: #2e2e2e;
	padding: 0 18px;
	line-height: 45px;
}

.nav-box .wp_nav .sub-nav {top: 45px;}
.nav-box .wp_nav .sub-nav .nav-item a span.item-name {line-height: 32px;}

.search {
	width: 220px;
	height: 48px;
	float: right;
	margin-right: 15px;
	background: url(../images/search-bg.gif) center center no-repeat;
}

.search-component {
	width: 200px;
	height: 48px;
	margin: auto;
	overflow: hidden;
}

.search-input-box {
	width: 175px;
	height: 48px;
	float: left;
	text-align: right;
}

.search-input {
	width: 170px;
	height: 48px;
	border: none;
	background: none;
}

.search-btn-box {
	width: 20px;
	height: 48px;
	float: right;
}

.search-btn {
	width: 20px;
	height: 48px;
	background:url(../images/search-btn.png) center center no-repeat;
	border: none;
	margin: auto;
}




/**主体部分**/
#container {}

#container .inner { 
}

.mod {
	width: 100%;
	padding: 0px;
}

.mod-h2 .mod-l {
	width: 302px;
	float: left;
}

.mod-h2 .mod-c {
	width: 337px;
	float: left;
	margin-left: 12px;
}

.mod-h2 .mod-r {
	width: 337px;
	float: right;
}

.cbox {
	border: #d2d2d2 1px solid;
	margin-bottom: 15px;
}


/*首页自定义新闻列表*/
.post {
}

.post-slider {
	background: #FFF;
}
.post-slider .focus-title {font-size: 13px; font-family: "微软雅黑";}


.post-contact {
	background:#FFF url(../images/contact-bg.gif) center bottom no-repeat;
	min-height: 170px;
}

.post-contact .banner {
	width:250px;
	height: 45px; 
	margin: auto;
	overflow: hidden;
	border-bottom: #d6d6d6 1px solid;
}

.post-contact .banner .title-text {
	text-indent: 0px;
	color: #7d0000;
	float: left;	
	font-size: 18px;
	line-height: 50px;
	font-weight: normal;
}
.post-contact .con {
	padding:10px 25px; 
	margin:0 auto;
	line-height: 25px;
}

.post-contact .con P {
	font-weight: bold;
	line-height: 25px;
	font-size: 13px;
}

.post-link {
	background:#FFF;
}

.post-link .banner {
	width:250px;
	height: 45px; 
	margin: auto;
	overflow: hidden;
	border-bottom: #d6d6d6 1px solid;
}

.post-link .banner .title-text {
	text-indent: 0px;
	color: #7d0000;
	float: left;	
	font-size: 18px;
	line-height: 50px;
}
.post-link .con {
	padding:10px 25px; 
	margin:0 auto;
	line-height: 25px;
}
.post-link .con.link2 {padding: 0 25px 9px 25px;}
.post-link .con .wp_article_list .list_item .Article_Index {display: none;}

.post-news {
	background:#FFF;
}

.post-news .banner {
	width:295px;
	height: 45px; 
	margin: 0 auto;
	overflow: hidden;
	border-bottom: #d6d6d6 1px solid;
}

.post-news .banner .title-text {
	text-indent: 0px;
	color: #7d0000;
	float: left;	
	font-size: 18px;
	line-height: 50px;
	font-weight: normal;
}
.post-news .banner .more-btn {
	width: 60px;
	line-height: 50px;
	float: right;
	text-align: center;
	color: #8d8d8d;
}
.post-news .banner .more-btn A{
	color: #8d8d8d;
}
.post-news .con {
	padding:10px 15px; 
	margin:0 auto;	
}

.post-news .wp_article_list .list_item {
	border-bottom: none;
	line-height: 28px;
	height: 28px;
	/*width: 300px; /*固定此宽度是为了解决对SUDY-TAB在IE7下的ABSOLUTE问题修正后产生的CHROME内核下宽度变成动态*/
}
.post-news .wp_article_list .list_item .Article_Index {
	display: none;
}
.post-news .wp_article_list .list_item .Article_Title {font-size: 13px;}


/*页脚*/
#footer {
}

#footer .inner {
	padding: 0px;
}

.foot {
	background: #aa0000;
}

#copyright {
	padding: 10px 0px;
}

#copyright p {
	font-size:12px;
	line-height:25px;
	color:#efdbdb;
	text-align: center;
}



/*列表页*/
.col-menu { /**列表页左侧栏目**/
	width:230px;
	float:left;
	border: #d2d2d2 1px solid;
	border-top: #d2d2d2 1px solid;
	background: #FFF;
} 
.col-menu-head { /*列表头部*/
	width: 100%;
	height: 45px;
}
.col-menu-head h3.col-name { font-size:12px; font-weight:bold; color:#7d0000;}		/**位置栏目字体**/
.col-menu-head h3.col-name .col-name-text { display:block; line-height:50px; padding:0px 25px; background:none; font-size: 18px; font-weight: normal;}  /**栏目名称图标**/
/*多级栏目列表*/
.col-list {padding: 5px 10px 10px 10px;}
.col-list .wp_listcolumn { border: none; }
.col-list .wp_listcolumn .wp_column a { font-weight:normal; font-size: 14px; color:#5c5c5c; background:none; border-top:0px solid #fff; border-bottom:1px solid #c7c7c7;} 	/**一级子栏目及图标**/
.col-list .wp_listcolumn .wp_column a.selected {background: #faf5e3;}
.col-list .wp_listcolumn .wp_column a.parent {color:#555555; font-weight: bolder;}
.col-list .wp_listcolumn .wp_column a:hover,.col-list .wp_listcolumn .wp_column a.selected { color:#555555;} 	/**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.selected span.column-name{ color:#555555; font-weight: bolder; background: url(../images/possplit.gif) 10px center no-repeat;}

.col-list .wp_listcolumn .wp_subcolumn .wp_column a { font-size: 12px; color:#5c5c5c; background:none; border-top:0px solid #fff; border-bottom:1px solid #c7c7c7;} 	/**二级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a:hover,.col-list .wp_listcolumn .wp_subcolumn .wp_column a.selected { background: #edf6f6; color:#248681;} 	/**鼠标经过或选中二级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#248681; background: url(../images/possplit.gif) 18px center no-repeat;}

.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none; border-top:0px 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;} 	/**鼠标经过或选中三级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#1378b0;}

.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none; border-top:0px 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;} 	/**鼠标经过或选中四级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#1378b0;}

.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none; border-top:0px 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;} 	/**鼠标经过或选中五级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#1378b0;}


.col-news { /**列表页右侧新闻**/
	width:735px; 
	margin-right:12px; 
	float:right;
} 
.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;
} 
.col-metas .col-title h2 { /**当前栏目名称**/
	display:inline-block; 
	font-size:16px; 
	color:#7d0000; 
	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: 35px; line-height: 35px; border-bottom: #d7d7d7 1px dotted;}  /**栏目新闻列表**/
.col-news-list .wp_article_list .list_item .Article_Index { width:0px; background:transparent; margin:0px;}  /**栏目新闻图标序号**/
.col-news-list .wp_article_list .list_item .Article_Title {margin:0px; font-size: 14px;}
.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;}



/*文章页*/
.pathbox {
	margin: 0 auto;
	background: url(../images/path.gif) 10px 10px no-repeat;
	border-bottom: #aa0000 1px solid;
}
.pathbox .possplit {
	padding: 0 5px;
	background:url(../images/pos-delimiter.gif) center center no-repeat;
}
.pathbox p {
	padding: 10px 30px;
}
.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); 
}   

