@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-family:"微软雅黑";}
/* 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{ clear:both;}

/**布局开始**/
body {}
body,p { font:12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333;}
a { color:#666; text-decoration:none;}
a:hover { color:#0884c0;}
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner { width:1200px; margin:0 auto;} /**页面全局宽度**/

/**标题栏新闻窗口**/
.post {}
.post .tt { height:36px; border-bottom: 1px solid #dbe9f5;background: #f4faff;} /**标题栏**/
.post .tt .tit { display:inline-block; float:left; font-size:16px; color:#0076ac;font-weight: bold;} /**标题字体**/
.post .tt .tit .title { display:inline-block; height:24px; line-height:24px;padding: 6px 0px;} /**标题图标**/
.post .tt .more_btn { display:inline-block; height:24px; line-height:24px; float:right; font-family:"微软雅黑"; color:#cf926d;padding: 6px 0px;}   /**更多按钮**/
.post .tt .more_btn a{color: #cf926d;}
.post .con { padding:13px 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; display:none !important;} /**新闻列表图标**/

/**自定义新闻列表**/
.news_list {}
.news_list li.news { line-height:24px;} /**标题图标**/
.news_list li.news span.news_title { float:left; font-size:16px;}
.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;}


/**页头开始**/
#heaer {}
#header .inner {background: url(images/head.jpg) no-repeat center center; width:1400px;}
.head {
    width: 100%;
    height: 220px;
    position: relative;
   
}    /**页头部分**/
.head .sitetitle { position:absolute; left:366px; top:48px; font-size:32px; font-weight:bold; color:#fff;}		/**站点名称**/
.navbar {
    width: 810px;
    height: 50px;
    float: left;
}  	/**导航区域背景**/
.navbar .nav { width:810px; height:50px; margin:0 auto;}   /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar .nav .wp_nav { height:40px;}  /**导航高度**/
.navbar .nav .wp_nav li.nav-item a { font-size:16px; font-weight:normal; color:#fff;}    /**导航字体样式**/
.navbar .nav .wp_nav li.nav-item a:hover,.navbar .nav .wp_nav li.nav-item a.parent{ color:#F90;}   	/**鼠标经过或当前选中时样式**/
.navbar .nav .wp_nav li.nav-item a span.item-name { padding:13px 24px;line-height:24px;}   /**导航栏目高度与边距**/
.navbar .nav .wp_nav .sub-nav li.nav-item i.mark { background: #fff;}  /**子菜单背景**/
.navbar .nav .wp_nav .sub-nav li.nav-item a { font-size:14px; font-weight:normal;color: #0884c0;text-align: center;}		/**子菜单字体样式**/
.navbar .nav .wp_nav .sub-nav li.nav-item a:hover,.navbar .nav .wp_nav .sub-nav li.nav-item a.parent { background:#0884c0; color:#fff;}
.navbar .nav .wp_nav .sub-nav li.nav-item a span.item-name {
    padding: 0 0px;
    height: 32px;
    line-height: 32px;
    /* text-align: center; */
}		/**子菜单栏目高度与边距**/

/**主体开始**/
#container { padding:16px 0;}
#container .inner {
    background: #fff;
    width: 1200px;
}

/**首页三列布局**/
.mod {}
.mod1 { width:236px; float:left;} /**左列**/
.mod1 .ml {} 
.mbox { }
.mod2 { width:728px; float:right;}
.mod2 .mc { width:478px; float:left;} /**中间**/
.mod2 .mr { width:236px; float:right;} /**右列**/

/**列表页**/
.col_menu { width:20%; float:left;} 
.col_menu .col_menu_head { background:url(images/col_menu_head.jpg) no-repeat 0 0;}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:17px; font-weight:bold; color:#fff; }		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:21px; padding:10px; background:#0884c0; text-align:center; font-weight:normal; font-size:20px;}  /**栏目名称图标**/
 /**栏目列表*/
.col_list{ text-align:center;    margin-top: 15px;}
.col_list .wp_listcolumn {}
.col_list .wp_listcolumn .wp_column a { color:#0884c0; background:#fff; text-align:center;} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected { color:#fff; background:#0884c0;} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#fff;}
.wp_listcolumn .wp_column a .column-name{ padding:5px 10px; font-weight:normal;}

.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:75%; float:right; min-height:450px;} /**栏目新闻**/
.col_news_head { border-bottom:#0884c0 1px solid;}
.col_metas .col_title { display:inline-block; float:left; height:30px; line-height:30px; background:#0884c0;}  /**当前栏目**/
.col_metas .col_title h2 { display:inline-block; font-size:18px; color:#fff; padding:0 50px 0 25px;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block; float:right; white-space:nowrap; height:18px; line-height:18px; margin-top:5px;} /**当前位置**/

.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); }   /**列表页文章图片大小限制**/
.col_news_list .wp_article_list .list_item .Article_Index{ display:none !important;}
.col_news_con .wp_article_list .list_item{border-bottom:none !important;height: 30px;line-height: 30px;font-size: 14px;}
/**文章页**/
.infobox { margin:0 auto;border: 1px solid #11a2e5;padding: 0px 30px;}
.article { min-height:450px;}
.article h1.arti_title { line-height:65px; font-family: "Microsoft YaHei"; padding:5px; text-align:center; font-size:24px; color:#282828;} /**文章标题**/
.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;padding: 0px 30px;} /**文章内容**/
.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); }   /**文章阅读部分图片大小限制**/
.article .entry .read, .article .entry .read p{width: auto;margin: 0 auto;}

/**页脚开始**/
#footer {
    background: #0884c0;
}
#footer .inner {
    padding: 18px 0;
}
#footer .inner p { font-size:14px; line-height:20px; text-align:center;}
#footer .inner p span { margin:0 3px;}
.cop {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #c3daea;
    text-align: center;
    
}
.box1{ width:100%; min-height:50px; margin-bottom:15px;margin-top: 18px;}
.box1 img{width:220px;}
.json{ width:50%; float:left;}
.sudy-tab {
    width: 100%;
    float: right;
    position: relative;
	border: 1px solid #dbe9f5;
}

iframe#wp_iframe_hotArticle_w3{ height:auto !important;}
h2.arti_title {
    border-bottom: 2px solid #0884c0;
    text-align: center;
}

div#header {
	background:url(images/head_bg.jpg) repeat-x;
}
div#navb {
    background: #0884c0;
}
.search1{
    float: right;
	margin-top: 9px;
}
.box1{float:left;width:243px;margin-right: 15px;}
.box2 {
    float: left;
    width: 682px;
    margin-right: 15px;
}
.box3{float:left;width:242px;}
.cc.clearfix {
    margin-bottom: 16px;
}
.box2-5.cc.clearfix {
    margin-top: 16px;
}
.tab-list .more_btn {
    position: absolute;
    right: 14px;
    top: 5px;
    font-size: 12px;
}
.box3-1 {
    border: 1px solid #dbe9f5;
	margin-bottom:16px;
}
.box3-2{ border: 1px solid #dbe9f5;}
.yqlj .tt .tit .title {
    display: inline-block;
    height: 24px;
    line-height: 24px;
	padding: 6px 35px;
}
.yqlj .tt .tit {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #0076ac;
    font-weight: bold;
	background:url(images/44.png) no-repeat 7px center;
}
.yqlj .tt {
    height: 36px;
    border-bottom: 1px solid #dbe9f5;
	background: #f4faff;
}
.box1-3 {width: 220px;
    border: 1px solid #dbe9f5;
	margin-top: -20px;
	background:url(images/yqlj.jpg) no-repeat left bottom;
	height: 320px;
}
.tab-list span.more_text {
    font-size: 12px;
    line-height: 24px;
    height: 24px;
   color: #a0a1a1;
}
.nav li.nav-item.i1 {
    margin-left: 8px;
}
.wp_article_list .list_item {   
    border-bottom: none;
}
.wp_article_list .list_item .Article_Title {
    float: left;
    font-size: 14px;
    line-height: 28px;
}
.news_list li.news span.news_title {
    float: left;
    font-size: 14px;
    line-height: 28px;
}
.gysk {
    
    margin-bottom: 23px;
}
.yq {
    margin-bottom: 14px;
	margin: 14px 12px;
}
.xndh{margin-top:20px;}
.yqlj .wp_article_list .list_item .Article_Index {
    display: inline-block;
    width: 10px;
    height: 24px;
    margin-top: 3px;
    color: #fff;
    font-size: 11px;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    text-indent: -99em;
    background: none;
}
.sudy-links .links-wrap a:hover {
    background-color: none;
}
.yqlj span.Article_Index {
    display: none;
}
.yqlj .fields.pr_fields {
    width: 100%;
}
.sudy-links .links-wrap a:hover {
   
    background: #fff;
}
.box31 li.news.n1.clearfix {
    margin-bottom: 17px;
}
.box3-3 {
    margin-top: 16px;
}
.wp_article_list .list_item .Article_Index {
    display: inline-block;
    width: 10px;
    height: 25px;
    margin-top: 3px;
    color: #fff;
    font-size: 11px;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    text-indent: -99em;
    background:url(images/dot.jpg) no-repeat left center;
}
.wp_article_list .list_item {
    height: 28px;
    line-height: 28px;
	padding-left: 17px;
	width: auto;
   
}
.wp_article_list .list_item span {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-left: 0px;
}
.post.post-12.mbox {
 
    padding: 0px 10px;
}
.post.post-13.mbox {
    /* padding-left: 12px; */
    padding: 0px 10px;
}
.post-10 .con {
    padding: 0px 10px;
    padding: 9px 10px 20px 10px;
}
.box3 .news_list li.news{background:url(images/dot.jpg) no-repeat left center;}
.box3 .news_list li.news span.news_title {
    float: left;
    font-size: 14px;
    line-height: 28px;
    padding-left: 13px;
}
.box3 .post .tt .more_btn a {
    color: #999999;
    padding-right: 10px;
}
ul.tab-list {
    padding-top: 7px;
	padding-bottom: 15px;
}
.sudy-tab .tab-menu li {
   
   border-radius: 0 0 0 0;
   
}

.wp_article_list .list_item .Article_PublishDate {
    color: #adadad;
    font-size: 14px;
    line-height: 28px;
	padding-right: 18px;
}
.wp_article_list .list_item .pr_fields {
    display: inline;
    float: left;
}
.post-12 .con {
    padding: 0px;
}
.post-11 .con {
    padding: 8px;
}
.post-13 .con {
    padding-top: 6px;
}
.post-13 .con {
    padding-top: 6px;
    padding-bottom: 20px;
}
.navbar .nav .wp_nav li.nav-item a:hover, .navbar .nav .wp_nav li.nav-item a.parent {
    color: #0884c0;
    background: #fff;
}
.wp_nav .sub-nav {
    display: block;
    width: 100% !important;
    position: absolute;
    z-index: 200;
    visibility: hidden;
    border: 1px solid #ccc;
    border-top: none;
}
.logo {
    margin-left: 110px;
    padding-top: 50px;
}
.wp_search .search {
    background:url(images/sousuo.png) no-repeat left center;
    width: 16px;
    height: 16px;
    border: 0px;
    cursor: pointer;
	margin-right: 15px;
}
input#keyword {
    border: 0px solid #fff;
    /* padding-left: 20px; */
    padding: 0px 0px;
    font-size: 12px;
    line-height: 32px;
    color: #0d386a;
    opacity: 0.9;
    background: #bcdded;
    border-radius: 15px;
    margin-left: 20px;
	height: 32px;
}
.wp_search {
    background: #bcdded;
    border-radius: 15px;
}
.post-10 .tt .tit{background:url(images/66.png) no-repeat 7px center;}
.post .tt .tit .title {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 6px 0px;
    padding-left: 37px;
}
.post-11 .tt .tit{background:url(images/77.png) no-repeat 7px center;}
.box2-1 .sudy-tab .tab-menu li.selected{background:url(images/11.png) no-repeat 10px center;}
.box2-2 .sudy-tab .tab-menu li.selected{background:url(images/22.png) no-repeat 10px center;}
.box2-3 .sudy-tab .tab-menu li.selected{background:url(images/33.png) no-repeat 10px center;}
.box2-5 .sudy-tab .tab-menu li.selected{background:url(images/44.png) no-repeat 10px center;}
.hwgg1{padding-left:15px;}
.listcolumn .col_news_con .wp_article_list .list_item {
    border-bottom: none !important;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 100%;
}
.box2-3.cc.clearfix {
    margin-bottom: 16px;
}
.box2-1.cc.clearfix {
    margin-bottom: 16px;
}

.box1-2{display:none;}