@charset "utf-8";
/*Technical Support SudyTech*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
html{ overflow-x:hidden; }
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font:13px/1 arial,\5b8b\4f53; color:#333; outline:0; }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: "";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(images/icon.png) no-repeat;}
/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;
 
}
::-webkit-input-placeholder { color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder { color:#ccc;}
:-ms-input-placeholder { color:#ccc;}
/**布局开始**/
body {line-height:1;font-size: 13px;font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#333; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#0164a5; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner {width: 1300px;margin:0 auto;} /**页面全局宽度**/
/*head开始*/
#header {}
#header .inner{height: 100px;position:relative;width: auto;padding: 0 160px;}
#header .mod{height: 100%;}
.header .sitelogo{/* float:left; *//* margin-top: 25px; */}
.header .sitetitle {display:inline-block;margin-top: 10px;margin-left: 15px;font-size:32px;padding-left: 15px;font-weight:bold;color:#fff;border-left: 1px solid #EFEFEF;} /**站点名称**/
.header .head-left{float:left;display:inline-block;display: flex;align-items: center;height: 100%;}
.header .head-main{float:left;margin-top:10px;}
.header .head-right{float:right;/* margin-top: 12px; *//* width:200px; */}
.header .rr{float: right;height: 100px;display: flex;align-items: center;width: 200px;justify-content: center;text-align: center;}
.header .rr>div{width: 50%;cursor: pointer;}
@font-face {
  font-family: "dy";
  src:  url("douyu.ttf") ;
}
/*默认主导航样式*/
#nav{
    float: left;
    margin-top: 30px;
}
#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);}
/*导航样式：后台绑定时也可以定义配置*/
.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:none; width:20px; height:20px; background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; }
.nav .wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 20px;line-height: 42px;color: #333;font-size: 20px;}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{background-color:#0164A5; text-decoration: none; color: #eee;}
.nav .sub-menu {display: none;position: absolute;left: 0;top: 100%;min-width: 100%;width:auto;z-index: 100;background:#fff;}
.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: 40px;line-height: 40px;padding: 0 17px;font-size: 14px;background:none;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#0164A5; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;display:none !important}
/**主页banner开始**/
#banner {position: relative;background: #efefef;}
#banner .inner {width:auto;text-align: center;position:relative;}
#banner li.news{position: relative;}
#banner li.news .news_imgs{position: relative;padding-top:34.375%}
#banner li.news .news_imgs img{position: absolute;top:0;left:0;right: 0;bottom:0;width: 100%;height: 100%;display: block;}
#banner .banStatus{position: absolute;left:160px;bottom:43px;z-index: 22;color: #fff;}
#banner .banStatus .num{font-size:14px;line-height:20px;}
#banner .banStatus .num span{font-size:32px;line-height:43px}
#banner .slick-arrow{top:auto;margin:0;width:16px;height:12px;z-index:11;bottom:53px}
#banner .slick-prev{left:250px;background:url(./images/left1.png) center no-repeat;}
#banner .slick-next{left:285px;background:url(./images/right1.png) center no-repeat;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}


/**标题栏新闻窗口**/
.post {  }
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;margin-bottom: 32px;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 32px;font-weight:normal;position: relative;} /**标题字体**/
.post .tt .tit:before{content:"";display: block;width: 4px;height: 40px;position: absolute;left:-20px;top:-4px;background: #CEAD90;}
.post .tt .tit .title {display:block;line-height: 38px;color: #0164A5;font-family:"dy";}
.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 {display:inline-block;*display:inline; *zoom:1; height: 20px;margin-top: 10px;line-height: 20px;float:right;}
.post .more_btn .more_text,.post .more_btn a {font-size: 18px;cursor:pointer;} 
.post .more_btn a{color:#0164A5;} 
.post .more_btn a:hover{color:#A50122;} 
/**自定义新闻列表**/
.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 {}/*默认简介*/
.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;}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.wp-wrapper{position: relative;width: 100%;}
.wp-wrapper .bg{position: absolute;height: 185px;width: 100%;left:0;bottom:0;background: url(./images/banner_shadow.png) bottom center repeat-x;z-index: 2;}
.wp-wrapper .colname{position: absolute;width: 100%;left:0;z-index: 3;bottom:60px;}
.wp-wrapper .intxt{width: 1300px;margin: 0 auto;color: #fff;font-size: 30px;    font-family: "dy";}
.l-banner{height: 420px;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}
#l-container .inner {padding: 75px 0px 20px;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;}

.col_menu {width: 240px;float:left;margin-right:-240px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #0f429b;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:50px; padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#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:#0f429b; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #0f429b;}
.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:#0f429b;}
/*二级子栏目**/
.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:#0f429b;} 
/*三级子栏目**/
.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:#0f429b;} 
/**栏目新闻**/
.possplit{background:none;color:#fff;    width: 15px;text-indent:0;
    display: inline-block; 
    line-height: 2px;
    text-align: center;
    align-items: center;
    position: relative;
    top: -5px;
    font-size: 20px;}
.col_news {width: 70%;min-height:500px;float: right;} 
.col_news .col_news_box{}
.col_news_head {/* border-bottom: 1px solid #DBDBDB; *//* display: none; */position: absolute;top: -20px;background: #0164A5;padding-left: calc(50% - 650px);z-index: 22;padding-right: 130px;border-radius: 0 0 16px 0;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 18px;font-family:"Microsoft yahei";font-weight: normal;color: #0f429b;border-bottom: 3px solid #CBCBCB;}
.col_metas .col_path {display:inline-block;float: left;white-space:nowrap;height: 60px;line-height: 60px;color: #fff;font-size: 14px;} /**当前位置**/
.col_metas .col_path a{color: #fff;}
.col_news_con { }
.col_news_list { }
.col_news_list .news_list li.news{overflow:hidden}
.col_news_list .news_list li.news .news_title{float:none;margin-right:100px;font-size: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.col_news_list .news_list li.news .news_meta{margin-left:-100px;font-size: 15px;}
.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 {padding:20px 60px; margin:0 auto; width:auto;}
.article {padding-top:10px;min-height:500px}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #0164A5;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {padding:10px;text-align:center;/* border-top:1px solid #ececec; */}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:auto;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);display:block }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none;}
/**页脚开始**/
#footer {background: #0164A5;}
#footer .inner {width: auto;position:relative;padding: 30px 160px;}
#footer .inner .name{color: #fff;font-size: 16px;line-height: 21px;margin-bottom: 15px;}
#footer .inner .l{float: left;display: flex;flex-direction: row;width: calc( 100% - 200px);}
#footer .inner .r{float: right;}
#footer .inner .foot-left{position: relative;float:left;width:438px}
#footer .inner .foot-center{/* width: 320px; */padding: 0 5%;margin: 0 5%;/* display: flex; */box-sizing: border-box;/* float: left; */border-right: 1px solid rgba(255,255,255,0.3);border-left: 1px solid rgba(255,255,255,0.3);/* margin-left: 500px; */}
#footer .inner .foot-center .sinfo{color: #fff;line-height: 20px;font-size: 14px;white-space: nowrap;}
#footer .inner .foot-left img{max-width: 100%;position:absolute;top:50%;display: block;transform:translateY(-50%);width:100%}
#footer .inner .foot-right{/* float: right; */align-items: flex-start;}
#footer .inner .foot-right ul{display: flex;}
#footer .inner .foot-right li.news{display: inline-block;margin-right: 30px;float: left;width: 50%;box-sizing: border-box;}
#footer .inner .foot-right .news_title{color: #fff;font-size: 14px;line-height: 19px;}
#footer .inner .foot-right .news_title a{color:#fff}
#footer .inner p{font-size: 12px;line-height: 21px; font-weight:normal;text-align:left;color: #fff;}
#footer .inner p span { margin:0 3px; }
#footer .inner .copyright{}
#footer .inner .copyright span{} 
.bq{background: #0164A5;padding-bottom: 20px;}
.bq p{text-align: center;color: #fff;font-size: 12px;line-height: 16px;text-align: center;}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.searchcon{position: fixed;width: 70%;height: 50%;top:25%;left:15%;z-index: 22;background: rgba(0, 0, 0, 0.2); }
.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; }
/*自定义输入框*/
.searchcon .close{position: absolute;top: -40px;right: -30px;z-index: 22;color: #fff;font-size: 26px;border-radius: 50%;border: 1px solid #fff;width: 30px;line-height: 30px;text-align: center;cursor: pointer;}
.searchbox{text-align:right;margin-top:5px;float: right;display: none;}
.wp-search {position: absolute;border: 1px solid #d0d0d0;width: 90%;top: 50%;transform: translateY(-50%);left: 5%;}
.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: 30px;padding: 4px 0;line-height: 30px;background: #fff;color: #333;font-size: 14px;border:0;outline: 0;font-family: "微软雅黑";text-indent: 5px;}
input.search-title:-webkit-autofill,
input.search-title:-webkit-autofill:hover,
input.search-title:-webkit-autofill:focus, 
input.search-title:-webkit-autofill:active {
	transition-delay: 999999999s;
	transition: color  999999999s ease-out, background-color  999999999s ease-out;
	 -webkit-transition-delay:  999999999s;
	 -webkit-transition: color  999999999s ease-out, background-color  999999999s ease-out;
	 -webkit-text-fill-color: #333;
}
.wp-search .search-btn {width:32px;height: 38px;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width:100%;height: 100%;border:0;outline: 0;background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer;}
/* 分享二维码 */
.shares{text-align: left;}
.shares ul{width:auto;margin:0 auto;text-align: left;/* float:right; */}
.shares li{float:left;/* margin:0 6px; */position:relative;}
.shares li a{display:inline-block; width: 50px; height: 50px; border: 0px solid red; background:url('images/share_icon.png') no-repeat; opacity:.6; filter:Alpha(opacity=60); vertical-align:top;}
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{background-position:0px 0px;}
.shares li.i2 a{background-position: -72px 0px;}
.shares li.i3 a{background-position: -144px 0px;}
.shares li span{display:block;line-height:22px;font-size:12px;color: #D0D4EA;text-align: left;}
.shares li .con{/* display:none; *//* position:absolute; *//* bottom: 80px; *//* left:50%; */z-index:100;/* margin-left: -50px; */ }
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}
/**友情链接**/
.botlinks .links-wrap {position: relative;float: left;display: inline-block; margin:4px 10px; width: 150px; line-height: 32px; background: #fff;border:1px solid #d0d0d0;}
.botlinks .links-wrap a.links-arrow {display: block; height: 32px; line-height: 32px; padding: 0 25px 0 10px; color:#a1a1a1; background: url(images/arrow.png) no-repeat right top;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #333; background-position: right bottom; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0; bottom: 100%;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: #fff; background: #0f429b; cursor: pointer;}/**链接样式**/
/*列表页*/
/*banner*/

/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/


.yh{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.l2{
   overflow: hidden;text-overflow: ellipsis;
   display: -webkit-box;-webkit-line-clamp: 2;
   line-clamp: 2; -webkit-box-orient: vertical;
}


.main1 .inner{padding: 84px 0 70px;}
.main1 .ml{float: left;width: 47.5%;}
.main1 .mr{float: right;width: 48%;}
.post-11 li.news{margin-bottom: 16px;}
.post-11 li.news .news_imgs{float: left;width: 210px;height: 140px;position: relative;overflow:hidden}
.post-11 li.news .news_imgs img{position: absolute;top:0;left:0;width: 100%;height: 100%;display: block;transition:0.4s}
.post-11 li.news .wz{margin-left: 225px;}
.post-11 li.news .news_time{color:#2860A7;margin-bottom: 15px;font-size: 16px;}
.post-11 li.news .news_title{font-size: 16px;line-height: 21px;margin-bottom: 20px;height: 42px;font-weight:bold}
.post-11 li.news .entermore{display: block;line-height: 20px;}
.post-12 .con{background: #F7F8F8;border-radius: 8px;padding: 20px 24px;}
.post-12 li.news{border-bottom:1px solid #E6E6E6;line-height: 58px;font-size: 16px;}
.post-12 li.news .news_title{float: left;max-width: calc(100% - 100px);font-size:16px;font-weight:bold}
.post-12 li.news .news_time{ color: #2860A7;float: right;}
.post-12 li.news:last-child{border: 0;}


.main2 .inner{padding-bottom: 60px;}
.post-21 ul{margin: 0 -20px;}
.post-21 li.news{width: 25%;float: left;}
.post-21 li.news .news_box{padding:0 20px}
.post-21 li.news .imgs{position: relative;padding-top: 66.7%;overflow: hidden;border-radius: 8px;margin-bottom: 20px;}
.post-21 li.news .imgs img{position: absolute;top:0;left:0;width: 100%;height: 100%;display: block;transition:0.4s}
.post-21 li.news .wz{border-left: 1px solid #F2DCB7;padding-bottom: 25px;padding-left: 20px;}
.post-21 li.news .news_time{font-size: 16px;color: #2860A7;line-height: 21px;margin-bottom: 13px;}
.post-21 li.news .news_title{font-size: 18px;line-height: 24px;font-weight:bold}


.main3{background: #F7F8F8;}
.main3 .inner{padding: 60px 0 80px;} 
.post-31 ul{margin: 0 -20px;}
.post-31 li.news{float: left;width: 33.3%;}
.post-31 li.news .news_box{padding:0 20px}
.post-31 li.news .imgs{position: relative;padding-top: 66.7%;overflow: hidden; }
.post-31 li.news .imgs img{position: absolute;top:0;left:0;width: 100%;height: 100%;display: block;transition:0.4s}
.post-21 li.news .imgs:hover img,.post-31 li.news .imgs:hover img,.post-11 li.news .news_imgs:hover img{transform:scale(1.05)}
.post-31 li.news .wz{padding:27px 35px 20px;background: #fff;}
.post-31 li.news .news_title{font-size:18px;line-height: 28px;margin-bottom: 20px;height: 56px;font-weight:bold}
.post-31 li.news .news_time{float: left;color:#0164A5;font-size: 14px;line-height: 20px;}
.post-31 li.news .moreenter{float: right;line-height: 20px;display: block;}


.main4{position: relative;}
.main4:before{content: "";display: block;height: 350px;position: absolute;z-index: -1;width: 100%;left:0;top:0;background: #F7F8F8;}
.main4 .inner{padding:0 0 80px}
.main4 .tt{margin-bottom: 60px;}
.post-41 li.news{display: flex;align-items: flex-end;}
.post-41 li.news .imgs{position: relative;/* overflow: hidden; */padding-top:400px;height: 0;width: 50%;float: left;border-radius: 16px 16px 0 16px;}
.post-41 li.news .imgs:before{content: "";display: block;position: absolute;width: 100%;left:20px;height: 100%;top:-20px;background: #9DB8C9;border-radius: 16px 16px 0 16px;z-index: -1;}
.post-41 li.news .imgs img{position: absolute;top:0;left:0;width: 100%;height: 100%;border-radius: 16px 16px 0 16px;}
.post-41 li.news .news_box{width: 50%;float: right;box-sizing: border-box;padding:50px 50px 100px;background: #CEAD90;border-radius: 0 16px 16px 0;}
.post-41 li.news .date{float: left;width: 50px;text-align: center;color: #fff;font-weight: bold;}
.post-41 li.news .days{font-size: 40px;}
.post-41 li.news .month{font-size: 12px;line-height: 22px;}
.post-41 li.news .wz{margin-left: 85px;}
.post-41 li.news .wz .news_title{font-size: 18px;line-height: 28px;margin-bottom: 30px;max-height: 56px;font-weight: bold;color: #fff;height:56px}
.post-41 li.news .wz .news_text{font-size: 14px;line-height: 22px;max-height: 44px;color: #fff;height:44px}
.post-41 li.news .wz a{color: #fff;}
.post-41 .slick-dots{width: auto;left:50%;margin-left: 50px;bottom: 30px;}
.post-41 .slick-arrow{left:50%;bottom:30px;width: 18px;height:15px;top:auto;z-index: 22;}
.post-41 .slick-prev{margin: 0 0 0 135px;background: url(./images/left1.png) center no-repeat;}
.post-41 .slick-next{margin: 0 0 0 175px;background: url(./images/right1.png) center no-repeat;}
.post-41 .slick-dots li{width: 6px;height: 6px;margin: 0 3px;background: transparent;border:1px solid #fff;box-sizing: border-box;}
.post-41 .slick-dots li.slick-active{background: #fff;}
.post-41 .slick-track{padding: 20px 0 0; }
.post-41 .slick-list{box-shadow: 0px 9px 10px 0px #f3f1f1;border-radius: 16px;}
.post-41 .news_list{padding-bottom: 0px;}


.main5 .inner{padding: 0px 0 120px;}
.post-51 .tt{margin-bottom: 40px;}
.post-51 ul.news_list{float: left;width: 37.5%;margin-top: 35px;}
.post-51 .idonate{float: right;width: 62.5%;background: #CEAD90;box-sizing: border-box;padding: 35px 55px;display: flex;align-items: center;justify-content: space-between;}
.post-51 li.news{width: 50%;float: left;box-sizing: border-box;padding-left:12px;position: relative;line-height: 22px;}
.post-51 li.news:before{content:"";display: block;position: absolute;width: 6px;height: 6px;left:0;top:8px;border-radius: 50%;background: #E5BE90;}
.post-51 li.news .news_title{padding-right: 38px;background: url(./images/more4.png) right center no-repeat;font-size: 16px;display: inline-block;} 
.post-51 .idonate .tx{float: left;}
.post-51 .idonate .tx img{float: left;}
.post-51 .idonate .wz{margin-left: 84px;color: #fff;}
.post-51 .idonate .cn{font-size: 24px;line-height: 32px;/* margin-bottom: 5px; */}
.post-51 .idonate .en{font-size: 16px;line-height: 21px;}
.post-51 .idonate .todonate{line-height: 30px;display: block;height: 30px;/* float: right; */height: 100%;}
.post-51 .idonate .todonate img{vertical-align: middle;}

.fy .wp_paging{display:none}
.col_menu_con {
    width: 20%;
    float: left;
}