@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; font-size:62.5%;}
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:NotoSans; }
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; }

@font-face {font-family: 'NotoSans';src:url(css/NotoSansSC-VF.ttf);}

body, textarea, input, button, select, keygen, legend {color: #333; outline: 0; }
:focus { outline: 0; }
/*备用样式表*/

.none { display: none; }
.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 { display: none; content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px; -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); }

::-webkit-input-placeholder {
font-size:16px;
 color: rgba(255,255,255,0.5);
 font-family:NotoSans;
}

:-moz-placeholder {
font-size:16px;
 color: rgba(255,255,255,0.5);
  font-family:NotoSans;
}

::-moz-placeholder {
font-size:16px;
 color:rgba(255,255,255,0.5);
  font-family:NotoSans;
}

:-ms-input-placeholder {
font-size:16px;
 color: rgba(255,255,255,0.5);
  font-family:NotoSans;
}
/*滚动样式*/
.scroller { position: absolute; z-index: 1; width: 750px; height: 160px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -o-text-size-adjust: none; text-size-adjust: none; }
::-webkit-scrollbar {
 width: 8px;
 height: 8px;
 background-color: #cccccc;
 -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
 width: 4px;
 background-color: #cccccc;
 -webkit-border-radius: 6px;
}
::-webkit-scrollbar-track-piece {
 background-color: #fff; /*滚动条的背景颜色*/
 -webkit-border-radius: 0; /*滚动条的圆角宽度*/
}
::-webkit-scrollbar-thumb:vertical {
 height: 50px;
 background-color: #999;
 -webkit-border-radius: 4px;
 outline: 1px solid #fff;
 outline-offset: -1px;
 border: 1px solid #fff;
}
/**布局开始**/

* { box-sizing: border-box; }
body { background: #f9f9f9; line-height: 1; font-size: 14px; font-family:'NotoSans'; color: #333; }
p { line-height: 1.75; }
a { color: #333; text-decoration: none; transition: all 0.4s ease-in-out; }
a:hover { color: #1D264D; }
.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; }
.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide-text-1 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.hide-text-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.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; }
.hide-text-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
/*页面尺寸*/
.wrapper { width: 100%; margin: 0 auto; }
.inner { width: 1200px; margin: 0 auto; } /**页面全局宽度**/
.top_main { position: relative; }
.mbanner { position: relative; z-index: 1; }
.mod { padding: 0; }
/*head开始*/

#header { height:140px; padding:28px 0;background: #1D264D;}
#header .inner { position: relative; z-index: 2; }
.header .head-left { float: left; width: 576px;}
.header .sitelogo { }
.header .sitelogo img { width: 100%; display: block; }
.header .head-right { float: right; padding-top:0px;display: flex; -webkit-flex-direction: column; flex-direction: column;-webkit-align-items: flex-end; align-items: flex-end;}
/*lang样式*/
.site-lang { height: 32px; }
.site-lang ul li.links { float: left; line-height: 32px; margin-left: 16px; }
.site-lang ul li.links a { display: block; line-height: 32px; padding: 0 20px; font-size: 16px; color: #fff; font-size: 12px; color: #404040; font-weight: bold; background: rgba(217, 165, 0); text-align: center; border-radius: 20px; }
.site-lang ul li.links a:hover { color: #fff; background: #bf9000; }
/**搜索**/
.wp_search { display: inline-block; position: relative;background: #fff; width: 209px; height: 36px; opacity: 0.3; filter: Alpha(opacity=30); }
.wp_search #keyword { width: 177px !important; padding: 4px 0; border: none; height: 28px; line-height: 28px; background: transparent; color: #fff; font-size: 14px;  font-family:"NotoSans", "Microsoft YaHei"; }
.wp_search .search { width: 32px; height: 32px; border: 0px; background: url(images/sous.png) no-repeat center; cursor: pointer; vertical-align: top; }
/***自定义搜索*/
.searchbox { width: 220px; text-align: right; }
#addapplication{padding: 0px 10px; color: #fff;border: 1px solid #fff;border-radius: 10px;height: 38px;box-sizing: border-box;line-height: 38px; margin-bottom:10px; width:110px; text-align: center;}
#addapplication a,#addapplication a:visited{color: #fff!important;}
.wp-search {position: relative;background:none;border-radius:0px; border-bottom:1px solid rgba(255, 255, 255, 0.5)}
.wp-search form { display: block; padding:0px; }
.wp-search .search-input { margin-right: 0; height: 38px; position: relative; }
.wp-search .search-input input.search-title { width: 100%; box-sizing: border-box; height: 38px; padding: 0px 15px; line-height: 38px; color:rgba(255,255,255,0.5); font-size: 14px;  font-family:"NotoSans", "Microsoft YaHei";border: 0; outline: 0; background: none; }
.wp-search .search-btn { width: 38px; height: 38px; position: absolute; right: 0px; top: 0px;}
.wp-search .search-btn input.search-submit { width: 38px; height: 38px; border: 0; outline: 0; background: url(images/search.png) no-repeat center; cursor: pointer; }
.wp-search input:-webkit-autofill {
 transition: background-color 5000s ease-in-out 0s;
 -webkit-text-fill-color: #fff;
}
/*默认主导航样式*/
.head-nav { position: relative; z-index: 10; }
#nav {background: #fff;}
.wp-panel, .wp-window { position: relative; }
.nav .wp-menu { height: 70px; }
.nav .wp-menu .menu-item { margin:0 5px; display: inline-block;  position: relative; height: 70px; text-align: center;}
.nav .wp-menu .menu-item > a { display: block; height: 70px; padding: 0 30px; position: relative; }
.nav .wp-menu .menu-item > a:before { position: absolute; content: ""; left: 0; bottom: 0px; right:0px; height:2px;background: #1D264D;display: none; }
.nav .wp-menu .menu-item a.menu-link { color: #666; font-size: 18px; -webkit-transition: all 0.3s; }
.nav .wp-menu .menu-item.hover a:before{ display: block; }
.nav .wp-menu .menu-item.hover a.menu-link {color: #1D264D;}
.nav .wp-menu .menu-item > a .btname{display: block;  height: 70px;position:relative; z-index:2; line-height:70px}
.nav .wp-menu .menu-item.hover a .btname{height: 58px; line-height:44px }
.nav .wp-menu .menu-item.i1.hover a .btname{ background:url(images/n1.png) bottom center no-repeat}
.nav .wp-menu .menu-item.i2.hover a .btname{ background:url(images/n2.png) bottom center no-repeat}
.nav .wp-menu .menu-item.i3.hover a .btname{ background:url(images/n3.png) bottom center no-repeat}
.nav .wp-menu .menu-item.i4.hover a .btname{ background:url(images/n4.png) bottom center no-repeat}
.nav .wp-menu .menu-item.i5.hover a .btname{ background:url(images/n5.png) bottom center no-repeat}
.nav .wp-menu .menu-item.i6.hover a .btname{ background:url(images/n6.png) bottom center no-repeat}
.nav .wp-menu .menu-item.i7.hover a .btname{ background:url(images/n7.png) bottom center no-repeat}

.nav .sub-menu { display: none; position: absolute; left: 50%; transform:translateX(-50%); top: 70px; width: auto; z-index: 100; background:#1D264D;box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16); }
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom: 1;}
.nav .sub-menu .sub-item a { display: block; color: #fff; height: 40px; line-height: 40px; font-size: 16px; text-align: center; padding:0 8px; border-bottom:1px solid rgba(255,255,255,0.5)  }
.nav .sub-menu .sub-item.hover > a, .nav .sub-menu .sub-item a:hover { color: #1D264D; background: rgba(255, 255, 255, 1); display: block; }
.nav .sub-menu .sub-menu { left: 100%; top: 0px; z-index: 200; background: rgba(0, 0, 0, 0.2); }


/**首页布局**/
.main1 { padding:60px 0 70px;background:url(images/background.png) center no-repeat;background-size: cover;}
.main2 { padding:50px 0 57px;background: #F5F5F5;}
.main3 { padding:47px 0 43px;background: #fff; }

.index_title { position: relative;text-align: center;}
.index_title:before{ position:absolute; z-index:1; content:''; bottom:0;left:0;right:0; margin:0 auto;width: 160px;height: 14px;background:rgba(0, 85, 176, 0.14);}
.index_title .bt1{position: relative; z-index:2;font-size:32px;font-weight: bold; font-style:italic;color: #333333;line-height: 32px;}
.index_title .bt2{position: relative; z-index:2; font-weight: bold;font-size: 32px;color: #333333;line-height: 30px; font-style:italic;}
.main1 .mr .tu{ width:100%;}
.main_wz{font-size: 16px;color: #666666;line-height: 30px;text-align: left; margin-top:34px; margin-bottom:30px;}
.main1 .ml { float: left; width:calc(100% - 590px);}
.main1 .mr { float: right; width: 540px;}
.main1 .ml .info{ padding:0 30px;}
.main1 .ml .info li{ width:50%; padding:0 50px;}
.main1 .ml .info li .tit01{ height:58px; border-bottom:1px solid #BBBBBB;}
.main1 .ml .info li .tit01 .bt{ padding-left:38px; font-size: 24px;color: #1D264D;}
.main1 .ml .info li .tit01 .bt1{ background:url(images/icon_member.png) left center no-repeat; background-size:30px 24px;}
.main1 .ml .info li .tit01 .bt2{ background:url(images/icon_establish.png) left center no-repeat; background-size:30px 24px;}
.main1 .ml .info li .tit02{font-size: 18px;color: #666666;line-height: 24px; padding:6px;}
.main1 .ml .wzjs{ margin:24px 0;font-size:16px;color: #666666;line-height: 24px; margin-top:0px;}
.details{ width:120px; height:34px; border:1px solid #1D264D;border-radius: 2px; background:#fff}
.details span{display:block;font-size: 16px;color: #1D264D;}
.details i{ margin-left:10px; display:block; width:14px; height:14px;background:url(images/btn_info_view.png) left center no-repeat; background-size:14px 14px;}
.details:hover{background: #1D264D;}
.details:hover span{ color:#fff;}
.details:hover i{background:url(images/btn_info_view_h.png) left center no-repeat; background-size:14px 14px;}

.index_more { position:absolute;top:0;right:0;width:120px; height:40px; border:1px solid #1D264D;border-radius: 2px; background:#fff;font-size: 16px;color: #1D264D;}
.index_more:hover{background: #1D264D; color:#fff;}
.morebtn2{ display:none}


.tucon{ margin-top:68px;position:relative}
.pic_box{position:relative;width:600px; z-index:1;}
.pic_tu{ width:100%; height:450px; overflow:hidden; position:relative}
.pic_tu img{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; max-width: 100%; width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease-in-out; }
.pic_tu .date{ position:absolute;left:0;bottom:0; background:#1D264D; z-index:2; width:110px; height:80px; border-radius: 0 12px 0 0; color:#fff}
.pic_tu .date .month{ font-size:18px; line-height:36px; text-align:center}
.pic_tu .date .month span{font-size:24px; }
.pic_tu .date .year{ font-size:16px; line-height:26px; text-align:center}
.tucon .rigth_con{ position:absolute;top:0;right:0;left:calc(50% - 220px)}
.tucon .swiper-wrapper{ position:relative; padding-top:20px; padding-bottom:90px;}
.tucon .swiper-slide {width:460px;height:340px; padding:10px 20px;box-sizing:border-box; }
.tucon .swiper-slide .tubox{ display:block; height:320px; box-sizing:border-box; background:#fff; overflow: hidden; position: relative; padding:20px 30px; }
.tubox .title_bt{ font-size:18px; line-height:30px; color:#000}
.tubox .title_wz{ font-size:16px; line-height:30px; margin-top:13px; color:#666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.tubox .more{ position:absolute;right:30px; bottom:20px; width:40px; height:40px;background:url(images/btn_news_view.png) left center no-repeat; background-size:cover;}
.tubox .pic{ width:0;height:0;}
.tubox .timt{ font-size:0}
.tucon .swiper-slide.swiper-slide-active .tubox,.tucon .swiper-slide .tubox:hover{box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);}
.tucon .swiper-slide.swiper-slide-active .tubox:before,.tucon .swiper-slide .tubox:hover:before{ position:absolute; content:''; left:0;top:0; bottom:0; width:6px; background:#1D264D}
.tucon .swiper-slide.swiper-slide-active .tubox .more,.tucon .swiper-slide .tubox:hover .more{background:url(images/btn_news_view_h.png) left center no-repeat;}
.tucon .swiper-box{ position:absolute; z-index:10;right:auto;left:800px; bottom:0px; height:36px;}
.tucon .swiper-button-next, .tucon .swiper-button-prev { top:50%;margin-top:-20px; 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: 36px; height: 36px; display: block; z-index: 100; cursor: pointer; opacity: 1; position: absolute; }
.tucon .swiper-button-next:after, .tucon .swiper-button-prev:after{ display:none}
.tucon .swiper-button-prev { background: url(images/btn_news_pre.png) center no-repeat; background-size:cover;right:50px;left:auto; }
.tucon .swiper-button-next { background: url(images/btn_news_next.png) center no-repeat;background-size:cover;right:0px; left: auto; }
.tucon .swiper-button-prev:hover{ background: url(images/btn_news_pre_h.png) center no-repeat;background-size:cover;}
.tucon .swiper-button-next:hover { background: url(images/btn_news_next_h.png) center no-repeat;background-size:cover;}
.tucon .swiper-pagination { bottom:5px; left:auto; right:108px; width:100px; color:#666; font-size:16px; text-align:right }
.tucon .swiper-pagination span{padding:0 4px;}
.tucon .swiper-pagination-current{ font-size:24px;}

.con4{ margin-top:45px;}
.con4 li{ margin-bottom:20px;background: #fff;box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.1);border-radius: 2px 2px 2px 2px; position:relative;overflow: hidden; padding:20px;}
.con4 li:last-child{ margin-bottom:0px;}
.con4 li:after{ position:absolute; content:''; bottom:0;left:0; width:0; height:2px; background:#1D264D; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;}
.con4 li:before{ position:absolute; content:''; bottom:22px; right:30px; width:14px;height:14px;background:url(images/icon_conference_view.png) left center no-repeat; background-size:14px 14px; opacity:0;}
.con4 li .tu{ width:192px;height:118px; position:relative; overflow:hidden}
.con4 li .tu img{width:192px;height:118px;}
.con4 li .info{ width:calc(100% - 222px)}
.con4 li .title_bt{font-size: 18px;color: #000000;line-height: 30px; margin-bottom:10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; position:relative; margin-top:-4px;}
.con4 li .title_wz{font-size: 16px;color: #858585;line-height: 28px;}
.con4 li .btn_date{ padding-left:30px;background:url(images/btn_date.png) left center no-repeat; background-size:14px 14px;}
/*.con4 li .btn_date .mon{ margin-right:10px;}*/
.con4 li .btn_add{ padding-left:30px;background:url(images/btn_add.png) left center no-repeat; background-size:14px 14px;}

.con4 li:hover:after{ width:100%;-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;}
.con4 li:hover:before{ opacity:1;-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;}
.con4 li:hover .title_bt{color: #1D264D;}
.con4 li:hover .title_wz{color: #333333;}
.con4 li:hover .btn_date{ padding-left:30px;background:url(images/btn_date_h.png) left center no-repeat; background-size:14px 14px;}
.con4 li:hover .btn_add{ padding-left:30px;background:url(images/btn_add_h.png) left center no-repeat; background-size:14px 14px;}





/**页脚开始**/
#footer { background:url(images/bj_bottom.jpg) center no-repeat; background-size:cover;}
.bottom{ border-bottom:1px solid rgba(255,255,255,0.4); padding:44px 0 30px}
.bottom .f_logo{ width:400px;}
.bottom .f_logo img{ width:100%}
.link_con{ width:465px; padding-left:40px;background:url(images/icon_link.png) left center no-repeat;}
.link_con .link_list{ border-left:1px solid rgba(255,255,255,0.4); overflow:hidden}
.link_con .link_list ul{ position:relative; margin-top:-12px;}
.link_con .link_list li{padding:12px 0px 0px 20px; font-size:0;}
.link_con .link_list li a{ display:inline-block; vertical-align:top; padding:0px 8px;min-width:100px; height:30px; line-height:30px; font-size:16px; color:#fff}
.link_con .link_list li a:hover{ background:rgba(255,255,255,0.1)}
.footerwz{ padding:20px 0;}
.footwz{ font-size:16px; color:#fff; line-height:40px;}
.footwz span{ padding:0 30px;}
.copywz{font-size:14px; color:rgba(255,255,255,0.5); line-height:28px; padding:5px 0;}



/**友情链接**/
.mlink { margin-top: 20px; }
.mlinkwz { width: 88px; }
.botlinks .links-wrap { position: relative; width: 190px; height: 32px; line-height: 30px; background: transparent; border: 1px solid #fff; }
.botlinks .links-wrap a.links-arrow { display: block; height: 30px; line-height: 30px; padding: 0 38px 0 12px; color: #fff; font-size: 16px; background: url(images/arrow.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: 31px; height: auto; max-height: 300px; overflow: auto; overflow-x: hidden; background: rgba(255, 255, 255, 0.9); }
.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; } /**链接样式**/
/*滚动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: 0.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: 0.8; filter: Alpha(opacity=80); }
.slick-next:before { content: ""; }
.post .con .wp_article_list .list_item { border-bottom: 1px dashed #ccc; }
/**新闻列表**/

/***********************************************************
 * 列表页
 */

/*栏目图片*/
.column-banner { position: relative; width: 100%; height: 360px; background-image: url(images/banner.jpg); background-size: cover !important; background-position: top !important; background-repeat: no-repeat !important; }
.column-banner.ny-banner{ height:220px;}
.column-banner .overlay { position: absolute; z-index: 0; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }
.l-banner { background-position: center top; background-repeat: no-repeat; text-align: center; }
.l-banner img { vertical-align: top; width: 100%; height: 100%; display: none; }
/**主体列表页开始**/

#l-container { background:#fff; }
#l-container .inner {
    padding: 20px 0px;
}
#d-container {  background: #ffffff; box-sizing: border-box; }
#d-container .inner { padding: 30px 40px 40px;box-sizing: border-box; }
.page_place { }
.column-breadcrumb { line-height: 40px; font-size: 14px; color: #444; padding-left: 28px; background: url(images/back.png) left center no-repeat; }
.page_place .column-breadcrumb{padding-left:0px; background:none}
.es_column_possplit, .column-breadcrumb a { font-size: 14px; line-height: 40px; color: #444; }
.es_column_possplit a:first-child { font-weight: bold; }
.es_column_possplit a:last-child { color: #6a5a1e; padding-left: 6px; position: relative; }
.es_column_possplit a:last-child:before { position: absolute; content: ""; left: 0; top: 50%; transform: translateY(-50%); width: 3px; height: 3px; background: #6a5a1e; }
/*主栏目名称*/
.col_menu { width: 250px; float: left; margin-right: -250px; position: relative; margin-top:-85px; box-sizing: border-box; }
.col_menu .l-qh { margin-bottom: 10px; }
.col_menu .col_menu_head { background: #1D264D; } /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { height:80px; font-size: 18px; font-weight:bold; color: #fff; } /**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display: block; line-height: 45px; padding: 0px 15px; padding-left:27px; width:100%; text-align:left;} /**栏目名称图标**/
.col_menu .col_menu_con { border-left: 12px solid #1D264D; background:#f8f8f8 }

/*栏目列表*/
.col_list { min-height:30px; }
.col_list .wp_listcolumn { border-top: 0px solid #2867a0; border-bottom: 0px solid #fff; }
.col_list .wp_listcolumn .wp_column a { color: #333; display: block; font-size: 15px; font-weight: normal; background: none; border-top: 0px solid #fff; border-bottom: 0px solid #f6eaea; }
.col_list .wp_listcolumn .wp_column a .column-name { padding: 5px 0px 5px 15px; line-height: 32px; }
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected { color: #1D264D; background: #eee; }
.col_list .wp_listcolumn .wp_column a.selected span.column-name { color: #1D264D; }
.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: #1D264D; }
/*二级子栏目**/
.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: #1D264D; }
/*三级子栏目**/
.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: #1D264D; }

.col_list .wp_listcolumn { border: 0px; }
.col_list .wp_listcolumn .wp_column a { background-image: none; display: block; box-sizing: border-box; color: #333; font-size: 16px; font-weight: 600; text-align: center; position: relative; }
.col_list .wp_listcolumn .wp_column a .column-name { display:block; padding: 12px 15px;  line-height: 30px; text-align:left}
.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; 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: #f6f6f6; }
.col_list .wp_listcolumn .sub_list a.selected { background: #f6f6f6; 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: #000; }
/*三级子栏目**/
.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: #237b36; }
.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: #f6f6f6; }

/**栏目新闻**/
.col_news { width: 100%; min-height: 400px; float: right; } /**栏目新闻**/
.col_news .col_news_box { margin-left: 280px;min-height: 350px; }
.colum-box {}

.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-weight: normal; color: #1D264D; 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: 15px 0px 10px 0px; margin: 0 0px; }
/**新闻列表**/
.col_news_list { margin-top: 7px; }
.col_news_list .news_list li {border: 1px solid #e9e7e7; margin-bottom: 20px;}

.col_news_list .news_list li a { position: relative; padding:0 20px}
.col_news_list .news_list li .news_title { display: block; width: calc(100% - 100px); font-size: 18px;font-weight: 400; line-height: 40px; padding:6px 0; }
.col_news_list .news_list li .news_meta { padding:6px 0;line-height: 40px; font-size: 14px; color: #3b3b3b; }
.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.6; font-size: 13px; 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);
} /**列表页文章图片大小限制**/



.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 { margin: 0 auto; margin-top: 30px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16); padding: 50px 30px; }
.article { padding-top: 0px; }
.article h1.arti_title { line-height: 44px; font-size: 18px; font-weight: 600; text-align: center; color: #333; }
/**文章标题**/

.article h2.arti_title { line-height: 34px; font-size: 12px; text-align: center; color: #1b1b1b; }
/**文章副标题**/

.article .arti_metas { line-height: 32px; font-size: 12px; text-align: center; color: #999; /* border-top:1px solid #ececec; */ }
.article .arti_metas span { margin: 0 5px; font-size: 12px; color: #999; }
/**文章其他属性**/

.article .entry { margin: 0 auto; overflow: hidden; padding: 20px 0; border-top: 1px solid #dbdbdb; margin-top: 30px; }
/**文章内容**/

.article .entry .read, .article .entry .read p { line-height: 1.75; font-size: 16px; color: #333; }
/**阅读字体**/

.article .entry .read p { margin-bottom: 10px; text-indent: 2em; }
.article .entry .read img { margin-right: 20px; max-width: 940px;  _width: expression(this.width > 940 ? "940px": this.width);
}
/**文章阅读部分图片大小限制**/

.article .entry .read table { margin: 0 auto; border: none !important; }
.es_article_title { display: none; }
/**翻页**/

.es_pagingbar_container { margin: 40px auto 0; text-align: center; padding-bottom: 40px; }
.es_pagingbar_container .es_pagingbar { display: inline-block; overflow: hidden; }
.es_pagingbar_container .es_pagingbar li { float: left; padding: 6px 12px; margin: 0 6px; color: #999; background: #fff; border: 1px solid #ddd; font-size: 14px; text-align: center; cursor: pointer; }
.es_pagingbar_container .es_pagingbar li.active { background: #0460b7; color: #fff; border-color: #0460b7; }
.es_pagingbar_container .es_pagingbar li.active a { color: #fff; }
.es_article_content img { margin-right: 20px; }
.news1 span { font-weight: bold; }
.Ctitle { background: #16b6af; display: flex; justify-content: center; padding: 30px; font-weight: bold; font-size: 25px; color: #ffff; line-height: 19px; }
.Ctitle2 { font-size: 20px; color: #ffff; line-height: 19px; background: #16b6af; display: flex; justify-content: center; padding: 20px; }
.Cjianjie { background: rgba(227, 227, 227, 0.6); padding: 30px; font-weight: 400; font-size: 18px; color: #333; line-height: 35px; }
.news_list2 { display: flex; justify-content: space-between; }
.col_news_list .news_list2 li { width: 32%; border: 1px solid rgba(227, 227, 227, 0.6); margin-bottom: 30px; }
.col_news_list .news_list2 li a { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.col_news_list .news_list2 li a .news_title { font-weight: 600; font-size: 16px; color: #333; line-height: 35px; }
.news_img { width: 100%; }
.news_img img { width: 100%; }
.newstu_list{ position: relative; margin: 0 -10px; }
.newstu_list li { width: 33.3%; padding: 0 20px; margin: 20px 0; }
.newstu_list li a { display: block; }
.newstu_list li a .tu_pic { width: 100%;border: 1px solid #dcdcdc; padding-top: 130%; position: relative; overflow: hidden; }
.newstu_list li a img { position: absolute; top: 0; bottom: 0; left: 0px; right: 0px; width: 100%; height: 100%; margin: 0 auto; max-width: 100%; object-fit: cover; -webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease; transition: 0.5s all ease; }
.newstu_list li a .name_title { font-size:18px; color:#B50C16; line-height: 24px; margin-top:10px; }
.newstu_list li a .name_meta { font-size:16px; color:#666; line-height: 1.2; margin-top: 8px; }
.newstu_list li a .email { font-size:16px; color:#B50C16; line-height: 1.2; margin-top: 8px; }
.newstu_list li a:hover img { transform: scale(1.1); transition: all 0.5s ease-in-out; }





