@charset "utf-8";
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; }
img { vertical-align: top; }
html { }
i, cite, em, var, address, dfn { font-style: normal; }
 [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, em, strong, b { font-weight: bold; }
del, ins, u, s, a, a:hover { text-decoration: none; }
body, textarea, input, button, select, keygen, legend { font: 13px/1 arial, \5b8b\4f53; color: #333; 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;
}
.icon { display: inline-block; width: 32px; height: 32px; vertical-align: middle; background: url(images/icon.png) no-repeat; }
/*css3扩展*/

body:before { content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 0px; -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8); box-shadow: 0px 0px 10px rgba(0, 0, 0, .8); }

::-webkit-input-placeholder {font-size:13px; color: #7a7a7a;}
:-moz-placeholder {font-size:13px;color: #7a7a7a;}
::-moz-placeholder {font-size:13px;color: #7a7a7a;}
:-ms-input-placeholder {font-size:13px;color: #7a7a7a;}
/**布局开始**/
*{ box-sizing:border-box;}
html{font-size:62.5%;}
body { line-height: 1; font-size: 14px;font-family: Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Tahoma, Geneva, sans-serif; color: #333; min-width:1440px; background:#fff}
p { line-height: 1.75; }
a { color: #333; text-decoration: none; transition: all 0.4s ease-in-out; }
a:hover { color: #335cc1; }

.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide-text-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}　
.hide-text-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
/*flex布局*/
.midcenter{display: flex;display: -webkit-flex;justify-content: center; -webkit-justify-content: center;-webkit-box-align: center; -webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.f_between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between;}
.f_start{display: flex; display: -webkit-flex; justify-content: flex-start;-webkit-justify-content:flex-start;}
.f_end{display: flex; display: -webkit-flex; justify-content: flex-end;-webkit-justify-content:flex-end;}
.f_center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center;}
.f_middle{display: flex; display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.f_top{display: flex; display: -webkit-flex;-webkit-align-items:flex-start;align-items:flex-start;}
.f_bottom{display: flex; display: -webkit-flex;-webkit-align-items:flex-end;align-items:flex-end;}
.f_stretch{display: flex; display: -webkit-flex;-webkit-align-items:stretch;align-items:stretch;}
.f_col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.f_row{display: flex;display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;}
.nowrap{-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-moz-flex-wrap:nowrap;flex-wrap:nowrap;}
.wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:single;-moz-flex-wrap:wrap;flex-wrap:wrap;}
/*页面尺寸*/

.wrapper { width: 100%; margin: 0 auto; }
.inner { width: 1440px; padding:0 20px; margin: 0 auto; }
/**页面全局宽度**/


/*head开始*/
.min-h{ min-height:80px;}
#header { position: relative;  }
#header .top{ width: 100%; background:#335cc1;padding:20px 0;}
.header .head-left { float: left; display: inline-block;}
.header .sitelogo { vertical-align: top; font-size: 0; }
.header .sitelogo .logo { display: inline-block; width:738px; vertical-align: top; }
.header .sitelogo .logo img{ width:100%; display:block}
/**站点名称**/

.sitelogo .logo img, .sitetitle img { width: 100%; }
.header .head-right { float: right; width:415px;}
.header .head-right .link{ line-height:30px; font-size:18px; color:#fff; text-align:right}
.header .head-right .link a{color:#fff;}
/*系统默认搜索*/

.wp_search { display: inline-block; position: relative; padding-left: 4px; border: 1px solid #d0d0d0; }
.wp_search #keyword { width: 160px!important; padding: 4px 0; border: none; height: 20px; line-height: 20px; background: transparent; color: #fff; }
.wp_search .search { width: 32px; height: 30px; border: 0px; background: #FFFFFF url(images/sous.png) no-repeat center; cursor: pointer; vertical-align: top; }
/*自定义输入框*/

.searchbox { text-align: right; width: 100%;height:60px; border-radius:6px; background:#28499b;padding:10px 0 10px 10px;  }
.wp-search { position: relative;}
.wp-search form { display: block; }
.wp-search .search-input { margin-right: 45px; border:0; border-radius:8px; background:#fff }
.wp-search .search-input input.search-title { width: 100%; height: 40px; line-height: 40px; background: none; padding-left: 14px; box-sizing:border-box; color: #999;  border: 0; outline: 0;font-size:13px; font-family: "Microsoft yahei"  }
.wp-search .search-btn { width: 45px; height: 40px; position: absolute; right: 0; top: 0%; }
.wp-search .search-btn input.search-submit { width: 45px; height: 40px; border: 0; outline: 0; background: url(images/btn_search.png) center center no-repeat; cursor: pointer; }
.wp-search input:-webkit-autofill {
 transition: background-color 5000s ease-in-out 0s;
 -webkit-text-fill-color: #333;
}
/*默认主导航样式*/

#nav { position:relative;z-index:2;height:70px; 
/*background:url(images/bj_navigation.png) left top repeat-x ; */
}
#nav .inner { }
#nav .inner .wp-panel ,#nav .wp-window{ height:60px; }
/*导航*/

/*导航样式：后台绑定时也可以定义配置*/

.nav .wp-menu { margin: 0 auto; font-size: 0; font-family: Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei, Tahoma, Geneva, sans-serif;}
.nav .wp-menu .menu-item { display: inline-block; position: relative; text-align: center; }
.nav .wp-menu .menu-item:last-child{}
.nav .wp-menu .menu-item a>.menu-switch-arrow { display: inline-block; width: 20px; height: 20px; background: url(images/nav_j.png) no-repeat center center; vertical-align: middle; }
.nav .wp-menu .menu-item a.menu-link { display: inline-block; padding: 0 10px; line-height: 60px; color: #000; font-size: 20px; }
.nav .wp-menu .menu-item a.menu-link:before { position: absolute; content: ''; left: 0px; right: 0px; margin:0 auto; bottom: 5px; width:0; height: 3px; background: #335cc1; border-radius:2px;    transition: all 0.35s ease-in-out; }
.nav .wp-menu .menu-item a.menu-link:hover:before,.nav .wp-menu .menu-item.hover a.menu-link:before {width:100%;}
.nav .wp-menu .menu-item a.menu-link:hover,.nav .wp-menu .menu-item.hover a{ color:#335cc1;}
.nav .sub-menu { display: none; position: absolute; left: 0; top: 60px; z-index: 100; background:rgba(255,255,255,0.8); border-radius:0; min-width: 100%; padding-top:4px;}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom: 1; }
.nav .wp-menu .menu-item a.menu-link:hover .sub-menu{ display:block}
.nav .sub-menu .sub-item a { display: block; color: #333; line-height: 22px; padding: 10px; box-sizing:content-box; font-size: 16px; text-align: center; }
.nav .sub-menu .sub-item.hover>a, .nav .sub-menu .sub-item a:hover { color: #1c4d9c; background:#fff; display: block;}
.nav .sub-menu .sub-menu { left: 100%; top: 0px; z-index: 200; background: #fff; }

/*幻灯片*/
.mbanner{ position:relative;z-index:1; margin-top:-9px; min-height:100px;}
.mbanner .swiper-container { width: 100%;position:relative;}
.mbanner .swiper-wrapper { height:500px;}
.mbanner .swiper-slide img { position: absolute; left: 50%; transform: translate(-50%); width: 100%; height:100%;object-fit: cover; display: block; }
.mbanner .swiper_box{ position:absolute; z-index:10; bottom:36px;left:0;right:0; margin:0 auto; width:1300px;}
.swiper_con{ padding:0 40px; height:32px; position:relative}

.mbanner .swiper-button-prev,.mbanner .swiper-button-next { position:absolute;top:50%; transform:translateY(-50%);margin:0; width:72px; height:72px;border-radius:50%; box-sizing:border-box;}
.mbanner .swiper-button-prev {left:40px; background:url(images/prev.png) center no-repeat; background-size:cover; right:auto;-webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease; }
.mbanner .swiper-button-next {right:40px; background:url(images/next.png) center no-repeat; background-size:cover;left:auto;-webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease; }
.mbanner .swiper-button-prev:hover{background:url(images/prev_on.png) center no-repeat;}
.mbanner .swiper-button-next:hover{background:url(images/next_on.png) center no-repeat;}
.mbanner .swiper-pagination-bullets{ position:relative; bottom:0px; left:auto;right:0; width:100%; padding:0 20px;box-sizing: border-box;}
.mbanner .swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 18px;  width:14px; height:14px; border-radius:50%;box-sizing: border-box; border:1px solid #0061aa;background:#fff;cursor:pointer; opacity:1; font-size:12px; position:relative;}
.mbanner .swiper-pagination-bullets .swiper-pagination-bullet-active{border:0;background:#0061aa;border:1px solid #fff; position:relative}
.mbanner .swiper-pagination-bullets .swiper-pagination-bullet-active:before{ position:absolute; z-index:-1; content:''; left:-5px; right:-5px; top:-5px; bottom:-5px; border:1px solid #0061aa;background:#fff;border-radius:50%;}

.mbanner .swiper-container-horizontal>.swiper-scrollbar{left: 30%;right: 30%;margin:0 auto;width: 300px;bottom:15px;background:rgba(40,73,155,0.5)}
.mbanner .swiper-scrollbar-drag { background: rgba(51, 92, 193, 1); border:1px solid #fff; box-sizing: content-box}



/**标题栏**/
.post_bt{}
.post_bt .tt{ height:52px;position:relative}
.post_bt .tt img{display:block; height:100%; width:auto;}
.post_bt .tt.selected img{ opacity:1}
.post_bt .tt.selected:before{ position:absolute; content:''; bottom:-30px;left:0;right:0; height:2px; background:#fff;}
.post_bt .tt:last-child{ margin-right:0}
.linkmore .more{ display:none} 
.linkmore .more.active{ display:block}
.more_btn1 { width:152px}
.more_btn2{ width:98px;}

/**首页布局**/
.main1{ position:relative; z-index:1;padding:50px 0 70px}
.main1 .ml {float: left; width:964px;}
.main1 .ml_01{ width:624px}
.main1 .ml_02{ width:320px}
.main1 .mr { float: right; width:396px; }

.main1 .ml .post_bt{ margin-bottom:20px;}

.post1_con{ width:100%; height:350px; position:relative}
.post1_con .date{ position:absolute; z-index:2;left:14px;top:14px; width:110px;height:30px; background:#335cc1; border-radius:13px; color:#fff; font-size:16px}
.post1_con .more{ position:absolute; z-index:2;bottom:0;right:0; width:50px; height:50px;background:url(images/btn_news01_more.png) center no-repeat;}
.post1_con .news_pho{width:100%; height:350px; border-radius: 8px;position: relative;overflow: hidden}
.post1_con .news_pho img{ position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;}

.post1_con .news_pho:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.post1_title{ margin-top:13px; line-height:32px;height:32px;font-size:22px;}
.post1_wz{ margin-top:4px; line-height:24px; font-size:16px; color:#666;}

.ml_02 li{ margin-bottom:30px; position:relative; padding-left:19px;}
.ml_02 li:last-child{margin-bottom:0 }
.ml_02 li:before{ position:absolute; content:'';left:4px; bottom:5px;top:12px; width:1px; background:#335cc1}
.ml_02 li:after{position:absolute; content:'';left:0px; top:3px;width:9px; height:9px;background:url(images/btn_news_dot.png) center no-repeat;}
.ml_02 li:hover:after{background:url(images/btn_news_dot_h.png) center no-repeat;}
.ml_02 li .date{ font-size:16px; height:22px; line-height:16px; color:#335cc1}
.ml_02 li .post1_title{ font-size:20px; margin-top:0; line-height:28px;height:56px; }
.ml_02 li .post1_wz{ margin-top:4px; line-height:24px;height:48px; font-size:15px; color:#666;}


.main1 .mr .post_bt{ margin-bottom:24px;}
.post2_con  .post2_title{line-height:30px;font-size:20px;}
.post2_con  .post2_wz{margin-top:11px; line-height:24px;height:48px; font-size:15px; color:#666;}
.post2_con  .date{ margin-top:14px; height:35px; border-radius:18px; background:#ededed}
.post2_con  .news_time{ padding-left:28px; background:url(images/icon_notice_date.png) left center no-repeat;font-size:16px; color:#666; line-height:22px;}
.post2_con  .news_time2{ margin-top:5px;padding-left:28px; background:url(images/icon_notice_date2.png) left center no-repeat;font-size:16px; color:#666;line-height:22px;}
.post2_con ul{ margin-top:}
.post2_con  li{ border-bottom:1px solid #dcdcdc; padding:24px 0 12px;}


.main2{ background:url(images/bj_01.jpg) top center no-repeat;padding:60px 0}
.post3{ width:calc(50% - 20px)}
.post3 .post_bt{margin-bottom:28px;}
.post3_con{ padding:3px 25px 10px; background:#fff;box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);}
.post3_con li{ border-bottom:1px solid #dcdcdc; padding:19px 0 15px 0;}
.post3_con li:last-child{ border-bottom:0;}
.post3_con li .date{ width:90px; height:60px;}
.post3_con li .news_time{ width:40px; height:42px}
.post3_con li .news_month{ font-size:24px;}
.post3_con li .news_year{font-size:15px; color:#999}
.post3_con li .news_day{ height:42px; padding-left:12px; font-size:24px; line-height:24px; background:url(images/line1.png) left center no-repeat;}
.post3_con li .post3_title{line-height:30px;font-size:20px;height:60px; width:calc(100% - 98px)}
.post3_con li a:hover .news_year{color:#335cc1}
.post3_con li a:hover .news_day{background:url(images/line2.png) left center no-repeat;}


.main3{ background:url(images/bj_02.jpg) top center no-repeat;padding:60px 0}
.post4_con{ padding:6px 25px 15px; background:#fff;box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);}
.post4_con li{ position:relative}
.post4_con li a{ border-bottom:1px solid #dcdcdc; padding:20px 0 14px 0; position:relative; z-index:2;}
.post4_con li:last-child a{ border-bottom:0;}
.post4_con li:hover:before{ position:absolute; z-index:1; content:'';left:-25px;right:-25px;top:0;bottom:0;background:#335cc1;}
.post4_con li:hover a{  border-color:#335cc1; color:#fff}
.post4_con li .date{ width:70px; height:46px;}
.post4_con li .news_day{font-size:24px;}
.post4_con li .news_year{ font-size:15px; color:#999;}
.post4_con li .post4_title{line-height:30px;font-size:20px;height:60px; width:calc(100% - 98px)}
.post4_con li:hover .news_year{color:#fff}

.main4{ padding:60px 0; background:#fff;}
.tu_pic li { width:180px; height:160px; border-radius:2px; padding-top:20px; }
.tu_pic .icon{ width:54px; height:54px;}
.tu_pic .bt{ margin-top:16px; line-height:28px; font-size:20px; color:#fff}
.tu_pic .n1{ background:#8ea471;}
.tu_pic .n1 .icon{background:url(images/icon_link01.png) center no-repeat;}
.tu_pic .n2{ background:#5f856e;}
.tu_pic .n2 .icon{background:url(images/icon_link02.png) center no-repeat;}
.tu_pic .n3{ background:#576a93;}
.tu_pic .n3 .icon{background:url(images/icon_link03.png) center no-repeat;}
.tu_pic .n4{ background:#335cc1;}
.tu_pic .n4 .icon{background:url(images/icon_link04.png) center no-repeat;}
.tu_pic .n5{ background:#907dac;}
.tu_pic .n5 .icon{background:url(images/icon_link05.png) center no-repeat;}
.tu_pic .n6{ background:#945273;}
.tu_pic .n6 .icon{background:url(images/icon_link06.png) center no-repeat;}
.tu_pic .n7{ background:#565b9d;}
.tu_pic .n7 .icon{background:url(images/icon_link07.png) center no-repeat;}


/**页脚开始**/

#footer { background: #335cc1; padding:50px 0 34px;  color:#fff;}
#footer .foot_bottom { border-bottom:1px solid rgba(255,255,255,0.3); padding-bottom:20px; margin-bottom:13px;}
.foot-link{ position:relative; padding-left:132px; min-height:30px;}
.foot-link .icon{ position:absolute;left:0;top:0;left:0; padding-left:36px;background:url(images/icon_bottom_link.png) left center no-repeat; line-height:30px; font-size:20px; font-weight:600; word-break:keep-all}
.foot-link li{ padding:0 32px; height:30px; position:relative}
.foot-link li:before{ position:absolute; content:'';right:0;top:50%; transform:translateY(-50%); width:1px; height:16px; background:#adb9e1}
.foot-link li:last-child:before{ display:none}
.foot-link li a{ font-size:18px; color:#fff; line-height:30px;}

.foot-wz{ margin-top:38px;margin-right:30px; padding-left:46px; height:36px; line-height:36px;font-size:18px;}
.foot-wz.addr{background:url(images/icon_bottom_add.png) left center no-repeat;}
.foot-wz.call{background:url(images/icon_bottom_tel.png) left center no-repeat;}
.copy-wz{font-size:18px; line-height:30px;}
.copy-wz span{ margin-left:28px;}


/*滚动Arrows */

.slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover { height: 62px; width: 60px; background: url(images/slickarrow2.png) no-repeat; top: 50%; margin-top: -30px; border: 0px solid #d4d8d9; border-radius: 50%; outline: none; }
.slick-prev { left: -95px; background-position: 0px 0px; }
.slick-prev:hover { background-position: 0px 0px; opacity: .8; filter: Alpha(opacity=80); }
.slick-prev:before { content: ''; }
.slick-next { right: -95px; background-position: right 0px; }
.slick-next:hover { background-position: right 0px; opacity: .8; filter: Alpha(opacity=80); }
.slick-next:before { content: ''; }
/***********************************************************
 * 列表页
 */


/**首页三列布局**/


/**列表页**/


/*栏目图片*/
.list_banner{position:relative;z-index:1; margin-top:-9px;}
.l-banner { height: 235px; background-position: center center; background-repeat: no-repeat; text-align: center; }
.l-banner img { vertical-align: top; display: none; }
.l-banner img { width: 100%; height: 100%; }
/**主体列表页开始**/

/**主体文章页开始**/
#l-container{ margin-top:20px;}
#d-container { }
#d-container .inner { background: #fff; }
.col_menu { width: 260px; float: left; margin-right: -260px; position: relative; }
.col_menu .l-qh { margin-bottom: 10px; }
.col_menu .col_menu_head { background: #335cc1; }
/**位置栏目背景**/

.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: 50px; padding: 0px 14px; }
/**栏目名称图标**/

.col_menu .col_menu_con { border: 0px solid #e4e4e4; }
/*栏目列表*/

.col_list { }
.col_list .wp_listcolumn { border-top: 0px solid #2867A0; border-bottom: 0px solid #fff; }
.col_list .wp_listcolumn .wp_column a { color: #fff; font-size: 16px; font-weight: normal; background: #c5d5ef; border-top: 0px solid #fff; border-bottom: 1px solid #fff; display: block; }
.col_list .wp_listcolumn .wp_column a .column-name { display: block; padding: 5px 0px 5px 25px; line-height: 30px; text-align: left; }
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected { color: #335cc1; background: #fff; }
.col_list .wp_listcolumn .wp_column a.selected span.column-name { color: #335cc1; }
.col_list .wp_listcolumn .wp_column.parent>a .column-name { font-weight: normal; color: #335cc1; background:  #fff; }
/*二级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list a { color: #335cc1; border-bottom: 1px dashed #e0e0e0; background: #e9e9e9; }
.col_list .wp_listcolumn .sub_list a.hover, .col_list .wp_listcolumn .sub_list a.selected { color: #2ca6e0; }
.col_list .wp_listcolumn .sub_list a.selected span.column-name { color: #335cc1; }
.col_list .wp_listcolumn .sub_list a .column-name { display: inline-block; line-height: 28px; padding: 5px 10px 5px 44px; cursor: pointer; }
.col_list .wp_listcolumn .sub_list a:hover .column-name { color: #335cc1; }
/*三级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list .sub_list a { }
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 60px; cursor: pointer; font-size: 13px; }
.col_list .wp_listcolumn .sub_list .sub_list a :hover, .col_list .wp_listcolumn .sub_list .sub_list a.selected { font-weight: bold; color: #93150c; }
/**栏目新闻**/

.col_news { width: 100%; min-height: 500px; float: right; }
.col_news .col_news_box { margin-left: 300px; }
.col_news_head { border-bottom: 1px solid #DBDBDB; }
.col_metas .col_title { display: inline-block; float: left; height: 48px; line-height: 48px; }
/**当前栏目**/

.col_metas .col_title h2 { display: inline-block; font-size: 18px; font-family: "Microsoft yahei"; font-weight: normal; color: #0f429b; border-bottom: 3px solid #CBCBCB; }
.col_metas .col_path { display: inline-block; float: right; white-space: nowrap; height: 46px; line-height: 46px; color: #666; }
/**当前位置**/

.col_metas .col_path a { color: #2F2F2F; }
.col_news_con { padding: 5px 0px 10px 0px; margin: 0 0px; }
.col_news_list { margin-top: 7px; }
.col_news_list .news_list2 li { position: relative; padding-right: 120px; }
.col_news_list .news_list2 li .news_title { display: block; line-height: 50px; color: #333; font-size: 16px; }
.col_news_list .news_list2 li .news_meta { position: absolute; right: 0; top: 0; height: 30px; line-height: 50px; font-size: 14px; color: #999; }
.col_news_list .news_list2 li:hover .news_title { color: #014c9f; }
.col_news_list .wp_article_list .list_item { }
/**栏目新闻列表**/

.col_news_list .wp_article_list .list_item .Article_Index { }
/**栏目新闻图标序号**/

.col_news_list .wp_entry, .col_news_list .wp_entry p { line-height: 1.75; font-size: 14px; color: #333; }
.col_news_list .wp_entry p { margin-bottom: 10px; }
.col_news_list .wp_entry table { margin-bottom: 4px; }
.col_news_list .wp_entry img { max-width: 800px; _width: expression(this.width > 800 ? "800px": this.width);
}
/**列表页文章图片大小限制**/


/**文章页**/

.infobox { padding: 20px 60px; margin: 0 auto; width: auto; }
.article { padding-top: 10px; }
.article h1.arti_title { line-height: 36px; font-family: "Microsoft YaHei"; font-size: 22px; text-align: center; color: #335cc1; }
/**文章标题**/
.article h2.arti_title { line-height: 34px; font-family: "Microsoft YaHei"; font-size: 17px; text-align: center; color: #1B1B1B; }
/**文章副标题**/
.article .arti_metas { padding: 10px; text-align: center;/* border-top:1px solid #ececec; */ }
.article .arti_metas span { margin: 0 5px; font-size: 14px; color: #787878; }
/**文章其他属性**/
.article .entry { margin: 0 auto; overflow: hidden; padding: 20px 0; }
/**文章内容**/
.article .entry .read, .article .entry .read p { line-height: 1.75; font-size: 16px; color: #333; }
/**阅读字体**/
.article .entry .read p { margin-bottom: 10px; }
.article .entry .read img { margin: 0 auto; max-width: 940px; _width: expression(this.width > 940 ? "940px": this.width);}
/**文章阅读部分图片大小限制**/
.article .entry .read table { margin: 0 auto; border: none!important; }

