@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;}
/* 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"; color:#222;}
a { color:#222; text-decoration:none;}
a:hover { color:#cd0200;}
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner { width:1002px; margin:0 auto;} /**页面全局宽度**/

/**标题栏新闻窗口**/
.post { margin-bottom:10px;}
.post .tt { height:32px; border-bottom:1px solid #6db4e0;} /**标题栏**/
.post .tt .tit { display:inline-block; float:left; font-size:16px; font-weight:bold; color:#515e59;} /**标题字体**/
.post .tt .tit .title { display:inline-block; height:32px; line-height:32px; padding-left:16px; background:url(images/icon_tit.gif) no-repeat 5px center;} /**标题图标**/
.post .tt .more_btn { display:inline-block; height:32px; line-height:32px; float:right;margin-right: 15px;}   /**更多按钮**/
.post .tt .more_btn a{color: #7c8582}
.post .tt .more_btn a:hover{color:#cd0200;}
.post .con { padding:5px 0; margin:0 auto;}
.post .con .wp_article_list .list_item { border-bottom:none;} /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;margin-right: 0px;} /**新闻列表图标**/
.wp_article_list .list_item .ex_fields{margin-right: 15px;}

/**自定义新闻列表**/
.news_list {}
.news_list li.news { line-height:24px; padding-left:13px; background:url(images/icon_li0.gif) no-repeat 0 9px;} /**标题图标**/
.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;}


/**页头开始**/
#header {height: 75px;z-index: 999;position: relative;}
#header .inner {position: relative;}
.head { width:100%; height:75px;background: url(images/logo.jpg) center center no-repeat;}    /**页头部分**/
.head .head_l{width:700px;height: 75px; float: left;background: url(images/logo1.jpg) center center no-repeat;}
.head .head_c{width: 20px;height: 20px;float: left; margin-top:36px;margin-left: 38px;}
.head .head_r{height:20px;width: 224px;float: right;margin-top: 34px;margin-right: 8px;}
.head .head_r .search-box .wp_search .search{margin-left: 14px;width: 57px;height: 18px;background: url(images/search2.gif) center center no-repeat;}
.navbar { width:100%; height:39px; background:url(images/nav.png) center center no-repeat;position: absolute;top:75px;}     /**导航区域背景**/
.navbar .navbox { width:730px; height:39px; margin-right: 32px;float: right;}   /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.wp_nav .nav-item a.parent:hover span.item-name{color: #ff9908!important;}
.navbar .navbox .wp_nav,.navbar .navbox .nav { height:39px;}  /**导航高度**/
.navbar .navbox .wp_nav .nav-item a { font-size:14px; font-weight:bold; color:#fff;}    /**导航字体样式**/
.navbar .navbox .wp_nav .nav-item a:hover,.navbar .navbox .wp_nav .nav-item a.parent{ color:#ff9908;}    /**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav .nav-item a span.item-name { padding:0 16px; height:39px; line-height:39px;}   /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark { background:#ccc;}  /**子菜单背景**/
.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:#515e59; color:#fff;}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name { padding:0 10px; height:26px; line-height:26px;}   /**子菜单栏目高度与边距**/


/*jumbotran大图*/
#jumbotran{}
#jumbotran .inner{position: relative;width: 1002px;height: 347px;}
.jumbotran{width: 100%;height: 347px;}
.jumbotran .jumbotran-box{width: 1002px;height: 347px;}
.jumbotran-bg{width: 1002px;height: 122px;background: url(images/jumbotran-bg.png) center center no-repeat;position: absolute;bottom: 0px;}





/**主体开始**/
#container {}
#container .inner { background:#fff;}

/**首页三列布局**/
.mod{}
.mod1{height: 250px;width:1002px;}
.mod1 .post-1{height: 250px;width: 345px;float: left;}
.mod1 .post-2{height: 250px;width: 649px;float: right;margin-right: 8px;}
.mod2{height: 210px;width: 1002px;margin: 0 auto;}
.mod2 .post-3{height: 210px;width: 295px;margin-left: 14px;float: left;}
.mod2 .post-4{height: 210px;width: 327px;margin-left: 36px;float: left;}
.mod2 .post-5{height: 210px;width: 303px;float: right;margin-right: 8px;}
.mod3{height: 197px;width: 1002px;margin: 0 auto;}
.mod3 .post-6{height: 197px;width: 295px;margin-left: 14px;float: left;}
.mod3 .post-7{height: 197px;width: 327px;margin-left: 36px;float: left;}
.mod3 .post-8{height: 197px;width: 303px;float: right;margin-right: 8px;}
.mod4{width: 1002px;height: 200px;}
.mod4 .post-9{width: 980px;height: 200px;margin: 0 auto;}

/*mod1*/
.post-1-con{height: 303px;width: 224px;padding-top: 12px;padding-left: 21px;}
.dtjt9_div_img{height: 194px;}
.dtjt9_div_text{bottom: 0px;}
.dtjt9_div_text .dtjt9_div_text_title{height: 30px;background:transparent;}
.dtjt9_div_text a:visited{line-height: 30px;color: #515e59;font-size: 14px;}
.dtjt9_div_text a:link{line-height: 30px;color: #515e59;}
.dtjt9_div_img .number{bottom: 1px;}

.post-2-con .tt{border: none;position: relative;}
.post-2-con .tt .tit{position: absolute;top:-13px;color: #a80822;}
.post-2-con .tt .more_btn{position: absolute;top: -13px;right: 0px;}
.post-2-con .con{margin-top: -10px;padding-top: 0px;}


/*mod2*/
.mod2  .post .tt .tit .title {background: url(images/icon_tit1.gif) left center no-repeat;}
.mod2 .post .tt{border-bottom: 2px solid #318b64;}



/*mod3*/
.mod3  .post .tt .tit .title {background: url(images/icon_tit2.gif) left center no-repeat;}
.mod3 .post .tt{border-bottom: 2px solid #acb075;}

/*mod4*/
.mod4  .post .tt .tit .title {background: url(images/icon_tit3.gif) left center no-repeat;}
.mod4 .post .tt{border-bottom:none;}
.mod4 .post .tt .tit{color: #a80822;}







/**列表页**/
.col_menu { width:300px; float:left;min-height: 300px;} 
.col_menu .col_menu_head {width: 235px;height: 31px;margin: 0 auto;border-bottom: 1px solid #cbcbcb;}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:17px; font-weight:bold; color:#000; }    /**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:31px; padding-left: 60px;}  /**栏目名称图标**/
 /**栏目列表*/
 .wp_listcolumn .wp_column{display: block;
    width: 180px;
    margin: 0 auto;
    padding-left: 20px;
    line-height: 38px;
    vertical-align: bottom;}
    .wp_listcolumn .wp_column a .column-name{line-height: 38px;padding:0 0 0 25px;}
.col_list .wp_listcolumn {border: none;}
.col_list .wp_listcolumn .wp_column a { color:#cbcbcb; background:url(images/icon_column_1.gif) no-repeat 6px 16px;border: none;border-bottom: 1px solid #cbcbcb;}   /**一级子栏目**/
.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.gif);}   /**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#000;}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#cbcbcb; background:url(images/icon_column_1.gif) no-repeat 16px 8px;border: none;}  /**二级子栏目**/
.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_1.gif);}   /**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#000;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background: url(images/icon_column_1.gif) no-repeat 26px 10px;}   /**三级子栏目**/
.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_1.gif);}   /**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#000;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background: url(images/icon_column_3.gif) no-repeat 36px 10px;}   /**四级子栏目**/
.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:#000;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background: url(images/icon_column_3.gif) no-repeat 46px 10px;}   /**五级子栏目**/
.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:#000;}

.col_news { width:630px; float:right;margin-right: 40px;min-height: 350px;} /**栏目新闻**/
.col_news_head {}
.col_metas .col_title { display:inline-block; float:left; height:30px; line-height:30px; background: url(images/col_title.gif) no-repeat 7px center;}  /**当前栏目**/
.col_metas .col_title h2 { display:inline-block; font-size:18px; font-weight:bold; color:#206664; padding-left: 20px;line-height: 30px;}   /**当前栏目名称**/
#wp_paging_w6{margin-right: 10px;}
.col_metas .col_path { display:inline-block; float:right; white-space:nowrap; height:30px; line-height:30px;} /**当前位置**/

.col_news_box { padding:10px 0; margin:0 7px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {border: none;}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index { background:none;margin-right: 0px;}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:14px; color:#000;}
.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 30px;}
.article {}
.article h1.arti_title { line-height:26px; font-family: "Microsoft YaHei"; padding:5px; text-align:center; font-size:18px; color:#282828; border-bottom:2px solid #515e59} /**文章标题**/
.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); }   /**文章阅读部分图片大小限制**/

/*boot布局*/
#boot{}
#boot .inner{background: #fff;}
.boot{width:1002px;height: 42px;margin: 0 auto; }
.boot .boot-link{width: 963px;height: 40px;margin: 0 auto;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.wp_nav .nav-item a{color: #222;}
.wp_nav .nav-item a.parent:hover span.item-name{color: #a80822;}
#wp_nav_w7 {width: 700px;margin: 0 auto;}
#wp_nav_w7 .wp_nav .nav-item a span.item-name{padding:5px 15px;}
#wp_nav_w7 .wp_nav .nav-item a{color: #000;}
/**页脚开始**/
#footer {}

