@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; }
.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: 10px;
}
::-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+ */}
/* 选择历史记录的文字颜色和背景颜色 */
input:-webkit-autofill {
    -webkit-animation: autofill-fix 1s infinite!important;
    /* 选择历史记录的文字颜色*/
    -webkit-text-fill-color: #fff;
    -webkit-transition: background-color 50000s ease-in-out 0s!important;
    transition: background-color 50000s ease-in-out 0s!important;
    background-color: transparent!important;
    background-image: none !important;
    /* 选择历史记录的背景颜色 */
    -webkit-box-shadow: 0 0 0 1000px transparent inset!important;
}
[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
input[type=number], input[type=password], input[type=text], textarea {
    -webkit-appearance: none;
}
/**布局开始**/
body {line-height: 1;font-size: 14px;font-family: "Microsoft YaHei";color:#333; background:#ffffff;}
p{line-height:1.75;}
a {color:#333; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#0363a6; }
.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; }
.f_between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between}
.f_around{display: flex; display: -webkit-flex; justify-content: space-around;-webkit-justify-content:space-around;}
.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;  }
.wrapper .inner {width: 1400px;margin:0 auto;} /**页面全局宽度**/
.ml{ float:left;}
.mr{ float:right;}
/*head开始*/
.top{ position:relative; min-height:180px;}
.fly_top{ position:absolute; z-index:100;left:0;right:0;top:0;}
#header {background:rgba(0,0,0,0.4);}
#header .inner{height: 120px;position:relative;}
.header .head-left{float:left;display:inline-block; padding-top:20px;}
.header .head-right{float:right;padding-top:20px;}
.header .sitelogo{float:left; height:68px;}
.header .sitetitle {height:68px;margin-left:25px;font-size:40px;font-weight:bold;color:#fff;} /**站点名称**/

/*lang样式*/
.site-lang{ height:24px;}
.site-lang ul li{ margin-left:30px; float:right;}
.site-lang ul li.links a{font-size: 16px;color: #fff;line-height:24px; padding-left:30px; }
.site-lang ul li:nth-child(1).links a{background:url(images/dang.png) left top no-repeat;}
.site-lang ul li:nth-child(2).links a{background:url(images/home.png) left top no-repeat;}
/*自定义输入框*/
.searchbox{text-align:right;margin-top:17px; width:260px;}
.wp-search {position: relative; background:none;border-radius: 16px; height:30px; border:1px solid #fff;}
.wp-search form {display: block;}
.wp-search .search-input {margin-right: 40px;}
.wp-search .search-input input.search-title { display:block;width: 100%;height: 30px;line-height: 22px;background: none;color: #FFFFFF;font-size: 14px;border:0;outline: 0;font-family: "Microsoft YaHei";text-indent: 15px;}
.wp-search .search-btn {width:40px;height: 30px;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width:40px;height:30px;border:0;outline: 0;background: url(images/search.png) center center no-repeat;cursor: pointer;}
/*默认主导航样式*/
#nav{background:rgba(0,0,0,0.4); border-top:1px solid rgba(255,255,255,0.4); height:60px; box-sizing:border-box;}
#nav .inner .wp-panel,#nav .inner .wp-window{ height:59px;}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {margin:0 auto}
.wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.wp-menu .menu-item:before{ display:none; position:absolute; content:''; top:-1px; left:0;right:0;height:2px; background:#f9a218;}
.wp-menu .menu-item.i1 { background:none;}
.wp-menu .menu-item a > .menu-switch-arrow{ display:none; width:0px; height:20px; vertical-align:middle; }
.wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 35px;line-height: 59px;color: #fff;font-size: 18px; font-weight:600;}
.wp-menu .menu-item.hover:before,.wp-menu .menu-item:hover:before{ display:block;}
.wp-menu .menu-item.hover a.menu-link,.wp-menu .menu-item:hover a.menu-link,
.wp-menu .menu-item a.hover{color: #f9a218;}
.sub-menu {display: none;position: absolute;left: 0;top: 59px;min-width: 100%;z-index: 100;background:rgba(255,255,255,0.6);}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.sub-menu .sub-item a {display: block;color: #000;height: 40px;line-height: 40px;padding: 0 17px;font-size: 16px;background:none; text-align:center;}
.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover{ color: #fff; background-color:#f9a218; display: block; }
.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}

/**主页banner开始**/
#banner {background: #f5f5f5;}
#banner .inner {width:auto;text-align: center;position:relative;}
.move{ position:absolute; z-index:9999;top:60%;right:20px;left:20px; margin:0 auto;text-align:center; font-size:56px;font-family: "Microsoft YaHei";color:#0363a6;}
.move>div{ margin-right:120px;opacity:0;transform:scale(0,0);text-shadow:  2px 2px 1px rgb(255 255 255 / 50%), 0 0 20px #fff, 0 0 30px rgb(255 255 255 / 75%), 0 0 40px rgb(255 255 255 / 85%), 0 0 80px rgb(255 255 255 / 95%);font-weight: bold;position:relative;}
.move>div:before { content: '';position: absolute; background: rgba(3, 99, 166, .25);z-index: -1; opacity: .7; filter: blur(50px);width: 100%;height: 100%;}
.move>div:last-child{margin-right:0;}
.move .wz1.movewz{-webkit-animation: linexian2 0.6s ease-in-out both;animation: linexian2 0.6s ease-in-out both;animation-delay:0s}
.move .wz2.movewz{-webkit-animation: linexian2 0.6s ease-in-out both;animation: linexian2 0.6s ease-in-out both;animation-delay: 0.6s;}
.move .wz3.movewz{-webkit-animation: linexian2 0.6s ease-in-out both;animation: linexian2 0.6s ease-in-out both;animation-delay:1.2s;}
.move .wz4.movewz{-webkit-animation: linexian2 0.6s ease-in-out both;animation: linexian2 0.6s ease-in-out both; animation-delay: 1.8s; }

 @-webkit-keyframes linexian2 {
			0% {
			opacity:0;
			transform:scale(0,0);
			}
			100% {
			opacity:100;
			transform:scale(1,1);
			}
		}
		@keyframes linexian2 {
			0% {
			opacity:0;
			transform:scale(0,0);
			}
			100% {
			opacity:100;
			transform:scale(1,1);
			}
		}
.mbanner .focus .focus-title-bar {bottom:40px;left: 40px;margin-left:0px;}
.mbanner .focus .focus-title-bg {background-color: #000;opacity: 0.4;filter:alpha(opacity=60);}
.mbanner .focus .focus-pagination {position:absolute;right: 0px;bottom:60px;margin-right: 0px;z-index:60;width: 100%; height:12px;text-align: center;}
.mbanner .focus .focus-page { display:inline-block; width:18px; height:12px;  margin-right:10px;background:#fff;filter: alpha(opacity=50); -moz-opacity: 0.5;opacity: 0.8;}
.mbanner .focus .focus-page-active {width:50px;background: #fff;}
.mbanner .focus .focus-navigation { display:block; border-radius:20px; width:100px; height: 40px;opacity: 1; filter:alpha(opacity=100);text-indent:-999em;top:auto;margin-top:0; bottom:60px; background-color:rgba(0,0,0,0.4)}
.mbanner .focus .focus-navigation:hover, .mbanner .focus .focus-navigation:active { transition:all 0.4s ease-in-out; background-color:#0363a6;}
.mbanner .focus .focus-prev { left:auto; right:calc(10% + 130px); background-image:url(images/prev.png); background-repeat:no-repeat; background-position:center center;}
.mbanner .focus .focus-next { left:auto; right:10%; background-image:url(images/next.png); background-repeat:no-repeat; background-position:center center;}
/**首页三列布局**/
.main1{ background: #f5f5f5;}
.main1 .inner{padding:80px;}
.main1 .ml{float:left; width:620px;min-height:460px; padding-left:140px; position:relative; box-sizing:border-box;}
.main1 .mr{float:right;width: 720px;}
.main2{ background:url(images/bg1.png) center top no-repeat; height:620px;}
.main2 .inner{ padding-top: 80px;}
.main2 .ml{float:left; width:620px;  padding-left:140px; position:relative; box-sizing:border-box;}
.main2 .mr{float:right;width: 720px; padding-left:140px; position:relative; box-sizing:border-box;}
.main3{background:url(images/bg2.jpg) center top no-repeat; height:520px;}
.main3 .inner{ padding-top: 80px;}
.main4 {background: #f5f5f5;}
.main4 .inner {padding: 48px 0px 42px;}


/**标题栏新闻窗口**/
.main1 .ml .tt,.main2 .ml .tt,.main2 .mr .tt,.main3 .post .tt,.main4 .post .tt{ position:absolute;top:0;bottom:0; left:0;}
.post .tt .tit .title {display:block;line-height:38px;font-size: 36px;font-weight:600;color: #333;font-family:"Microsoft yahei";}
.post .tt .tit .name{display:block; margin-top:11px; line-height:18px;font-size: 16px; color:rgba(51,51,51,0.4); letter-spacing:2px; }/*栏目别名*/
.post .more_btn { width:80px;height: 36px;line-height: 20px; border-bottom:1px solid #333333;}
.post .more_btn .more_text{ display:none; background:url(images/more1.png) right center no-repeat; line-height:24px;font-size:14px; color:#333; cursor:pointer;} 
.post .more_btn .more_text:first-child{ display:block;}
.post .tab-menu { position:absolute;left:0;top:130px;}
.tab-menu li {line-height: 38px;font-size: 18px;color:rgba(51,51,51,0.5); border-bottom:1px solid #000; margin-bottom:20px;}
.tab-menu li:last-child{ border-bottom:0; margin-bottom:0px;}
.tab-menu li a { color:rgba(51,51,51,0.5);}
.tab-menu li.selected,.tab-menu li.selected a { color:#333;}

/*列表1*/
.post1 .item { border:1px solid #999; padding:14px 24px 14px 0; border-radius:8px;margin-top:24px;}
.post1 .item:first-child{ margin-top:0;}
.post1 .item  .date{ width:112px; height:30px; position:relative; line-height:30px; font-size:14px; color:#333;display: flex; display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row; justify-content:center;-webkit-justify-content:flex-center;-webkit-align-items:center;align-items:center;}
.post1 .item  .date:before{ position:absolute; content:'';right:-4px; height:16px; width:1px; top:7px; background:#e0e0e0; }
.post1 .item  .text-box{ width:calc(100% - 128px);}
.post1 .item  .bt-title{line-height:30px; font-size:16px; font-weight:600; color:#333;}
.post1 .item  .text-wz{ display:none;}
.post1 .item.on{ border:1px solid #0363a6; padding:18px 24px 18px 0;}
.post1 .item.on .date{width:102px; height:84px; -webkit-flex-direction:column-reverse;flex-direction: column-reverse; color:#0363a6; font-weight:600; }
.post1 .item.on .date:before{ display:none;}
.post1 .item.on .date .line{ display:none;}
.post1 .item.on .date .year{font-size:16px;}
.post1 .item.on .date .day{font-size:40px;margin-bottom: 10px;}
.post1 .item.on  .text-box{ width:calc(100% - 108px);}
.post1 .item.on .bt-title{color:#0363a6;}
.post1 .item.on .text-wz{ display:-webkit-box; margin-top:5px; height:48px; line-height:24px; font-size:14px; color:#333;}
.post1 .tab_con{ display:none;}
.post1 .tab_con:first-child{ display:block;}

/*列表2*/
.post2{ height:300px; box-sizing:border-box;border-radius:18px; background:url(images/bgcall.png) no-repeat;     background-size: cover;padding:30px 28px 0 28px; box-shadow:0 0 15px rgba(0,0,0,.08); position:relative;}
.post2:before{ position:absolute; content:''; right:30px; top:30px; width:60px;height:60px; background:url(images/call.png);} 
.post2 .phone_list{ margin-top:10px; height: 200px;} 
.post2 .phone_list li{width:33%; line-height:30px; color:#666;} 
.pic_card{ margin-top:20px; width:350px;height:140px;border-radius:18px; box-shadow:0 0 15px rgba(0,0,0,.08);}

/*列表3*/
.main2 .tt .tit .title { width:80px;line-height:40px;}
.post3 .item{ margin-top:27px; position:relative; display:block; padding-left:100px; height:70px;}
.post3 .item:first-child{ margin-top:0;}
.post3 .item .date{ position:absolute;left:0;top:0; width:70px; height:70px; border-radius:4px; background:#0363a6; padding:1px; box-sizing:border-box;}
.post3 .item .date .day{ height:33px; background:#fff5e5;border-radius:4px; font-size:24px; color:#0363a6;}
.post3 .item .date .year{height:35px;font-size:14px; color:#fff; }
.post3 .item .bt-title{font-size:16px; font-weight:600;line-height:30px; margin-top:7px;}

/*列表4*/
.post4 .item{ margin-top:26px; position:relative; display:block; padding-right:106px; padding-left:25px; box-sizing:border-box; height:45px; border-bottom:1px solid #333;}
.post4 .item:first-child{ margin-top:-10px;}
.post4 .item:before{ position:absolute; content:'';left:0;bottom:17px; width:8px; height:8px; border-radius:50%; background:#333;}
.post4 .item .date{ position:absolute;right:0;top:0; text-align:right; line-height:44px; color:#333;}
.post4 .item .bt-title{font-size:16px; font-weight:600;line-height:44px;}
.post4 .item:before:hover{ background:#0363a6;}

/*列表5*/
.main3 .tt .tit .title { color:#fff;}
.main3 .tt .tit .name{ color:rgba(255,255,255,0.4);}
.main3 .more_btn {border-bottom:1px solid #fff;}
.main3 .more_btn .more_text{background:url(images/more2.png) right center no-repeat;color:#fff;} 
.post5{ height:362px; padding-left:220px; position:relative; box-sizing:border-box;}
.tu_list{ height:362px;position:relative;}
.tu_list .swiper-container { width: 100%;position:relative;padding-bottom: 27px;}
.tu_list .swiper-slide {float:left; width:380px;}
.tu_list .swiper-slide .box{ display:block; width:380px; margin:0 auto; overflow:hidden; position:relative; }
.tu_list .swiper-slide .tu{ position:relative; z-index:100;margin:0 auto; border-radius:16px; width:380px; height:285px; overflow:hidden;}
.tu_list .swiper-slide .tu .pic{width:380px; height:285px;background-position: center;background-repeat:no-repeat;background-size: cover;transition-duration: 1s;}
.tu_list .swiper-slide a:hover .tu .pic{transform: scale(1.2);}
.tu_list .swiper-slide a{ position:relative; z-index:100;}
.tu_list .slide-bt{position:relative; z-index:100;box-sizing:border-box; padding:13px 30px;}
.tu_list .slide-bt .name{line-height:24px; height:24px; font-size:16px; color:#fff; text-align:center;}
.tu_list .swiper-container-horizontal>.swiper-scrollbar{ left:0;bottom:0;right:0; width:100%;}
.tu_list .swiper-slide:hover:before{ display:block;}
.tu_list .swiper-scrollbar{ background:rgba(255,255,255,0.5); height:4px;}
.tu_list .swiper-scrollbar-drag{background:#ffffff;}

/*友情链接*/
.post6{min-height:70px; padding-left:220px; position:relative; box-sizing:border-box;}
.post6 .item{ width:360px;}
.botlinks .links-wrap {position: relative;width:100%;height:55px; line-height:34px; background:transparent;border-bottom:1px solid #333;}
.botlinks .links-wrap a.links-arrow {display: block; height: 54px; line-height: 54px; padding: 0 40px 0 0px; color:#333; font-size:18px; font-weight:600; background: url(images/arrow.png) no-repeat right top;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #333; background-position: right bottom; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; z-index:9999; left: 0;right:0; bottom: 54px;height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background:rgba(255,255,255,0.8);}
.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:#f0f0f0; cursor: pointer;}

/**页脚**/
#footer {background: #0363a6;}
#footer .foot_top {padding-top:44px; padding-bottom:34px;}
#footer .saoma{ margin-left:180px; width:120px;}
#footer .saoma img{ width:70%;}
#footer .call p{ line-height:30px;font-size: 16px;color: #fff; text-align:left; padding-left:25px;}
#footer .call p.address{ background:url(images/address.png) left center no-repeat;}
#footer .call p.email{background:url(images/email.png) left center no-repeat;}
#footer .call p.tel{background:url(images/phone.png) left center no-repeat;}
#footer .copyright{padding:16px 0;border-top: 1px solid rgba(255,255,255,0.5);font-size: 16px;color: #fff; text-align:left;}
#footer .copyright .foot_wz,#footer .copyright .foot_wz p,#footer .copyright .foot_wz a{line-height:22px;color: #fff;}
#footer .copyright .foot_wz span{ padding:0 10px;}


/**列表页**/
/*栏目图片*/
.list{ background:#fff;}
.l-banner{ height:400px;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 {background:#fff;}
#l-container .inner {padding:15px 0px;}
/**主体文章页开始**/
#d-container {background:#f5f5f5;}
#d-container .inner {padding:48px 0px 60px;}

.col_menu {width: 300px;float:left;margin-right:-300px;position:relative; padding-top:26px;} 
.col_menu .l-qh{}
.col_menu .col_menu_head {background: #0363a6 url(images/list_menu.png) no-repeat;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { height:100px;font-size: 28px;font-weight:600;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:100px; text-align:center;}/**栏目名称图标**/
.col_menu .col_menu_con{border:0; background:#f0f0f0; border-left:4px solid #0363a6; padding:20px 0 20px 16px; box-sizing:border-box;}

/*栏目列表*/
.col_list{min-height:60px;}
.col_list .wp_listcolumn { border:0px; }
.col_list .wp_listcolumn .wp_column a { background-image:none; display:block; box-sizing:border-box; padding-left:75px;color:#333;font-size: 18px;font-weight:600; text-align:left; position:relative;}
.col_list .wp_listcolumn .wp_column a .column-name{ display:inline-block;padding:15px 0px;line-height:30px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected,
.col_list .wp_listcolumn .wp_column a.parent { color:#0363a6; background:#fff;  }
.col_list .wp_listcolumn .wp_column a.col_item_link i{position:absolute; content:''; right:48px; top:50%; margin-top:-7px; width:8px; height:14px; background: url(images/rt.png) no-repeat; display:none; }
.col_list .wp_listcolumn .wp_column a.col_item_link:hover i,
.col_list .wp_listcolumn .wp_column a.col_item_link.selected i,
.col_list .wp_listcolumn .wp_column a.col_item_link.parent i{ display:block;}
.col_list .wp_listcolumn .sub_list .wp_column a{ color:#454545; background:none;border-bottom:1px solid #bbb;}

/*二级子栏目**/
.col_list .wp_listcolumn .sub_list a {font-weight:normal; font-size:16px;color:#333;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 30px;padding: 10px 0;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover{ background:#ececec;}
.col_list .wp_listcolumn .sub_list a.selected { background:#ececec; font-weight:600;} 
.col_list .wp_listcolumn .sub_list a:hover span.column-name,.col_list .wp_listcolumn .sub_list a.selected span.column-name{color:#0363a6;}


/*三级子栏目**/
.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 20px; cursor:pointer; font-size:14px; position:relative;}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name:before{ position:absolute; content:'';left:2px;top:50%; margin-top:-2px; width:4px; height:4px; background:#bbb;}
.col_list .wp_listcolumn .sub_list .sub_list a:hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:400; color:#0363a6;} 
.col_list .wp_listcolumn .sub_list .sub_list a:hover .column-name:before,
.col_list .wp_listcolumn .sub_list .sub_list a.selected .column-name:before{ background:#0363a6;}
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 360px;}
.col_news_head {border-bottom: 2px solid #e0e0e0;}
.col_metas .col_title { display:inline-block; float:left; height: 76px; line-height: 76px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 20px;font-family:"Microsoft yahei";font-weight:600;color: #0363a6;border-bottom: 2px solid #0363a6; margin-bottom:-1px;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 76px;line-height: 76px;color: #999;} /**当前位置**/
.col_metas .col_path a{color: #999;}
.col_metas .col_path a:last-child{ color:#b02626;}

.col_news_con { padding:0; margin:0;}
.col_news_list { margin-top:7px;}
.col_news_list .news_list li.news{ padding-top:8px; border-bottom:1px solid #e0e0e0;}
.col_news_list .news_list li.news .news_title{display:block; width: calc(100% - 100px); font-size:16px; line-height:56px;}
.col_news_list .news_list li.news .news_meta{ height:56px;line-height:56px; font-size:14px; color:#999;}
.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); } /**列表页文章图片大小限制**/
.col_news_list .wp_entry, .col_news_list .wp_entry table{margin:0 auto;}
/**翻页**/
.wp_paging {display:block;margin:0;padding:0;list-style:none;font-size:13px;font-family:'Microsoft Yahei', Verdana, Geneva, sans-serif;color:#494949; float:none; text-align:center; padding-top:30px;}
.wp_paging input {font-size:12px;*font-size:100%;}
.wp_paging li { display:inline-block; height:25px; line-height:25px; float:none; margin-top:5px;}
.wp_paging li span,.wp_paging li a { display:inline-block; float:left; margin-left:10px; }
.wp_paging li em { font-style:normal;}
.wp_paging li a { cursor:pointer; color:#666; line-height: 25px; height: 25px;}
.wp_paging li a:hover { color:#000; }
.wp_paging li a span{ margin:0;}
.wp_paging li input { font-size:12px;*font-size:100%; width:24px; height:15px; line-height:15px; border:1px solid #d5d5d5; background:#fff; margin-top:4px; text-align:center;}
.wp_paging li input:focus{ outline:none;}

.col_news_con .pages{display:block;margin:0;padding:0;list-style:none;font-size:13px;font-family:'Microsoft Yahei', Verdana, Geneva, sans-serif;color:#494949; text-align:center; padding-top:30px;}
.col_news_con .pages li{ float:none; display:inline-block; margin:0 10px;}
.col_news_con .pages li a{ font-size:16px;}
.col_news_con .pages li a.pgNext{color:#0363a6;}
.col_news_con .pages li a.page-number{ display:inline-block; border:1px solid #ececec; width:40px; height:40px; border-radius:50%; line-height:40px; color:#999;}
.col_news_con .pages li a.page-number:hover,.col_news_con .pages li a.pgCurrent{border:1px solid #0363a6; color:#0363a6;}
/** 分页栏 **/
#wp_pager{ text-align:center; padding-top:20px;}
#wp_pager ul.pages{display:inline-block;margin: 10px 0 10px;padding: 0;font-size: 13px;text-transform:capitalize;border: none;}
#wp_pager ul.pages li{float: left;margin: 0 10px;line-height:42px;list-style: none;color: #333;border:0; text-decoration: none; cursor:pointer;}
#wp_pager ul.pages li:hover{background:none;border:0;}
#wp_pager ul.pages li a{display:inline-block;line-height:42px;padding:0; color: #333;}
#wp_pager ul.pages li a:hover{border:1px solid #0363a6;color:#0363a6;}
#wp_pager ul.pages li a.pgNext{color:#0363a6; border:0;}
#wp_pager ul.pages li.pgEmpty{display: none;}
#wp_pager ul.pages li a.pgCurrent{color:#0363a6;font-weight: 500;border:1px solid #0363a6;}

/**文章页**/
.infobox {margin:0 auto; margin-top:28px; background:#fff;box-shadow:0 0 15px rgba(0,0,0,.1); padding:20px 40px 40px;}
.article {padding-top:10px;}
.article h1.arti_title {line-height: 48px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #333;} /**文章标题**/
.article h2.arti_title {line-height: 40px;font-family: "Microsoft YaHei"; font-weight:400;font-size: 16px;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;margin-top:10px;     min-height: 300px;} /**文章内容**/
.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);display: block;}   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none;}




