@charset "utf-8";
/* Base Reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu { margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details { display:block; }
table { border-collapse:collapse; border-spacing:0; }
caption,th { text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr { border:0; }
html { overflow-x:hidden;}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;overflow-y: scroll; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
i,cite,em,var,address,dfn{}
[hidefocus],summary { outline:0; }
li{list-style:none; }
h1,h2,h3,h4,h5,h6,small { font-size:100%; }
sup,sub { font-size:83%; }
pre,code,kbd,samp { font-family:inherit; }
q:before,q:after { content:none; }
textarea { overflow:auto; resize:none; }
label,summary { cursor:default; }
a,button { cursor:pointer; }
h1,h2,h3,h4,h5,h6,strong,b { font-weight:bold; }
del,ins,u,s,a,a:hover { text-decoration:none; }
body,textarea,input,button,select,keygen,legend {font:12px/1 arial,\5b8b\4f53; outline:0;}
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb { width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after { clear: both; content: "."; display: block; height:0; visibility: hidden; }
.clearfix { display: block; *zoom:1; }

/**全局样式**/
body {
    font: 12px/1 "Microsoft YaHei","Simsun", arial,\5b8b\4f53;
    color: #333;
    background: url(images/body-bj.png) no-repeat center top;
}/*背景样式*/
a {color:#333; text-decoration:none;}
a:hover { color:#cd0200;}
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width:1280px;margin:0 auto;} /**页面全局宽度**/

/**页头开始**/
#header {}
#header .inner {}
.head {
    width: 100%;
    position: relative;
    padding: 20px 0;
} /**页头部分**/
.head .sitelogo {
    float: left;
    width: 487px;
}
.head .sitelogo img{
    width: 100%;
}
.head .sitetitle {float:left;margin-top:45px; margin-left:20px;font-size:32px;font-weight:bold;color:#fff;} /**站点名称**/
.navbar {width:100%; } /**导航区域背景**/
.navbar .navbox {} /**导航窗口大小及位置**/
.nav {
    background: #006870;
}
/**导航样式：后台绑定时也可以定义配置**/
.menu-switch-arrow { display: none;}
.navbox .wp-menu { margin:0 auto; } /**导航高度**/
.navbox .wp-menu .menu-item {display: inline-block;float: left;position: relative;z-index: 100;}
.navbox .wp-menu .menu-item a.menu-link {display: inline-block;padding:0 25px;line-height: 61px;color: #fff;font-size: 18px;font-family:"Microsoft YaHei";letter-spacing: 1px;}/**导航字体样式**/
.navbox .wp-menu .menu-item a.menu-link:hover,
.navbox .wp-menu .menu-item a.menu-link.parent{ text-decoration: none; color: #fff; background-color: #039aa5}/**鼠标经过或当前选中时样式**/
.navbox .sub-menu {background-color: #f2f2f2; display: none; position: absolute; left: 0; top: 39px; z-index: 100; min-width:110px;}/**菜单背景**/
.navbox .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;border-bottom: 1px solid #ddd;}
.navbox .sub-menu .sub-item a { display: block; color: #272727;line-height: 32px; padding:0 10px 0 20px; display: block; font-family:"Microsoft YaHei";}/**子菜单字体样式**/
.navbox .sub-menu .sub-item a:hover,
.navbox .sub-menu .sub-item a.parent{ color:#06509C; display: block;}
.navbox .sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background-color: #e6e6e6; border-left: 1px solid #ddd;}
/**slide导航**/
.wp-navi .navi-slide-head { display: none; padding:0 10px; height: 49px;}
.wp-navi .navi-slide-head .navi-slide-title { display: inline-block; float: left; font-weight: normal; color: #212121; font-size: 18px; line-height: 49px;}
.wp-navi .navi-slide-head .navi-slide-arrow { display: block; width: 34px; height: 49px; float: right; background: url(img/menu-icon-arrow.png) no-repeat 50%;}


/**标题栏新闻窗口**/
.post { margin-bottom:10px;}
.post .tt { display:inline-block; width:100%; } /**标题栏**/
.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: "微软雅黑";
    margin-left: 25px;
    letter-spacing: 3px;
} /**标题字体**/
.post .tt .tit .title { display:inline-block; line-height:37px;} /**标题图标**/
.post .tt .more_btn { display:inline-block;float:right; height:32px; line-height:32px; } /**更多按钮**/
.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 span{margin-left:0px;margin-right:5px;} 
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;} /**新闻列表图标**/
/*带图标标题*/
.post1 {}
.post1 .tt {background:url(images/icon_tit.gif) no-repeat 5px center;}
.post1 .tt .tit {}
.post1 .tt .tit .title {padding-left:35px;}
/**自定义新闻列表**/
.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;font-size: 13px;}
.news_list li.news span.news_meta { float:right; margin-left:2px;font-size: 14px;}
.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;}
/** 
*其他样式
*/

/**
 * [搜索]
 */
 .search-panel {
    float: right;
    clear: right;
    width: 25%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
}
 .search-window {overflow: hidden;}
 .wp-search {  position: relative;}
 .wp-search form { display: block;}
 .wp-search .search-input { margin-right: 40px;overflow: hidden; }
 .wp-search .search-input input.search-title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    outline: 0;
    color: #a1a1a1;
    font-size: 14px;
    padding: 8px 10px;
    background: #fff;
    border: 2px solid #bbbbbb;
}
 .wp-search .search-btn { width: 40px; height: 40px; position: absolute; right: 0; top:50%; margin-top: -20px;}
 .wp-search .search-btn input.search-submit { width: 100%; height: 40px; border:0; outline: 0; background: url(images/ss-btn.png) no-repeat center; cursor: pointer;}

/**主体开始**/
#container {/* padding:7px 0; */}

/**首页三列布局**/
.mod {}
.mod .ml {width:236px; float:left;}/**左列**/ 
.mod .mc { width:478px; margin-left:15px; float:left;} /**中间**/
.mod .mr { width:236px; float:right;} /**右列**/
.mbox { padding:0 10px; border:1px solid #d3d3d3; background:#f9f8fd;}

/**页脚开始**/
#footer {}
#footer .inner { text-align:center;}
#footer .inner p { font-size:14px; line-height:20px; text-align:center;}
#footer .inner p span { margin:0 3px;}

/**列表页**/
.lbanner {}
.lbanner .inner { position: relative;}
.lbanner .column-name { display: none; height: 24px; line-height: 24px; font-size: 20px; color: #fff;text-shadow:2px 2px 2px #000000; overflow: hidden; position: absolute; left: 6px; right: 6px; top :50%; margin-top: -12px;}
/**列表页banner图**/
.lbanner img { width: 100%; vertical-align: top; }

.col_menu {
    width: 240px;
    float: left;
    position: relative;
    margin-right: -240px;
}
.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: 18px;font-weight: normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 45px;
    height: 45px;
    padding: 0;
    background: #23878f;
    text-align: center;
}/**栏目名称图标**/
/**栏目列表*/
/**一级栏目列表*/
.col_list .wp_listcolumn { }
.col_list .wp_listcolumn .wp_column a {
    font-weight: normal;
    color: #157079;
    background: #fff;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #cfe5e6;
    text-align: center;
}/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a .column-name{}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    background: #23878f;
    color: #fff;
}/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#fff;}
/**二级栏目列表*/
.col_list .wp_listcolumn .sub_list{}
.col_list .wp_listcolumn .sub_list .sub-item{}
.col_list .wp_listcolumn .sub_list .sub-item a {color:#454545;background: #F7F7F7 url(images/icon_column_2.gif) no-repeat 26px 11px;border-top:1px solid #fff;border-bottom: 1px solid #E0E0E0;}/**二级子栏目**/
.col_list .wp_listcolumn .sub_list .sub-item a .column-name{padding-left:40px;}
.col_list .wp_listcolumn .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub-item a.selected { color:#000; background-image:url(images/icon_column_2_hover.gif);}	/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .sub_list .sub-item a.selected span.column-name{ color:#124D83;}
/**三级栏目列表*/
.col_list .wp_listcolumn .sub_list .sub_list .sub-item 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 .sub_list .sub_list .sub-item a .column-name{padding-left:55px;}
.col_list .wp_listcolumn .sub_list .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub_list .sub-item a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);}/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub-item a.selected span.column-name{ color:#124D83;}
/**四级栏目列表*/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item 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 .sub_list .sub_list .sub_list .sub-item a .column-name{padding-left:70px;}
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);}/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub-item a.selected span.column-name{ color:#124D83;}
/**五级栏目列表*/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item 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 .sub_list .sub_list .sub_list .sub_list .sub-item a .column-name{padding-left:85px;}
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a:hover,
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);}/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .sub_list .sub_list .sub_list .sub_list .sub-item a.selected span.column-name{ color:#124D83;}

/**栏目新闻**/
.col_news {width:100%;float:left;} 
.col_news_box{margin-left: 240px;}

.col_news_head {
    line-height: 45px;
    height: 45px;
}
.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 45px;
    line-height: 45px;
    margin-left: 40px;
}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size:18px;font-weight: normal;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block; float:right; white-space:nowrap; height:18px; line-height:18px; margin-top:5px;} /**当前位置**/
ul.col_metas {
    display: none;
}
.col_news_list {
    padding: 10px 40px;
}

.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item span{margin-left:0px;margin-right:5px;}
.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:6px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/

/**文章页**/
.infobox {
    margin: 0 auto;
    padding: 13px;
    background: url(images/info-bj.png);
    padding-bottom: 35px;
}
.article {}
.article h1.arti_title {line-height: 24px;margin:6px 0px;font-size:18px;font-family: "Microsoft YaHei";color:#282828;text-align:center;} /**文章标题**/
.article .arti_subtitle {line-height:30px;font-size:16px;color:#282828;font-family: "Microsoft YaHei";text-align:center;} /**文章副标题**/
.article .arti_metas { padding:10px; text-align:center;border-top: 1px solid #D0D0D0; border-bottom: 1px solid #D0D0D0;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;} /**文章其他属性**/
.article .entry { margin:0 auto;padding:5px 0px; min-height:300px; 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:840px; _width:expression(this.width > 940 ? "840px" : this.width); }  /**文章阅读部分图片大小限制**/

.focus-title-bar {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 40;
    width: 100%;
    height: 30px;
    display: none !important;
}
.focus-pagination{
    display: none !important;
}

.zjgx {
    width: 46%;
    float: left;
}

.tjkc{
    float: right;
    width: 46%;
}
.main1 {
    background: url(images/bj1.png);
    padding-top: 7px;
    padding-bottom: 9px;
}

.zjgx .tt {
    background: url(images/lmbt-zjgx.png) left center no-repeat;
}
.tjkc .tt {
    background: url(images/lmbt-tjkc.png) left center no-repeat;
}
.xsylkc .tt {
    background: url(images/lmbt-xsylkc.png) left center no-repeat;
}
.zxkfkc .tt {
    background: url(images/lmbt-zxkfkc.png) left center no-repeat;
}
.zygxkc .tt {
    background: url(images/lmbt-zygxkc.png) left center no-repeat;
}
.main1 .post .con {
    padding: 7px 40px;
    margin: 0 auto;
    background: #f0f9f6;
}

.news_list li.news {
    line-height: 36px;
    padding-left: 36px;
    background: url(images/list-ico.png) no-repeat 12px center;
}

.news_list li.news span.news_llcs {
    float: right;
    color: #8c8c8c;
    font-size: 12px;
    padding-left: 30px;
    background: url(images/liulan.png) left center no-repeat;
}

.touying {
    box-shadow: 6px 9px 3px rgb(123 123 123 / 21%);
}
.main2 .inner{
    background: url(images/logobj1.png) center bottom no-repeat;
}
.main3 .inner{
    background: url(images/logobj2.png) center bottom no-repeat;
    padding-bottom: 26px;
    padding-top: 18px;
}
.main5 .inner{
    background: url(images/logobj0.png) center bottom no-repeat;
    padding-bottom: 26px;
    padding-top: 18px;
}
.main4 .inner{
    background: url(images/logobj3.png) center bottom no-repeat;
}
.footer1 .inner{
    min-height: 13px;
    background: url(images/logobj4.png) center bottom no-repeat;
}
.footer .inner{
    min-height: 201px;
    background: url(images/logobj5.png) center top no-repeat;
}
.main4 {
    background: url(images/bj2.png);
}
.footer1{
    background: url(images/bj3.png) center center no-repeat;
}
.footer{
    background: #006870;
}

.news2-img img {
    width: 100%;
    display: block;
    height: 160px;
}

li.news2 {
    width: 22%;
    float: left;
    margin-right: 4%;
    background: #fff;
}

li.news2.n4 {
    margin-right: 0;
}
p.news2-bt {
    line-height:30px;
    text-align: center;
    font-size: 18px;
    margin-top: 8px;
}

p.news2-dbt {
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
    color: #b1b1b1;
    font-size: 16px;
}

.main2 .post .tt {
    display: inline-block;
    width: 100%;
    margin: 18px 0;
}

.main2 .post .con{
    padding: 0;
}

.post .tt .more_btn a{
    color: #535353;
    font-size: 12px;
}

.xwzy .sudy-tab .tab-menu {
    height: 37px;
    border-bottom: 0px solid #ccc;
}

.xwzy .tt {
    float: left;
    width: 243px;
    background: url(images/lmbt-xwzy.png) left center no-repeat;
}
.zxkc .tt {
    background: url(images/lmbt-zxkc.png) left center no-repeat;
}
.sudy-tab .tab-menu li {
    display: inline-block;
    height: 36px;
    line-height: 32px;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    padding: 0 27px;
    border-radius: 0;
    cursor: default;
    background: url(images/tab-menu-list.png) right center no-repeat;
}
.sudy-tab .tab-menu li span{
    height: 32px;
    line-height: 32px;
    display: block;
}
.sudy-tab .tab-menu li.selected span{
    color: #245bba;
    border-bottom: 4px solid #245bba;
}

.tt_more a {
    color: #535353;
    font-size: 12px;
}
.sudy-tab {
    position: relative;
}

.tt_more {
    position: absolute;
    right: 0;
    top: 12px;
}

.post.post-15.xwzy {
    margin-bottom: 0;
}

ul.tab-menu {
    margin-bottom: 18px;
}

ul.tab-list .con {
    padding: 0;
}

.wljxpt .tt .tit .title {
    display: inline-block;
    line-height: 45px;
}

.wljxpt .tt .tit {
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: url(images/lmbt-wljxpt.png) center center no-repeat;
}

li.news3 {
    width: 30%;
    float: left;
    background: #fff;
    margin-right: 5%;
}
li.news3 img {
    width: 100%;
    height: 145px;
}
.wljxpt .con {
    padding: 0;
    margin-top: 30px;
}
p.news3-bt {
    line-height: 45px;
    text-align: center;
    font-size: 16px;
}
li.news3.n3 {
    margin-right: 0;
}

.wljxpt {
    margin-bottom: 55px;
}

.wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    line-height: 44px;
    padding: 0;
    cursor: pointer;
}

.wp_listcolumn {
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 0px solid #fff;
}
#container .inner {
    background: url(images/list-bj.png) repeat-y;
}

li.lb-news {
    width: 22%;
    float: left;
    margin-left: 4%;
    margin-bottom: 50px;
}
li.lb-news img{
    width: 100%;
    height: 119px;
}
li.lb-news.n1,li.lb-news.n5,li.lb-news.n9,li.lb-news.n13,li.lb-news.n17 {
    margin-left: 0;
}

.lb-news-bt {
    line-height: 34px;
    background: #fff;
    text-align: center;
    font-size: 16px;
height: 34px;
    overflow: hidden;
    padding: 0 10px;
}

.col_news {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.info-top-left {
    width: 45%;
    float: left;
}
.info-top-left img{
    width: 100%;
}

.info-top-right {
    width: 50%;
    float: right;
}

p.info-title {
    line-height: 60px;
    color: #010101;
    font-size: 24px;
    margin-top: 11px;
}

p.info-zz {
    line-height: 40px;
    color: #767676;
    font-size: 16px;
    padding-left: 30px;
    background: url(images/zz-bj.png) 5px center no-repeat;
}

p.info-dbt {
    line-height: 40px;
    color: #767676;
    font-size: 16px;
    padding-left: 30px;
    background: url(images/fbt-bj.png) 5px center no-repeat;
}

p.info-href {
    margin-top: 10px;
}

.info-con {
    padding: 25px;
    line-height: 30px;
    color: #848484;
    font-size: 12px;
    background: url(images/info-bj-con.png);
}
.info-bottom {
    margin-top: 55px;
}
.pt-tt{
    position: relative;
}
.pt-tt .more_btn {
    position: absolute;
    top: 6px;
    right: 0;
}

.nav-pc .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 0px 25px;
    line-height: 61px;
    cursor: pointer;
}

.nav-pc .wp_nav .nav-item a {
    font-family: "Microsoft Yahei";
    display: block;
    text-align: center;
    position: relative;
    z-index: 100;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
}
.nav-pc {
    background: #006870;
}
.nav-pc .wp_nav .nav-item a.parent {
    font-family: "Microsoft Yahei";
    display: block;
    text-align: center;
    position: relative;
    z-index: 100;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
}
.nav-pc .wp_nav .nav-item a.parent {
    text-decoration: none;
    color: #fff;
    background-color: #039aa5;
}

.nav-pc .wp_nav .sub-nav .nav-item .mark {
    background: #006870;
}
.nav-pc .wp_nav .sub-nav{
    min-width: 100%;
    border: 0;
}

.nav-pc .wp_nav .sub-nav .nav-item a span.item-name {
    padding: 5px 10px;
    line-height: 40px;
}
.nav-pc .wp_nav .sub-nav .nav-item a {
    border-top: 0px solid #D8E1CC;
    text-align: center;
}
.nav-mobile{
    display: none;
}
.zxkc .sudy-tab .tab-menu li.selected span {
    color: #bf1716;
    border-bottom: 4px solid #bf1716;
}