@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: 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: "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: #1c4d9c; }

.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; }
.wrapper .inner { width: 1400px; margin: 0 auto; }
/**页面全局宽度**/


/*head开始*/

#header { position: relative;  }
#header:before{ position:absolute; z-index:1; content:'';left:0;right:calc(50% + 260px);top:0;bottom:0; background:#1c4e9c}
#header:after{ position:absolute; z-index:1; content:'';right:0;left:calc(50% + 260px);top:0;bottom:0; background:#20907c}
#header .top{ width: 100%; background:url(images/bg_top.jpg) no-repeat center;height: 120px; position: relative; z-index:2; }
.header .head-left { float: left; display: inline-block; padding-top:7px; padding-bottom:17px; }
.header .sitelogo { vertical-align: top; font-size: 0; }
.header .sitelogo .logo { display: inline-block; width: 916px; vertical-align: top; }
.header .sitelogo .logo img{ width:100%; display:block}
/**站点名称**/

.sitelogo .logo img, .sitetitle img { width: 100%; }
.header .head-right { float: right; padding-top: 32px; }
.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%;padding:10px 0;  }
.wp-search { position: relative; border:1px solid #b2b2b2; border-radius:20px; background:#fff}
.wp-search form { display: block; }
.wp-search .search-input { margin-right: 50px; }
.wp-search .search-input input.search-title { width: 100%; height: 38px; line-height: 38px; 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: 50px; height: 38px; position: absolute; right: 0; top: 0%; }
.wp-search .search-btn input.search-submit { width: 50px; height: 38px; border: 0; outline: 0; background: url(images/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 { background: #fff; border-bottom:1px solid #e5e5e5;position: relative;z-index: 100;}
#nav .inner { }
#nav .inner .wp-panel ,#nav .wp-window{ height:60px; }
/*导航*/
.left_nav{  float:left}
.right_search{ width:300px; float:right;}
/*导航样式：后台绑定时也可以定义配置*/

.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; float: left; position: relative; text-align: center; margin-right:54px; }
.nav .wp-menu .menu-item:last-child{ margin-right:0;}
.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 12px; line-height: 60px; color: #4e4e4e; font-size: 18px; }
.nav .wp-menu .menu-item a.menu-link:before { position: absolute; content: ''; left: 0px; right: 0px; margin:0 auto; bottom: 0; width:0; height: 3px; background: #1c4d9c; border-radius:2px;    transition: all 0.35s ease-in-out; }
.nav .wp-menu .menu-item.hover a.menu-link:before {width:100%;}
.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:10px 0px;}
.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: 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; min-height:50px;}
.mbanner .swiper-container { width: 100%;position:relative;}
.mbanner .swiper-wrapper { height:620px;}
.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%;}



/**首页布局**/
.main1{ position:relative; z-index:1; background:url(images/bg1.jpg) top center no-repeat; background-size:cover; padding:80px 0 76px}
.main1 .ml { min-height:100px; float: left; width:760px; background:#fff;box-shadow: 0 0 6px 0px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 6px 0px rgba(0,0,0,0.1);}

.main1 .swiper {width: 100%;height: 100%; overflow:hidden;}
.main1 .swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center; align-items: center;}
.main1 .swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.main1 .swiper {width: 100%;margin-left: auto;margin-right: auto; }
.main1 .swiper-slide {background-size: cover; background-position: center;}

.main1 .mySwiper2 {width: 100%;height: 428px; position:relative}
.main1 .mySwiper2 a{width:100%;}
.main1 .mySwiper2 img{height: 428px;}
.main1 .swiper_con{ padding:13px; height:auto; position:static}
.main1 .swiper_bt{ height:32px; line-height:32px;font-size:20px; color:#000;}
.main1 .mySwiper {  height:100px; box-sizing: border-box; padding:0; margin-top:13px; }
.main1 .mySwiper .swiper-slide { width: 25%; height: 100%; opacity: 0.4;}
.main1 .mySwiper .swiper-slide-thumb-active {opacity: 1;}
.main1 .swiper-slide img {display: block;width: 100%; object-fit: cover;}

.main1 .mr { float: right; width:calc(100% - 780px); background:#1c4d9c; padding:0 20px; }
.main1 .mr .post_top{ padding:35px 0px 30px; border-bottom:1px solid #fff;}
.main1 .mr .post1_mr{ padding-bottom:20px;}
/**标题栏**/
.post_bt{}
.post_bt .tt{ height:54px; margin-right:58px; position:relative}
.post_bt .tt img{opacity:0.5; 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}
.post_top .more{ padding-top:9px;}
.more_btn {padding:0 20px;height:34px; line-height:32px; border:1px solid #fff; border-radius:18px; font-size:13px; color:#fff;display:block}
.more_btn:hover{ color:#fff }
.more_btn i{ display:inline-block; width:14px; height:14px; margin-right:12px;background:url(images/btn_more_white.png) center no-repeat;  }

.post2_con li{ border-bottom:1px solid rgba(255,255,255,0.3)}
.post2_con li a{padding:20px 110px 16px 10px; position:relative; display:block;}
.post2_con .news_time{ position:absolute; right:0;top:50%;  transform:translateY(-50%); width:88px; height:46px; border-left:1px solid rgba(255,255,255,0.5); text-align:left; padding-left:20px;}
.post2_con .news_time .day{ font-size:28px; line-height:1; color:#fff;}
.post2_con .news_time .date{line-height:1; font-size:16px; color:rgba(255,255,255,0.5);}
.post2_con .news_title{height:54px; line-height:27px; font-size:18px; color:#fff;}
.post2_con li a:hover .news_title{ padding-left:11px; position:relative;-webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease; }
.post2_con li a:hover:before{ position:absolute; content:''; top:50%; transform:translateY(-50%); left:0px; width:8px; height:8px; border-radius:50%; background:#fff;}
.post2_con li a:hover .news_time{border-left:1px solid rgba(255,255,255,1);-webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease;}



.main2{ background:url(images/bg2.jpg) top center no-repeat; background-size:cover; padding:60px 0 60px}
.post_top2{ padding:11px 0px 11px; border-bottom:1px solid #bbbbbb; margin-bottom:56px;}
.post_top2 .post_bt .tt{ height:56px}
.post_top2 .post_bt .tt.selected:before{ position:absolute; content:''; bottom:-11px;left:0;right:0; height:3px; background:#1c4d9c;}
.post_top2 .more{ padding-top:9px;}
.main2 .more_btn{ border-color:#d0d0d0; color:#666}
.main2 .more_btn i{background:url(images/btn_more_grey.png) center no-repeat;}
.main2 .more_btn:hover{ color:#666}


.post3_con li{ margin-bottom:30px; width:calc(50% - 20px); border-radius:3px; background:#fff;box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);-webkit-box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);}
.post3_con li a{border-bottom:3px solid #c5c5c5; padding-right:20px;}
.post3_con .news_time{ width:110px; height:90px; background:#1c4d9c; position:relative}
.post3_con .news_time:before{ position:absolute; content:''; bottom:-0px;top:0;left:100%; width:10px; background:url(images/report_shadow.png) top left no-repeat; background-size:cover}
.post3_con .news_time .day{ width:100%; text-align:center; height:32px; line-height:32px; font-size:28px; color:#fff;}
.post3_con .news_time .date{width:100%; text-align:center;height:30px; line-height:30px; font-size:16px; color:rgba(255,255,255,0.5);}
.post3_con .news_title{ width:calc(100% - 131px);height:54px; line-height:27px;font-size:18px; color:#222;}
.post3_con li a:hover{border-bottom:3px solid #1c4d9c}
.post3_con li a:hover .news_title{ color:#1c4d9c}
.post3_con li a:hover .date{color:#fff;}


.main3{ background:url(images/bg3.jpg) top center no-repeat; background-size:cover; padding:60px 0 55px}
.main3 .post_top2 .post_bt .tt.selected:before{ background:#fff;}

.tu_pic { position: relative;overflow: hidden; }
.tu_pic img { position:absolute;top:0;left:0;right:0;bottom:0; margin: auto; max-width: 100%;width: 100%;height: 100%;object-fit: cover; transition: all 0.5s;}
.tu_pic:hover img { transform: scale(1.1, 1.1) }

.post4_con li{ margin-bottom:30px; width:calc(50% - 20px); border-radius:3px; background:#fff;box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);-webkit-box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1); padding:15px 10px;}
.post4_con .tu_pic { width:210px; height:118px; display:block;border-radius:2px; box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);-webkit-box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);}
.post4_con .news_info{ width:calc(100% - 228px); padding:6px 0px; position:relative}
.post4_con .news_title{ line-height:54px; line-height:27px; font-size:18px; color:#222; }
.post4_con .news_wz{ line-height:26px;color:#999; font-family:14px; padding-left:28px;background:url(images/time.png) left center no-repeat;}
.post4_con .news_detail{ position:absolute; bottom:14px; right:10px; width:0px; height:14px;background:url(images/arrow2.png) left center no-repeat; background-size:32px 14px;}
.post4_con .news_info:hover .news_title{color:#1c4d9c}
.post4_con .news_info:hover .news_detail{ width:32px;-webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease;}


.main4{ background:url(images/bg4.jpg) top center no-repeat; background-size:cover; padding:60px 0 55px}

.photo_list{ position:relative;}
.photo_list .swiper-wrapper {padding-bottom:40px;}
.photo_list .swiper-slide{ width:430px;transform: scale(1)!important; position:relative}
.photo_list .swiper-slide:before{ position:absolute; content:'';left:0;right:0; top:100%;height:40px; background:url(images/direction_shadow.png) top center no-repeat; background-size:100% auto;}

.photo_list .direction{ background:#fff; height:58px; padding:0 20px;}
.photo_list .direction_bt{ min-width:90px;padding:0 15px; height:32px; border-radius:3px; background:#1c4d9c; font-size:18px; color:#fff;}
.photo_list .news_title{height:84px; background:#f4f4f4; padding:10px 50px; line-height:32px; text-align:center; color:#222; font-size:20px;}
.photo_list .news_wz{height:60px; background:#fff; font-size:16px; color:#666;}
.photo_list .news_wz span{ color:#010101; padding-left:30px;background:url(images/icon_people.png) 8px center no-repeat; }


.photo_list .swiper-slide .tu{padding:0px 20px 20px; background:#fff}
.photo_list .swiper-slide .tu .news_detail{ display:none;}
.photo_list .tu_pic  { width:100%; padding-top:75%;}

.photo_list .swiper-slide-active{width:430px;}
.photo_list .swiper-slide-active .news_title{ background:#1c4d9c; color:#fff}
.photo_list .swiper-slide-active .tu{ padding-bottom:60px; position:relative}
.photo_list .swiper-slide-active .tu .news_detail{ display:block; position:absolute; bottom:20px; right:20px;padding-right:40px;height:20px; line-height:20px;background:url(images/arrow3.png) right center no-repeat;  font-size:13px; color:#666;}
.photo_list .swiper-slide-active .tu .news_detail:hover{ color:#1c4d9c;background:url(images/arrow2.png) right center no-repeat;}

.photo_list .swiper-button-prev,.photo_list .swiper-button-next{position:absolute; top: 50%; margin-top:-24px; width: 47px; height: 47px;  border-radius: 50%; border:0;-webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease; }
.photo_list .swiper-button-next { right: -24px;left:auto; background:url(images/next.png) center no-repeat; background-size:cover;}
.photo_list .swiper-button-prev { left: -24px;right:auto; background:url(images/prev.png) center no-repeat; background-size:cover;}



/**板块样式**/
.post1_con{ border:2px solid #efefef; padding:20px;display:block; border-top:0;}
.post1_con .news_title{ font-weight:500; line-height:30px;}
.post1_con .news_time{ margin:8px 0 10px; font-size:14px; color:#9f9f9f; line-height:22px;}
.post1_con .news_wz{font-size:14px; color:#999; line-height:28px;}

.post5_con li a{border-bottom:1px solid #efefef; padding:19px 0px 20px 26px; position:relative; }
.post5_con li a:before{ position:absolute; content:'';left:0;top:50%; transform:translateY(-50%); width:8px; height:8px; background:#0b65c1; border-radius:50%}
.post5_con li a .news_title{ width:calc(100% - 100px);line-height:30px;}
.post5_con li a .news_time{ width:88px; text-align:right; font-size:14px; color:#999; line-height:22px;}

/**页脚开始**/

#footer { background: #2a4263; padding:70px 0 60px; }
#footer .foot_bottom { border-bottom:1px solid rgba(255,255,255,0.2)}
#footer .foot-left { float: left; width:700px;}
#footer .foot-right { float: right;width:calc(100% - 760px);}
.foot-logo{ width:100%}
.foot-logo img { display:block; margin:0 auto; width:100%}
.foot-wz { margin-top:30px; border-top:1px solid rgba(255,255,255,0.3); font-size: 14px; padding:12px 0; line-height: 24px;color: #fff; }
.foot-wz span {margin-left:30px;}
.foot_tu{min-height:82px; position:relative;padding:13px 30px 13px 47px; line-height:27px; color:#fff; }
.foot_tu:nth-child(3),.foot_tu:nth-child(4){ padding-right:0;}
.foot_tu .icon{ position:absolute;left:0;top:50%; transform:translateY(-50%); width:36px; height:36px;}
.foot_tu .wz1{font-size:16px;}
.foot_tu .wz2{font-size:18px;}




.min-h{ min-height:80px;}
/*滚动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: ''; }
/***********************************************************
 * 列表页
 */


/**首页三列布局**/


/**列表页**/


/*栏目图片*/

.l-banner { height: 335px; 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: #025892; }
/**位置栏目背景**/

.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: #036eb7; 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: #fff; background: #2ca6e0; }
.col_list .wp_listcolumn .wp_column a.selected span.column-name { color: #fff; }
.col_list .wp_listcolumn .wp_column.parent>a .column-name { font-weight: normal; color: #fff; background: #2ca6e0; }
/*二级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list a { color: #2ca6e0; 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: #036eb7; }
.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: #036eb7; }
/*三级子栏目**/

.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: #004f9f; }
/**文章标题**/
.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: 16px; color: #333; }
/**阅读字体**/
.article .entry .read p { margin-bottom: 10px; }
.article .entry .read img { margin: 0 auto; display:block;max-width: 940px; _width: expression(this.width > 940 ? "940px": this.width);}
/**文章阅读部分图片大小限制**/
.article .entry .read table { margin: 0 auto; border: none!important; }
