@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%;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 { }
body,p { font:15px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333;}
body,p {    font-family:微软雅黑;}
a { color:#333; text-decoration:none;}
a:hover { color:#99212a;}
.wrapper { width:100%; margin:0 auto;    min-width: 1200px;}
.wrapper .inner { width:1200px; margin:0 auto;} /**页面全局宽度**/

/**标题栏新闻窗口**/
.post { margin-bottom:10px;}
.post .tt { height:32px;  } /**标题栏**/
.post .tt .tit { display:inline-block; float:left; font-size:14px; font-weight:bold; color:#216687;} /**标题字体**/


.post .tt .tit .title {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background: url(images/004.png) no-repeat 5px center;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
}

/**标题图标**/
.post .tt .more_btn { display:inline-block; height:32px; line-height:32px; float:right;}   /**更多按钮**/
  }
.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 .news { line-height:30px;  } /**标题图标**/
.news_list .news span.news_title { float:left;}
.news_list .news span.news_meta { float:right; margin-left:2px;}
.news_list .news p {clear:both; line-height:20px; color:#787878;}
.news_list .news p a { color:#787878;}
.news_list .news p a:hover { color:#444; text-decoration:underline;}


/**页头开始**/
#heaer {}
div#header {
    background: #3682cb;
}
div#header2 {
    background: #fff;
}
#header .inner {}
.head { width:100%; height:135px; position:relative; background:url(images/001.png) no-repeat 0 50%; position:relative;}    /**页头部分**/
     position: absolute;
    right: 0px;
    top: 48px;}		/**站点名称**/
.navbar { width:100%; height:45px;}   	/**导航区域背景**/
.navbar .navbox { width:1200px; height:45px; margin:0 auto;}   /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav { height:45px;}  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a { font-size:16px; font-weight:normal; color:#333;    border: 0px solid #D8E1CC;}    /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,.navbar .navbox .wp_nav li.nav-item a.parent{ 

    color: #fff;
    background: #99212a;

}   	/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name { padding:0 43px; height:45px; line-height:45px;}   /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {  min-width:120px;  background: url(images/nav_bg.png) repeat;}  /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a { font-size:14px; font-weight:normal;    min-width: 120px; color:#fff;text-align: center;}		/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent { background:#99212a; color:#fff;}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name { padding:0 10px; height:40px; line-height:40px;}		/**子菜单栏目高度与边距**/
.wp_nav .sub-nav {
     
    border: 0px solid #ccc;
    
}
/**主体开始**/
#container {
    background: #eeeeee;
    margin-bottom: 40px;
}
div#container2 {
   padding-bottom: 40px;
}
#container .inner {     padding-top: 30px;  width:1200px; }

/**首页三列布局**/
.mod {}
 .mod1 {
    width: 1200px;
    margin: 0 auto;
	    background: #145b7d;
    display: table;
}
.mod1 .ml {
    width: 650px;
    float: left;
}
.mod1 .mz {
    width: 550px;
    float: left;
}
/**左列**/
.mod2 {
    width: 1200px;
    margin: 0 auto;
}
.mbox { }

.mod2 .mc {     width: 535px;float:left;} /**中间**/
.mod2 .mr {     width: 570px; float:right;} /**右列**/

/**列表页**/
.col_menu { width:300px; float:left;} 
.col_menu .col_menu_head { }   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 24px;
    color: #fff;
    background: #0e2954;
}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 5px 5px 5px 30px;
} /**栏目名称图标**/
 /**栏目列表*/
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {
       color: #3f3f3f;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #2867A0;
    background: #f5f5f5;
    font-weight: normal;
}	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected { 

    color: #99212a;
    
  

} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#99212a;}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#454545; background:#e8e8e8 url(images/icon_column_2.gif) no-repeat 16px 11px; border-top:1px solid #fff; border-bottom:1px solid #bbb;} 	/**二级子栏目**/
.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:850px; float:right;    min-height: 500px;} /**栏目新闻**/
.col_news_head {  }
.col_metas .col_title { 
display: none;
    float: left;
    height: 60px;
    line-height: 60px;

}  /**当前栏目**/
.col_metas .col_title h2 {     display: inline-block;
    font-size: 24px;
    font-weight: normal;
    color: #0e2954;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block; float:left; white-space:nowrap; height:18px; line-height:18px; margin-top:20px;} /**当前位置**/

.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:10px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/

/**文章页**/
.infobox { margin:0 auto;}
.article {}
.article h3.arti_title {
    line-height: 32px;
    font-family: "SimHei";
    padding: 5px;
    text-align: center;
    font-size: 21px;
  
}/**文章引题**/

.infobox { margin:0 auto;}
.article {}
.article h1.arti_title {
    line-height: 32px;
    font-family: "FZXiaoBiaoSong-B05S";
    padding: 5px;
    text-align: center;
    font-size: 26.5px;
    
}/**文章标题**/

.infobox { margin:0 auto;}
.article {}
.article h2.arti_title {
    line-height: 32px;
    font-family: "楷体";
    padding: 5px;
    text-align: center;
    font-size: 21px;
    border-bottom: 2px solid #0e2954;
}/**文章副标题**/
.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:10px;}
.article .entry .read img { max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/

/**页脚开始**/
#footer {}
#footer .inner {     padding-top: 20px;
    display: table; }
#footer .inner p {     color: #fff;font-size:14px; line-height:20px; }
#footer .inner p span { margin:0 3px;}



.sitetitle {
    position: absolute;
    right: 0px;
    top: 52px;
}

.wp_search .search {
    background: none;
    width: 60px;
    height: 40px;
    border: 0px;
    cursor: pointer;
}


.wp_search {
    background: url(images/003.png) no-repeat 50%;
}

div#footer {
    background: #3682cb;
}

#footer a {
    color: #fff;
}




.mod1 .mz .news_list .news span.news_meta {
    float: left;
    padding: 0px 8px;
    border-radius: 5px;
    background: #a9b152;
    color: #fff;
	    line-height: 24px;
    margin-top: 8px;
}
.mod1 .mz .news_list .news {
    line-height: 37px;
    height: 37px;
	border-bottom: 1px solid #fff;
}


 
.mod1 .mz .post .tt .tit .title {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding-left: 0px;
    background: none;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    font-family: 微软雅黑;
}
.mod1 .mz .post {
    padding: 20px 30px;
}




.mod1 .mz .news_list .news span.news_title a {
    color: #fff;
}


.mod1 .mz .news_list .news span.news_title {
   margin-left: 20px;
}
.more_btn a {
    color: #333;
    font-size: 16px;
    font-family: 微软雅黑;
    float: right;
}


.mod1 .mz .more_btn a {
    color: #fff;
    font-size: 16px;
    font-family: 微软雅黑;
    float: right;
    line-height: 40px;
}


.mod2 .mc .news_meta.post_time {
      background: url(images/005.png) no-repeat 15px 50%;
    padding-left: 40px;
    color: #11264f;
}
.jsfzhd_bt {
    float: left;
    margin-left: 20px;
}


.jsfzhd_bt_ry {
    background: url(images/008.png) no-repeat 0 50%;
	padding-left:20px;
	    font-size: 14px;
}
.jsfzhd_bt_sj {
    background: url(images/007.png) no-repeat 0 50%;
	padding-left:20px;
	    font-size: 14px;
}

.jsfzhd_bt_dd {
    background: url(images/006.png) no-repeat 0 50%;
	padding-left:20px;
	    font-size: 14px;
}


.mod2 .mc .news_title {
    margin-left: 20px;
}
#container .con {
    padding-top: 15px;
}

.mod2 .mr .news_list .news {
    line-height: 20px;
    margin-bottom: 30px;
}





.jsfzhd_bt2 a.wsbm {
    color: #ff1111;
}


.jsfzhd_bt2 a.wsbm  {
    cursor: pointer;
}


.arti_metas_left {
    width: 420px;
    float: left;
	
    background: url(images/011.png) no-repeat right;
}

.wp_editor_art_table td {
    background: none;
    border: 0px;
	    font-size: 14px;
    color: #fff;
    padding: 0px;
    line-height: 29px;
}
.arti_metas_left_dz {
    margin-top: 15px;
    margin-left: 25px;
}
.arti_metas_min {
    width: 400px;
    float: left;
    padding: 0 30px;
	 background: url(images/011.png) no-repeat right;
height:192px;
}

.arti_metas_right {
    width: 210px;
    float: left;
	margin-left:110px;
}

.arti_metas_left_title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
	    line-height: 55px;
}







#footer .inner .arti_metas_left_gfwx p {
    
    text-align: left;
    
}


.arti_metas_xgglj_bt a {
    line-height: 33px;
    float: left;
    padding-right: 12px;
    font-size: 14px;
    white-space: nowrap;
}

.arti_metas_xgglj_bt {
    float: left;
}
.inner2 {
    color: #fff;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
    border-top: 1px solid #fff;
	padding:10px 0;
}
.inner2 p.copyright {
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}

div#banner {
    padding-bottom: 40px;
    background: #fff !important;
	    border: 0px !important;
}

.col_news_con .news {
    border-bottom: 1px solid #d2d2d2;
    line-height: 50px;
}



.arti_metas_right .arti_metas_left_title {
    text-indent: 18px;
}
.arti_metas_left_img {
    position: relative;
}
.arti_metas_left_img a.fjsfdx_lg2 {
    width: 180px;
    height: 54px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.arti_metas_left_img a.fjsfdx_lg1 {
    width: 230px;
    height: 54px;
    position: absolute;
    left: 0px;
    top: 0px;
}
#header .inner a.fjsfdx_lg1 {
    width: 400px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 18px;
}
#header .inner a.fjsfdx_lg2 {
    width: 350px;
    height: 100px;
    position: absolute;
    left: 450px;
    top: 18px;
}


div#lanmutupian img {
    width: 100%;
    height: 300px;
}



div#lanmutupian {
    background: url(images/picture.jpg) no-repeat;
    width: 100%;
    height: 300px;
	background-size: cover;
}

.wp_listcolumn .wp_column a .column-name {
 
    line-height: 30px;
    
}

.wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    line-height: 22px;
    padding: 15px 10px 5px 50px;
    cursor: pointer;
}

.slide_container img {
    width: 100%;
    height: 410px;
}
span.pd {
    padding-left: 40px;
}


