@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 {/* background:url(images/body_bg.gif) top repeat-x; */}
body,p { font:12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333;}
a { color:#333; text-decoration:none;}
a:hover { color:#cd0200;}
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner { width:1001px; 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:14px; font-weight:bold; color:#216687;} /**标题字体**/
.post .tt .tit .title { display:inline-block; height:32px; line-height:32px; padding-left:35px; background:url(images/icon_tit.gif) no-repeat 5px center;} /**标题图标**/
.post .tt .more_btn { display:inline-block; height:32px; line-height:32px; float:right;}   /**更多按钮**/
.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 .Article_Index { background:url(images/li.gif) no-repeat center;} /**新闻列表图标**/

/**自定义新闻列表**/
.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;}

.focus-title-bg{display:none}
.focus-title{background-color: #dddddd;text-overflow: ellipsis;
    display: block;
    position: static;
    overflow: hidden;}
 
/**页头开始**/
#header {
    background: #0f5fa3;
}
#header .inner {}
.head {
	width: 100%;
	height: 144px;
	position: relative;
	background: url(images/head_bg.png) no-repeat 50% 0;
	position: relative;
}    /**页头部分**/
.head img{width: auto;max-width: 100%;margin-top: 45px;/* float: left; */}
.head .tohome{float: right;margin-top: 95px;font-size: 16px;margin-right: 5px;color: #fff;padding-left: 25px;background: url(./images/home.png) left center no-repeat;}
.head .tohome a{color: #fff;}
.head .sitetitle { position:absolute; left:366px; top:48px; font-size:32px; font-weight:bold; color:#fff;}		/**站点名称**/
.navbar { width:100%; height:49px; background:url(images/nav_bg.jpg);}   	/**导航区域背景**/
.navbar .navbox {
	/* width: 700px; */
	height: 49px;
	margin: 0 auto;
	/* float: left; */
}   /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav { height:49px;}  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a { font-size:16px;color:#fff;padding: 0 8px;}    /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,.navbar .navbox .wp_nav li.nav-item a.parent{ color:#F90;}   	/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name { padding:0 10px; height:49px; line-height:49px;}   /**导航栏目高度与边距**/
.navbar .navbox .wp_nav li.nav-item .sub-menu{display: none;}
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark { background:#0777b3;}  /**子菜单背景**/
.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:#1F5E7C; color:#fff;}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name { padding:0 10px; height:26px; line-height:26px;}		/**子菜单栏目高度与边距**/

/**主体开始**/
#container {
}
#container .inner {
	width: 1001px;
	background: #fff;
}

/**首页三列布局**/
.wp_article_list .list_item .pr_fields{width: calc( 100% - 80px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/**列表页**/
body.list .wp_article_list .list_item .pr_fields{width: calc( 100% - 100px);display:block}
.wp_article_list .list_item .Article_Title a{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display:block}
.wp_article_list .list_item .Article_Title{float:none;display:block}
.col_menu {
	width: 207px;
	float: left;
} 
.col_menu .col_menu_head {
	background: #0f5fa3;
	height: 43px;
}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	font-family:"微软雅黑";
}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 43px;
	text-align: center;
}  /**栏目名称图标**/
 /**栏目列表*/
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a { color:#565656; background:#e7e7e7; border-top:0px solid #fff; border-bottom:0px solid #2867A0; text-align:center; font-size:14px; font-family:"微软雅黑"; height:39px; margin-top:1px;} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected { color:#0f5fa3;} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#124D83;}
.possplit{width:15px;text-align:center;margin:0 auto;background:none;text-indent:0;color:#333}
.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: 743px; */
	/* float: right; */
	margin-left: 258px;
	min-height: 400px;
} /**栏目新闻**/
.col_news_head {
	height: 53px;
	border-bottom: 1px solid #ae1818;
}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 53px;
	line-height: 53px;
}  /**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #0f5fa3;
	font-family: "微软雅黑";
}   /**当前栏目名称**/
.col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 18px;
	line-height: 18px;
	margin-top: 5px;
	color: #acacac;
} /**当前位置**/

.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 {
	margin: 0 40px;
	min-height: 400px;
}
.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 #C30} /**文章标题**/
.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 {
    background: #0f5fa3;
}
#footer .inner {
	height:121px;
}
#footer .inner p { font-size:12px; line-height:20px; text-align:center; font-family:"宋体"; color:#a6bad4;padding-top: 35px;}
#footer .inner p span { margin:0 3px;}

.line1 {width:100%;height:345px;background:#1570be;}
.qiehuan {
	width: 64%;
	height: 345px;
	float: left;
}
/*
.focus.focus-box{
height:345px !important;
}
.focus-container{
height:345px !important;
}
*/
.xinwen {
	width: 30%;
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}
.tit1 { height:40px; width:100%;}
.title1 {color:#fff; font-size:18px; font-family:"微软雅黑"; float:left; height:40px; line-height:40px; font-weight:500;}
.more1 { height:40px; line-height:40px; float:right; font-family:"宋体"; font-size:12px; color:#fff;}
.more1 a { font-family:"宋体"; font-size:12px; color:#fff;}
.style2 a {font-size:15px; font-family:"微软雅黑";color:#cddbed;}
.style3 a {font-family:"宋体"; font-size:12px; color:#7ba3d3;}
.style1 {
    padding-top: 15px;
}
.style3 {
    padding-top: 10px;
	line-height: 23px;
}
.line2 { width:100%; margin-top:35px;}
.zcfg {
	width: 31.6%;
	float: left;
}
.tit2 {
	height: 46px;
	width: 100%;
	/* background: url(images/tit2.jpg) bottom no-repeat; */
	border-bottom: 2px solid #e2e2e2;
}
.title2 { height:46px; line-height:46px; font-family:"微软雅黑"; font-size:18px; color:#07387b; float:left; font-weight:500;}
.more2 {
	height: 46px;
	line-height: 46px;
	float: right;
	font-family: "宋体";
	font-size: 12px;
	color: #7c7c7c;
}
.more2 a { font-family:"宋体"; font-size:12px; color:#7c7c7c;}
.lzcf { width:291px; float:left; margin-left:48px;}
.gztz {
	width: 31.6%;
	float: right;
	margin-left: 2.6%;
}
.link {width: 30%;float:left;margin-top:35px;height:178px;background: #ddd url(images/bbac.png) no-repeat;margin-bottom:40px;}
.link_tit { height:48px; line-height:48px; color:#07387b;font-family:"微软雅黑"; font-size:18px; padding-left:60px; font-weight:500;}
.ztc {width: 65%;height:178px;float: right;/* margin-left:53px; */margin-top:35px;}
.line3 { width:100%;}
.ss {
	float: right;
	margin-right: 20px;
	width: 332px;
	height: 43px;
	padding-top: 6px;
}
.wp_article_list .list_item .Article_Index { display:none;}
.wp_article_list .list_item { border-bottom:0px;height: 29px; line-height:29px;}
.wp_article_list .list_item .Article_Title a { color:#000000;}
.cen2 { padding-top:20px;}
div#wp_news_w8 {padding-left: 35px;}
input#keyword {
    width: 262px !important;
    height: 32px;
    border: 0px;
    padding: 0px;
    vertical-align: middle;
	background:none;
}
.wp_search .search {
    width: 70px;
    height: 34px;
    vertical-align: middle;
	background:none;
}
.wp_listcolumn .wp_column a .column-name {line-height: 39px; padding:0px;}

.wp_nav .sub-nav{
display:none !important;
}

.articlelist2_tr {
height:40px!important;
background:none!important;
}

.scrollnews2_top{
margin-top:10px !important;
}

/*.link_tit {
    width: 279px;
    text-align: center;
    height: auto;
    line-height: 30px;
    color: #07387b;
    font-family: "微软雅黑";
    font-size: 18px;
    padding-left: 0px;
    font-weight: 500;
    margin: 0 auto;
    margin-top:15px;
}
div#wp_news_w8 .wp_article_list .list_item .Article_Title a{
color:#333;
font-size:16px;
}

.articlelist2_tr td{
font-size:15px ;
}

div#wp_news_w8{
padding-left:50px;
margin-top:18px;
}*/
a.articlelist2_a_title {
    color: #fff;
    line-height: 30px;
    font-size:20px !important;
}
.news_icon_td {

    background-position: 0px 7px;

}

.articlelist2_tr td{
border-bottom:3px solid #fff !important;
padding-bottom:15px !important;
padding-top:15px !important;
}

.cen1{

font-family: "微软雅黑";
}