@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;}/*背景样式*/
a {color:#333; text-decoration:none;
}

.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width:1402px;margin:0 auto;} /**页面全局宽度**/

/**页头开始**/
#header {
    background: url(images/headerbg.png) repeat-x;
    position: absolute;
    top: 0;
    z-index: 999;
}
#header .inner {
    width: 100%;
    max-width: 1680px;
}
.head {
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 70px;
} /**页头部分**/
.head .sitelogo {
    float: left;
    padding-left: 0;
    width: 485px;
}
.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%; background:url(images/navbar.png) repeat-x 0 50%;} /**导航区域背景**/
.navbar .navbox {width:980px; margin:0 auto;} /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.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 21px;line-height: 39px;color: #fff;font-size: 15px;font-family:"Microsoft YaHei";}/**导航字体样式**/
.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: #949494}/**鼠标经过或当前选中时样式**/
.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%;margin-bottom: 18px;} /**标题栏**/
.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #0154a0;
} /**标题字体**/
.post .tt .tit .title { display:inline-block; line-height:40px;} /**标题图标**/
.post .tt .more_btn { display:inline-block;float:right; height:40px; line-height:44px; } /**更多按钮**/
.post .con {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;} /**新闻列表图标**/
/*带图标标题*/
/**自定义新闻列表**/
.news_list {}
.news_list li.news {
    line-height: 24px;
    padding: 16px 0;
    border-bottom: 1px solid #dfdfdf;
} /**标题图标**/
.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;}
.news_list li.news span.news_title a {
    font-size: 16px;
    color: #000;
    display: block;
}
.ztwz-img img {
    display: block;
    width: 100%;
}
/** 
*其他样式
*/

/**主体开始**/
#container {/* padding:7px 0; */}


/**首页三列布局**/
.mod {}
.mod .ml {width:330px; float:left;}/**左列**/ 
.mod .mc { width:670px; margin-left:40px; float:left;} /**中间**/
.mod .mr { width:336px; float:right;} /**右列**/

.mod {}
.mod2 .ml {width:860px; float:left;}/**左列**/ 
.mod2 .mr { width:490px; float:right;} /**右列**/

/**页脚开始**/
#footer {
    background: url(images/foot-bg.jpg);
}
#footer .inner { padding:10px 0; text-align:center;padding-bottom: 0;}
#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: 210px;float:left;position:relative;margin-right: -220px;} 
.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: 20px;font-weight: normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 0px 5px 0px 10px;
    background: #0154a0;
}/**栏目名称图标**/
/**栏目列表*/
/**一级栏目列表*/
.col_list .wp_listcolumn {  }
.col_list .wp_listcolumn .wp_column a {
    font-weight: normal;
    color: #3E3E3E;
    background: #EFEFEF url(images/icon_column_1.gif) no-repeat 10px center;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #ddd;
    font-size: 16px;
}/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    line-height: 22px;
    padding: 10px 10px 10px 20px;
    cursor: pointer;
}
.col_list .wp_listcolumn .wp_column a .column-name{padding-left:25px;}
.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_hover.gif);}/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#124D83;}
/**二级栏目列表*/
.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: 220px;}

.col_news_head {border-bottom:1px solid #ccc;}
.col_metas .col_title { display:inline-block; float:left; height:50px; line-height:50px;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size:20px;font-weight: normal;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block; float:right; white-space:nowrap; height:20px; line-height:20px; margin-top:15px;} /**当前位置**/

.col_news_list { margin-top:7px;min-height:300px; }
.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:30px auto;}
.article {}
.article h1.arti_title {
    line-height: 34px;
    margin: 10px 0px;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: #0154a0;
    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: 0px 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); }  /**文章阅读部分图片大小限制**/
.slogan .inner{
    background: url(images/slogan.png) center center no-repeat;
    height: 80px;
}
.slogan{
    background: #0154a0;
}
.sousuo input.searchBtn {
    width: 22px;
    height: 22px;
    background: url(images/ss-btn.png) center center no-repeat;
    border: 0;
    float: left;
    cursor: pointer;
}
.sousuo input#keyword {
    line-height: 22px;
    padding: 0;
    border: 0;
    background: none;
    float: left;
    margin-left: 18px;
    color: #fff;
    font-size: 16px;
}
.sousuo {
    float: left;
    margin-top: 30px;
    position: absolute;
}
.content {
    padding-top: 47px;
}
.foot-nav {
    border-bottom: 1px solid #417fb8;
    padding: 27px 0;
}
.foot-middle {
    border-bottom: 1px solid #417fb8;
    padding: 22px 0;
}

.foot {
    padding: 12px 0;
}
.content2{
    background: url(images/main-bg.jpg) center top no-repeat;
    padding: 37px 0;
}
.content2 .post .tt .tit{
    color: #000;
}
.head-right {
    float: right;
}
.mb-nav{
    display: none;
}
.top-nav .wp_nav .nav-item a {
    font-size: 12px;
    color: #fff;
}
.top-nav .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 5px 18px;
    line-height: 17px;
    cursor: pointer;
}
.top-nav {
    float: right;
}
.top-nav .wp_nav .nav-item{
    background: url(images/shu.png) left center no-repeat;
}
.top-nav .wp_nav li.nav-item.i1 {
    background: none;
}
.pc-nav {
    float: right;
    clear: both;
    margin-top: 5px;
}
.pc-nav .wp_nav .nav-item a {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
}
.pc-nav .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 5px 18px;
    line-height: 17px;
    cursor: pointer;
}
.pc-nav .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 10px 18px;
    line-height: 32px;
    cursor: pointer;
}
.pc-nav .wp_nav .sub-nav .nav-item a {
    font-family: "Microsoft Yahei";
    font-weight: normal;
    text-align: center;
    border-top: 0px solid #D8E1CC;
    min-width: 80px;
    color: #0154a0;
    font-size: 17px;
}
.pc-nav .wp_nav .sub-nav .nav-item a span.item-name{
    display: inline-block;
    padding: 8px 18px;
    line-height: 24px;
    cursor: pointer;
}
.pc-nav .wp_nav .sub-nav {
    border: 0;
    padding: 10px 0;
    border-top: 4px solid #0154a0;
    background: #eef3f8;
}
.pc-nav .wp_nav .sub-nav .nav-item .mark {
    background: #eef3f8;
}
.mbanner .focus-text-bg{
    background: none;
}
.mbanner span.banner-title{
    display: block;
    font-size: 22px;
    font-family: "微软雅黑";
    line-height: 40px;
}
.mbanner span.more_btn{
    display:none !important;
}
.mbanner span.more_btn a{
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    background: #0154a0 url(images/next.png) 112px center no-repeat;
    font-size: 16px;
    font-family: "微软雅黑";
    text-align: center;
}
.mbanner .focus-text{
    padding:0px;
}
.mbanner .banner-title{
}
.mbanner .focus-text-box {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 20;
    width: 60%;
    height:40px;
    margin-left: -701px;
}
/* .mbanner .focus-navigation {
    display: block;
    width: 87px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    background: none;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    z-index: 50;
    opacity: 1;
    filter: alpha(opacity=100);
    text-indent: 1000px;
    bottom: -80;
    overflow: hidden;
} */
/* .mbanner .focus-next{
    background:#1faaa9 url(images/right.png) center center no-repeat;
    right: 50%;
    margin-right: -701px;
}
.mbanner .focus-prev{
    background: url(images/left.png) center center no-repeat;
    right: 50%;
    margin-right: -614px;
} */
.mbanner .focus-prev { left:0px;}
.mbanner .focus-next { right:0px;}
.mbanner .focus-navigation {
    top: 50%;
    margin-top: -25px;
}
.mbanner .focus-page {
    display: inline-block;
    width: 112px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    border-radius: 0;
    background-color: #999;
    color: #fff;
    margin: 15px 0;
    margin-right: 0px;
    cursor: pointer;
}
.mbanner a.focus-page.focus-page-1{
    background: url(images/01.png) right center no-repeat;
}
.mbanner a.focus-page.focus-page-2{
    background: url(images/02.png) right center no-repeat;
}
.mbanner a.focus-page.focus-page-3{
    background: url(images/03.png) right center no-repeat;
}
.mbanner a.focus-page.focus-page-4{
    background: url(images/04.png) right center no-repeat;
}
.mbanner a.focus-page.focus-page-5{
    background: url(images/05.png) right center no-repeat;
}
.mbanner a.focus-page.focus-page-6{
    background: url(images/06.png) right center no-repeat;
}
.mbanner a.focus-page.focus-page-1.focus-page-active{
    background: url(images/01on.png) right center no-repeat;
}
.mbanner a.focus-page.focus-page-2.focus-page-active{
    background: url(images/02on.png) right center no-repeat;
}
.mbanner a.focus-page.focus-page-3.focus-page-active{
    background: url(images/03on.png) right center no-repeat;
}
.mbanner a.focus-page.focus-page-4.focus-page-active{
    background: url(images/04on.png) right center no-repeat;
}
.mbanner a.focus-page.focus-page-5.focus-page-active{
    background: url(images/05on.png) right center no-repeat;
}
.mbanner a.focus-page.focus-page-6.focus-page-active{
    background: url(images/06on.png) right center no-repeat;
}
.mbanner .focus-pagination {
    position: absolute;
    z-index: 60;
    text-align: right;
    width: 112px;
    right: 50%;
    margin-right: -701px;
    top: 50%;
    margin-top: -212px;
    display: none !important;
}
.tzgg-news_title {
    line-height: 30px;
    min-height: 60px;
    font-size: 16px;
    display: block;
}
.tzgg-news_meta {
    width: 60px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
.tagg-news{
    position: relative;
}
.tzgg-news_title {
    line-height: 30px;
    height: 60px;
    font-size: 16px;
    display: block;
    margin-right: 72px;
    overflow: hidden;
    padding-right: 18px;
    background: url(images/shu2.png) right center no-repeat;
}
.tagg-news .dateTime {
    font-size: 16px;
    color: #0154a0;
    font-family: "微软雅黑";
}
.tagg-news .dateTime2 {
    font-family: "Georgia";
    font-size: 30px;
    color: #0154a0;
}
.tzgg-list {
    padding: 23px 12px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 15px;
}
.tzgg-list:hover {
    border-radius: 5px;
    box-shadow: 0px 0px 20px #dbd7d7;
}
.news_list li.news{
    transition: all 0.4s ease-in-out;
}
.news_list li.news:hover {
    border-left: 5px solid #01559d;
    padding-left: 15px;
    background: #f3f6fb;
}
.news_list li.news:hover a{
    color: #02549e !important;
}
li.pswz-news img {
    width: 100%;
    display: block;
}
.scroll-img .news_imgs img {
    width: 100%;
    display: block;
}
.scroll-img {
    overflow: hidden;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
.lm-title {
    font-size: 24px;
    font-weight: bold;
    color: #0154a0;
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
    display: block;
    font-family: "微软雅黑";
}
.newsimgs_bt {
    margin-top: 11px;
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    display: block;
}
.newsimgs_bt a{
    color: #000000;
    font-family: "微软雅黑";
}
.newsimgs_con {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    display: block;
    font-family: "微软雅黑";
}
.newsimgs_con a{
    color: #929292;
}
.scroll-img .sudy-scroll-page {
    width: auto;
    height: 12px;
    text-align: center;
    position: absolute;
    left: 55px;
    bottom: 37px;
    z-index: 100;
}
.scroll-img .sudy-scroll-page .page-index {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    overflow: hidden;
    background: #dae8f3;
    margin: 0 7px;
}

.scroll-img .sudy-scroll-page .active {
    background: #0a58a3;
}
.pswz {
    margin-top: 40px;
}
.bmdt-news {
    width: 33%;
    float: left;
}
.bmdt-img img {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.bmdt-img {
    height: 160px;
    overflow: hidden;
}
.bmdt-img a:hover img {
    transform: scale(1.5);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.5);
    -webkit-transform: all 1s ease 0s;
}
.bmdt-news {
    width: 32%;
    float: left;
    margin-left: 2%;
}
.bmdt-news.n1 {
    margin-left: 0;
}

.bmdt-title {
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    font-size: 16px;
    padding: 0 12px;
    margin-top: 12px;
    border-left: 1px solid #0154a0;
}
.bmdt-date {
    padding: 0 12px;
    margin-top: 10px;
    font-size: 14px;
    color: #0154a0;
    line-height: 18px;
}
.bmdt-date span{
    background: url(images/time.png) left center no-repeat;
    padding-left: 23px;
}
.bmdt .tt {
    display: inline-block;
    width: 100%;
    margin-bottom: 31px;
}
.foot-nav .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 0px 45px;
    line-height: 22px;
    cursor: pointer;
}
.foot-nav .wp_nav .nav-item a {
    font-family: "Microsoft Yahei";
    display: block;
    text-align: center;
    position: relative;
    z-index: 100;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.foot-nav li.nav-item.i1{
    background: url(images/jgcs.png) left center no-repeat;
}
.foot-nav li.nav-item.i2{
    background: url(images/ejxy.png) left center no-repeat;
}
.foot-nav li.nav-item.i3{
    background: url(images/jfjg.png) left center no-repeat;
}
.foot-nav li.nav-item.i4{
    background: url(images/xglj.png) left center no-repeat;
}
ul.post-news_list li {
    line-height: 26px;
    text-align: left;
    color: #fff;
    font-size: 14px;
}
.foot-left {
    float: left;
}
.foot-center {
    float: left;
    margin-left: 150px;
}
.foot-right {
    float: right;
}
.ewm-list {
    width: 70px;
    margin-left: 35px;
    float: right;
}
.ewm-list img{
    width: 100%;
}
.ewm-title {
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    padding: 3px 0;
}
.foot-middle {
    border-bottom: 1px solid #417fb8;
    padding: 22px 0;
    padding-bottom: 10px;
}
.foot {
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}
.content a{
    transition: all 0.4s ease-in-out;
}
.content2 a{
    transition: all 0.4s ease-in-out;
}
.content a:hover{
    color: #02549e;
}
.content2 a:hover{
    color: #02549e;
}
.list-main{
    padding: 20px 0;
}
.tpxw .focus-text-box{
    position: relative;
}
.tpxw .focus-text-inner {
    position: relative;
    left: 0;
    top: 0;
    z-index: 30;
    height: auto;
}
.tpxw .focus-pagination {
    position: relative;
    z-index: 60;
    text-align: left;
    padding-left: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tpxw .focus-box{
    height: auto !important;
}
.tpxw .focus-text {
    padding: 0px 55px;
    line-height: 1.5;
    color: #fff;
    font-size: 13px;
    padding-bottom: 30px;
}
.tpxw .focus-page{
    width: 12px;
    height: 12px;
    background: #dae6f1;
    border-radius:10px;
    margin-right:15px;
}
.tpxw .focus-page-active{
    background: #0154a0;
}
.tpxw-tt {
    position: relative;
    z-index: 999;
}
.tpxw-tt .more_btn {
    position: absolute;
    right: 55px;
    top: -25px;
}
.tpxw {
    padding-bottom: 30px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}
.gobottom {
    width: 27px;
    height: 20px;
    width: 100%;
    text-align: center;
}
.gobottom-btn{
    margin-top: 30px;
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: all 0.4s ease-in-out;
}
.gobottom-btn:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.foot-bq {
    clear: left;
    line-height: 26px;
    text-align: left;
    color: #fff;
    font-size: 14px;
}
.foot-xx {
    float: left;
}
.tpxw2 {
    display: none;
}
.sydw{
    float: left;
}
.foot-ewm{
    float: right;
}