@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{ overflow-x:auto; }
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 {

}
::-webkit-input-placeholder { color:#ccc;/* WebKit browsers */}
:-moz-placeholder {color:#ccc; /* Mozilla Firefox 4 to 18 */}
::-moz-placeholder { color:#ccc;/* Mozilla Firefox 19+ */}
:-ms-input-placeholder { color:#ccc;/* Internet Explorer 10+ */}

/*弹性盒子*/
.between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between}
.around{display: flex; display: -webkit-flex; -webkit-justify-content:space-around;justify-content:space-around}
.center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center}
.start{display: flex;display: -webkit-flex; justify-content: flex-start;-webkit-justify-content: flex-start}
.end{display: flex;display: -webkit-flex; justify-content: flex-end;-webkit-justify-content: flex-end}
.middle{display: flex;display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.v-bottom{display: flex;display: -webkit-flex;-webkit-align-items:flex-end;align-items:flex-end;}
.v-baseline{display: flex;display: -webkit-flex;-webkit-align-items:baseline;align-items:baseline;}
.col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.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;}
.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: 3; }
.hide-text-4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }

/**布局开始**/
body {line-height: 1;font-size: 12px;font-family: Bahnschrift, Helvetica Neue, PingFang SC, Hiragino Sans GB, Heiti SC,"Microsoft YaHei","Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333; background:#fff; min-width:1300px;}
p{line-height:1.75;}
a {color:#333; text-decoration:none;}
a:hover { color:#1964a9;  -webkit-transition: 1s all ease; -ms-transition: 1s all ease; transition: 1s all ease;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.inner {width: 1300px;margin:0 auto;box-sizing:border-box;position:relative;} /**页面全局宽度**/
/*headtop*/
.top_cover{ position:absolute; z-index:2; content:'';top:0;left:0;right:0; height:240px;background: linear-gradient( 180deg, rgba(56,18,74,0.55) 0%, rgba(255,255,255,0) 100%);}
.wth100{ width:100%;}
/*head开始*/
#header {position:absolute; z-index:3; border-bottom:1px solid rgba(255,255,255,0.65);}
.list #header { position:relative; background:#114f88} 
#header .inner{height: 130px; width:1510px; margin:0 auto; padding:0 85px 0 0;}
#header .inner .ss{ position:absolute;right:0; width:65px; top:0;bottom:0;border-left:1px solid rgba(255,255,255,0.65); text-align:right}
.header .sitelogo a{height:70px; display:block;}
.header .sitetitle {display:inline-block;margin-top: 16px; margin-left:26px;font-size:40px;font-weight:bold;color:#991616;} /**站点名称**/
.header .sitename{padding-top:32px;}
.header .head-right{}
/*系统默认搜索*/
.search_block{width:220px;height:43px;background:url(images/search_block.png) center no-repeat;}
.wp_search #keyword{ width:230px !important;padding: 11px 0 11px 18px; border:none;height:21px; line-height:21px; background:none; color:#fff;float:left;font-size:14px; }
.wp_search .search{width:43px;height: 43px;border:0px; background: none;cursor: pointer; vertical-align:top; }

/*自定义输入框*/
.searchbox{ height:35px;}
.wp-search {position: relative;width:325px; border-radius:4px;}
.wp-search form {display: block;}
.wp-search .search-input {margin-right: 110px;background:#f8f7fe; border-radius:4px 0 0 4px;}
.wp-search .search-input input.search-title { box-sizing:border-box; width: 100%;height: 35px;padding:0;line-height: 35px;background: none;color: #9aa8b7;font-size: 14px;border:0;outline: 0;font-family:"Microsoft Yahei";padding-left:20px;}
.wp-search .search-btn {width:110px;height:35px;position: absolute;right: 0;top:0;}
.wp-search .search-btn input.search-submit {width:110px;height: 35px;border:0;outline: 0;background:#004fa1 url(images/sous.png) 24px center no-repeat ;cursor: pointer; padding-left:53px; font-size:16px; line-height:35px; color:#fff; text-align:left;font-family:"Microsoft Yahei";border-radius:0 4px 4px 0;}
.wp-search input:-webkit-autofill {
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: #333;
}

/*默认主导航样式*/
#nav{}
#nav .inner{}
#nav .wp-panel{}/*导航*/
#nav .wp-panel .wp-window,#nav .wp-menu{ height:60px;}

/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {margin:0 auto;font-size:0;}
.wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.wp-menu .menu-item.i1 { background:none;}
.wp-menu .menu-item a.menu-link {display:block;padding: 0 25px;line-height: 60px;color: #fff;font-size: 20px; font-weight:600;}
.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover{text-decoration: none; color: #fff;}
.sub-menu {display: none;position: absolute;left: 50%;top: 52px;min-width: 100%;z-index: 100;background:#fff; border-top:3px solid #1964a9; border-radius:0 0 13px 13px;min-width: 100%;z-index: 100;transform: translateX(-50%); overflow:hidden;}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.sub-menu .sub-item a {display: block;color: #333;height: 40px;line-height: 40px;padding: 0 17px;font-size: 16px;text-align:center;}
.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover{ color: #fff; background-color:#1964a9; display: block; }
.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#1964a9;transform: translateX(0);}

/**主页banner开始**/
.mbanner{ position:relative;z-index:1;}
.mbanner .swiper-button-next, .mbanner .swiper-button-prev { display: block; box-sizing: border-box; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; width: 92px; height: 92px; margin-top:-46px; display: block; z-index: 100; cursor: pointer;}
.swiper-button-next:after,.swiper-button-prev:after{ display:none;}
.mbanner .swiper-button-prev { background: url(images/prev.png) center no-repeat; background-size:cover; left:100px;-webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease; }
.mbanner .swiper-button-next { background: url(images/next.png) center no-repeat;background-size:cover;right:100px;-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;background-size:cover;}
.mbanner .swiper-button-next:hover{background: url(images/next_on.png) center no-repeat;background-size:cover;}
.mbanner .swiper-slide img { position: absolute; left: 50%; transform: translate(-50%); width: 100%; height:100%;object-fit: cover; display: block; }
.mbanner .swiper-pagination{ position:absolute; bottom:42px; width:1000px;left:0; right:0; margin:0 auto; height:20px; text-align:center;}
.mbanner .swiper-pagination .swiper-pagination-bullet{ position:relative; width:15px;height:15px; border-radius:50%; background:#fff; margin:0 28px; opacity:0.6}
.mbanner .swiper-pagination .swiper-pagination-bullet:before{ position:absolute;content: "";display: block;left:-43px;top:50%; width:32px; height:2px; background:rgba(255,255,255,0.65)}
.mbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}
.mbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{ display:none}
.mbanner .swiper-pagination .swiper-pagination-bullet i{ position:absolute; display:none;left:-43px;top:0; width:32px; height:20px; font-size:20px; font-weight:600; line-height:20px; color:#fff;}
.mbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i{ display:block;}
.mbanner .swiper-pagination .swiper-pagination-bullet:first-child:before{ display:none;}

/**首页三列布局**/
.main1{background:url(images/bg1.png) center top no-repeat ; padding-top:66px;}
.main2{background:#fff; padding-top:78px;}
.main3{background:#fff; padding-top:94px; padding-bottom:28px;}
.main4{ background:#f3f7fb; padding-top:68px;}

.index_title{ height:54px; position:relative;}
.index_title .name_bt{ padding-left:74px;line-height:44px; font-size:32px; font-weight:600; color:#333;background:url(images/btbg1.png) left center no-repeat; position:relative}
.index_title .name_txt{ position:absolute;left:120px;top:42px; line-height:22px; padding-left:75px;background:url(images/btbg2.png) left center no-repeat; font-size:16px; color:#717171; text-transform:uppercase;width: 200px;}
.index_more{ position:absolute;right:50px; bottom:0px; padding-right:45px; line-height:44px; font-size:16px; color:#717171; background:url(images/more.png) right center no-repeat;}

.tu_pic{ position:relative; overflow:hidden; width:100%;}
.tu_pic img{position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; -webkit-transition: 1s all ease; -ms-transition: 1s all ease; transition: 1s all ease; }
.tu_pic:hover img{ transform: scale(1.1, 1.1); -webkit-transition: 1s all ease; -ms-transition: 1s all ease; transition: 1s all ease;}


.main1_con{ padding:65px 0px 70px;}
.main1_01{ width:562px}
.main1_01 .tu_pic{ height:422px;}           
.main1_01 .news_bt{ padding:0 25px; margin-top:14px; font-size:20px; font-weight:600; line-height:38px;}
.main1_01 .news_bt a:hover{ text-decoration:underline;}
.main1_02{ width:696px;}
.main1_02 li{ width:327px;}
.main1_02 .tu_pic{ height:246px;}    
.main1_02 .news_info{padding:0 14px; margin-top:26px;}
.main1_02 .news_bt{font-size:18px; line-height:32px; font-weight:600;}
.main1_02 .news_wz{font-size:16px; line-height:30px; margin-top:15px; color:#717171}
.main1_02 .news_time{font-size:14px; line-height:18px; margin-top:18px;color:#999; padding-left:28px;background:url(images/time.png) left center no-repeat;}
.main1_02 a:hover .news_bt{ text-decoration:underline;}
.main1_02 a:hover .news_wz{ color:#333333}


.main2_con{ padding:63px 0px 88px 46px; padding-bottom:0; }
.main_box{height:600px; position:relative}
.main_box:before{ position:absolute; content:''; z-index:1; bottom:0; left:-46px; width:692px; height:408px;background:#1964a9;}
.main2_01{ width:734px;}
.main2_01 .swiper,.main2_01 .swiper-slide{ height:552px;}
.main2_01 .swiper-slide img { position: absolute; left: 50%; transform: translate(-50%); width: 100%; height:100%;object-fit: cover; display: block; }
.main2_01 .swiper-button-next,.main2_01 .swiper-rtl .swiper-button-prev{ display:none;}

.main2_02{ position:absolute; z-index:4;right:0;top:33px;width:575px; height:215px;background:url(images/news_bg.png) left top no-repeat; padding:36px 26px 0; box-sizing:border-box;}
.main2_02 .swiper,.main2_02 .swiper-slide{ height:180px;}
.main2_02 .news_bt{font-size:18px; line-height:36px;font-weight:600;}
.main2_02 .news_wz{font-size:16px; color:#717171; line-height:30px; margin-top:4px;}
.main2_02 .news_datail{font-size:14px;font-weight:600;  color:#1964a9; line-height:18px; margin-top:22px; padding-right:70px; display:inline-block;background:url(images/detail.png) right bottom no-repeat;}

.swiper-box{ position:absolute;bottom:28px; right:0; height:26px;}
.swiper-box .swiper-button-next, .swiper-box .swiper-button-prev,.swiper-box .swiper-pagination{ position:static}
.swiper-box .swiper-pagination-bullet{ margin:0 6px!important; width:8px; height:8px; background:#1964a9; opacity:0.32;}
.swiper-box .swiper-pagination-bullet-active{ opacity:1; position:relative;}
.swiper-box .swiper-pagination-bullet-active:before{ position:absolute; content:''; top:-5px;bottom:-5px;left:-5px; right:-5px; border:1px solid #1964a9; border-radius:50%;}
.swiper-box .swiper-button-next, .swiper-box .swiper-button-prev { margin-top:0!important; display: block; box-sizing: border-box; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; width: 26px; height: 26px; margin-top:-13px; display: block; z-index: 100; cursor: pointer;}
.swiper-box .swiper-button-prev { background: url(images/prev2.png) center no-repeat;-webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease; }
.swiper-box .swiper-button-next { background: url(images/next2.png) center no-repeat;-webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease; }
.swiper-box .swiper-button-prev:hover{background: url(images/prev2_on.png) center no-repeat;}
.swiper-box .swiper-button-next:hover{background: url(images/next2_on.png) center no-repeat;}

.main_news{ position:absolute; z-index:4;top:360px; right:0px; width:440px; height:250px;background:url(images/news_list.png) left 4px no-repeat;}
.main_news li{ padding-left:36px; height:50px; line-height:50px; position:relative;background:url(images/bt_on.png) left center no-repeat; background-size:0 8px;}
.main_news li .news_bt{ font-size:16px;font-weight:600; display:block;}
.main_news li .news_time{ position:absolute;left:-54px;top:0; line-height:50px; text-align:left; font-size:14px; color:#1964a9}
.main_news li:hover{background:url(images/bt_on.png) left center no-repeat; background-size:27px 8px;-webkit-transition: 0.6s all ease; -ms-transition: 0.6s all ease; transition: 0.6s all ease;}


.main3_con .swiper {width: 100%;padding-top: 160px;padding-bottom: 215px;}
.main3_con .swiper-slide { width: 378px; height:557px;position:relative;}
.main3_con .swiper-card{position:absolute;top:0;bottom:0;left:0;right:0; background:rgba(255,255,255,0.75); overflow:hidden;}
.main3_con .swiper-slide .tu_pic{ position:relative; height:284px}
.main3_con .slide-bt { padding:28px 30px; border:1px solid #c4d5e6;}
.main3_con .slide-bt .news_time {font-size: 16px; height:42px; color:#333; text-align:left;}
.main3_con .slide-bt .news_time .day{ font-size:30px; color:#1964a9; font-weight:bold;}
.main3_con .slide-bt .news_bt {font-size:20px; font-weight:600; line-height:28px; margin-top:12px;}
.main3_con .slide-bt .news_wz {color: #717171; font-size:16px; line-height:30px; margin-top:13px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.main3_con .slide-detail{ margin-top:26px; border-top:3px solid #1964a9; padding-top:25px; line-height:22px; text-align:right; font-size:14px;font-weight:600;  color:#1964a9; display:none}

.main3_con .swiper-slide-active { z-index:3!important;}
.main3_con .swiper-slide-active .swiper-card{left: -50px;top:-60px;right:-50px; bottom:-78px;box-shadow:2px 6px 13px 3px rgba(25,100,169,0.6);}
.main3_con .swiper-slide.swiper-slide-active .tu_pic{  height:380px;}	
.main3_con .swiper-slide-active .slide-bt{ border:0;}
.main3_con .swiper-slide-active .slide-bt .news_bt {line-height:36px;}
.main3_con .swiper-slide-active .slide-bt .news_wz{font-size:16px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.main3_con .swiper-slide-active .slide-detail{ display:block;}

.main3_con .swiper-pagination{ bottom:60px;}
.main3_con .swiper-pagination .swiper-pagination-bullet{ position:relative; width:15px;height:15px; border-radius:50%; background:rgba(26,101,169,0.3); margin:0 28px; opacity:1}
.main3_con .swiper-pagination .swiper-pagination-bullet:before{ position:absolute;content: "";display: block;left:-43px;top:50%; width:32px; height:2px;background:rgba(26,101,169,0.3);}
.main3_con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:rgba(26,101,169,1);}
.main3_con .swiper-pagination .swiper-pagination-bullet:first-child:before{ display:none;}

.main_book .index_more{ right:0;}
.book_con{ padding:62px 0 70px; position:relative;}
.book_con:before{ position:absolute; content:'';top:60px; bottom:60px; left:33.3%; width:2px; background:#dedede}
.book_con:after{position:absolute; content:'';top:60px; bottom:60px; right:33.3%; width:2px; background:#dedede}
.book_con li{ width:360px; padding-top:30px;}
.book_con .news_time{ height:42px; font-size:16px;}
.book_con .news_time .day{ font-size:30px; color:#1964a9; font-weight: bold;}
.book_con .news_bt{ font-size:18px;font-weight:600; line-height:32px; margin-top:22px;}
.book_con .news_wz{ font-size:16px; line-height:30px; color:#717171; margin-top:25px;}
.book_con .news_bt:hover{ text-decoration:underline}
.book_con .news_wz:hover{ color:#333}



/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 50px;padding-left:0px;font-size: 16px; border-bottom:1px solid #e5e5e5} /**标题图标**/
.news_list li.news span.news_title { float:left;width:calc(100% - 100px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right; text-align:right; width:100px;color: #777;font-size: 14px;}/*属性*/


/**页脚开始**/
#footer {background:#114f88; padding:40px 0 30px;}
#footer .foot-left{ width:800px; font-size:16px; font-weight:600;color:#fff;line-height:30px;}
#footer .foot-left .bt_tit{ margin-bottom:20px; height:22px; padding-left:14px; border-left:4px solid #fff; line-height:22px; font-size:18px; font-weight:600;color:#fff;}
#footer .foot-left p{ line-height:30px;margin-bottom:7px;font-size:16px; font-weight:600;color:#fff; }
#footer .foot-left .copy_wz{line-height:38px;margin-bottom:0;}
#footer .foot-left .copy_wz img{ margin-right:12px;}
#footer .foot-tu{ width:166px; }
#footer .foot-tu img{ display:block; width:100%;}
#footer .er_wz{display:block; margin-top:8px; font-size:14px; color:#a5b6ca; text-align:center}


/************* 列表页*/
/*栏目图片*/
.l-banner{height: 235px;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {}
#l-container .inner .mod{padding:25px 0px;background:#fff;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {}
#d-container .inner .mod{padding:25px 0px;background:#fff;}

.col_menu {width: 240px;float:left;margin-right:-240px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #004fa1;}/**位置栏目背景**/
.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 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px 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:#333;font-size: 15px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA; display:block;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:5px 0px 5px 28px;line-height:32px; display:block;}
.col_list .wp_listcolumn .wp_subcolumn  a .column-name{padding:5px 0px 5px 48px;line-height:32px; display:block;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#1964a9; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #1964a9;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#454545;background:none; border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#1964a9;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;border-top:1px solid #eee;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 28px;padding: 5px 10px 5px 52px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:#1964a9;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {background:none; } 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 51px; cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#1964a9;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 290px;}
.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: 20px;font-family:"Microsoft yahei";font-weight: normal;color: #1964a9;border-bottom: 2px solid #004fa1;}
.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 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 { }  /**栏目新闻图标序号**/
.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:680px; _width:expression(this.width > 680 ? "680px" : this.width); } /**列表页文章图片大小限制**/

/**文章页**/
.infobox {width:auto; margin:0 auto;min-height:360px; }
.article {padding-top:10px;}
.article h1.arti_title {line-height: 48px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #1964a9;} /**文章标题**/
.article h2.arti_title {line-height: 40px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #999;} /**文章副标题**/
.article .arti_metas { padding:10px; text-align:center;border-top:1px solid #ececec;}
.article .arti_metas span { margin:0 5px; font-size:13px; color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;margin-top:10px;} /**文章内容**/
.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; }
.wp_articlecontent div,p{word-wrap:break-word}

