@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; }
html{ overflow-x:hidden;font-size:20px; }
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,strong,b{ font-weight:bold; }
em{font-style: italic;}
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{  }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{ clear: both; content: "."; display: block; height:0; visibility: hidden; }
.clearfix{ display: block; *zoom:1; }
/*css3扩展*/
body:before {content: "";position: fixed;top: -10px;left: 0;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);
    z-index: 110;-webkit-font-smoothing:antialiased;
}
.subbbb {transition: 0.3s;
    -webkit-transition: margin-bottom .8s;
    -moz-transition: margin-bottom .8s;
    -o-transition: margin-bottom .8s;}

/**布局开始**/
body {line-height:1.75;font-size:0.9rem; font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333;}
p{}
p {}
a {color:#333; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#2f58ab; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.wrapper .inner { width:76rem; margin:0 auto;position:relative;} /**页面全局宽度**/

/*head开始*/
#header {position:relative;}
#header .inner{height:8.75rem;}
.head{width:100%; position:relative;background:url(../images/head.jpg) no-repeat center;background-size:cover;} 
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.head .head-main{float:right;height:2.6rem;line-height:2.6rem;border:0px;}
.site-link{color:#ffffff;font-size:0.8rem;padding-top:1rem;}
.site-link a{color:#fff;padding-left:1.3rem;padding-right:1.4rem;display:inline-block;height:1.1rem;line-height:1.1rem;}
.site-link a.home{background:url(../images/home.png) no-repeat 0px 0px;}
.site-link a.dating{background:url(../images/dating.png) no-repeat 0px 0px;}
.site-link a.back{background:url(../images/back.png) no-repeat 0px 0px;}
.head .sitelogo a{display:block;position:absolute;left:0px;z-index:100;}/*logo*/
input:-internal-autofill-selected {background-color:#fff;}
input:focus{background-color:#fff;}
.head .head-left{float:left;display:inline-block;width:38.3rem;height: 3.7rem;margin-top:2rem;}
.head .head-left .sitelogo{webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
.head .head-left .sitelogo img{width:38.3rem;}
.head .head-right{float:right;display:inline-block;height: 2rem;margin-top:0.5rem;}
.wp-search {position: relative;background:#ffffff;border-radius:1rem;margin-top:1rem;height:1.9rem;line-height:1.5rem;width:16rem;overflow:hidden;padding:0px;}
.wp-search form { display: block;}
.wp-search .search-input {margin-left:0.8rem;margin-right: 2rem;color: #fff;height:1.9rem;padding:0px;overflow:hidden;}
.wp-search .search-input input.search-title {width: 100%;height: 1.9rem;line-height:1.9rem;border:0;outline: 0;background: none;color: #666;font-size: 0.8rem;font-family:"Microsoft yahei";}
.wp-search .search-btn {width:1.2rem;height:1.2rem;position: absolute;right:1.2rem;margin-top: -1.6rem;display:inline-block;padding:0px!important;}
.wp-search .search-btn input.search-submit {width: 100%;height:1.2rem;border:0;cursor: pointer;background: url(../images/search.png) no-repeat center top;margin:0px!important;padding:0px;position:relative;}
.wp-search .search-btn::before{height:0px;padding:0px;margin:0px;}


/*默认主导航样式*/
#nav{ background:#214898;}
#nav .inner{ }/**导航区域背景**/
.navbar { width:100%; height:2.85rem;}
.navbar .navbox { width:95%; height:2.85rem; margin:0 auto;}/*导航窗口大小及位置*/ 
.navi-slide-head{display:none;}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {display:flex;justify-content: space-between;}
.wp-menu .menu-item {display: inline-block;position: relative;z-index: 100;}
.wp-menu .menu-item.i1 { background:none;}
.wp-menu .menu-item:hover{ background:#400aae;}
.wp-menu .menu-item a.menu-link  .menu-switch-arrow{}
.wp-menu .menu-item a.menu-link {display: inline-block;line-height: 2.85rem;color: #fff;font-size:1rem;padding:0 2rem;}
.wp-menu .menu-item a.menu-link:hover,.wp-menu .menu-item a.hover{ text-decoration: none; color: #fff;}
.sub-menu {display: none;position: absolute;left: 0;top: 2.85rem;min-width: 8.15rem;z-index: 100;opacity: 0.9\9;background-color: rgba(255,255,255,0.9);filter:alpha(opacity=90);padding-bottom:1rem;padding-top:0.5rem;
}
.wp-menu .menu-item a.menu-link:hover .sub-menu{transform: translateY(0);}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1; /* float: left; */; }
.sub-menu .sub-item a {display: block;color: #333;height:2.5rem;line-height: 2.5rem;font-size:0.8rem;background:none;text-align:center;}
.sub-menu .sub-item a:hover { color: #333; background-color:rgba(255,255,255,1); display: block; }
.sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background: rgba(255,255,255,0.9); opacity: 0.8\9; background: #0474b0\9; filter:alpha(opacity=90); }
.wp-menu .menu-item a.menu-link:hover .sub-menu{display:block;}

/**主页banner开始**/
#banner { }
#banner .inner {width:auto;max-width:100%; background:#fff; text-align: center;position:relative;}
/**主体模块样式**/
#m-container {}javascript:;
#m-container .inner {}
.whitebg{background:#fff;}
/**首页布局**/
.fl{float:left;}
.fr{float:right;}
.pd10{padding:0.5rem;}
.pd20{padding:1rem;}
.pd30{padding:1.5rem}
.contbg1{background:url(../images/conbg-top.jpg) repeat-x top #ffffff;}
.contbg2{background:url(../images/contbg2.jpg) no-repeat center bottom ;}
.mbox { background:; }
.main1{padding: 2rem 0px 2rem 0px;font-size:0.9rem;}
.main1 .inner{}
.main1 .inner .ml{width:49.2%;}
.main1 .inner .mr{ width:49.2%;}
.tupianxinwen{height:22rem;overflow:hidden;}
.dtjt9_div_img img{width:100%;height:22rem;}
.dtjt9_div_text{bottom:2.2rem;;background:rgba(255,255,255,0.8);height:2.2rem;line-height:2.2rem;} 
.dtjt9_div_text .dtjt9_div_text_title{background:none;}
.dtjt9_div_img .number{position:absolute;right:5px;bottom:3rem;}
.dtjt9_div_img .number .nomal{font-size:0px;border-radius:50%;width:10px;height:10px;border:0px;background:#fff;opacity:1;}
.dtjt9_div_img .number .current{font-size:0px;border-radius:50%;width:10px;height:10px;border:0px;background:#2f58ab;opacity:1;}


.dtjt9_div_img .number .nomal,.dtjt9_div_img .number .current{border-radius:50%;}
.dtjt9_div_text .dtjt9_div_text_title {background:none;text-align:left;height:2rem;line-height:2rem;font-size:0.9rem;}
.dtjt9_div_text .dtjt9_div_text_title a:link{line-height:2rem;}
.dtjt9_div_text .dtjt9_div_text_title a:hover{color:#2f58ab;}
.dtjt9_div_img .number .nomal{font-size:0px;}
.dtjt9_div_img .number .current{font-size:0px;}
.dtjt9_div_text{position:relative;display: flex;justify-content: space-between;flex-wrap: wrap;}
.dtjt9_div_text a:link,.dtjt9_div_text a:visited,.dtjt9_div_text a:active,.dtjt9_div_text a:hover{font-size:0.9rem;font-weight:normal;}
.dtjt9_div_text_title{text-indent:1rem;}
.dtjt9_div_text_time{font-size:0.8rem;color:#333;height:2rem;line-height:2rem;padding-right:0.5rem;}


/**第1行右侧的快捷导航**/
.kuaijie{z-index:999;position:relative;}
.kuaijie ul li{width:49.2%;float:left;font-size:1.2rem;font-weight:bold;height:6.5rem;margin-bottom:0.5rem;}
.kuaijie ul li.kuaijie1{background:url(../images/icon1.png) no-repeat 2rem 2rem #3698c6;}
.kuaijie ul li.kuaijie2{background:url(../images/icon2.png) no-repeat 2.2rem 2rem #bc7ccb;float:right;}
.kuaijie ul li.kuaijie3{background:url(../images/icon3.png) no-repeat 2.2rem 2rem #48c09d;}
.kuaijie ul li.kuaijie4{background:url(../images/icon4.png) no-repeat 2rem 2rem #a59952;float:right;}
.kuaijie ul li.kuaijie1:hover{background-color:#137eb0;}
.kuaijie ul li.kuaijie2:hover{background-color:#9e51b0;}
.kuaijie ul li.kuaijie3:hover{background-color:#25a27d;}
.kuaijie ul li.kuaijie4:hover{background-color:#908231;}
.kuaijie1 a,.kuaijie2 a,.kuaijie3 a,.kuaijie4 a{line-height:6.4rem;padding-left:4.6rem;display:block;color:#fff;}
.jubao{width:100%;background:#d86545;height:8rem;box-sizing:border-box;padding:0.8rem;}
.jubao .title{width:22%;float:left;border:1px solid #fff;}
.jubao .title h3{line-height:1.8rem;font-size:1.2rem;color:#fff;text-align:center;margin:1rem 0;}
.jubao .cont{width:75%;float:left;background:url(../images/icon5.png) no-repeat right bottom;box-sizing:border-box;}
.jubao .cont p{font-size:0.8rem;color:#fff;padding-left:1rem;}



/*新闻和公告的标题*/
.post1{ margin:0.5rem 0; }
.post1 .tt {display:inline-block; width:100%;} /**标题栏**/
.post1 .tt .tit { display:inline-block; float:left; font-size:1.2rem;line-height:2rem;} /**标题字体**/
.post1 .tt .tit .title {display:block;color:#333;font-family:"Microsoft yahei";font-weight:bold;}
.post1 .more_btn { display:inline-block; height:1.3rem; margin-top:0.5rem; line-height:1.3rem; float:right;}
.post1 .more_btn .more_text,.post .more_btn a {font-size:0.8rem;cursor:pointer;margin:0px;} 
.post1 .more_btn a{color:#333;} 
.post1.titlell{ margin-bottom:10px;display:flex;}
.post1.titlell .icon{width:2.2rem;height:2.2rem;display:inline-block;background:#214898;border-radius:5px;}
.post1.titlell .icon img{margin:0.2rem 0.3rem;}
.post1.titlell .tt{border-bottom:1px solid #ddd;margin:0 0 1rem 0.5rem;}
.post1.titlell .tt .tit .title{border-bottom:3px solid #214898;}


.post2{ margin:0.5rem 0; }
.post2 .tt {display:inline-block; width:100%;} /**标题栏**/
.post2 .tt .tit { display:inline-block; float:left; font-size:1.5rem;line-height:2.4rem;} /**标题字体**/
.post2 .tt .tit .title {display:block;color:#fff;font-family:"Microsoft yahei";font-weight:bold;}
.post2 .more_btn { display:inline-block; height:1.3rem; margin-top:0.5rem; line-height:1.3rem; float:right;background:#fff;border-radius:1rem;padding:0 0.5rem;}
.post2 .more_btn .more_text,.post .more_btn a {font-size:0.8rem;cursor:pointer;margin:0px;} 
.post2 .more_btn a{color:#3059ac;} 
.post2.title2{ margin-bottom:10px;display:flex;}
.post2.title2 .tt{margin:0 0 1rem 0.5rem;}
.post2.title2 .tt .tit .title{border-bottom:3px solid #fff;}


/*日历新闻*/
.rili{}
.rili .con{}
.rili .news_list {}
.rili .news_list li.news{font-size:0.9rem;background:none;padding-left:0px;padding-top:10px;padding-bottom:10px;height:3.5rem;display:inline;}
.rili .news_list li.news.n1{margin-top:0px;padding-top:0px;/* border-bottom:1px solid #ccc; */}
.rili .news_list li.news .news_date{float: left;width:4.1rem; height:3rem;margin-right:0.5rem;text-align:center;color:#fff;background:#2e8fc3;}
.rili .news_list li.news .news_date .news_day{font-size:1.2rem;text-align:center;height:1.5rem;line-height:2rem;font-weight:bold;  font-style: italic;}
.rili .news_list li.news .news_date .news_year{font-size:0.7rem;height:1.5rem;line-height:1.1rem;}
.rili .news_list li.news .news_wz{padding:0px 0px;float:left;positon:relative;} 
.rili .news_list li.news .news_title{line-height:3rem;height:3rem; font-size:0.9rem; color:#333333;border-bottom:1px solid #ddd;width:100%;position:absolute;transition:0.3s; -webkit-transition: margin-left .8s; -moz-transition: margin-left .8s; -o-transition: margin-left .8s;} 
.rili .news_list li.news .news_title:hover{margin-left: 10px;}

.main2{background:#f9f9f9;}
.main2 .inner{padding:1.2rem 0 3rem 0;}
.main2 .inner .ml{width:48.5%;min-height: 13.2rem;}
.main2 .inner .mr{width:48.5%;}
.main2 .news_list li.news .news_title{position:absolute;transition:0.3s; -webkit-transition: margin-left .8s; -moz-transition: margin-left .8s; -o-transition: margin-left .8s;}
.main2 .news_list li.news .news_title:hover{margin-left: 10px;}
.main2 .news_list li.news{margin-left:0px;background:url(../images/li1.png) no-repeat left;padding-left:0.75rem;line-height:2.5rem;height:2.5rem;border-bottom:1px dashed #ddd;}
.main2 .news_list li.news .news_title{float:left;}
.main2 .news_list li.news .news_time{float:right;color:#999;}


.main3{background:url(../images/contbg.jpg) no-repeat center top #3059ac;}
.main3 .inner{padding:1rem 0;}
.ladyScroll{width:100%;height:19.5rem;margin:1rem auto;position:relative;overflow:hidden;}
.ladyScroll .prev,.ladyScroll .next{width:1rem;height:1.8rem;position:absolute;top:8rem;z-index:100; cursor:pointer; }
.ladyScroll .prev{background:url(../images/pre.png) left;left:0;}
.ladyScroll .next{ right:0; background:url(../images/next.png) right;}
.ladyScroll .scrollWrap{width:100%;margin-left:1.3rem;padding-top:15px;overflow:hidden;position:absolute;}
.ladyScroll dl{float:left;width:16rem;text-align:center;position:relative;margin:0.5rem 1rem;background:#fff;border-radius:1rem;}
.ladyScroll dt{width:100%;overflow:hidden;}
.ladyScroll dt.news_imgs{width:14rem;height:12rem;margin:1rem auto 0.5rem auto;overflow:hidden;}
.ladyScroll img{width:100%;height:100%;}
.ladyScroll dd{width:100%;height:2rem;line-height:2rem;text-align:center;overflow:hidden;padding-bottom:1rem;}
.ladyScroll dd a{ color:#333; font-size:0.8rem;display:block;}
.ladyScroll dd a:hover{ text-decoration:none;  }
.ladyScroll dl:hover dd a{color:#5092db;font-weight:bold;} 

.contbg2{background:url(../images/contbg2.jpg) no-repeat center bottom #fdfdfd;padding-bottom:1rem;}
.contbg2 .main2{background:none;}

.main4{margin:0rem 0 2rem 0;}
.xiazaicont ul{display:flex;justify-content: space-between;}
.xiazaicont li .xiazaipic{width:6.5rem;height:6.5rem;line-height:6.5rem;border-radius:50%;background:#214898;text-align:center;vertical-align:middle;display: grid;
  place-items: center;}
.xiazaicont li .xiazaipic:hover{background:#1d3a75;}
.xiazaicont li .xiazaipic img{margin:0 auto;}
.xiazai .news_title{text-align:center;height:1.5rem;line-height:1.5re,;}
/**友情链接**/
.xblink ul{padding-top:1rem;}
.xblink li{float:left;font-size:0.8rem;height:1.6rem;line-height:1.6rem;background:url(../images/li2.png) no-repeat left;padding-left:0.8rem;width:40%;}
.xblink li:nth-child(odd){padding-right:1rem;}
.xblink li:nth-child(even){ margin-left:1rem;}
.xblink li{} 
.xblink li a{ display:block; width:100%; color:#fff;} 

/**页脚开始**/
#footer { background:url(../images/foot-bg.jpg);position:relative;background-size:100% 100%;}
#footer .inner {padding: 30px 0px 30px 0;text-align:center;font-size:0.8rem;}
#footer .inner .foot-left{float:left;width:40%;text-align:left;}
#footer .inner .foot-right{float:right;text-align:left;width:40%;}
#footer .inner .foot-right .contact{float:left;}
#footer .inner .erweima{float:right;}
#footer .inner .erweima img{width:6.3rem; height:6.3rem; vertical-align:top;margin-left:1rem;}
.foottitle{font-size:1.2rem;color:#fff;position:relative;height:2.2rem;margin-bottom:1rem;}
.foottitle:after{background:#fff;width:2.3rem;content: " ";position:absolute;bottom:0px;height:3px;left:0px;}
.copyright{color:#fff;text-align:center;background:#000;font-size:0.7rem;height:1.8rem;line-height:1.8rem;}
#footer .inner p{font-size:0.8rem;line-height:1.8rem;color: #fff;}


/**列表页**/
.l-banner{text-align:center;}
.l-banner img{width:100%;}
#l-container {padding-bottom:5rem;position:relative;background:url(../images/contbg.png) no-repeat center bottom #fff;}
#l-container .inner {}
.col_menu {width: 16rem;float:left;margin-right:-16rem;position:relative;background:#2f58ab;margin-top:-5.25rem;} 
.col_menu:after{ content:""; position:absolute; left:0; right:0; bottom:-10rem; height:10rem; background:url(../images/cebg.png) center bottom no-repeat #fff;}
.col_menu .l-qh{ }
.col_menu .col_menu_head {background: url(../images/columetitle.jpg) no-repeat center;height:145px;}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:30px; font-weight:normal; color:#fff;}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:105px; padding-left:75px;}  /**栏目名称图标**/
.col_menu .col_menu_con{}


/**文章页banner**/
#m-container1 {}
#m-container1 .inner {background:#fff;padding-top:15px; }
#d-container {padding-bottom:5rem;position:relative;background:url(../images/contbg.png) no-repeat center bottom #fff;}
#d-container .inner {background:#fff;padding-bottom:50px;}

/*栏目列表*/
.col_list{/* padding:4px 18px; */margin-top:-2rem;margin-left:4px;}
.col_list .wp_listcolumn { background: #fff;position: relative;}
.col_list .wp_listcolumn .wp_column a {color:#333;font-size:18px;font-weight:normal;background:none;border-bottom: 1px solid #ddd;height:3.5rem;line-height:3.5rem;display:block;background:url(../images/jt1.png) no-repeat 10rem 1.6rem;border-top:0px;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:0px 0px 0px 2rem;height:3.5rem;line-height:3.5rem;color:#000; } 	
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected { color:#000; background:url(../images/jt2.png) no-repeat 10rem 1.6rem #f1f1f1; } 
.col_list .wp_listcolumn .wp_column a.parent{background:url(images/li3.jpg) no-repeat 10rem 1.6rem #f1f1f1; }
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #2f58ab;font-weight:bold;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#454545;background:none; }
.col_list .wp_listcolumn .wp_column.parent > a .column-name{ color:#124D83;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list{padding-bottom:30px;}
.col_list .wp_listcolumn .wp_column .sub_list a { color:#333;background:none;height:60px;line-height:60px;border-bottom:0px;} 	
.col_list .wp_listcolumn .sub_list a .column-name { display:inline-block; line-height:60px; padding:5px 10px 5px 65px; cursor:pointer;color:#696969;}
.col_list .wp_listcolumn .sub_list a :hover,.col_list .wp_listcolumn .wp_column a.selected { color:#124D83;} 
/*三级子栏目**/
.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 { color:#124D83;} 
	

.col_news {width: 100%;min-height:500px;float:right; } /**栏目新闻**/
.col_news .col_news_box{margin-left: 17rem;background-color: #FFFFFF;min-height:500px;}
.col_news_head {border-bottom: 1px solid #ddd;margin:0px 30px;padding-top:20px;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px;  background:url(../images/lanmu.png) no-repeat left;padding-left:30px;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 20px;color:#2f58ab;font-family:"Microsoft yahei";font-weight: bold;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block;float:right; /* padding-right:20px; */ white-space:nowrap; height: 46px; line-height: 46px; color:#999;background:url(../images/location.png) no-repeat left;padding-left:30px;font-size:0.8rem;} /**当前位置**/
.col_metas .col_path a{color:#999;}
.col_news_con { padding:15px 30px 10px 30px; margin:0 7px;}
.col_news_list { margin-top:7px;padding-bottom:2rem;}
.col_news_list .news_list li.news{ background:url(../images/li1.png) no-repeat left;padding-left:1rem;height:2.5rem;line-height:2.5rem;border-bottom:1px dashed #ddd;}
.col_news_list .news_list li.news .news_title{float:left;}
.col_news_list .news_list li.news .news_time{float:right;color:#999;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index { }  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:13px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/

.news_list li.news .news_title {
    position: absolute;
    transition: 0.3s;
    -webkit-transition: margin-left .8s;
    -moz-transition: margin-left .8s;
    -o-transition: margin-left .8s;
}
.news_list li.news .news_title:hover{margin-left:10px;}
.wp_paging{font-size:0.8rem;margin-top:2rem;}
.wp_listalbumn .albumn_info .Article_MicroImage img{width:320px;height:220px;}
.wp_listalbumn .albumn_info .Article_Title{margin-bottom:15px;}


@keyframes menu_fill_left_in{
    0%{
		transform: scale3d(0, 1, 1);
        transform-origin: 0 50%;
    }
    100%{
        transform: scale3d(1, 1, 1);
		transform-origin: 0 50%;
	}
}
@keyframes menu_fill_left_out{
    0% {
        transform: scale3d(1, 1, 1);
        transform-origin: 100% 50%;
    }
    100% {
        transform: scale3d(0, 1, 1);
        transform-origin: 100% 50%;
    }
}
/**文章页**/
.infobox { width:auto; margin:0 auto; padding:0 2rem;}
.article {}
.article h1.arti_title {line-height:35px;padding: 10px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #333;} /**文章标题**/
.article .arti_metas {text-align: center;
    color: #94070a;
    padding: 10px;
    margin: ;
    background:#f1f1f1;
    background-size: cover;}
.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:30px; font-size:16px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto!important; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}
.article .entry.danye{margin:1rem;}
.siteCounter5{display:inline;}
*{zoom:1}
		.fullSlide{ position:relative;  margin:0 auto; }
		.fullSlide .bd{ position:relative; z-index:0; }
		.fullSlide .bd li img{width:100%; vertical-align:top;  } 
		.fullSlide .hd{position:relative; z-index:1; margin-top:-50px; height:50px; line-height:50px;  text-align:center; }
		.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
		.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(images/tg_flash_p.png) -18px 0; overflow:hidden; 
			font-size:0;
		}
		.fullSlide .hd ul .on{ background-position:0 0; }
		.fullSlide .prev,.fullSlide .next{ z-index:1; display:block; width:55px; height:55px; position:relative; margin:-20% 0 0 3%; float:left;  filter:alpha(opacity=40);opacity:0.4  }
		.fullSlide .prev{ background:url(images/pre.png) 0 0 no-repeat;}
		.fullSlide .next{  background:url(images/next.png) 0 0 no-repeat; float:right; margin-right:3%  }
		.fullSlide .prev:hover,.fullSlide .next:hover{ filter:alpha(opacity=80);opacity:0.8 }


/* 登录样式 */
#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; }
/* 自定义登录样式 */
.form_box{}
.form_box .input_box{margin-right:10px;}
.form_box .input_box input{height: 32px;line-height: 32px;border:1px solid red;}
.form_box .input_box .input_text{width:165px; border:1px solid #bdbdbd;padding:0px 4px;}
.form_box .input_box .input_btn{width:80px;font-size:14px; background:#db8b1f; border:0px; color:#fff; font-family:"Microsoft Yahei"; cursor:pointer;}
.form_box .input_box .input_btn:hover{background:#c87c16;}
/* 分享二维码 */
.shares{ display:inline-block; float:right; }
.shares .share{float:left;width: 147px;/* height:35px; *//* margin-right: 21px; */position:relative;vertical-align:middle;text-align: center;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: -20px; */}
.shares .share .con img{ width: 106px; height:auto; }
.shares .share  span{color: #C69A9D;}
/*筛选功能样式*/
.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;}
/**
 * 特殊页面
 */
/*二级页面*/

/*列表页*/
/*banner*/
.mbanner .focus-navigation { opacity: 0.7; filter:alpha(opacity=70); background:url(images/slide_next.png) no-repeat; text-indent:-999em;}
.mbanner .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus-prev { left:20px;}
.mbanner .focus-next { right:20px;background:url(images/slide_next.png) no-repeat right top}

.mbanner .focus-pagination { position:absolute;right:50%;bottom:20px; margin-right:-20px; z-index:60;}
.mbanner .focus-page { display:inline-block; width:13px; height:13px;  margin-right:5px;background:url(images/slide_btns.png) no-repeat center top;}
.mbanner .focus-page-active {background-position:center bottom;}

./* 本例子css */
		.slideTxtBox{ width:100%; text-align:left;  }
		.slideTxtBox .hd{ height:50px; line-height:50px; padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; }
		.slideTxtBox .hd ul{ float:left;  position:absolute; left:0px; top:-1px; height:52px;   }
		.slideTxtBox .hd ul li{ float:left; padding:0px; cursor:pointer; font-size:24px;font-weight:bold; color:#999;margin-right:30px;}
		.slideTxtBox .hd ul li.on{ height:50px;   border-bottom:3px solid #3167c5; color:#3167c5;}
		.slideTxtBox .bd ul{ padding:15px 0;  zoom:1;  }
		.slideTxtBox .bd li{ height:30px; line-height:24px; clear:both;border-bottom:1px solid #ddd;margin-bottom:10px; }
		.slideTxtBox .bd li .date{ float:left; color:#999;  width:60px;background:#3167c5;border-radius:3px;display:inline-block; height:24px;color:#fff;font-size:14px;}

		