@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:hidden; }
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; }
/*css3扩展*/
::-webkit-input-placeholder { color:rgba(255,255,255,0.4); font-size:16px;}
:-moz-placeholder { color:rgba(255,255,255,0.4); font-size:16px;}
::-moz-placeholder { color:rgba(255,255,255,0.4); font-size:16px;}
:-ms-input-placeholder { color:rgba(255,255,255,0.4); font-size:16px;}
/**布局开始**/
body {background: #fff;line-height:1;font-size: 14px; font-weight:400;font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#333; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#3a629e;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width: 1400px;margin:0 auto;box-sizing:border-box;} /**页面全局宽度**/
/*headtop*/
.headtop .top-left{float: left;}
.headtop .top-right{float:right;}
/*head开始*/
#header {background:#39609c url(images/head.jpg) center bottom no-repeat; background-size:cover; position:relative;}
#header .inner{height:160px;}
.header .head-left{float:left;display:inline-block; padding-top:33px;}
.logo{float:left;}
.sitelogo img{ width:100%; display:block;}
.sitetitle {display:inline-block;margin-left:35px;font-size:40px; line-height:100px;font-weight:500;color:#fff;} /**站点名称**/
.header .head-right{
float:right;
padding-top:42px;
width:450px;}
/*默认主导航样式*/
#nav{background: #fff;}
#nav .inner{ height:80px;}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
/*导航样式:后台绑定时也可以定义配置*/
.nav .wp-menu {margin:0 auto; font-size:0; }
.nav .wp-menu .menu-item {display:inline-block; position: relative;}
.nav .wp-menu .menu-item a.menu-link {display:block;text-align:center;line-height: 80px;color: #333;font-size: 20px; text-align:center; position:relative;}
.nav .wp-menu .menu-item.hover a.menu-link:before,.nav .wp-menu .menu-item:hover a.menu-link:before{ position:absolute; content:'';bottom:0; left:0;right:0; height:4px; background:#3a629e; border-radius:2px;}
.nav .wp-menu .menu-item.hover a.menu-link,.nav .wp-menu .menu-item:hover a.menu-link{color:#3a629e;}
.nav .wp-menu .menu-item:hover .sub-menu{ display:block;}
.nav .sub-menu {display: none;position: absolute;left: 50%; transform:translateX(-50%);top: 80px;z-index: 100;background:rgba(255,255,255,0.9);min-width:160px;}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.nav .sub-menu .sub-item a {display: block;color: #333;line-height: 28px;padding:16px 10px;font-size:18px; text-align:center;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#38609a; display: block; border-radius:2px; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
.hide-text2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hide-text3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.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;}
/**主页banner开始**/
#banner {}
#banner .inner {width:auto;text-align: center;position:relative;}
/*banner*/
.mbanner{ position:relative; z-index:1;}
.mbanner .swiper-container{ height:auto;}
.mbanner .swiper-slide{ position:relative;background-size: cover; background-position: center top; background-repeat:no-repeat; }
.mbanner .swiper-slide img{ display:block; width:100%;}
.mbanner .news-title{ margin:0 auto; width:1400px; padding-top:278px; color:#fff;}
.mbanner .news-title .news_bt{ width:760px; line-height:50px; font-size:36px;}
.mbanner .news-title .news_text{ width:730px; line-height:28px; font-size:16px; margin-top:29px;}
.mbanner .news-title .news_more{width:160px; height:60px; margin-top:49px; background:#fff;}
.mbanner .news-title .news_more span{ font-size:16px; color:#1e55a4; padding-right:25px; background:url(images/more_01.png) right center no-repeat;}
.mbanner .swiper-container-horizontal .swiper-pagination-bullets{ bottom:80px; left:260px;right:auto; width:auto;}
.mbanner .swiper-pagination-bullet{ margin-right:10px; width:6px; height:20px; border-radius:0;text-align:center; background:#fff; cursor:pointer; opacity:1; font-size:0;}
.mbanner .swiper-pagination-bullet-active{ background:#fff; height:40px;}
.mbanner .swiper-num {position: absolute;left:410px;bottom:80px;z-index: 2; color:#fff; font-size:20px; text-align:right;}
.mbanner .swiper-num:before{ position:absolute;content:''; left:-110px; bottom:11px; height:1px; width:100px; background:#fff;}
.mbanner .swiper-num .active {font-size: 34px;display: inline-block; color:#fff;}
.mbanner .swiper-num span { padding:0 5px;}
.mbanner .swiper-num .total {display: inline-block;}
.mbanner .swiper-container-horizontal>.swiper-pagination-progressbar{ background:#fff;bottom:100px; top:auto;right:260px; left: auto; width:360px; border-radius:2px; height:1px;}
.mbanner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background:#fdd23c;border-radius:4px; margin-top:-2px; height:4px;}
/**首页三列布局**/
.mod {}
.mbox {}
.ml{ float:left;}
.mr{ float:right;}
.main1{background:#edf4ff; padding-top:60px;padding-bottom:80px;}
.main2{background:url(images/bg1.jpg) center top no-repeat; padding-top:70px; padding-bottom:100px;}
.main3{background:url(images/bg2.jpg) center top no-repeat;padding-top:60px; padding-bottom:72px;}
.main4{ background:#bcd5fa;padding-top:50px; padding-bottom:40px;}
.main1 .ml,.main2 .ml,.main3 .ml{ width:47%;}
.main1 .mr,.main2 .mr,.main3 .mr{width:47%;}
.tt{ position:relative; margin-bottom:36px;}
.tt .title{ border-bottom:1px solid rgba(58,98,158,0.5); height:71px;}
.title .bt1{ position:relative; height:70px; font-size:28px;line-height:70px; color:#333;}
.title .bt1 span{ color:#3a629e;}
.title .bt1:before{ position:absolute; content:''; bottom:-1px; left:0;right:0; height:3px; border-radius:2px; background:#3a629e;}
.title .bt1:after{ position:absolute; content:''; top:15px;right:-10px; width:20px;height:20px; background:url(images/circle.png) no-repeat;}
.title .bt2{ margin-top:15px; padding-left:30px;font-size:18px;font-weight:400;line-height:56px; color:rgba(51,51,51,0.3);}
.tt .more_btn{ position:absolute; right:0;top:50%; margin-top:-15px;width:80px;height:30px; line-height:28px; border-radius:3px; color:#3a629e; text-align:center; font-size:14px; border:1px solid #3a629e;}
.tt .more_btn:hover{ background:#3a629e; color:#fff;}
.news1{ height:240px; background:#dae8fc; border-radius:4px;margin-bottom:30px;}
.news1 .pic{ float:left; display:block; width:360px; height:240px;background-color: #fff; overflow:hidden; border-radius:4px; position:relative;}
.news1 .pic .img { position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: .5s all ease;-ms-transition: .5s all ease; transition: .5s all ease;}
.news1 .pic:hover{box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.1);}
.news1 .pic:hover .img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.news1 .info{ float:right; padding:24px 40px; width:calc(100% - 360px); box-sizing:border-box;}
.news1 .news_title {line-height:30px;font-size:16px; font-weight:600;}
.news1 .news_text{ margin-top:9px; margin-bottom:12px; line-height:30px;color:rgba(51,51,51,0.5); font-size:14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.news1 .news_time {line-height:21px; color:rgba(51,51,51,0.5);font-size:12px;}
.news1 .news_detail{line-height:21px;color:#3a629e;font-size:12px; padding-right:22px; background:url(images/more.png) right center no-repeat;}
.post-12 .news_list li{ margin-top:20px; }
.post-12 .news_list li:first-child{margin-top:0;}
.post-12 .news_list li a{ display:block;min-height:30px;padding-left:120px; position:relative;}
.post-12 .news_list li .news_title{line-height:30px; font-size:16px; color:#333; font-weight:600;}
.post-12 .news_list li .news_time { position:absolute;left:0;top:0; background:#3a629e; border-radius:4px;width:80px;height:30px;line-height:30px; color:#fff;font-size:12px; text-align:center;}
.post-12 .news_list li a:hover .news_title{ color:#3a629e;}
.post-12 .news_list li a:hover .news_time{ background:#b2cbed;}
.post-13 .news_list li{ margin-top:24px; }
.post-13 .news_list li:first-child{margin-top:0;}
.post-13 .news_list li a{ display:block; min-height:60px;padding-left:110px; position:relative;}
.post-13 .news_list li .news_title{ margin-top:3px; line-height:30px; font-size:16px; color:#333; font-weight:600;}
.post-13 .news_list li .news_text{line-height:24px; font-size:14px; color:#666;}
.post-13 .news_list li .news_time { position:absolute;left:0;top:0; background:#3a629e; border-radius:15px 0px 15px 0px;width:72px;height:60px;color:#fff;font-size:14px; text-align:center;}
.post-13 .news_list li a:hover .news_title{ color:#3a629e;}
.post-13 .news_list li a:hover .news_time{ background:#b2cbed;}
.sudy-pubdate2{ padding:6px 0;}
.sudy-pubdate2 span{ display:block;}
.sudy-pubdate2 .pubdate-day{ height:26px; line-height:26px; text-align:center; font-size:20px;}
.sudy-pubdate2 .pubdate-month{ height:22px; line-height:22px; text-align:center; font-size:14px;}
.news2{ float:left; width:270px; }
.news2 .swiper-wrapper{height:373px;}
.news2 .pic{ height:202px; overflow:hidden;background-color: #fff; border-radius:4px; position:relative; margin-bottom:8px;}
.news2 .pic .img { position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: .5s all ease;-ms-transition: .5s all ease; transition: .5s all ease; margin-bottom:10px;}
.news2 .pic:hover{box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.1);}
.news2 .pic:hover .img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.news2 .news_title{line-height:34px; font-size:16px; color:#333; font-weight:600;}
.news2 .news_text{line-height:24px;color:rgba(51,51,51,0.5); font-size:14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.news2 .swiper-container{ height:100%;}
.news2 .swiper-container-horizontal .swiper-pagination-bullets{ bottom:0; left:0px;right:auto; width:auto;}
.news2 .swiper-pagination-bullet{ margin-right:12px!important; width:4px; height:10px; border-radius:0;text-align:center; background:#fff; cursor:pointer; opacity:1; font-size:0;}
.news2 .swiper-pagination-bullet-active{ background:#3a629e; height:20px;}
.news2 .swiper-num {position: absolute;right:0;bottom:0px;z-index: 2; color:#fff; font-size:16px; text-align:right;}
.news2 .swiper-num:before{ position:absolute;content:''; left:-110px; bottom:5px; height:1px; width:90px; background:#fff;}
.news2 .swiper-num .active {font-size: 16px; font-weight:bold;display: inline-block; color:#3a629e;}
.news2 .swiper-num span { padding:0 5px;}
.news2 .swiper-num .total {display: inline-block;}
.post-21{ float:right; width:calc(100% - 320px); box-sizing:border-box;}
.post-21 .news_list li{ margin-top:17px; }
.post-21 .news_list li:first-child{margin-top:0;}
.post-21 .news_list li a{ display:block; border:1px solid #fff; border-radius:4px; padding:10px 15px;}
.post-21 .news_list li .news_title{line-height:30px; font-size:16px; color:#333; font-weight:600;}
.post-21 .news_list li .news_time {line-height:28px; color:rgba(51,51,51,0.5);font-size:12px;}
.post-21 .news_list li a:hover{ background:#fff;}
.post-22 .news_list li{ margin-top:27px; }
.post-22 .news_list li:first-child{margin-top:0;}
.post-22 .news_list li a{ display:block; box-sizing:border-box; min-height:105px;border:1px solid #fff; border-radius:30px 4px 4px 0px; padding:9px 20px 9px 170px; position:relative;}
.post-22 .news_list li .news_title{line-height:30px; font-size:16px; color:#333; font-weight:600;}
.post-22 .news_list li .news_text{line-height:28px; font-size:14px; color:rgba(51,51,51,0.5);}
.post-22 .news_list li .news_time{ margin-top:3px;line-height:24px; font-size:12px; color:rgba(51,51,51,0.5);}
.post-22 .news_list li .pic { position:absolute;left:-1px;top:-1px; background:#fff; border-radius:30px 0px 30px 0px;width:140px;height:105px; overflow:hidden;}
.post-22 .news_list li .pic .img { position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: .5s all ease;-ms-transition: .5s all ease; transition: .5s all ease;}
.post-22 .news_list li .pic:hover{box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.1);}
.post-22 .news_list li .pic:hover .img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.post-22 .news_list li a:hover{ background:#fff;}
.post-22 .news_list li a:hover .news_title{ color:#3a629e;}
.news3{ float:left; width:276px;}
.news3 .tubox{ display:block; height:163px;box-sizing:border-box;position:relative; margin-bottom:20px;}
.news3 .tubox:before{ position:absolute; z-index:1;content:'';top:10px; bottom:0;left:10px;right:0; background:#bcd6fa; border-radius:37px 0 37px 0; -webkit-transition: .5s all ease;-ms-transition: .5s all ease; transition: .5s all ease;}
.news3 .tubox .pic{ position:absolute; z-index:2;left:0;right:10px;top:0;bottom:13px; background:#fff; border-radius:37px 0 37px 0;box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.1); overflow:hidden;}
.news3 .tubox .pic .img { position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: .5s all ease;-ms-transition: .5s all ease; transition: .5s all ease;}
.news3 .tubox:hover:before{ background:#3a629e;}
.news3 .tubox:hover .pic .img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.news3 .info{ padding-right:10px;}
.news3 .news_title{line-height:30px; font-size:16px; color:#333; font-weight:600;}
.news3 .news_text{ margin-top:7px;line-height:30px;color:rgba(51,51,51,0.5); font-size:14px;}
.news3 .news_time {line-height:28px; color:#999;font-size:14px;}
.news3 .news_detail{line-height:28px;color:#3a629e;font-size:14px; padding-right:18px; background:url(images/more.png) right center no-repeat;}
.post-31{ float:right; width:calc(100% - 320px); box-sizing:border-box;}
.post-31 .news_list li{ padding-top:23px; padding-bottom:14px; border-bottom:1px solid #3a629e; }
.post-31 .news_list li:first-child{padding-top:0;}
.post-31 .news_list li a{ display:block;}
.post-31 .news_list li .news_title{line-height:20px; font-size:16px; color:#333; font-weight:600;}
.post-31 .news_list li .news_time{ margin-top:7px;line-height:23px; font-size:14px; color:#999;}
.post-31 .news_list li a:hover .news_title{ color:#3a629e;}
.main4 .ml{ float:left;}
.main4 .post4{ float:right;width:calc(100% - 320px);}
.main4 .tt{ margin-bottom:0;}
.tu_list{width:200px;height:60px; box-sizing:border-box; border:1px solid #3a629e;border-radius:4px;}
.link_bt{ display:inline-block; height:40px; line-height:40px; padding-left:48px; color:#333; font-size:20px; font-weight:600; }
.link_bt1{background:url(images/icon1.png) left center no-repeat; padding-left:62px;}
.link_bt2{background:url(images/icon2.png) left center no-repeat; padding-left:48px;}
.link_bt3{background:url(images/icon3.png) left center no-repeat; padding-left:56px;}
.link_bt4{background:url(images/icon4.png) left center no-repeat; padding-left:46px;}
.tu_list:hover{ background:#3a629e;}
.tu_list:hover .link_bt{ color:#fff;}
.tu_list:hover .link_bt1{background:url(images/icon1.png) left center no-repeat;}
.tu_list:hover .link_bt2{background:url(images/icon2c.png) left center no-repeat;}
.tu_list:hover .link_bt3{background:url(images/icon3c.png) left center no-repeat;}
.tu_list:hover .link_bt4{background:url(images/icon4c.png) left center no-repeat;}
/**页脚开始**/
#footer {background: url(images/foot.jpg) repeat;}
#footer .foot_top {padding-top:55px; padding-bottom:40px;position:relative; padding-right:200px;}
#footer .foot-left{float:left;display:inline-block;}
#footer .call{line-height:30px;font-size:16px;color: #fff;}
#footer .foot-tu{ position:absolute;right:0;top:60px;width:184px; height:80px;}
#footer .foot-tu .smwz{font-size:16px;color: #fff; line-height:20px;}
#footer .foot-tu img{ display:block; width:80px;height:80px;}
#footer .copyright{ padding-top:15px;padding-bottom:15px;border-top: 1px solid rgba(255,255,255,0.5);font-size: 14px;color: #fff; text-align:center;}
#footer .copyright p{line-height:30px;}
/*滚动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: '';}
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; }
/***********************************************************
* 列表页
*/
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{ height:320px;background-position:center center;background-repeat:no-repeat;text-align:center; overflow:hidden;}
.l-banner img{ display:none;vertical-align:top;height:100%;}
#container-1{ background:url(images/banner.jpg) center center; }
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:25px 10px;box-sizing: border-box;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;}
.col_menu {width: 270px;float:left;margin-right:-270px;position:relative;}
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #3a629e;}/**位置栏目背景**/
.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 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 { display:block;color:#333;font-size: 16px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{ display:inline-block;padding:5px 0px 5px 28px;line-height:32px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#4378d9; background:#eee; }
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color:#4378d9;}
.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:#bb200d;}
/*二级子栏目**/
.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 44px;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:#4378d9;}
/*三级子栏目**/
.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;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#4378d9;}
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;}
.col_news .col_news_box{margin-left: 320px;}
.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";color:#3a629e;border-bottom: 3px solid #3a629e;}
.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 .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;max-width: 100%;width: auto;margin: 0 auto;}
.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: #3a629e;} /**文章标题**/
.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:12px; 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:14px; 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;}
/**************************************************************
* 组件功能
*/
/*系统默认搜索*/
.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;}
.wp-search {position: relative;border:1px solid rgba(255,255,255,0.4); border-radius:4px;}
.wp-search form {display: block;}
.wp-search .search-input {margin-right:35px;}
.wp-search .search-input input.search-title { box-sizing:border-box;width: 100%;height: 34px;padding:0;line-height:34px;background: none;padding: 0px 10px;color: #fff;font-size: 14px;border:0;outline: 0;}
.wp-search .search-btn {width:36px;height: 36px;position: absolute;right: -1px;top:-1px;}
.wp-search .search-btn input.search-submit {width:36px;height: 36px;border:0;outline: 0;background: #fff url(images/search.png) center center no-repeat; border-radius:4px;cursor: pointer;}
/* 分享二维码 */
.shares{text-align:center;}
.shares ul{width:auto; margin:0 auto;text-align: right;float:right;}
.shares li{float:left; margin:0 6px; position:relative;}
.shares li a{display:inline-block; width: 50px; height: 50px; border: 0px solid red; background:url('images/share_icon.png') no-repeat; opacity:.6; filter:Alpha(opacity=60); vertical-align:top;}
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{background-position:0px 0px;}
.shares li.i2 a{background-position: -72px 0px;}
.shares li.i3 a{background-position: -144px 0px;}
.shares li span{display:block; line-height:22px; font-size:12px; color: #D0D4EA;text-align:center;}
.shares li .con{display:none; position:absolute; bottom: 80px; left:50%;z-index:100; margin-left: -50px; width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}
/**友情链接**/
.botlinks{ float:right;}
.botlinks .links-wrap {position: relative;width:300px;height:30px; line-height:28px; background:transparent;border:1px solid rgba(255,255,255,0.5); border-radius:4px;}
.botlinks .links-wrap a.links-arrow {display: block; height: 28px; line-height: 28px; padding: 0 40px 0 16px; color:#fff; font-size:14px; background: url(images/arrow2.png) no-repeat right bottom;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #fff; background-position: right top; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: -1px;right:-1px; bottom: 29px;height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background:rgba(255,255,255,0.5); border-radius:4px;}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444;}
.botlinks .links-wrap .link-items a span { display:block; padding:0 16px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #333; background:#e0f1f9; cursor: pointer;}/**链接样式**/
/*二级页面*/
/*组织机构*/
.inss .part_xy{}
.inss .part_xy .item{}
.inss .part_xy .item h3{line-height:40px;padding-left:0px;font-size: 16px;font-weight:normal;color: #1567B1;border-bottom:1px solid #cecece;}
.inss .part_xy .sub-box{float:left; width:100%;padding-top:0px;padding-bottom:5px;}
.inss .part_xy .sub-list{margin-right:0px;}
.inss .part_xy .sub-list .sub-item{float:left; width:33.3%;background: url(images/icon_arrow2.png) no-repeat left center;}
.inss .part_xy .sub-list .sub-item a{line-height: 35px;padding-left:10px;font-size: 14px;}
.inss .part_xy .sub-img{display:none;float:right;margin-top:15px;margin-left:-250px; width:240px;min-height:80px;}
.inss .part_xy .item.i5 .sub-list .sub-item {width: 50%;}
/*角色*/
.role .part_xy{}
.role .part_xy .item{margin-bottom:10px;display:none;}
.role .part_xy .item.selected{display:block;}
.role .part_xy .item h3{display:none;line-height: 46px;padding-left:0px;font-size:20px;font-weight:bolder;color: #068358;border-bottom:1px solid #f1f1f1;background:none;}
.role .part_xy .sub-list{margin-top:15px;}
.role .part_xy .sub-list .sub-item{padding-top: 10px;padding-bottom: 5px;width:auto;border-bottom:1px solid #f1f1f1;word-wrap: break-word;word-break: normal;}
.role .part_xy .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:bolder;/* color: #068358; */}
.role .part_xy .sub-list .sub-list{margin-top:10px;margin-left:40px;}
.role .part_xy .sub-list .sub-list .sub-item{padding-bottom:5px; padding-top:0px;float:left;margin-right: 50px;border-bottom:0px solid #f1f1f1;}
.role .part_xy .sub-list .sub-list .sub-item a{line-height: 35px;font-size: 15px;white-space:nowrap;font-weight:normal;/* color: #333; */}
.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;}
.es_pagingbar_container .es_pagingbar li.active { background: #bb200d; color: #fff; border-color: #bb200d; }
.es_pagingbar_container .es_pagingbar li.active a{ color: #fff; }
.wp_editor_art_table td {
font-weight: normal !important;
max-width: 150px !important;
}
.wp_editor_art_table td a {
color: #333;
}
.head-right {
text-align: right;
}
.logo3, .searchbox {
display: inline-block;
margin-bottom: 20px; /* 你可以根据你的需求调整这个值 */
}
.logo3{
margin-top: -20px;
}