@charset "utf-8";
@font-face {
    font-family:"SourceHanSerifCN-Bold";
    src: url(fonts/SourceHanSerifCN-Bold-2.ttf);
}
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; }
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; }
input{border:0;outline:0;}
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:40px; height:40px; vertical-align:middle; background:url(../images/icon.png) no-repeat; }
/**布局开始**/
body:before {content: "";position: fixed;top: -10px;left: 0;width: 100%; height: 10px;
    
    z-index: 110;
}
/*::-webkit-scrollbar{width: 10px;height: 10px;background-color: #f5f5f5;}

::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);border-radius: 10px;background-color: #f5f5f5;}
::-webkit-scrollbar-thumb{height: 10px;border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #555;}
*/
body{background:url(./images/body_bg.png) no-repeat top left;background: none;}

/*body .content{background: url(./images/body_bg.jpg) no-repeat center top;background-size: cover;}*/


body,p {line-height:1.75;font-size:14px;font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
a { color:#333; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#0073b4; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner { width:1400px; margin:0 auto;} /**页面全局宽度**/
::-webkit-input-placeholder { color:#a3a3a3;/* WebKit browsers */}
:-moz-placeholder {color:#a3a3a3; /* Mozilla Firefox 4 to 18 */}
::-moz-placeholder { color:#a3a3a3;/* Mozilla Firefox 19+ */}
:-ms-input-placeholder { color:#a3a3a3;/* Internet Explorer 10+ */}
/*head开始*/
#header {background: #8D2C31;padding-bottom: 50px;}
.header .inner{height:130px;}
body.list #header{/* background:url(images/list-headbg.png) no-repeat left center; */background-size:cover}
.head {width:100%;position:relative;z-index:9999;/**background:url(images/yang.png) no-repeat 672px bottom;**/}  
.head .head-left{ float:left;display:inline-block; width: 427px; height: 115px;}
.head .head-left .sitelogo{}
.head .head-mian{float:left;}
.head .head-mian .site-rale{}
.head .head-right{float:right;/* width: 210px; */margin-top: 26px;}
.head .head-right .site-link{line-height:30px;color:#fff;}
.head .head-right .site-link a{line-height:30px;color:#fff;}
.head .head-right .search{margin-top:10px;}
.head .sitelogo a{ display:block; position:relative; left:0px;  z-index:100; }/*logo*/
/*rale样式*/
.site-rale{display:inline-block;}
.site-rale ul{ float:left;}
.site-rale ul li.links{ float:left;}
.site-rale ul li.links a{line-height:30px;color:#fff;}
/*lang样式*/
.site-lang{display:inline-block;float:right}
.site-lang ul{ float:right;}
.site-lang ul li.links{ float:left;}
.site-lang ul li.links a{line-height:30px;margin-left:20px;font-size: 14px;color:#fff;font-family:"微软雅黑";opacity: 1;filter:alpha(opacity=50)}
/*默认主导航样式*/
.searchpage #nav{margin-bottom:20px; }
#nav{/* background: #00428d; */box-shadow:0px 0px 5px #ccc;position: relative;z-index:9999;}
#nav .inner{ /* background: #c8141e;*/}/**导航区域背景**/
.navbar {float:right;clear:both}
.navbar .navbox {padding-left: 0;padding-top: 3px;/* width: 95%; */margin: 0 auto;}/*导航窗口大小及位置*/ 
/*导航样式：后台绑定时也可以定义配置*/
.navbar .wp-menu {
    margin: 0 -15px;
}
.navbar .wp-menu .menu-item {display: inline-block;float: left;/* width:18%; */position: relative;z-index: 100;padding-left:2px;/* background:url(images/nav_x.jpg) no-repeat left center; */}
.navbar .wp-menu .menu-item.i1 { background:none;}
.navbar .wp-menu .menu-item a.menu-link > .menu-switch-arrow{ display:inline-block; width:20px; height:20px; background:url(../images/navj.png) no-repeat center center; vertical-align:middle; }
.navbar .wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 15px;line-height: 46px;color: #fff;font-size: 20px;font-family:"微软雅黑";position: relative;font-weight: bold;}
.navbar .wp-menu .menu-item a.menu-link:after{position:absolute;content:'';left: 50%;right: 50%;bottom: 4px;height: 1px;background:#fff;transition:0.7s}
.navbar .wp-menu .menu-item a.menu-link:hover:after{left: 9px;right: 9px;}
.navbar .wp-menu .menu-item a.menu-link:hover,.wp-menu .menu-item.hover{text-decoration: none;}
.navbar .sub-menu { display: none; /* padding:5px 0px; */ position: absolute; left: 0; top: 46px; min-width: 148px; z-index: 100; background: rgba(8, 10, 13, 0.7); opacity: 0.8\9; background: #444343\9; filter:alpha(opacity=90); }
.navbar .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1; /* float: left; */; }
.navbar .sub-menu .sub-item a { display: block; color: #D8D8D8; height: 32px; line-height: 32px; padding: 0 16px; font-size: 12px; background:none; }
.navbar .sub-menu .sub-item a:hover { color: #eee; background-color:#444343; display: block; }
.navbar .sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background: rgba(175, 37, 27, 0.78); opacity: 0.8\9; background: #444343\9; filter:alpha(opacity=90); }
/**主页banner开始**/
body.main #banner { position:relative;display: none; }
body.main #banner .inner {width:auto; background:#fff; text-align: center;position:relative;}
.main #banner .inner .bannercon {min-height:55px;}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox { }

.main1{padding: 10px 0px 0px;}
.list .main1{padding:10px 0px 10px;background: #fff;}
.main1 .inner{
    width: 1240px;
}
.main1 .tab-list{ background:#fff; overflow:hidden;}

.main2{display:none}
.main2 .inner{padding:20px 0px;}
.main3{}
.main3 .inner{padding:25px 0px;}
.main3 .ml{width:100%;}

.main4{background-color:#f7f6ee;}
.main4 .inner{padding:25px 0px;}
.main4 .ml{float:left; width:585px;padding:0px 0px;}
.main4 .mr{float:right; width:580px;padding:0px 0px;}
/**标题栏新闻窗口**/
.post {/* margin-bottom:10px; */}
.main .post .tt {display: none; width:100%;  border-bottom: 0px solid #e6e6e6; } /**标题栏**/

.post .tt .tit { display:inline-block; float:left; font-size: 18px; font-weight:bold; } /**标题字体**/
.post .tt .tit .title {display:block;line-height: 42px;color: #424242;font-family:"Microsoft yahei";}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con { padding: 6px 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; height: 20px; margin-top:15px; line-height: 20px; float:right; }
.post .more_btn .more_text,.post .more_btn a {font-size:20px;font-family:"Simsun"; cursor:pointer;} 
.post .more_btn a{color:#333;} 
/*标准标题*/
.post1 {}
.post1 .tt {}
.post1 .tt .tit {}
.post1 .tt .tit .title {}
/*带图标标题*/
.post2 { }
.post2 .tt {}
.post2 .tt .tit {padding-left:40px; background: url(images/new_title_bg.jpg) repeat-x center center;}
.post2 .tt .tit .title {}
/*居中标题*/
.post3 {}
.post3 .tt {width:100%; text-align: center; } 
.post3 .tt .tit {float:none;}
.post3 .tt .tit .title {color: #0D5391;}
.post3 .more_btn {margin-left:10px;line-height: 20px; float:none;}

/**自定义新闻列表**/
.news_list { }
.news_list li.news { line-height: 22px; /* padding:4px 0px; */ padding-left:0px; background:none; } /**标题图标**/
.news_list li.news span.news_title { float:left; }/*标题*/
.news_list li.news span.news_meta { float:right; margin-left:2px; }/*属性*/
.news_list li.news .news_time span { color:#e64d24;     padding-left: 0;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:1px solid red;}
.news_list li.news .news_text {line-height:24px; 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 {/* clear:both; */color: #666;}
.news_list li.news p a { color:#333;font-size:13px; }
.news_list li.news p a:hover { color:#20814C;; text-decoration:none;}

.post-11{}
.post-11 .con{padding: 2px 8px;/* background: rgba(64, 64, 64, 0.69); */}
.post-11 .news_list {}
.post-11 .news_list li.news .news_imgs{float: left; width:270px;}
.post-11 .news_list li.news .news_wz{float: left; width: 328px; margin-left:25px;} 
.post-11 .news_list li.news .news_title{line-height:60px; font-size:16px; color:#095497;} 
.post-11 .news_list li.news .news_text{line-height:22px; font-size:12px; color:#817d7d;} 

/*日历新闻*/
.rili{}
.rili .con{ padding:5px 0px;}
.rili .news_list {}
.rili .news_list li.news .news_date{float: left; width:44px;}
.rili .news_list li.news .news_date .news_year{font-size:12px;  background:#00428d;color:#fff;}
.rili .news_list li.news .news_date .news_day{font-size:12px;  background:#fff;color:#00428d;}
.rili .news_list li.news .news_wz{float: left; width: 240px; margin-left:12px;} 
.rili .news_list li.news .news_title{line-height:18px; font-size:16px; color:#424242;} 
/*图新闻列表*/
.tu_news_list{}
.tu_news_list .news_list {}
.tu_news_list .news_list li.news .news_imgs{float: left; width: 145px;}
.tu_news_list .news_list li.news .news_wz{float: left; width: 295px; margin-left:25px;} 
.tu_news_list .news_list li.news .news_title{line-height: 20px; font-size: 18px; color:#095497;} 
.tu_news_list .news_list li.news .news_text{line-height:22px; font-size:12px; color:#817d7d;} 

/*图列表*/
.tu_news{}
.tu_news .news_list {display:inline-block; *display:inline; *zoom:1; margin-left:-40px;}
.tu_news .news_list li.news{float: left; width: 195px; height:140px; padding:10px; margin-left:40px; background:#fff; position:relative;}
.tu_news .news_list li.news .news_imgs{position:absolute; left:0px; top:0px; z-index:99; width: 195px;}
.tu_news .news_list li.news .news_wz{position:absolute; left:0px; bottom:0px; z-index:100; width:100%; } 
.tu_news .news_list li.news .news_title{line-height: 34px; font-size: 18px; color:#fff; text-align:center;} 
.tu_news .news_list li.news .news_bg{height:34px;} 

.post-21{}
.post-21 .con{padding: 18px 40px;background:#fff;}
.post-21 .more_btn a{color:#000;}
.post-21 .news_list{margin:0 -18px;/* margin-top:16px; *//* margin-bottom:30px; */}
.post-21 .news_list .news{float:left;width: 20%;}
.post-21 .news_list .news .news_box{margin: 0px 18px;background:#fff;/* margin-left:37px; *//* margin-top:9px; */}
.post-21 .news_list .news .news_imgs{/* float:left; */width: 100%;height:234px;margin-right:12px;margin-left:0px;border:0px solid red;position:relative;background:#efefef;}
.post-21 .news_list .news .news_imgs img{max-width:125px;width:auto; height:auto; margin:auto;position:absolute;left:0px;right:0px;top:0px;bottom:0px;}
.post-21 .news_list .news .news_wz{padding: 10px 21px;background: #e1e1e1;} 
.post-21 .news_list .news .news_title{line-height: 20px;font-size: 16px;color: #000;/* padding-left:30px; */ text-align: center;} 
.post-21 .news_list .news .news_meta{margin-bottom:6px;line-height: 24px;font-size:14px;color: #848484;/* padding-left:30px; */overflow: hidden;text-overflow:ellipsis;white-space: nowrap; height: 24px; text-align: center;}
.post-21 .news_list .news .news_meta .highligh{color:#e64d24} 
.post-21 .news_list .news .news_time{margin-bottom:6px;line-height:26px; font-size:14px;}
.post-21 .news_list .news .news_time span{ color:#e64d24;}
.post-21 .news_list .news .news_link span.more{display:inline-block;line-height:30px; padding:0px 15px; background:url(images/news_morebg.png) no-repeat left center; color:#fff; text-align:center;} 

/* Arrows */
.slick-prev, .slick-next,.slick-prev:hover,.slick-next:hover {height: 50px; width: 24px; background:url(images/slickarrow.png) no-repeat; top: 50%; margin-top:0px;outline: none; }
.slick-prev { left: -25px; background-position:left center;}
.slick-prev:hover {background-position:left center; opacity:.8;filter:Alpha(opacity=80);}
.slick-prev:before { content: '';}
.slick-next { right: -25px; background-position:right center;}
.slick-next:hover { background-position:right center; opacity:.8;filter:Alpha(opacity=80);}
.slick-next:before { content: '';}

.post-31{}
.post-31 .tt .tit {padding-left: 36px; background: url(images/m_icons.png) no-repeat -6px -75px;}
.post-31 .news_list{width:100%;}
.post-31 .news_list li.news{float: left; margin-right:20px;/* width:12.5%; */ }
.post-31 .news_list li.news .news_title{line-height: 34px; font-size: 16px; color: #b9b9b9;} 
.post-31 .news_list li.news .news_title a{color: #979797;white-space:nowrap; } 
.post-31 .news_list li.news .news_title a:hover{color: #333;} 

.post-41{}
.post-41 .news_list{}
.post-41 .news_list li.news{float: left;width:50%;height: 172px;background:#fff;}
.post-41 .news_list li.news .news_imgs{float:left;width: 129px;height: 172px;margin-right:10px;/* border:1px solid #eee; */position:relative;}
.post-41 .news_list li.news .news_imgs img{width:100%;height:auto; margin:auto;position:absolute;left:0px;right:0px;top:0px;bottom:0px;}
.post-41 .news_list li.news .news_wz{/* float:left; */ /* width:100%; */padding:0px 10px;} 
.post-41 .news_list li.news .news_title{line-height: 34px;padding-top:6px; font-size: 16px; color: #191919;} 
.post-41 .news_list li.news .news_meta{/* margin-bottom:6px; */line-height:22px;} 
.post-41 .news_list li.news .news_time{margin-top: 7px;}
.post-41 .news_list li.news.i0{background:#dfdad0;}
.post-41 .news_list li.news.i3{background:#f7f7f7;}
.post-41 .news_list li.news.i2 .news_imgs,.post-41 .news_list li.news.i3 .news_imgs{float:right;margin-right:0px;}
.post-41 .news_list li.news a.news_box:hover{background:#00873c; color:#fff;}
.post-41 .news_list li.news a.news_box:hover .news_title,.post-41 .news_list li.news a.news_box:hover .news_time,
.post-41 .news_list li.news a.news_box:hover .news_time span,
.post-41 .news_list li.news a.news_box:hover .news_meta{color:#fff;}
.post-41 .news_list li.news .WP_VisitCount{display:inline-block;}
.post-41 .news_list li.news .WP_VisitCount .wp_listVisitCount{visibility:visible;}

.post-42{}
.post-42 .news_list{margin:0 -4px;}
.post-42 .news_list li.news{float: left;width: 16.6%;margin-bottom: 10px;}
.post-42 .news_list li.news .news_box{margin:0px 4px;min-height: 94px;padding: 6px 10px;background:#fff;}
.post-42 .news_list li.news .news_wz{padding:10px;} 
.post-42 .news_list li.news .news_title{line-height: 34px; font-size: 16px; color: #191919;} 
.post-42 .news_list li.news .news_meta{/* margin-bottom:6px; */line-height: 20px;} 
.post-42 .news_list li.news .news_meta .highligh{color:#e64d24} 
.post-42 .news_list li.news a.news_box:hover{background:#2C699F; color:#fff;}
.post-42 .news_list li.news a.news_box:hover .news_title,
.post-42 .news_list li.news a.news_box:hover .news_meta{color:#fff;}
.post-42 .news_list li.news a.news_box:hover .news_meta .highligh{color:#fff} 
/** 
*其他样式
*/
/**友情链接**/
.postlink{ position:relative; }
.postlink.wrap-open{ background-position:right -26px; }
.postlink a.tt{ display:inline-block; height:46px; line-height:46px; padding-left:120px; border:0px solid #ccc; cursor:pointer; }
.postlink .con{ display:none; position:absolute; bottom:46px; left:0px; z-index:100; width:100%; height:140px; overflow:auto; background:#fff; padding:2px; border:1px solid #ccc; }
/**链接样式**/
.xblink li span{ display:block; width:100%; } 
.xblink li span a{ display:block; width:100%; } 
.xblink li span a:hover{ background:#eee; } 

/**
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/**主体列表页开始**/
#l-container {}
#l-container .inner { margin-top:4px;padding:25px 10px;background:#fff url(images/lsun.jpg) no-repeat 10px bottom;}
/**主体文章页开始**/
#d-container {}
#d-container .inner { width:880px;margin-top:4px; padding:20px 60px; background:#fff; }

 

.col_menu {width:231px;float:left;margin-right:-260px;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head { background: #0073b4;}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:20px; 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{padding:14px 20px;margin-bottom:10px;}
.col_list .list { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .list  a {display:block; color:#007CA2;font-size:14px;height: 32px;line-height: 32px; font-weight:normal;padding-left:20px; background:; border-top:0px solid #fff; border-bottom:1px solid #eee;border-left:4px solid #eee;} 	
.col_list .list  a:hover,.col_list .list a.selected { color:#000; background:#eee;border-left:4px solid #417aaf;} 

.col_news {width: 100%;min-height:500px;float:left;/* margin-left:260px; */} /**栏目新闻**/
.col_news_head {/* border-left:6px solid #3FD7CB; */border-bottom:1px solid #0D5391;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 { display:inline-block; font-size: 23px; font-family:"Microsoft yahei"; font-weight: normal; color:#0073b4;border-bottom: 1px solid #1F864E;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block;float:right; /* padding-right:20px; */ white-space:nowrap; height: 46px; line-height: 46px; color:#000;} /**当前位置**/
.col_metas .col_path a{color:#000;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 7px;}
.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.6; font-size:16px; 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; }
.article {}
.article h1.arti_title {  line-height:26px;padding:5px; border-bottom:1px solid #ececec;font-family: "Microsoft YaHei"; font-size:22px; text-align:center; color:#0D5391;  }
.article .arti_metas { padding:10px; text-align:center;}
.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.6; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {display:block;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: #791F24;}
.main #footer{background:#791F24;position: relative;}
#footer .inner {padding: 17px 0;}
#footer .inner .foot-left{float:left;margin-top:25px;}
#footer .inner p{font-size: 14px;line-height:25px;text-align: center;color: rgb(255 255 255 / 60%);padding-right: 11px;}
#footer .inner p span { margin:0 3px; }
#footer .inner p.copyright{float:left; width:560px; }
#footer .er_img{float:right;}
#footer .er_img li{ float:left; text-align:center;}
#footer .er_img li img{width:50px; height:50px; vertical-align:top;}
#footer .er_img li span{ display:block; line-height:28px; text-align:center; color:#c2c2c2; }
div#output {
    position: relative;
    top: 10px;
}
.er_img .post {margin-bottom: 15px;}
.search-box { width: 100%;padding:0px 0px; background: #6b76a4; position: relative; background:transparent;border:1px solid #fff;}
.search-box .input-item { margin-left: 3px; margin-right: 30px; }
.search-box .input-item input { border: 0; outline: 0; width: 100%; height: 16px; line-height: 16px; padding:5px 5px; background:transparent; color: #fff; font-size: 12px; font-family: "Microsoft YaHei" }
.search-box .input-submit { display: block; width: 30px; height: 28px; background: url(images/search_btn.png) no-repeat center center; cursor: pointer; position: absolute; right: 0; top: 0px; text-align:center;}
.search-box .input-submit span {line-height:58px; font-size:18px; color:#fff; display: none;}
#wp_login_w04{ margin-top:33px; }
#wp_login_w04 .title{ float:left; line-height:35px; margin-left:110px; margin-right:10px; font-size:15px; }
#wp_login_w04 input{ border:1px solid #d1d1d1; width: 80px; line-height:34px; padding-left:4px; height:auto; padding:0px; }
#wp_login_w04 #w04_loginButton{ width:81px; height:35px; background:url(images/members_btns.jpg); cursor:pointer; border:0px; vertical-align:middle; color:#fff; }
#wp_login_w04 .login_input { border:0px!important; width:auto; margin-right: 7px; height:34px; line-height:34px; }
#wp_login_w04 .login_input img{ vertical-align:middle; margin-top:5px; }
#wp_login_w04 .login_input .input{ border:0px solid #d1d1d1; width:auto; line-height:34px; height:auto; padding:0px; }
#wp_login_w04 .login_btn .button { display:inline-block; float:left; width:auto; height:auto; background-color:#eee; border:0px solid #ccc; }

/* 分享二维码 */
.shares{ display:inline-block; float:right; }
.shares .share{ float:left; width:81px; height:35px; margin-right: 21px; position:relative; vertical-align:middle; text-align:left; border:0px solid red; }
.shares .share a{ opacity:.6; filter:Alpha(opacity=60); }
.shares .share a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares .share .zdy{ display:inline-block; width: 81px; height: 35px; color:#9ba6b3; }
.shares .share.n1 .zdy-1{ background:url(images/er1.jpg) no-repeat 0 0; }
.shares .share.n2 .zdy-2{ background:url(images/er2.jpg) no-repeat 0 0; }
.shares .share .con{ display:none; position:absolute; bottom:40px; left:50%; z-index:100; margin-left:-60px; }
.shares .share .con img{ width:120px; height:auto; }

/*筛选功能样式*/
.wp-paralist{}
.wp-paralist .dl-horizontal{padding:8px 0px;border-bottom:1px solid #dedede;}
.wp-paralist .dl-horizontal dt{float: left;width: 64px;margin:3px 0px;padding: 2px 15px; font-weight:bold; overflow: hidden;clear: left;text-align: right;text-overflow: ellipsis;white-space: nowrap; font-size:14px; color:#000;}
.wp-paralist .dl-horizontal dd{margin-left:100px;}
.wp-paralist .dl-horizontal dd .btn{display:inline-block;margin:3px 0px;padding: 2px 15px;font-size: 14px;text-align: center;white-space: nowrap;vertical-align: middle;}
.wp-paralist .dl-horizontal dd .btn.select{background:#2da45a; border-radius:15px; color:#fff;}


.list .tt {width: 100%; display: inline-block;}
.wp-search{width:1235px; margin:0 auto; padding:10px 0px;  position:absolute; bottom:0px; left:50%;margin-left:-612px;}
.searchpage .wp-search{width: auto;margin:0 auto;padding: 55px 0px 0;position:relative;bottom:0px;left: auto;margin-left: 0;top: 0;}
.wp-search .search-left{/* float: left; *//* width:850px; */}
.wp-search .search-left .tit{float:left;width:125px; padding-left:15px; font-size:18px; font-weight:bold; background: url(images/m_icons.png) no-repeat left -7px;}
.wp-search .search-left .con{width: 598px;line-height: 48px;text-align:left;margin: 0 auto;position: relative;border: 1px solid #8D2C31;border-radius: 8px;}
.wp-search .search-left .con .boxcon{width: 451px;margin-right:10px;/* background:url(images/seachbox.png) no-repeat left center; */}
.wp-search .search-left .con .boxcon .txtcon{margin-left: 0px;height: 48px;padding-right: 18px;margin-right:-20px;}
.list .wp-search .search-left .con .boxcon .txtcon {}
.wp-search .search-left .con .boxcon .txtcon input{width:100%;border:0px;margin-top:5px;text-indent: 6px;height: 34px;background: transparent;font-size: 16px;color: #AFAFAF;text-indent: 20px;}
.wp-search .search-left .con .btns{float:left;line-height:28px;margin:3px 0px;margin-left:20px;padding:0px 22px;background: #0073b4;color:#fff;border-radius: 4px;cursor:pointer;}
.list .wp-search .search-left .con .btns {background: #8D2C31;width: 92px;line-height: 42px;height: 42px;padding: 0;font-size: 20px;text-align: center;position: absolute;margin: 0;right: 3px;top: 3px;}
.wp-search .search-right{float:right;/* width:385px; */line-height:34px;font-size:16px;display: none;}
.wp-search .search-right .num{margin:0px 10px; font-size:20px; color:#e64d24;}


.main .wp-search{width: 100%; padding: 10px 0; margin: 0;  position:relative; bottom: 0; left: 0;}
.main .searchpage .wp-search{width:1235px; margin:0 auto; padding:10px 0px; background:#ededed; position:relative;bottom:0px; left:50%;margin-left:-612px;}
.main .wp-search .search-left{float: right; margin-right: 0;}
.main .wp-search .search-left .tit{float: left;
    width: 85px;
    padding-left: 16px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 34px;
    background: #0073b4;}
	.list .wp-paralist {
    background: none;
}
.main .wp-search .search-left .con{float:left; width: 512px; line-height:34px;text-align:left;}
.main .wp-search .search-left .con .boxcon{float:left;width: 452px;margin-right:10px;}
.main .wp-search .search-left .con .boxcon .txtcon{height: 34px;padding-right: 18px;margin-right:-20px;background: #ededed url(images/seachbox_r.png) no-repeat right center;}
.main .wp-search .search-left .con .boxcon .txtcon input{width:100%; border:0px;margin-top:5px;font-family: 微软雅黑; /*line-height:28px;*/ text-indent: 10px;}
.main .wp-search .search-left .con .btns{background:url(images/searchbg.jpg) center no-repeat; float: left;line-height: 34px;margin-left: 10px; padding: 0px 19px; color: #fff;border-radius: 0px;cursor: pointer;margin:0px;text-indent: -9999px;
    width: 12px;}
.main .wp-search .search-right{ float:right;width:385px; line-height:34px; font-size:16px;}
.main .wp-search .search-right .num{margin:0px 10px; font-size:20px; color:#e64d24;}
/**
 * 特殊页面
 */
/*二级页面*/
.main .con .tp-article-list li{width: 25%;float:left;margin-right:0px;}
.con .tp-article-list li .tp-tit a{font-size:14px; color:#2e2e2e;}
.con .tp-article-list li .tp-count{font-size:14px; color:#a3a3a3;}

.org .tp-article-list{margin-right:-20px;margin:10px 0px;}
.org .tp-article-list li .tp-tit a{font-size: 15px;color: #868686;}
.org .tp-article-list li .tp-count{font-size:14px; color:#a3a3a3;}
/*列表页*/
.wp_tw_searchTeachers{margin:20px auto;}
h3.wp_tw_searchTeachers{font-size:14x;color:#000; line-height: 25px;font-weight:normal;}
.wp_tw_searchTeachers ul{display:block;*display:inline;*zoom:1;*width:100%;margin-left: -9px;margin-right: -9px;margin-top:12px;}
.wp_tw_searchTeachers ul .list_item{float:left;margin-left: 0px;margin-right: 0px;margin-bottom:20px;padding-bottom:0px;width: 14.26%;background:transparent;border: #e3e3e3 0px solid;}
.wp_tw_searchTeachers ul .list_item .news_link{display:block;min-height:325px;margin: 0 9px;border: #e3e3e3 1px solid;background: #f5f5f5;padding-bottom:25px;}
.wp_tw_searchTeachers ul .list_item .tp-img{height: 230px;overflow:hidden;position:relative;margin-bottom: 6px;}
.wp_tw_searchTeachers ul .list_item .tp-img img{width:100%; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
.wp_tw_searchTeachers ul .list_item .tp-tit{margin:0px 10px;font-weight:normal;font-size:15px; font-weight: normal;color:#000; line-height: 25px;}
.wp_tw_searchTeachers ul .list_item .tp-prof{margin:0px 10px;}
/*教师列表*/
#searchTea{margin-right:-20px;margin-top:10px;}
#searchTea li{width: 25%; float:left; }
#searchTea li img{max-width:170px;max-height:170px;}
#searchTea li span{line-height: 34px; display:inline-block;padding-left:4px;}
#searchTea li .tp-tit a{font-size:14px;color:#2e2e2e;}
#searchTea li .tp-count{font-size:14px;color:#a3a3a3;}
#searchTea li.active .tp-tit a{color:#fff;}
#searchTea li.active .tp-count{color:#fff;}
#searchTea li.active span{ background:#3db1f2;}

.focus-pagination {bottom:40px!important;}
.main .focus-pagination,.searchpage .focus-pagination {bottom:90px!important; display:none;}

/*左图右文*/
.news_pic.news_list{}
.news_pic.news_list li.news{float: left;width: 25%;height:140px;margin-bottom:20px;}
.news_pic.news_list li.news .news_box{margin:0px 5px;background:#fff;border:1px solid #eee;}
.news_pic.news_list li.news .news_imgs{float:left;width: 105px;height:140px;margin-right:10px;position:relative;background:#eee;}
.news_pic.news_list li.news .news_imgs img{max-width:105px;max-height:140px; width:auto;height:auto;margin:auto;position:absolute;left:0px;right:0px;top:0px;bottom:0px;}
.news_pic.news_list li.news .news_wz{padding:0px 10px;} 
.news_pic.news_list li.news .news_title{line-height: 34px;padding-top:6px; font-size: 16px; color: #191919;    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;} 
.news_pic.news_list li.news .news_meta{line-height:22px;overflow: hidden;text-overflow: ellipsis;} 
.news_pic.news_list li.news .news_meta .highligh{color:#e64d24} 
.news_pic.news_list li.news .news_time{margin-top: 0px;}
.news_pic.news_list li.news a.news_box:hover{background:#eee; color:#fff;}
.news_pic.news_list li.news a.news_box:hover .news_title,
.news_pic.news_list li.news a.news_box:hover .news_time,
.news_pic.news_list li.news a.news_box:hover .news_time span,
.news_pic.news_list li.news a.news_box:hover .news_meta{color:#000;}

#search_pages{display:block;text-align:center;}
#new_search_pages{text-align:center;}
#wp_search_pages,#hot_search_pages{display:inline-block;text-align:center;width:100%;}
.th_home.wp_paging{text-align:center;margin:10px auto;display:inline-block;float:none;}
.th_home.wp_paging .page_count{display:none;}
.th_home.wp_paging .page_nav{float:left;}
.th_home .page_nav a{display:inline-block; margin:0 2px; padding:4px 8px; background:#eee; border-radius:2px;}
.th_home .page_nav a:hover{ background:#ccc;}
.th_home.wp_paging .page_jump{float:left;}
.th_home.wp_paging .page_jump .pages{line-height:30px;margin-left:0px;}
.th_home.wp_paging .page_jump .pages em{margin:0px 4px;font-size:13px;/* font-weight:normal; */}
.th_home.wp_paging .page_jump .pageNum{width:20px;line-height:22px;height:22px;margin-right:3px;border: 1px solid #E2E1E1;}


.main .selector ul li{display: block;margin: 5px 2px;padding: 0px 5px;font-size: 14px;text-align: left;vertical-align: middle;color:#fff;}
.main .selector ul li.mouseover{color: #ccc;text-decoration: none;cursor: pointer;}
.main .selector .tit{font-weight:normal;color: #fff;width: 118px;}
.main .selector{width:auto;border-bottom: 0px;}
.main .selector .main{margin-left: 75px;margin-right: 0px;}
.main .selector{padding-bottom:0px!important;border-left:0px!important;}
.main .search-right{/* background: rgba(64, 64, 64, 0.69); */}


.possplit{background-image: url(images/posSplit.gif);background-repeat: no-repeat;background-position: left center;text-indent: 22px;background-position: center;width: 10px;display: inline-block; border: 0px solid red;}
a.news_box.clearfix{/* width: 16%; *//* float: left; *//* margin-left: 40px; *//* margin-bottom: 5%; */}
.post.post3.post-21.mbox{}
.post.post1.post-42.mbox{/* max-height: 290px; */overflow: hidden;/* margin-top: 13px; *//* margin-bottom: 30px; */}
.post.post3.post-11.mbox{width: 68%;float: left;margin-bottom: 0px;}
.search-right{/* width: 9%; */float: right;}
.sudy-tab .tab-menu li{display: inline-block;height: 47px;line-height: 47px;float: left;font-size: 14px;color: #000;padding: 0 5px;border-radius: 3px 3px 0 0;cursor: default;}
.sudy-tab .tab-menu{height: 47px;float: left;width: 21%;padding:0px 10px;/* margin-top:-30px; *//* padding-left:6%; */ background:#fff;}


body.main{position: relative;height:100vh}
#m-container1{padding: 93px 0 57px;background: url(./images/body_bg.jpg) no-repeat center top;background-size: cover;border-radius:56px 56px 0 0;margin-top: -50px;}
.main .inner{/* background: #fff; */}
.main .nums{margin-top: 0px;/* background: #473710; */line-height: 44px;/* border-bottom: 2px solid #6e4900; */color: #e2e1de;font-size: 15px;font-family: "微软雅黑";padding: 0px 5px;}
.sudy-tab .tab-menu li.selected{background-color:#fff;background:url(images/aaa.png) bottom center no-repeat; color: #0073b4; box-shadow: 0px 0 0px #359bd4 inset, /*左边阴影*/ 0px 0 0px #359bd4 inset, /*右边阴影*/ 0 0px 0px #359bd4 inset, /*顶部阴影*/ 0 0px 0px #359bd4 inset;}

.navi-slide-head.clearfix{display: none;}
.head-right li.links.i1{background: url(images/dl.png) left center no-repeat;}
.sudy-tab .tab-menu li{}
.list .wrapper .inner{width: 1240px;margin: 0 auto;}
.list .header .inner{width: 1400px;}
.list #banner{background-color: #fff;margin-top: -50px;border-radius: 50px 50px 0 0;position: relative;z-index: 10;}
.list .col_metas .col_title h2{display: inline-block; font-size: 23px; font-family: "Microsoft yahei"; font-weight: normal; color: #0073b4; border-bottom: none;}
inspector-stylesheet:1
.list li.list-item.tec_hot{margin-left: 66px; border: 1px #a5a3a3 solid;}
.con .tp_article_list .list_item{float: left; margin-left: 0px; margin-right: 50px !important; margin-bottom: 20px; padding-bottom: 0px; width: 14.26%; background: transparent; border: #e3e3e3 1px solid !important;}
.er_img .news_wz{background: #2a2a2a; padding-left: 30px; line-height: 20px; height: 40px;}
.head .head-left .sitelogo img{   width: 250px;}
.aa{background:url(images/xie.png) right center no-repeat;width: 90px;font-size:16px;padding-left: 26px;}
.aa.a2{background: url(images/xie.png) right center no-repeat; width: 70px; background: no-repeat;padding-left:11px;}
.main .smk{background: rgba(64, 64, 64, 0.69);}
div#mid_framee {
    min-height: 500px;
}
div#bottom_frame {
    min-height: 452px;
    background: #fff;
}
.fright {
    float: right;display:none
}
.fleft {
    
    text-align: center;
}
span.viewss {
display: block;
}
.main .wp-search .search-left{ }
span.viewss {
    margin: 0 auto;
    color: #fff;
    font-size: 16px; 
}
.other-page #footer .footer-inner {
    /* padding: 45px 0; */
}
.news_box {
    width: 93%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div#output {
    padding: 5px 5px 0px 5px; background:#fff;
}
.other-page #footer .inner .foot-left {margin-top: 35px;}
.xueyuanbt {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
	color: #0073b4;
}
.other-page .post .tt .tit {color: #0073b4;}
.xueyuan .item.tec_org {
    width: 25%;
    float: left;
}
.xueyuan li span {
    line-height: 34px;
    display: inline-block;
    padding-left: 4px;
}
.xueyuan li.tp-tit {
    line-height: 34px;
    display: inline-block;
    padding-left: 0;
}
.xueyuan .tp-tit:before {
    content: "-";
    font-size: 15px;
    margin-right: 10px;
}
.xueyuan li .tp-tit a {
    color: #2e2e2e;
}
.xueyuan li .tp-count {
    font-size: 14px;
    color: #a3a3a3;
}
.xuey {
    margin-bottom: 30px;
}
.xueyuan li .tp-tit a {
    font-size: 15px;
    color: #2e2e2e;
}
canvas {
    border: 2px solid #fff;
}

#searchTea {}
#searchTea li.news{float: left;width: 25%;height:140px;margin-bottom:20px;}
#searchTea li.news .news_box{margin:0px 5px;background:#fff;border:1px solid #eee;}
#searchTea li.news .news_imgs{float:left;width: 105px;height:140px;margin-right:10px;position:relative;background:#eee;}
#searchTea li.news .news_imgs img{max-width:105px;max-height:140px; width:auto;height:auto;margin:auto;position:absolute;left:0px;right:0px;top:0px;bottom:0px;}
#searchTea li.news .news_wz{padding:0px 10px;} 
#searchTea li.news .news_title{line-height: 34px;padding-top:6px; font-size: 16px; color: #191919;} 
#searchTea li.news .news_meta{line-height:22px;    overflow: hidden;text-overflow: ellipsis;} 
#searchTea li.news .news_meta .highligh{color:#e64d24} 
#searchTea li.news .news_time{margin-top: 0px;}
#searchTea li.news a.news_box:hover{background:#eee; color:#fff;}
#searchTea li.news a.news_box:hover .news_title,
#searchTea li.news a.news_box:hover .news_time,
#searchTea li.news a.news_box:hover .news_time span,
#searchTea li.news a.news_box:hover .news_meta{color:#000;}
#searchTea li span {padding-left: 0;     color: #e64d24;}
.x1.other-page .post .tt .tit {color: #0073b4;}
.main1 .tab-list li {
    display: none;
}

span.sitetitle {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 360px;
    font-weight: bold;
    font-family: "SourceHanSerifCN-Bold";
    margin-left: 13px;
}

.new {background:#fff;border-top:1px solid #efefef;}
.new .post{padding-left:41px;    padding-right: 20px;padding-bottom:20px;}
.new .post .tt{display:block;}
.new .post .tt .tit{    background: url(images/aaa.png) bottom center no-repeat;}
.new .post .tt .tit .title{font-size: 16px;font-weight: normal; color: #0073b4;}
.new .news_list li.news{line-height:40px;}
.new .news_list li.news span.news_title {display: inline-block;width: 68%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.jscx{display:block;font-weight: bold;font-size: 32px;color: #8d2c31;margin-bottom: 30px;}
.input-ss{text-align: ;eft;line-height: 42px;}
.input-ss .ss{position: relative;display: inline-block;width: 56.5%;line-height: 41px;}
.ss-nr{font-size:15px;font-family:"微软雅黑";width:100%;background: #fff;line-height: 50px;color:#a3a3a3;border-radius: 8px;text-indent: 1em;height: 50px;}
.ss-but{position: absolute;right: 4px;top: 4px;line-height:42px;width:95px;border-radius: 4px;background: #8D2C31;text-align: center;color:#fff;font-size: 20px;font-family: "微软雅黑";}
.main div.optionbox{line-height: 26px;color:#fff;margin:0 auto;margin-top: 32px;padding: 22.5px 30px;background: rgba(141,44,49,0.95);border-radius: 12px;}
.zm-list{clear:both;display:inline-block;margin-right:-20px;padding: 10px 0 50px;position: relative;}
.zm-list:before{position:absolute;height:1px;background:rgb(255 255 255 / 60%);left:0;right: 48px;content:'';top:0;}
.zm-list li{margin: 0 20px 0 0;font-size: 16px;display:inline-block;cursor: pointer;}
.zm-tit{float:none;white-space:nowrap;color:#fff;font-size: 18px;font-weight: bold;display: block;width: 100%;line-height: 24px;padding-bottom: 10px;/* border-bottom: 1px solid rgb(255 255 255 / 60%); */}
.wrap{display:inline-block}
/**首页院系列表**/
.depart .yx-tit{float: none;display: block;font-size: 18px;font-weight: bold;line-height: 24px;padding-bottom: 10px;border-bottom: 1px solid rgb(255 255 255 / 60%);}
.depart .yx-list{margin: 0 -38px 0 0;padding: 10px 0 0 0;}
.depart .yx-list li{float:left;margin-right: 38px;font-size: 16px;line-height: 42px;cursor: pointer;}
.main2{padding-bottom:214px}
.post-200{text-align: center;width:48%;margin: 0 auto;}
.post-200 li{width:24%;margin:0 0.5%;float: left;position: relative;z-index:5}
.post-200 .bg{position: absolute;top:0;left:0;width:100%;height: 100%;z-index:-1;background:#fff;opacity:0.7;filter:alpha(opacity=80)}
.post-200 .news_title{text-align: center;font-size: 17px;padding:10px 0}
.post-200 .news_title a{color:#333}
.post-200 img{height:40px;padding:18px 0}


.list .wrapper .inner .post-2{ min-height:660px;}


.head .head-left .sitelogo img{width:350px;margin-top: 15px;}
.head .head-left{width: 650px;height:auto}
body.list #header{width:100%}
.l-banner{height:390px;background-size:cover}
.l-banner img{display:none}
body.list #header{position: relative;z-index:3;background-size:cover}
.wp-wrapper{position:relative;}
.wp-wrapper .col_name{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:48px;color:#fff;font-weight:bold;z-index:33}
/**院系列表**/
.depart_list .news_pic.news_list{margin:0 -12.5px;}
.depart_list .wp-search{position: relative;margin-left: 0;left: auto;padding-top: 0;padding-top: 55px;}
.depart_list .news_pic.news_list li.news{width:33.3%;margin-bottom:80px;border: 0;height: auto;position: relative;}
.depart_list .news_pic.news_list li.news .news_box{margin:0 12.5px;padding: 20px 12px 12px;border: 0;width: auto;height: 128px;box-shadow: 0 4px 16px rgb(0 0 0 / 16%);}
.depart_list .news_pic.news_list li.news .news_imgs{width:132px;height:187px;position: absolute;bottom: 12px;}
.depart_list .news_pic.news_list li.news .news_imgs img{max-height: unset;max-width: unset;width: 100%;height: 100%;object-fit: cover;}
.depart_list .news_pic.news_list li.news .news_wz{margin-left: 152px;padding: 0;}
.depart_list .news_pic.news_list li.news .news_title{font-weight: bold;padding-top: 0;line-height: 21px;margin-bottom: 16px;}
.depart_list .news_pic.news_list li.news .news_career{font-size: 14px;font-weight: normal;margin-left: 9px;}
.depart_list .news_pic.news_list li.news .news_inrott{font-size:14px;font-weight:bold;color: #232323;}
.depart_list .news_pic.news_list li.news .news_meta{font-size:14px;line-height:24px;color:#232323;overflow: unset;text-overflow: unset;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.depart_list .selector .main{border-bottom: 1px solid #8D2C31;display: block;float: none;}
.depart_list .wp-search .search-left .con .boxcon .txtcon input{font-family: "微软雅黑";}
/**师资队伍**/
.list.szdw .header .inner{height:auto;}
.szdw .navbar .wp-menu .menu-item a.menu-link{
    font-size: 18px;
    font-weight: normal;
}
.szdw .site-lang ul li.links a{opacity:0.5}
.szdw #footer .footer-inner{padding: 16.5px 0;}
.szdw .wrapper .inner{width:1400px;}
.szdw .head .head-right{display:none;}
.depart.clearfix .info_more {
    display: none;
}
#footer .inner p.viewss a{color: rgb(255 255 255 / 60%);}