@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-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 { color:#204087;/* WebKit browsers */}
:-moz-placeholder {color:#204087; /* Mozilla Firefox 4 to 18 */}
::-moz-placeholder { color:#204087;/* Mozilla Firefox 19+ */}
:-ms-input-placeholder { color:#204087;/* Internet Explorer 10+ */}
/**布局开始**/
body {line-height: 1;font-size: 16px;font-family: "Microsoft YaHei","Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}

p{line-height:1.75;}
a {color:#333333; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#204087; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner {width: 1200px;margin:0 auto;} /**页面全局宽度**/

/*head开始*/
.main .header {background: url('images/head-bg.png') no-repeat center top;background-size: cover;}
.list .header {background: url('images/list-head.png') no-repeat center top;background-size: cover;}
.header {position: absolute;top: 0; z-index: 99;}
.header .inner{height: 228px;position:relative;}
.header .sitelogo{float:left;margin-top: 26px;    position: relative;}
.header .sitelogo span{position:relative;font-size:inherit; font-weight:normal;}
.header .sitelogo span a{ color:transparent; margin:0;}

.header .head-left{float:left;display:inline-block;}
.header .head-right{float:right;margin-top: 30px;position: relative;}
.header .head-right .hr-b{display: inline-block;padding-right: 45px;}
/*lang样式*/
.site-lang{}
.site-lang ul{float:right;}
.site-lang ul li.links{float:left;}
.site-lang ul li.links a{line-height: 35px;margin:0px 5px;font-size: 13px;color: #cad3d4;}
.site-lang ul li.links a:hover{color:#fff;}
/*默认主导航样式*/
#nav{}
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {margin:0 auto}
.wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.wp-menu .menu-item.i1 { background:none;}
.wp-menu .menu-item a > .menu-switch-arrow{ display:none; width:20px; height:20px; background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; }
.wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 8px;line-height: 45px;color: #FFFFFF;font-size: 18px;position: relative;}
.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover{ text-decoration: none; }

.sub-menu {display: none;position: absolute;left: 0;top: 45px;min-width: 100%;z-index: 100;background:#fff;text-align: center;}
.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: 14px;background:none;}
.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover{ color: #fff; background-color:#204087; display: block; }
.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}

.nav .wp-menu .menu-item a.menu-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #204087;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
 }
 .nav .wp-menu .menu-item.hover a.menu-link:before,
 .nav .wp-menu .menu-item a.menu-link:hover:before, 
 .nav .wp-menu .menu-item a.menu-link.parent:before,
 .nav .wp-menu .menu-item a.menu-link:focus:before, 
 .nav .wp-menu .menu-item a.menu-link:active:before {
    left: 0;
    right: 0;
 }


/**主页banner开始**/
#banner {background: #e7e2df;position: relative;z-index: 9;}
#banner.pc .focus-box{height:100vh !important}
#banner.pc .focus-container{height:100vh !important}
#banner.pc .focus-pagination{
    bottom: 40px;
}
#banner .focus-pagination{
    width: 100%;
    text-align: center;
    bottom: 20px;
}
#banner.pc .focus-page{background-color: #888;}
#banner .focus-page-active,#banner.pc .focus-page-active{
    background-color: #fff;
}
#banner .inner {width:auto;max-width: 100%;text-align: center;position:relative;}
#banner .focus-container .focus-item img{
    object-fit: fill;
}
#banner ul.news_list li.news{position: relative;}
#banner ul.news_list li.news .news_imgs{width: 100%;height: 100vh;overflow: hidden;}
#banner ul.news_list li.news .news_imgs img{width: 100%;height: 100%;}
#banner ul.news_list li.news .news_wz{position: absolute;bottom: 0;width: 100%;background: url(images/banner-bg.png) no-repeat bottom;height: 274px;}
#banner ul.news_list li.news .news_title{display: inline-block;font-size: 36px;font-weight: bold;color: #fff;line-height: 47px;position: absolute;bottom: 95px;    left: 0;right: 0;}
#banner ul.news_list li.news .news_title a{color: #fff;}
.mbanner.pc .slick-dots{bottom: 40px;}
.mbanner .slick-dots li.slick-active{opacity: 1; filter:alpha(opacity=100);}
.mbanner .slick-dots li{  transition:all 0.4s ease-in-out;  height: 14px;width: 14px;margin: 0px 8px;background: #fff;opacity: 0.5;filter:alpha(opacity=50);}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}
.main0{position: fixed;right: 0;top: 14%;width: 109px;z-index: 8;background: url(images/m0-bg.png) no-repeat center;height: 535px;}
.main0 .inner{width: 109px;}
.main0 .post-09 .con{    padding-top: 110px;}
.main0 .post-09 ul li.news{border-top: 1px solid rgb(255 255 255 / 30%);}
.main0 .post-09 ul li.news.n1{border-top: 0px solid rgb(255 255 255 / 30%);}
.main0 .post-09 ul li.news .news_box{padding: 25px 0;}
.main0 .post-09 ul li.news .news_imgs{text-align: center;}
.main0 .post-09 ul li.news .news_imgs img{width: auto;transition:1s;}
.main0 .post-09 ul li.news .news_title{text-align: center;color: #fff;line-height: 21px;font-size: 16px;margin-top: 8px;}
.main0 .post-09 ul li.news .news_title a{color: #fff;}
.main0 .post-09 ul li.news:hover .news_imgs img{-webkit-animation:icon-bounce .5s alternate;-moz-animation:icon-bounce .5s alternate;-o-animation:icon-bounce .5s alternate;animation:icon-bounce .5s alternate;}
@keyframes icon-bounce{0%,100%{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-ms-transform:rotate(0);}
25%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);transform:rotate(15deg);-ms-transform:rotate(15deg);}
50%{-webkit-transform:rotate(-15deg);-moz-transform:rotate(-15deg);transform:rotate(-15deg);-ms-transform:rotate(-15deg);}
75%{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);transform:rotate(5deg);-ms-transform:rotate(5deg);}
85%{-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);transform:rotate(-5deg);-ms-transform:rotate(-5deg);}
}

.main1{background: #F2F2F2;}
.main1 .inner{padding:66px 0px 101px;}
.main1 .ml{float:left; width:48.5%;}
.main1 .mr{float:right;width: 48.5%;}
.main1 .post .con{padding-top: 40px;}
.main1 .post ul li.news:nth-child(odd){background: #E7E9ED;}
.main1 .post ul li.news:nth-child(even){background: #FBFBFB;}
.main1 .post ul li.news .news_box{padding: 0 30px;}
.main1 .post ul li.news .news_title{float: left;line-height: 54px;width: 75%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 18px;}
.main1 .post ul li.news .news_time{float: right;line-height: 54px;color: #999999;font-size: 14px;}

.main2{background: url(images/m2-bg.png) no-repeat center;background-size: cover;}
.main2 .inner{padding: 60px 0 63px;}
.main2 .post-21 .tt{text-align: center;}
.main2 .post-21 .tt .tit{float: none;}
.main2 .post-21 .tt .tit .title span{display: block;padding: 0;}
.main2 .post-21 .tt .tit .title{color: #fff;line-height: 38px;}
.main2 .post-21 .con{margin-top: 30px;/* background: rgb(255 255 255 / 25%); *//* border-radius: 18px; */    padding: 20px 140px 39px;}
.main2 .post-21 ul{margin: 0 -67px;}
.main2 .post-21 ul li.news{float: left;width: 50%;text-align: center;font-size: 30px;font-weight: bold;color: #fff;}
.main2 .post-21 ul li.news:nth-child(2) .news_box{background:#59C4F4;}
.main2 .post-21 ul li.news .news_title{color:#fff;}
.main2 .post-21 ul li.news .news_box{margin: 0 67px;background:#489CFF;border-radius: 12px;line-height:97px;height:97px;}
.main2 .post-21 .tab-tt{    float: left;margin-right: 50px;width: 300px;}
.main2 .post-21 .tab-tit{font-size: 20px;font-weight: bold;color: #fff;line-height: 26px;margin-bottom: 23px;}
.main2 .post-21 .tab-tt-nr{    width: 300px;height: 56px;line-height: 56px;border-radius: 10px;font-size: 16px;color: #999999;font-family: "Microsoft YaHei";padding: 0 25px;  
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        border: 1px solid #ABBBE0;
        background: #fff url(images/jiantou.png) no-repeat 254px center;    cursor: pointer;
}
.main2 .post-21 iframe{width: 930px;height: 105px;overflow: hidden;}


.main3{background: url(images/m3-bg.png) no-repeat bottom;}
.main3 .inner{padding: 85px 0 100px;}
.main3 .mt{}
.main3 .mt .post1 .tt{text-align: center;position: relative;}
.main3 .mt .post1 .tt .tit{float: none;}
.main3 .mt .post1 .tt .tit .title .tt2{padding: 0;display: block;}
.main3 .mt .post .more_btn{position: absolute;right: 0;}
.main3 .post-31 .txt{font-size: 26px;font-weight: bold;line-height: 35px;color: #204087;padding-top: 32px;text-align: center;}
.main3 .post-31 .con{ padding-top: 41px;}
.main3 .post-31 ul{margin: 0 -17px;}
.main3 .post-31 ul li.news{float: left;width: 25%;margin-bottom: 30px;}
.main3 .post-31 ul li.news .news_box{margin: 0 17px;position: relative;    overflow: hidden;}
.main3 .post-31 ul li.news .news_imgs{overflow: hidden;height:320px;}
.main3 .post-31 ul li.news .news_imgs img{height: 270px;width: 100%;}
.main3 .post-31 ul li.news .news_wz{position: absolute;bottom: 0;width: 100%;height: 120px;transition-duration: 0.8s;z-index: 9;background: rgba(32, 64, 135, .8);}
.main3 .post-31 ul li.news:hover .news_wz{height: 320px;}
.main3 .post-31 ul li.news .news_con{padding: 0 10px;}
.main3 .post-31 ul li.news .news_title{color: #fff;font-size: 21px;font-weight: bold;line-height: 29px;padding: 16px 0 10px;text-align: center;}
.main3 .post-31 ul li.news .news_title a{color: #fff;}
.main3 .post-31 ul li.news .news_tt2{color: #fff;line-height: 23px;font-size: 16px;text-align: center;}
.main3 .post-31 ul li.news .news_text{display: none;border-top: 1px solid rgb(255 255 255 / 50%);transition-duration: 0.8s;margin-top: 15px;color: #fff;padding-top: 20px;}
.main3 .post-31 ul li.news:hover .news_text{display: block;}
.main3 .post-31 ul li.news .nr .list-paddingleft-2{margin:0}
.main3 .post-31 ul li.news .nr .list_item{float:left;font-size: 14px;line-height: 26px;}
.main3 .post-31 ul li.news .nr .list_item a{color: #fff;}
.main3 .post-31 ul li.news .nr .list_item .fields{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;    padding-right: 10px;}
.main3 .post-31 ul li.news .news_text .zsdh {font-size: 16px;font-weight: bold;line-height: 21px;margin-top: 10px;color: #fff;}
.main3 .post-31 ul li.news .news_text .zsdh span {margin-right: 10px;}

.main3 .mb{padding-top: 60px;}
.main3 .ml{width: 48.5%;float: left;}
.main3 .mr{width: 48.5%;float: right;}
.main3 .mb .con{padding-top: 40px;}
.main3 .mb .post1 .tt .tit .title .tt2{padding: 0;display: block;}
.main3 .mb .post ul li.news{position: relative;}
.main3 .mb .post ul li.news .news_imgs, .main3 .mb .post ul li.news .news_vid{position: relative;overflow: hidden;padding-top: 66.9%;}
.main3 .mb .post ul li.news .news_imgs img, .main3 .mb .post ul li.news .news_vid video{position: absolute;width: 100%;height: 100%;top: 0;left: 0;right: 0;transition-duration: 0.8s;object-fit: fill;}


.main3 .mb .post ul li.news .news_imgs img:hover{ transform: scale(1.12);}
.main3 .mb .post ul li.news .news_wz{background: url(images/p32-li.png) no-repeat left center;position: absolute;bottom: 0;height: 168px;width: 100%;}
.main3 .mb .post ul li.news .news_con{    position: absolute;bottom: 19px;z-index: 9;}
.main3 .mb .post ul li.news .news_title{line-height: 30px;padding: 0 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #fff;font-size: 20px;font-weight: bold;}
.main3 .mb .post ul li.news .news_title a{color: #fff;}



/**标题栏新闻窗口**/
.post { margin-bottom:0px; }
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 16px;font-weight:normal;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 45px;color: #204087;font-family:"Microsoft yahei";}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con { padding: 0; margin:0 auto; }
.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; }
.post .more_btn {display:inline-block;*display:inline; *zoom:1; height: 34px;margin-top: 0px;line-height: 34px;float:right;}
.post .more_btn .more_text,.post .more_btn a {font-size:14px; cursor:pointer;} 
.post .more_btn a{color:#204087;} 
.post .more_btn a:hover{color:#204087;} 
/*标准标题*/
.post1 {}
.post1 .tt {border-bottom: 0px solid #204087;}
.post1 .tt .tit {}
.post1 .tt .tit .title {display:inline-block;font-size: 34px;font-weight:bold;color: #204087;}
.post1 .tt .tit .title .tt2 {font-size: 20px;padding-left: 20px;}
.post1 .more_btn a{color:#204087;}



/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 34px;padding-left:0px;} /**标题图标**/
.news_list li.news span.news_title { float:left; }/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:22px; color:#666;}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}
/*日历新闻样式1*/
.rili{}
.rili .con{}
.rili .news_list {}
.rili .news_list li.news{border-bottom: 2px dashed #c4c4c4;    padding: 14px 0 11px;}
.rili .news_list li.news.n1{}
.rili .news_list li.news .news_date{float: left;width: 56px;margin-right: -56px;font-family:"Microsoft YaHei";text-align:center;vertical-align:middle;}
.rili .news_list li.news .news_date .news_year{font-size: 14px;color: #3f3f3f;background: #ebebeb;line-height: 27px;}
.rili .news_list li.news .news_date .news_days{height: 29px;line-height: 29px;font-size: 22px;color: #fff;background: #e20000;vertical-align:top;font-weight: bold;}
.rili .news_list li.news .news_wz{width:100%;} 
.rili .news_list li.news .news_wz .news_con{margin-left:72px;}
.rili .news_list li.news .news_title{line-height: 29px;margin-top: 0px;color:#000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} 
.rili .news_list li.news .news_text{line-height: 27px; margin-top:0px;font-size: 14px;color:#696969;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


/* 分享二维码 */
.shares{text-align:center;}
.shares ul{width:auto; margin:0 auto;text-align: right;float:right;}
.shares li{float:left; margin-left:11px; position:relative;}
.shares li a{display:inline-block; width: 42px; height: 42px; border: 0px solid red;  opacity:.6; filter:Alpha(opacity=60); vertical-align:top;}
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{background:url(images/share-5.png) no-repeat center;}
.shares li.i2 a{background:url(images/share-1.png) no-repeat center;}
.shares li.i3 a{background:url(images/share-2.png) no-repeat center;}
.shares li.i4 a{background:url(images/share-3.png) no-repeat center;}
.shares li.i5 a{background:url(images/share-4.png) no-repeat center;}
.shares li span{display:block; line-height:22px; font-size:12px; color: #D0D4EA;text-align:center;}
.shares li .con{display:none; position:absolute; bottom: 60px; left:50%;z-index:100; margin-left: -50px; width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}
/**友情链接**/
.botlinks .links-wrap {position: relative;float: left;display: inline-block; line-height: 24px;}
.botlinks .links-wrap a.links-arrow {display: block; height: 24px; line-height: 24px; padding: 0 40px 0 5px; color:#fff;font-size: 18px; background: url(images/arrow.png) no-repeat right;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { background: url(images/arrow2.png) no-repeat right; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0; bottom: 24px; width: auto; min-width:100%; height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #f5f5f5;}
.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; margin:0 6px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #0f429b;cursor: pointer;}/**链接样式**/
.botlinks .links-wrap2{margin-left: 75px;}


/***********************************************************
 * 列表页
 */
 body.list{background: #F2F2F2;}
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 470px;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {    position: relative;top: -75px;}
.list-f #l-container{top:0px;}
#l-container .inner {padding:0px 0 25px;}
/**主体文章页开始**/
#d-container {  position: relative;top: -75px;}
#d-container .inner {padding:0px 0 25px;}

.col_menu {width: 330px;float:left;margin-right:-330px;position:relative;} 
.list-f .col_menu{float:none;margin-right:0px;width: 400px;    position: absolute;}
.col_menu .col_menu_head {background: #1F4393;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:28px; font-weight:bold; color:#fff; }/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:75px; padding:0px;text-align: center;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;background: #fff;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #204087; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 15px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{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:#204087; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #204087;}
.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:#204087;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;border-top:1px solid #eee;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 28px;padding: 5px 10px 5px 52px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:#204087;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {background:none; } 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 51px; cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#204087;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{     margin-left: 350px;background: #fff;}
.list-f .col_news .col_news_box{margin-left: 0px;}
.col_news .col_news_box1{  background: #fff;}
.col_news_head {border-bottom: 1px solid #1F4393;margin: 0 48px 0 42px;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 20px;font-family:"Microsoft yahei";font-weight: normal;color: #204087;border-bottom: 3px solid #CBCBCB;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 75px;line-height: 75px;color: #666666;opacity: 0.8;    font-size: 16px;} /**当前位置**/
.col_metas .col_path a{color: #666666;}
.col_news_con { padding:5px 0px 10px;margin: 0 48px 0 42px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index { }  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.75; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); } /**列表页文章图片大小限制**/
/**文章页**/
.infobox {width:auto; margin:0 auto;padding: 38px 48px 60px 42px;}
.article {}
.article h1.arti_title {line-height: 42px;font-family: "Microsoft YaHei";font-size: 32px;text-align: center;color: #1F4393;} /**文章标题**/
.article h2.arti_title {line-height: 40px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas { padding:17px 0 40px; text-align:center;line-height: 21px;}
.article .arti_metas span { margin:0 5px; font-size:16px; color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;margin-top:10px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size: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;}
/**页脚开始**/
#footer {background: #1F4393;}
#footer .inner {padding:16px 0px 13px;position:relative;}
#footer .inner .mod{}
#footer .inner .foot-left{float:left;text-align: left;margin-top: 7px;}

#footer .inner .foot-right{float:right;text-align: right;}
#footer p{font-size: 14px;line-height: 19px; font-weight:normal;color: #fff;opacity: 0.7;}
#footer .copyright{    text-align: center;}
#footer .copyright span{margin: 0 7px;}
#footer .copyright a{color:#eee;}
#footer .inner2{border-top: 1px solid rgb(255 255 255 / 25%);padding: 55px 0 40px;}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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;float: right;padding-left: 24px;cursor: pointer; border-left: 1px solid rgb(255 255 255 / 30%);position: absolute;right: 0px;top: 13px;}
.wp-search {position: relative;border: 0px solid #d0d0d0;}
.wp-search form {display: block;}
.wp-search .search-input {margin-left:4px; margin-right: 40px;}
.wp-search .search-input input.search-title {width: 100%;height: 22px;padding: 4px 0;line-height: 22px;background: none;color: #FFFFFF;font-size: 14px;border:0;outline: 0;}
.wp-search .search-btn {width:32px;height: 32px;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width:32px;height: 30px;border:0;outline: 0;background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer;}

.layer {position: fixed;opacity: 0;filter: alpha(opacity=0);left: 0;top: 0;z-index: -1;background-color: rgba(0, 0, 0, .85);width: 100%;height: 0%;transition: all 0.8s ease-in-out;}
.close {width: 50px;text-align: center;position: absolute;right: 2vw;top: 2vw;transition: transform .4s ease-out;}
.close i {color: #fff;font-size: 40px;cursor: pointer;}
.close:hover {transform: rotate(180deg);}
.layer.on {z-index: 99990;opacity: 1;filter: alpha(opacity=100);}
.search_box {width: 50%;overflow: hidden;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%) scale(.8);}
.layer.on .search_box {transform: translate(-50%, -50%);}
.search_box .searchKeyword {height: 50px;line-height: 50px;background-color: #fff;width: 100%;padding-right: 100px;padding-left: 10px;border: 0;box-sizing: border-box;}
.search_box .serachSubmit {width: 100px;background-color: #204087;color: #fff;height: 50px;line-height: 50px;text-align: center;position: absolute;right: 0;top: 0;border: none;font-size: 18px;letter-spacing: 1px;}
.layer.on {z-index: 99990;opacity: 1;   height: 100%;filter: alpha(opacity=100);}
/*去除搜索框历史文字背景颜色*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-transition-delay: 99999s;
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}


/*列表页*/
.col_news_list .news_list li.news{border-bottom: 1px solid #DDDDDD;}
.col_news_list .news_list li.news.n10{/*border-bottom: 1px solid #1F4393;*/}
.col_news_list .news_list li.news .news_box{padding: 16px 0 21px;}
.col_news_list .news_list li.news .news_meta{width: 65px;float: left;color: #1F4393;text-align: right;font-family: "Arial";padding-right: 25px;position: relative;}
.col_news_list .news_list li.news .news_meta::before{background: #E0E0E0;width: 1px;height: 53px;right: 0;top: 7px;position: absolute;content: "";}
.col_news_list .news_list li.news .news_day{font-size: 36px;font-weight: bold;line-height: 41px;}
.col_news_list .news_list li.news .news_year{font-size: 14px;line-height: 16px;margin: 4px 0 0;}
.col_news_list .news_list li.news .news_con{padding-left: 114px;}
.col_news_list .news_list li.news .news_title{font-size: 18px;font-weight: bold;line-height: 27px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 19px;}
.col_news_list .news_list li.news .news_text{display: none;font-size: 12px;color: #695054;font-size: 16px;line-height: 26px;margin-top: 11px;}
.col_news_list .news_list li.news.n1 .news_text{overflow: hidden;text-overflow: ellipsis;display:block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 53px;}
.col_news_list .news_list li.news.n1 .news_title{color: #1F4393;margin-top: 3px;}
.col_news_list .news_list li.news.n1 .news_title a{color: #1F4393;}
.col_news_list .news_list li.news.n1 .news_box{padding: 24px 0 23px;}
.col_news_list .news_list li.news.n1 .news_meta::before{height: 88px;}

.possplit{background: none;    text-indent: 0;width: 27px;text-align: center;}
.wp_paging{    float: none;    padding: 30px 0 60px;}
/*************************************************************
 * 特殊页面
 */
/*二级页面*/
/**通用查询**/
.tycx #l-container{top: 0;padding: 20px 0;}
.tycx #l-container iframe{width:100%;height:544px;background: #fff;background-size: cover;}
