@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:#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+ */}
/**布局开始**/
body {line-height: 1;font-size: 13px;font-family: "Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color: #192e42;}
p{line-height:1.75;}
a {color:#192e42; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover {color: #0d62b5;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner { width:1200px;margin:0 auto; } /**页面全局宽度**/
.wrapper .inner1 {width:1500px;margin:0 auto;}
.wrapper .inner2 { width:1300px;margin:0 auto; }
.wrapper .inner-s { width:1000px;margin:0 auto; }

/*headtop*/
#headtop{background: #0d62b5;}
#headtop .inner{
    padding-top: 9px;
}
.headtop .top-left{margin-left: 7px;float: left;}
.headtop .top-right{float:right;}


/*head开始*/
#header {
    position: absolute;
    top: 0;
}
body.main #header{
    /* background:#0d62b536; */
    background-image: -moz-linear-gradient( -90deg, rgb(1 140 209) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(1 140 209) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(1 140 209) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
}
#header .inner{height: 110px;position:relative;}
.header .sitelogo{float:left;padding-top: 25px;padding-left: 0px;}
.header .sitelogo img {height: 66px;margin-top: 10px;}
.header .sitetitle {display:inline-block;margin-top: 10px; margin-left:20px;font-size:40px;font-weight:bold;color:#fff;} /**站点名称**/
.header .head-left{float:left;display:inline-block;}
.header .head-main{float:left;margin-top:10px;}
.header .head-right{float:right;margin-top: 25px;width:auto;color: #ffffff77;}

.header .top-links { margin-bottom: 14px; text-align: right;}
.header .top-links a { font-size: 15px; color:#ffffffbb; margin:0 10px;}
.header .top-links a:hover {color:#fff;}

/*默认主导航样式*/
#nav{ margin-top: 15px;}
#nav .inner{    height: auto;}
#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);}
/*导航样式：后台绑定时也可以定义配置*/
#nav .wp-menu {margin:0 auto}
#nav .wp-menu .menu-item {display: inline-block; float: left; position: relative;}
#nav .wp-menu .menu-item.i1 { background:none;}
#nav .wp-menu .menu-item a > .menu-switch-arrow {
    display: inline-block;
    position: relative;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: url(images/arrow_down.png) center center no-repeat;
    background-size: contain;
    opacity: 0.9;
}
#nav .wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 18px;line-height: 50px;color: #FFFFFF; font-size: 20px;
    font-weight: bold;text-shadow: 1px 1px #0d62b5eb;}
#nav .wp-menu .menu-item.hover a.menu-link,
#nav .wp-menu .menu-item a.hover{ background-color:#0d62b5; text-decoration: none; color: #eee;}

#nav .wp-menu .menu-item:hover .menu-switch-arrow {
    transform: rotate(180deg);
  }

  #nav .sub-menu {display: none;position: absolute;left: 0;top: 50px;min-width: 100%;z-index: 100;background:#fff;box-shadow: 1px 1px 4px 1px rgb(228 228 228);}
  #nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
  #nav .sub-menu .sub-item a {display: block;color: #000;height: 42px;line-height: 42px;padding: 0 17px;font-size: 16px;background:none; text-align:center;}
  #nav .sub-menu .sub-item.hover> a,
  #nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#28b481; display: block; }
  #nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
  
/**主页banner开始**/
#banner {background: #eee;min-height: 420px;}
#banner .inner {width:auto;text-align: center;position:relative;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}


/**首页三列布局**/

/**标题栏新闻窗口**/

.post .tt {position: relative;text-align: center;display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;} /**标题栏**/
.post .tt .tit {display:inline-block;font-size: 30px;font-weight:normal;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 42px;color: #192e42;font-family:"Microsoft yahei";font-weight: bold;}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con {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 {width: 120px;margin-left: -120px;/* position: absolute; */display:inline-block; *zoom:1;height: 42px;line-height: 42px;top: 0;}
.post .more_btn .more_text,.post .more_btn a {font-size:13px; cursor:pointer;} 
.post .more_btn a{width: 120px;height: 42px;line-height: 42px;display: block;color:#666;} 
.post .more_btn a:hover{color:#666;} 
/**自定义新闻列表**/
.news_list {font-size: 16px;}
.news_list li.news {line-height:45px;} /**标题图标**/
.news_list.list2 li.news:hover { background:#e5eff159;}
.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; font-size:17px; color: #9a9a9a;}/*属性*/
.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;}

.news_list.list2 {font-size: 18px; margin: 20px 0 35px;}
.news_list.list2 li.news {line-height:45px;padding:0 10px;} 
.news_list.list2 li.news span.news_title a:hover {color:#b50d0d;}

/***********************************************************/

/*标题文*/
.news_text{}
.news_text .news_list {}
.news_text .news_list li.news{margin-bottom:10px;} 
.news_text .news_list li.news .news_title{line-height: 24px; font-size: 15px;} 
.news_text .news_list li.news .news_text{line-height:22px;font-size: 13px;}
.news_text .news_list li.news .news_time{line-height: 28px;font-size: 13px;}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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;margin-top:6px;margin-left: 10px;}
.wp-search {position: relative; background: #ffffffee;}
.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: 9px 0;line-height: 22px;background: none;color: #949494;font-size: 14px;border:0;outline: 0;    font-family: auto;text-indent: 10px;}
.wp-search .search-btn {width:40px;height: 40px;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width:40px;height: 40px;border:0;outline: 0;background: #28b481 url(images/sso.png) no-repeat center;cursor: pointer;    background-position-x: 11px;}



/*banner*/
.mbanner .focus .focus-title-bar {
    display: none!important;
    bottom: 55px;
    left: 50%;
    margin-left: -600px;
    height: 50px;
}
#banner .focus-title {
    line-height: 50px;
    height: 50px;
    font-size: 20px;
}
.mbanner .focus .focus-title-bg {background-color: #000;opacity: 0.4;filter:alpha(opacity=60);}

.mbanner .focus .focus-pagination {position:absolute;right: 14px;bottom: 14px;margin-right: 0px;z-index:60;}
.mbanner .focus .focus-page { display:inline-block; width:9px; height:9px;  margin-right:6px;background:#fff;}
.mbanner .focus .focus-page-active {width:18px;background: #fff;opacity:1; filter:Alpha(opacity=100);}

.mbanner .focus .focus-navigation {width:58px; height:53px; opacity: 0.7; filter:alpha(opacity=70); background:url(images/slide_next.png) no-repeat; text-indent:-999em;}
.mbanner .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-prev { left:0px;}
.mbanner .focus .focus-next { right:0px;background-position:right top}


.post.post1.post-12.mbox .news_imgs {
    float: right;
    width: 635px !important;
    position: absolute;
    right: 0;
    height: 430px !important;
	    max-height: 430px;
    overflow: hidden;
}
.post.post1.post-12.mbox .news_imgs img {
    width: 100%;
    height: auto;
}
.post.post1.post-12.mbox {
    position: relative;
}
.post.post1.post-12.mbox .news_wz {
       position: absolute;
    width: 635px;
    float: left;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-bottom: 4px solid rgba(227,227,227,.8);
    border-right: 4px solid rgba(227,227,227,.5);
    left: 0;
    z-index: 999;
    background: #fff;
	top: 50px;
}
.post.post1.post-12.mbox li {
    height: 430px;
	    position: relative;
}
.post.post1.post-12.mbox .news_wz .news_con {
       padding: 45px 70px 55px 50px;
}
.post.post1.post-12.mbox .news_title {
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 25px;
}
.post.post1.post-12.mbox .news_text {
    font-size: 15px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 96px;
}
.post.post1.post-12.mbox .news_time {
    font-size: 16px;
    color: #3c3c3c;
    margin-top: 25px;
}

.sudy-pubdate {
    height: auto;
}
.post.post1.post-13.mbox li {
  
    
    float: left;
	
    width: 25%;
}

.post.post1.post-13.mbox .news_box.clearfix {
    padding: 20px 40px 60px 25px;
    margin: 0 15px;
    background: #fff;
	 border-bottom: 4px solid rgba(227,227,227,.8);
    border-right: 4px solid rgba(227,227,227,.8);
   
	    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}.post.post1.post-13.mbox ul.news_list.clearfix {
    margin: 0 -15px;
}
.top.clearfix {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.post.post1.post-13.mbox .news_days {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}.post.post1.post-13.mbox .news_year {
    font-size: 40px;
    font-weight: bold;
    color: #437ad5;
    line-height: 34px;
}
.post.post1.post-13.mbox .news_titled {
    float: right;
    font-size: 16px;
    color: #7c7c7c;
    line-height: 20px;
	    margin-top: 24px;
}.post.post1.post-13.mbox .news_title {
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.post.post1.post-13.mbox .news_text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
	    margin-top: 25px;
}
.post.post1.post-13.mbox .news_date {
    float: left;
}
.post.post1.post-14.mbox li {
    float: left;
    width: 50%;
	margin-bottom: 40px;
}
.post.post1.post-14.mbox .news_box.clearfix {
    
    margin: 0 15px;
    background: #fff;
    border-bottom: 4px solid rgba(227,227,227,.8);
    border-right: 4px solid rgba(227,227,227,.8);
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}
.post.post1.post-14.mbox ul.news_list.clearfix {
    margin: 0 -15px;
}

.post.post1.post-14.mbox .tt {
    margin-bottom: 20px;
}
.post.post1.post-14.mbox .news_date {
    width: 80px;
    background: #437ad5;
	    float: left;
		    padding: 20px 0;
}
.post.post1.post-14.mbox .news_days {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
	    line-height: 32px;
}
.post.post1.post-14.mbox .news_year {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-weight: bold;
}
.post.post1.post-14.mbox .news_con {
    margin-left: 100px;
    padding-right: 20px;
}
.post.post1.post-14.mbox .news_title {
    font-size: 20px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.post.post1.post-14.mbox  .news_text {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 24px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


.main2 .inner {
   padding: 45px 0;
}

.main2 .ml,.main2 .mc {
   width: 380px;
   float: left;
}

.main2 .mr {
   width: 380px;
   float: right;
}

.main2 .mc {
   margin: 0 30px;
}

.main2 .con {
   border-top: 5px solid #0d62b5;
   padding: 10px 17px;
   margin-top: 20px;
   height: 435px;
   background: #f1f4f5;
}
.post-22 .news_list li.news {
   border-bottom: 1px solid #e6e5e0;
   color: #192e42;
   font-size: 16px;
}

.post-22 .news_list li.news a {
   color: #192e42;
   line-height: 54px;
   font-size: 16px;
}

.post-23 .news_imgs {
   background: #fff;
   width: 345px;
   height: 190px;
}
.post-23 .news_imgs img {
   width: 100%;
   height: 100%;
}
.post-23 .news_mate {
   background: #f4b52f;
   width: 70px;
   float: left;
}

.post-23 .news_con {
   position: relative;
   background: url(images/right2.png) no-repeat right 43px;
   width: 265px;
   float: right;
}

.post-23 .news_mate .year {
   height: 30px;
   font-size: 18px;
   line-height: 30px;
   color: #fff;
   text-align: center;
   border-bottom: 1px solid #f9c860;
}

.post-23 .news_mate .date {
   height: 29px;
   font-size: 18px;
   line-height: 29px;
   color: #fff;
   text-align: center;
}

.post-23 .news_wz {
   border-bottom: 1px solid #e6e5e0;
   padding: 14px 0;padding-bottom:3px
}

.post-23 .news_con .news_title {
}

.post-23 .news_con .news_title a {
   font-size: 16px;
   line-height: 30px;
   color: #b50d0d;
}
.main2 .post-23 .con {
   height: 260px;
}
.main2 .post-24 .con {
   border-top: 0px solid #b50d0d;
   margin-top: 0;
   height: 157px;
}

.post-24  .news_title {
   color: #192e42;
   float: left;
   line-height: 56px;
   font-size: 16px;
}

.post-24 .news_mate {
   color: #838f9d;
   float: right;
   line-height: 53px;
   font-size: 16px;
}

.post-24 .news_title {
   color: #192e42;
   line-height: 53px;
   font-size: 16px;
}

.post-24 .news_list li.news { line-height: 49px;}
.post-25 .news_image {
   overflow: hidden;
   background: #fff;
   width: 246px;
   height: 140px;
   float: left;
}

.post-25 .news_image img {transition-duration: 1.5s;overflow: hidden;width:100%;height:100%;}

.post-25 .wz {
   width: 100px;
   float: right;
   background: #0d62b5;
   height: 140px;
}

.post-25 .news_list li.news {
   margin-bottom: 7px;
   height: 140px;
}

.post-25 .wz a {
   padding: 0 10px;
   display: inline-block;
   height: 100px;
   margin-top: 20px;
   width: 80px;
}

.post-25 .wz .news_title {
   text-overflow: ellipsis;
   white-space: nowrap;
   line-height: 32px;
   color: #fff;
   font-size: 20px;
   overflow: hidden;
}

.post-25 .wz a .more img,.post-31 .wz a .more img {
   vertical-align: bottom;
}

.post-25 .wz a .more {
   margin-top: 25px;
   text-align: right;
}
.post-25 li.n2 .wz {
   background: #0d62b5;
}


.main21 .inner {
    width: 1300px;
    margin:0 auto;
    padding: 45px 0;
 }
 
 .main21 .ml {
    width: 32%;
    float: left;
 }
 .main21 .mm {
    width: 34%;
    float: left;
 }
 .main21 .mr {
    width: 33%;
    float: right;
 }
 
.main21 .post .tt {
    display: flex;
    justify-content: space-between;
}
.main21 .post .more_btn a {
    width: auto;
    height: 42px;
    line-height: 42px;
    display: block;
    color: #666;
}
.main21 .post .more_btn {
    width: auto;
}
.main21 .post .more_btn .more_text{
    font-size: 16px;
    cursor: pointer;
}
.main21 .con {
    border-top: 5px solid #0d62b5;
    padding: 10px 18px 30px;
    margin-top: 20px;
    background: #f1f4f5;
 }


.main21 .post-212 {margin-left: 32px;}
.main21 .post-213 {margin-left: 20px;}

.post-211 .xueshu-unit { display: flex;}
.post-211 .xueshu-unit.con {padding:20px 0 0; background:#fff;}

.post-211 .txt-news { width: 100%;}
.post-211 .txt-news .news_box {
    display: flex;
    min-height: 84px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d6e0e7;
}
.post-211 .txt-news .news_box .news_title {
    width: 85%;
    margin-right: 20px;
}
.post-211 .txt-news .news_box .news_date { color:#9a9a9a;} 
.post-211 .txt-news .news_list li.news {
    font-size: 17px;
    line-height: 28px;
    list-style-type: square;
    color: #0d62b5;
    margin-left: 18px;
}
.post-211 .txt-news .news_list li.news:hover {
    background: #f8fbfc;
    list-style-type: none;
    margin-left: 0;
    padding-left: 15px;
    border-left: 5px #f58a35 solid;
}
.post-211 .txt-news .news_list li.news:hover .news_title a{
    font-weight: bold;
    color: #0d62b5;
}
.post-211 .txt-news .news_list li.news:hover .news_date {
    color: #f78327;
}

.post-212 .xueshu-unit { display: flex;}
.post-212 .xueshu-unit.con {padding:20px 0 0; background:#fff;}

.post-212 .txt-news { width: 100%;}
.post-212 .txt-news .news_box {
    display: flex;
    min-height: 84px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d6e0e7;
}

.post-212 .txt-news .news_box .news_title {
    width: 85%;
    margin-right: 20px;
}
.post-212 .txt-news .news_box .news_date { color:#9a9a9a;} 
.post-212 .txt-news .news_list li.news {
    font-size: 17px;
    line-height: 28px;
    list-style-type: square;
    color: #0d62b5;
    margin-left: 18px;
}
.post-212 .txt-news .news_list li.news:hover {
    background: #f8fbfc;
    list-style-type: none;
    margin-left: 0;
    padding-left: 15px;
    border-left: 5px #f58a35 solid;
}
.post-212 .txt-news .news_list li.news:hover .news_title a{
    font-weight: bold;
    color: #0d62b5;
}
.post-212 .txt-news .news_list li.news:hover .news_date {
    color: #f78327;
}


.post-213 .xueshu-unit { display: flex;}
.post-213 .xueshu-unit.con {padding:20px 0 0; background:#fff;}

.post-213 .txt-news { width: 100%;}
.post-213 .txt-news .news_box {
     display: flex;
     min-height: 84px;
     justify-content: space-between;
     align-items: center;
     border-bottom: 1px solid #d6e0e7;
 }

.post-213 .txt-news .news_box .news_title {
    width: 85%;
    margin-right: 20px;
}
.post-213 .txt-news .news_box .news_date { color:#9a9a9a;} 
.post-213 .txt-news .news_list li.news {
    font-size: 17px;
    line-height: 28px;
    list-style-type: square;
    color: #0d62b5;
    margin-left: 18px;
}
.post-213 .txt-news .news_list li.news:hover {
    background: #f8fbfc;
    list-style-type: none;
    margin-left: 0;
    padding-left: 15px;
    border-left: 5px #f58a35 solid;
}
.post-213 .txt-news .news_list li.news:hover .news_title a{
    font-weight: bold;
    color: #0d62b5;
}
.post-213 .txt-news .news_list li.news:hover .news_date {
    color: #f78327;
}


.main3 {
   background: none;
   padding: 90px 0 70px;
}

.post-31 .news_list li.news {
   background: #e6e5e0;
   float: left;
   height: 540px;
   width: 350px;
}


.post-31 .news_list li.news.n1 {
   height: 550px;
   width: 856px;
   margin-right: 15px;
}

.post-311 .news_list li.news.n1 {
   width: 835px;
   height: 260px;
   margin-bottom: 15px;margin-right:0
}

.post-312 .news_list li.news.n1,.post-313 .news_list li.news.n1 {
   width: 410px;
   height: 265px;
   margin-right: 15px;
}
.post-313 .news_list li.news.n1{margin-right:0}
.post-31{float:left;margin-bottom: 18px;}
.post_right{float:right;width: auto;}
.post_right .post-31 {float:none;}
.post-31 .news_list li.news .news_title{padding-bottom: 5px;color:#fff;font-size:28px;font-weight:bold; padding-right:20px;border-bottom:1px solid #fff;line-height:36px;/* height:36px; */}
.post-31 .news_list li.news.n4 {height: 265px; width: 410px;}
.post-31 .wz {top: 0;position: absolute;padding: 40px;}
.post-31 .news_list li.news .news_image {width: 100%;height: 100%;    overflow: hidden;}
.post-31 .news_box { width: 100%; position: relative; height: 100%;}
.post-31 .wz a .more {  text-align: right;}
.post-31 .wz a .more span {color:#fff; font-size:20px; position:relative; top:12px; left:-5px;}
.post-31 .news_list li.news .news_image img { width: 100%; height: 100%;transition:all 1s}
.post-31 .news_list li.news:hover .news_image img{transform:scale(1.1)}
.post-31 .wz a {  display: block;}

.post-31 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #37b4ff;
    opacity: 0.27;
}
.post-31 .bg:hover {opcity:0;}



.main10 { padding: 60px 0 60px;background: #f4f7f8;}
.main10 .wp-inner {
    width: 1300px;
    margin: 0 auto;
}

.tit-unit {margin-bottom: 30px;}
.tit-unit .tt .tit { display: inline-block; float: left; font-size: 16px;font-weight: normal;}
.tit-unit .tt .tit .title {display:inline-block;margin-right:20px;font-size: 30px; line-height: 42px; font-weight:bold;color: #192e42;}
.tit-unit .more_btn a{color:#666;}

.tit-unit .tt .en {
    font-size: 30px;
    line-height: 42px;
    color: #d6d5d5;
}
.tit-unit .more_btn {display:inline-block; height: 20px;margin-top: 10px;line-height: 20px;float:right;}
.tit-unit .more_btn .more_text,.post .more_btn a {font-size:16px; cursor:pointer;} 
.tit-unit .more_btn a{color:#333;} 
.tit-unit .more_btn a:hover{color:#666;} 

.main10 .ml {
    width: 734px;
    float: left;
}

.post-11 .focus .focus-title {height: 70px;line-height: 76px;padding: 0 25px; font-size: 20px;}
.post-11 .focus .focus-title-bar {height: 70px; bottom:0px; left:0px; right:0px; margin-left:0px;}
.post-11 .focus .focus-title-bg {background: #000000; opacity: 0.33; filter:alpha(opacity=33);}
.post-11 .focus .focus-pagination {position:absolute;right: 14px;bottom: 16px;}
.post-11 .focus .focus-page {width: 10px;height: 10px; line-height: 10px; font-size:12px; border-radius: 5px; background-color: #fff; color: #000;opacity: 0.5;filter:alpha(opacity=50);margin-right:16px;}
.post-11 .focus .focus-page span {}
.post-11 .focus .focus-page:hover {opacity: 1.0;filter:alpha(opacity=100);}
.post-11 .focus .focus-page-active {opacity: 1.0;filter:alpha(opacity=100);}

.post-11 .focus .focus-navigation {background: #0d62b5!important; opacity: 0.7;filter:alpha(opacity=70);}
.post-11 .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.post-11 .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}


.home-news .con .news_list .news_wz {border-top: 1px solid #d6e0e7;}
.home-news .con .news_list .news_wz:hover{ background:#fff; border-left:5px #f78327 solid;}
.home-news .con .news_list .news_wz:hover .news_dates{color:#f78327;}
.home-news .con .news_list .news_wz:hover .news_title a{color:#0d62b5;font-weight:bold;}
.home-news .con .news_list .news_wz .news_con { height:62px; display: flex;justify-content: space-between;align-items: center;padding: 5px 10px 5px 20px;}
.home-news {float: right;width: 41%;}
.home-news .latest-news .news_title {
    display: flex;
    width: 70%;
    font-size: 17px;
    line-height: 28px;
    align-items: center;
}
.home-news .latest-news .news_dates {
    display: flex;
    font-size: 17px;
    color: #9a9a9a;
}

.main1 {position:relative; background: #f4f7f8;margin-top: 50px; padding:50px 0 80px;}
.main1 .tit-line {
    width: 50px;
    height: 5px;
    background-color: #0d62b5;
    margin: 0 auto;
    margin-top: 8px;
}
.post-101 .focus .focus-title {height: 34px;line-height: 34px;padding: 0 15px; font-size: 14px;}
.post-101 .focus .focus-title-bar {height: 34px; bottom:0px; left:0px; right:0px; margin-left:0px;}
.post-101 .focus .focus-title-bg {background-color: #000;}

.post-101 .focus .focus-pagination {position:absolute;right: 14px;bottom: 46px;}
.post-101 .focus .focus-page {width: 20px;height: 20px; line-height: 20px; font-size:12px; border-radius: 0px; background-color: #fff; color: #000;}
.post-101 .focus .focus-page span {display:block;}
.post-101 .focus .focus-page:hover {font-size: 13px; color: #000; font-weight: bold; }
.post-101 .focus .focus-page-active {background-color: #146CC1;color:#fff;}

.post-101 .focus .focus-navigation {opacity: 0.7;filter:alpha(opacity=70);}
.post-101 .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.post-101 .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}

.post-101 .con {margin-top: 30px;}
.post-101 .news_list { margin:0 -15px;}
.post-101 .news_list li.news{float:left;width:33.33%;}
.post-101 .news_list li.news .news_box{margin:0px 15px; transition:all 0.4s ease-in-out;position: relative;}
.post-101 .news_imgs {width:100%;height: 280px; background: #fff;overflow: hidden;}
.post-101 .news_imgs img{width:100%;height: 280px; }
.post-101 .news_imgs:hover img{ transform: scale(1.1);transition:all 0.4s ease-in-out;}
.post-101 .news_wz { text-align: center;}
.post-101 .news_con {padding: 10px;}
.post-101 .news_title { color: #192e42; font-size: 16px;line-height: 30px; }
.post-101 .news_title a{ color: #192e42;}

.post-101 .more_btn {
    display: none;
    margin-left: -71px;
    line-height: 20px;
    height: 40px;
    float: none;
    display: block;
    position: absolute;
    bottom: -70px;
    left: 50%;
}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 235px;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:25px 10px;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {padding:20px 60px;background:#fff;}

.col_menu {width: 280px;float:left;margin-right:-280px;position:relative;top: -82px;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #0d62b5;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:52px;letter-spacing: 1px; padding: 15px 5px 15px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:none}
/*栏目列表*/
body.list #header {
    position: inherit;
    background: #1f69be;
    padding-bottom: 110px;
}
.col_list{}
.col_list .wp_listcolumn { 
        display: block;
        width: 97%;
        border: none;        
}
.col_list .wp_listcolumn .wp_column a {border-left: #0d62b5 8px solid;color:#192e42;font-size: 18px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #e1e6e9;}
.col_list .wp_listcolumn .wp_column a .column-name{padding: 15px 30px;line-height:32px;}
.col_list .wp_listcolumn .wp_column a:hover {border-left: #53d4a5 8px solid; background: #fff;}
.col_list .wp_listcolumn .wp_column a.selected { background:#53d4a5; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #fff;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#192e42;background:none; border-top:1px solid #fff; border-bottom:1px solid #e1e6e9;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#0d62b5;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#192e42;border-top:1px solid #e1e6e9;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:#0d62b5;} 
/*三级子栏目**/
.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:#0d62b5;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;margin-bottom: 50px;} 
.col_news .col_news_box{margin-left: 330px;}
.col_news_head {margin-top: 10px;border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title { display:inline-block; float:left; height: 52px; line-height: 52px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 24px; letter-spacing: 1px; font-weight: normal;color: #192e42;border-bottom: 4px solid #d0d5db; }
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 52px;line-height: 52px;color: #666;} /**当前位置**/
.col_metas .col_path a{color: #192e42;}
.col_news_con { padding:5px 0px 10px 0px; margin:0;}
.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:#192e42;}
.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:100%; } /**列表页文章图片大小限制**/

.wp_single.wp_column_article { margin:30px 0;}

/**文章页**/
.infobox {
    width: auto;
    margin: 50px auto;
    padding: 0 50px 20px;
    box-sizing: border-box;
    box-shadow: 9px 3px 59px -36px rgba(0,0,0,0.34);
    -webkit-box-shadow: 9px 3px 59px -36px rgba(0,0,0,0.34);
    -moz-box-shadow: 9px 3px 59px -36px rgba(0,0,0,0.34);
}
.article {padding-top:10px;min-height: 500px;}
.article h1.arti_title {
    margin: 50px 15px 20px;
    line-height: 1.4;
    font-family: "Microsoft YaHei";
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #192e42;
}
.article h2.arti_title {line-height: 40px;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;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;}
.article .entry .read em {
font-weight: normal;
font-style: italic;
}


.wp_editor_art_paste_table td {
    background: white;
    padding: 5px 10px;
    border: 1px solid #e8edf0;
}

.wp_paging {
    font-size: 15px;
}

.ad-unit {}
.ad-unit img { width:100%}


.org-unit {position: relative;}
.org-unit img { display:block; }
.org-unit .p1 {position:absolute;left: 442px;top: 20px;z-index:1;}
.org-unit .p2 {position:absolute;left: 442px;top: 230px;z-index:1;}
.org-unit .p3 {position:absolute;left: 442px;top: 438px;z-index:1;}
.org-unit a {display:block;color:#333;font-size: 18px;font-weight:bold;transition: 0.5s;line-height: 42px;/* border: #ccc 1px solid; *//* padding: 0 20px; *//* border-radius: 6px; */}
.org-unit a:hover { font-size:20px; color:#00966d; margin-left:5px; transform:scale(1.03); text-decoration:none;}

.video-play {
    /* position: relative; */
}
.video-play i {
    font-size: 30px;
    color: white;
    background-color: #66dba6dd;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-top: 0;
    margin-left: -50px;
    border: #ffffff 1px solid;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: smallScale 3s infinite;
    animation: smallScale 3s infinite;
}
.video-play i svg {
    fill: white;
    height: auto;
    width: 36px;
}


.wp_listalbumn {width: 320px;}
.wp_listalbumn .albumn_info {width:100%;padding: 15px 10px 5px 0;text-align:center;}
.wp_listalbumn .albumn_info a {display:inline-block;position:relative;margin:0 auto;color:#333;text-decoration:none;font-size: 15px;font-family:'Microsoft YaHei', Tahoma, Geneva, sans-serif;}
.wp_listalbumn .albumn_info a:hover { color:#C30;}
.wp_listalbumn .albumn_info .Article_MicroImage {display:block;}
.wp_listalbumn .albumn_info .Article_MicroImage img {width: 300px;height: 220px;border: #f1f1f1 1px solid;border-radius: 12px;}
.wp_listalbumn .albumn_info .Article_Title {display:block;padding: 7px 0 0;min-height: 50px;margin:0 auto;text-align:center;line-height:1.7em;}
.wp_listalbumn .albumn_info .albumn_mark { display:block; width:100%; height:0; position:absolute; left:0; bottom:0; filter:alpha(opacity=70); opacity:0.7; background-color:#000000; z-index:0; overflow:hidden;}


/**页脚开始**/
#footer {background: #2079bb;
    margin-top: 10px;}
#footer .inner1 { width: 1300px; padding:30px 0 0; font-size: 16px; color:#fff;}
#footer a { color:#fff; }
#footer a:hover {color:#ffffff80;}
#footer .con {display: flex; justify-content: space-between; align-items: center;}
#footer .con .foot-logo {height: 60px;}
#footer .con .share-icon { height: 40px;}
#footer .copyright { text-align: center; font-size: 12px; margin-top: 10px; padding:15px; color:#ffffff70; border-top: #ffffff50 1px solid;}

#footer .f-right { display: flex;}
#footer .f-right .icons {margin-right: 20px; font-size: 14px; text-align: center;}
#footer .f-right .share-icon { height:86px;}



