@charset "UTF-8";
/* Base Reset */
* {margin: 0;padding: 0;}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;overflow-y: scroll; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
:focus { outline:0;}
img { border:0;}
a img { vertical-align: middle;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

body,p { font:14px/1 Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Tohoma, Arial; color: #333; }
body {background-color: #fff;}
a{ text-decoration: none; color: #333;     transition: all 0.4s ease-in-out;}
a:hover{ text-decoration: none; color: #df280f; }
.wp-wrapper { width: 100%; background-color: #fff;}
.wp-inner { width:auto; max-width: 1400px; margin:0 auto;}

/**头部**/
.wp-header {    background: url(../images/headbg.png) #38821e no-repeat center;}
.headtop {
    background-color: #df280f;
}
.wp-header .sitetitle {
    display: inline-block;
    margin-left: 58px;
    margin-top: 20px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}
.wp-header .head-left{float:left;display:inline-block;}
.wp-header .head-right{float:right;margin-top: 45px;width: auto;}
 /**
  * [站点LOGO]
  */
.logo-panel { float: left;}
.logo-window { padding: 2% 0; margin-left:10px;}
.logo-window img { vertical-align: middle;}

.wp-head-tools { float: right;}
.wp-header .wp-inner{    background: url(../images/sl.png) no-repeat 100% 50%;
}
/**
 * [语言选择]
 */
.lang-panel { float: right; margin-right: 10px;}
.lang-window { padding: 6% 0; }
.lang-window .wp-menu .menu-item { float: left;}
.lang-window .wp-menu .menu-item a.menu-link { display: inline-block; margin:0 3px; height: 20px; line-height: 20px; font-size: 14px; color: #EBB428;}
.lang-window .wp-menu .menu-item a.menu-link:hover { text-decoration: underline; color: #FFC661;}
/*系统默认搜索*/
.wp_search{ display:inline-block;position:relative;     margin: 16px 0px; background: #fff;/*border: 1px solid #ece2e2;border-radius: 3px;*/}
.wp_search #keyword{ width:100px!important;padding: 2px 4px; border:none;height:20px; line-height:20px; background:transparent; color:#a39e9e; }
.wp_search .search{width:40px;height: 29px;border:0px; background:  url(../images/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
/*自定义输入框*/
.searchbox{text-align:right;margin-top:0px;    float: right;}
.wp-search {position: relative;    background: white;
    border-radius: 25px;border: 3px solid #fff;    width: 235px;}
.wp-search form {display: block;}
.wp-search .search-input {margin-left:10px; margin-right: 40px;}
.wp-search .search-input input.search-title {width: 100%;height: 22px;padding: 4px 0;line-height: 22px;background: none;color: #313131;font-size: 14px;border:0;outline: 0;opacity: 60%;
    font-family: auto;}
.wp-search .search-btn {width:32px;height: 32px;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width:32px;height: 30px;border:0;outline: 0;background: #FFFFFF url(../images/sso.png) no-repeat center;cursor: pointer;border-radius: 25px;}
/**
 * [顶部副导航]
 */
.top-nav-panel { float: right;}
.top-nav-panel .wp-menu .menu-item { float: left; display: inline-block;}
.top-nav-panel .wp-menu .menu-item a.menu-link { display: inline-block; margin: 0 6px; height: 36px; line-height: 36px; color:#fff; font-size: 16px;}
.top-nav-panel .wp-menu .menu-item a.menu-link:hover{ text-decoration: underline; color: #d5d5d5;}

/**主导航**/
.wp-navi {background:#f4dfb5;     height: 50px;
    position: relative;
    z-index: 999;}
.main-nav-panel {  float: left; }
.menu-switch-arrow { display: none;}
.main-nav-panel .wp-menu { margin:0 auto;}
.main-nav-panel .wp-menu .menu-item { display: inline-block; float: left; position: relative;}
.main-nav-panel .wp-menu .menu-item a.menu-link {    display: inline-block;
    padding: 0 50px;font-weight: bold;
    line-height: 50px;
    color: #4f3e0b;
    font-size: 16px;}
.main-nav-panel .wp-menu .menu-item a.menu-link:hover {     background-color: #cca962;
    text-decoration: none;
    color: #fff;}
.main-nav-panel .sub-menu {display: none;    position: absolute;
    left: 0;
    top: 50px;
    min-width: 100%;
    z-index: 100;
    background: #f4dfb5b0;}/**竖向导航**/
.main-nav-panel .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;text-align:center; border-bottom: 0.5px #ffffffc2 solid; }/**竖向导航**/
.main-nav-panel .sub-menu .sub-item a {display: block;color: #4f3e0b;height: 45px;line-height: 45px;padding: 0 17px;font-size: 16px;background:none;}/**竖向导航颜色行间距等**/
.sub-menu .sub-item.hover> a,
.main-nav-panel .sub-menu .sub-item a:hover {    color: #4f3e0b;
    background-color: #cca962;
    display: block;}/**竖向导航选中颜色**/
.main-nav-panel .sub-menu .sub-menu {  left: 100%; top:0px; z-index: 200; background:#fff;}

/**slide导航**/
.wp-navi .navi-slide-head { display: none; padding:0 10px; height: 40px;     background-color: #b72323;}
.wp-navi .navi-slide-head .navi-slide-title { display: inline-block; float: left; font-weight: normal; color: #212121; font-size: 18px; line-height: 40px;}
.wp-navi .navi-slide-head .navi-slide-arrow { display: block; width: 34px; height: 40px; float: right; background: url(img/menu-icon-arrow.png) no-repeat 50%;}

/**aside导航**/
.navi-aside-page {position: fixed;}
.navi-aside-toggle { display: block; width:34px; height: 34px; background:url(img/menu-icon-arrow.png) no-repeat 50%; cursor: pointer; position: absolute; left: 0; top:50%; margin-top: -17px; display: none;}
.wp-navi-aside { display: none; position: fixed; left: 0; top:0; bottom: 0; right: 0; z-index: 1000; }
.wp-navi-aside .navi-aside-mask { width: 100%; height: 100%; background: rgba(0,0,0,.1); }
.wp-navi-aside-active { display: block;}
.wp-navi-aside .aside-inner {position: fixed;top: 0;bottom: 0;left: -216px;z-index: 1002;width: 216px;max-width: 100%;background: #252525; overflow-y: auto;-webkit-overflow-scrolling: touch; }
.wp-navi-aside .aside-inner:after {content: "";display: block;position: absolute;top: 0;bottom: 0;right: 0;width: 1px;background: rgba(0,0,0,.6);box-shadow: 0 0 5px 2px rgba(0,0,0,.6);}
.wp-navi-aside .navi-aside-head { margin-top: 0;border-top: 1px solid rgba(0,0,0,.3);background: #333;box-shadow: inset 0 1px 0 rgba(255,255,255,.05);text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-head .navi-aside-title { padding:7px 10px; font-weight: normal; color: #777; font-size: 14px;}
.wp-navi-aside .navi-aside-wrap { color: #aaa;border-bottom: 1px solid rgba(0,0,0,.3);box-shadow: 0 1px 0 rgba(255,255,255,.05);}
.wp-navi-aside .navi-aside-wrap li { position: relative;}
.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow { display:block; cursor: pointer; width:50px; height: 35px; position: absolute; right: 0; top:0px; color: #f6f6f6; font-size: 14px; background: url(img/menu-switch-arrow.png) no-repeat 30px -25px;}
.wp-navi-aside .navi-aside-wrap li .menu-open-arrow { background-position: 20px 12px;}
.wp-navi-aside .navi-aside-wrap li a { display: block; text-decoration: none; color: #c7c7c7; font-size: 14px; line-height: 20px; padding: 8px 30px 8px 15px;border-top: 1px solid rgba(0,0,0,.3);box-shadow: inset 0 1px 0 rgba(255,255,255,.05);text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-wrap li a:hover,.wp-navi-aside .navi-aside-wrap li a:focus { background-color: #404040; color: #fff; outline: 0;}
.wp-navi-aside .navi-aside-wrap li .sub-menu { display: none; background-color: #2e2e2e;}
.wp-navi-aside .navi-aside-wrap li .sub-menu li a { padding-left: 20px; }
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu { background-color: #333}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a { padding-left: 30px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu { background-color: #343434;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a { padding-left: 40px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu { background-color: #373737;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a { padding-left: 50px;}
/**焦点图片**/
.wp-focus { background-color: #fff;    position: relative;
    z-index: 88;}
.fcous-panel { width: 100%;}
.fcous-panel .focus-window { width: 100%; }

/**
 * 主体
 */
.wp-container { }
.wp-container1 { }
.wp-container .wp-inner {
    padding: 50px 0 30px 0;
}
.wp-container1 .wp-inner {
    padding: 10px 0 50px 0;
}
.wp-main-page .contentl { width:48%; float: left; margin:0 1% 0 1%;}
.wp-main-page .sidebarr { width:48%; float: left; margin:0 1% 0 1%;}
.wp-main-page .content { width:48%; float: left; margin:0 1% 0 1%;}
.wp-main-page .sidebar { width:32%; float: left;}
.wp-main-page .sidebar .sbox { }
.news1 .items {
    line-height: 45px;
	background:url(../images/newi.jpg) no-repeat 0 50%;
	padding-left:20px;
}
.news1 .items .title,.news1 .items .title a{
	float:left;
	font-size:17px;
	color:#121212;
        overflow: hidden;width: calc(100% - 35px);
        text-overflow: ellipsis;
        white-space: nowrap;
}
.news1 .items .time{
	float:right;
	font-size:12px;
	color:#004630;
}
.news2 .items{
	border-bottom:1px dashed #eac3bd;
	margin-bottom:5px;
	padding-bottom:5px;
}
.items .ctime {
    float: left;
    width: 63px;
    overflow: hidden;
}
.items .ctime p {
    text-align: center;
}
.news2 .items .title {
    margin-left: 70px;
}
.news2 .items .title ,.news2 .items .title a{
	font-size:15px;
	line-height:18px;
	color:#494949;
}
.items .ctime .mon{
    color: #fff;
    background-color:#ae1a2a;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.items .ctime .day{font-size: 13px;    border: 1px solid;        color: #999999;    line-height: 23px;}
.pass{
	padding:10px 0;
}
.pass .pass-img{	height:100px;}
.pass .pitem {
    float: left;
    width: 22%;
}
.pass .pitem .thum img {
    width: 100%;
}
.pass .pitem.p3, .pass .pitem.p6 {
    margin-right: 0;
}
.pass .pitem.p1, .pass .pitem.p4 {
    margin-left: 0;
}
.pass .pitem {
	position: relative;
    float: left;
    width: 30%;
    margin: 0 2% 2% 2%;
}
.pitem .caption {
    line-height: 24px;
	background:url(../images/pb.png);
	text-align:center;
	position: absolute;
    width: 100%;
    bottom: 0px;
}
.pitem .caption ,.pitem .caption a{
	font-size:13px;
	color:#545851;
	display:block;
}
.link{
	padding:22px 0;
	background-color:#df280f;
	border-top:7px solid #4aad10;
	text-align:center;
}
.link-con {
    width: 87%;
    margin: 0 auto;
}
.link-con .linkl, .link-con .linkc, .link-con .linkr {
    float: left;
    width: 33%;
}
.link-con .linkl{
	border-left:1px dashed #218504;
	min-height:174px;
}
.link-con .linkc{
	border-left:1px dashed #218504;
	border-right:1px dashed #218504;
}
.link-con .linkr{
	border-right:1px dashed #218504;
	line-height:173px;
	text-align:center;
}
.link-con .linkr a{
	position:relative;
	display:inline-block;
	width:56px;
	height:56px;
	opacity:0.6;
	filter:alpha(opacity = 60);
	background:url(../images/ficon.png) no-repeat;
    margin: 0 15px;
	vertical-align:middle;
}
.link-con .linkr a img{
	display:none;
	position:absolute;
    left: -25px;
    top: -113px;
    z-index: 99;
    width: 105px;
}
.link-con .linkr a:hover img{
	display:block;
}
.link-con .linkr a:hover{
	opacity:1;
	filter:alpha(opacity = 100);
}
.link-con .linkr .sina{
}
.link-con .linkr .tecent {
    background-position: -57px 0;
    width: 41px;
}
.link-con .linkr .weixin {
    background-position: -95px 0;
}
#wp_nav_w11 .wp_nav .nav-item {
    width: 50%;
}
#wp_nav_w11 .wp_nav .nav-item a span.item-name {
    color: #fff;
    font-size: 15px;
}
#wp_nav_w11 .wp_nav .nav-item.i1 a {
    text-align: left;
}
#wp_nav_w11 .wp_nav .nav-item.i1 a span.item-name {
    letter-spacing: 30px;
}

#wp_nav_w11 .wp_nav .nav-item.i1 a span.item-name {
    padding-left:56px !important;
}

.linkl #wp_nav_w11 {
    padding
-top: 20px;
}
.linkleft {
    float: left;
    width: 23.2%;
    background:#fdf2da url(../images/lbg.jpg) no-repeat center;
}
.linkleft .linkbar{
	background:url(../images/pb.png);
}
.linkbar h3{
	float: left;
	color:#095131;
	font-size: 14px;
	line-height: 24px;
	background:url(../images/kjdh.jpg) no-repeat 10px 50%;
	padding-left: 60px;
}
.linkbar .linkmore{
	padding-right: 6px;
}
.linkbar .linkmore,.linkbar .linkmore a{
	float: right;
	font-size: 12px;
	color:#2b9c09;
	line-height: 24px;
}
.linkn{
	line-height: 22px;
	background:url(../images/lg.jpg) no-repeat 20px 50%;
	padding-left: 30px;
}
.linkn,.linkn a{
	font-size: 12px;
	color: #535251;
}
.linkright {
    float: right;
    width: 71.2%;
}
.pitem.p1 .caption a{
	background:url(../images/icon1.png) no-repeat 10% 50%;
}
.pitem.p2 .caption a{
	background:url(../images/icon2.png) no-repeat 10% 50%;
}
.pitem.p3 .caption a{
	background:url(../images/icon3.png) no-repeat 10% 50%;
}
.pitem.p4 .caption a{
	background:url(../images/icon4.png) no-repeat 10% 50%;
}
.pitem.p5 .caption a{
	background:url(../images/icon5.png) no-repeat 10% 50%;
}
.pitem.p6 .caption a{
	background:url(../images/icon6.png) no-repeat 10% 50%;
}
.pitem.p7 .caption a{
	background:url(../images/icon7.png) no-repeat 10% 50%;
}
.pitem.p8 .caption a{
	background:url(../images/icon8.png) no-repeat 10% 50%;
}
.sbanner{
	text-align:center;
}
.sbanner img {
    width: 95%;
}
.bnav {
    /*position: absolute;
    z-index: 900;
    bottom: 3px;*/
    margin-top: -55px;
    position: relative;
    z-index: 1000;
}
.bnav .wp_nav .nav-item .mark{
	background:url(../images/bnv.png);
}
.bnav .wp_nav .nav-item:hover .mark {
    background: #484848;
}
.bnav .wp_nav .nav-item a span.item-name {
    border-top: 4px solid #df280f;
	font-size: 16px;
    color: #fff;
    padding: 5px 25px;
	font-weight:bold;
}
.bnav .wp_nav .nav-item {
    margin: 0 3px;
}
/**列表页**/
	.wp-banner { background-color: #fefefe;}
	.wp-banner .wp-inner { position: relative;}
	.wp-banner .column-name { display: none; height: 24px; line-height: 24px; font-size: 20px; color: #fff;text-shadow:2px 2px 2px #000000; overflow: hidden; position: absolute; left: 6px; right: 6px; top :50%; margin-top: -12px;}
	/**列表页banner图**/
	.banner img { width: 100%; vertical-align: top; }
	
.wp-column-menu { width: 220px; position: relative; float: left; margin-right: -220px;}
.wp-column-news { float: right; width: 100%;}
.wp-column-news .column-news-box { margin-left: 240px; margin-right: 15px;}

/**栏目列表**/
.column-head { background:#38821e; line-height: 35px; }   /**位置栏目背景**/
.column-head .column-anchor {padding: 10px;}
.column-head .column-anchor .column-switch { display: block; width: 30px; height: 24px; float: right; display: none; background: url(img/menu-dot.png) no-repeat center;}
.column-head .column-anchor h3.anchor-title { display: inline-block; float: left; font-size:18px; font-weight:normal; color:#fff; }		/**位置栏目字体**/

.column-list-wrap li { width: 100%; vertical-align: bottom;}
.column-list-wrap li a { display: block; width: 100%; border-bottom:1px dashed #b7e3a7; font-size: 16px; color: #383838; background:none;}
.column-list-wrap li a:hover { color: #e5e5e5; text-decoration: none; background-color:#38821e;}
.column-list-wrap li.selected a.selected { color: #fff; background-color:#a2b4a2;}
.column-list-wrap li a span { display: block; padding: 10px; padding-left: 20px; line-height: 22px; }
.column-list-wrap .sub-list li a {  background-position: 18px 11px; font-size: 14px; background-color:#fff;}
.column-list-wrap .sub-list li a:hover { background-color: #df280f; color: #fff; }
.column-list-wrap .sub-list li.selected a.selected { background-color:#df280f; color: #fff; background-position: 18px 11px;}
.column-list-wrap .sub-list li a span { padding: 4px 10px; padding-left: 28px; line-height: 18px; }
.column-list-wrap .sub-list .sub-list li a { font-size: 13px; background-position: 26px 10px; background-color: #f5f5f5;}
.column-list-wrap .sub-list .sub-list li.selected a.selected { background-position: 26px 10px;}
.column-list-wrap .sub-list .sub-list li a span { padding-left: 36px; line-height: 17px; }
.column-list-wrap .sub-list .sub-list .sub-list li a { background-position: 34px 13px;}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected { background-position: 34px 13px;}
.column-list-wrap .sub-list .sub-list .sub-list li a span { padding: 4px 10px; padding-left: 44px; }
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span { padding: 4px 10px; padding-left: 52px;}

/**
 * 栏目新闻
 */
.list-head { padding: 10px 0; border-bottom: 2px solid #e5e5e5; }
.list-meta .column-title { float: left; display:inline-block; white-space:nowrap; line-height:24px; font-size: 18px; color: #333} /**当前位置**/
.list-meta .column-path { float: right; line-height: 24px; color: #454545;}
.list-meta .column-path a{ color: #454545;}
.list-meta .column-path a:hover{ color:#ec4932;}
.column-news-con { padding:10px 0; }
.column-news-list .column-news-item {display: block; position: relative; border-bottom:1px dashed #b1b1b1; line-height:2em; padding: 5px 0; padding-left: 10px; background: url(img/dot.png) no-repeat 2px 13px;}  /**栏目新闻列表**/
.column-news-list .column-news-item:hover { background-color: #F7F7F7; color: #000;}
.column-news-list .column-news-item .column-news-title { display: block; margin-right: 76px;}
.column-news-list .column-news-item .column-news-date { display: block; text-align: right; width: 80px; height: 20px; line-height: 20px; position: absolute; right: 0; top:5px; color: #999; }
.wp_entry {width:auto; margin:0 4px;}
.wp_entry,.wp_entry p { line-height:1.7; font-size:15px; text-align: justify; }
.wp_entry p { margin-bottom:11px;}
.column-news-list .wp_entry img {vertical-align: middle; max-width:100%; _width:expression(this.width > 800 ? "880px" : this.width); }   /**列表页文章图片大小限制**/

/**文章页**/
.info-box { margin:0 20px;}
.article {padding: 15px 0;}
.article h1.arti-title { line-height:26px; padding:5px; text-align:center; font-size:22px; font-weight: bold; color:#424242; border-bottom:2px solid #ECECEC; font-family:"宋体";} /**文章标题**/
.article .arti-metas { line-height: 16px; text-align:center; padding: 10px 0;}
.article .arti-metas span { display: inline-block; margin:0 5px; font-size:12px; color:#787878;} /**文章其他属性**/
.article .arti-metas .read-options { color: #444; text-decoration: none; float: right; display: inline-block; padding-left: 17px; background: url(img/options.png) no-repeat 0 50%; display: none;}
.article .entry { margin:0 4px; overflow:hidden;} /**文章内容**/
.article .entry,.article .entry p { line-height:1.7; font-size:19px; text-align: justify;  }
.article .entry p, .article .entry span, .article .entry div {
    margin-bottom: 11px;
    font-family: "宋体";
    color: #0a0a0a;
    line-height: 28pt !important;
}
.article .entry .read img { vertical-align: middle; max-width:100%; _width:expression(this.width > 1100 ? "1100px" : this.width); background: url(img/loading.gif) no-repeat center; }   /**文章阅读部分图片大小限制**/
.article .arti-fbr { height: 16px; line-height: 30px; text-align:right; padding: 10px 0;}

/**阅读设置**/
.night-model .wp-container{ background-color: #313131; color: #6f6f6f;}
.night-model .article .entry,.night-model .article .entry p { color: #6f6f6f;}
.night-model .read a { color: #6d6d6d;}
.night-model .read a:hover { color: #f5f5f5;}
.night-model  .article h1.arti-title { color: #e7e8e9}
.read-setting { margin-bottom: 10px; display: none; background-color: #fdfdfd; height: 38px; border-bottom: 1px solid #F1F1F1;}
.night-model .read-setting { background-color: #1d1d1d; border-color: #313131;}
.read-setting .setting-item { display: inline-block; width:49%; height: 38px; float: left;}
.read-setting .setting-item a { display: inline-block; color: #565656; font-size: 20px; float: left; width: 49%; height: 20px; line-height: 20px; text-align: center; margin-top: 9px; color:#565656;}
.read-setting .setting-item a:hover { color: #999;}
.read-setting .setting-item a.smaller-font { border-left: 1px solid #F1F1F1; font-size: 18px;}
.read-setting .setting-model {border-left: 1px solid #F1F1F1;text-align: center;}
.night-model .read-setting .setting-item a.smaller-font,.night-model .read-setting .setting-model { border-left-color:#313131;}
.read-setting .setting-model a.read-model { font-size: 18px;  background: url(img/moon.png) no-repeat 0 50%; float: none; width: auto; padding-left: 24px; margin: 9px auto;}
.night-model .read-setting .setting-model a.read-model { background-image: url(img/sun.png);}
.article .entry .set-fz12,.article .entry .set-fz12 p { font-size: 12px;}
.article .entry .set-fz14,.article .entry .set-fz14 p { font-size: 14px;}
.article .entry .set-fz16,.article .entry .set-fz16 p { font-size: 16px;}
.article .entry .set-fz18,.article .entry .set-fz18 p { font-size: 18px;}
.article .entry .set-fz20,.article .entry .set-fz20 p { font-size: 20px;}
.article .entry .set-fz22,.article .entry .set-fz22 p { font-size: 22px;}
/**文章分享（百度分享）**/
#bdshare { margin-top: 10px; }
/*读图模式*/
.view-box { display: block; color: #666; font-style: normal; margin-bottom: 10px;}
.view-box-inner { display: block; text-align: center; max-width: 400px; min-width: 30px; margin:0 auto; position: relative;}
.view-box-inner img { width: 100%; width: auto; display: block; margin:0 auto;}
.view-box-inner .open-view { display: block; width: 28px; height: 28px; position: absolute; right: 1px; bottom: 1px; z-index: 1;}
.view-box-inner .view-icon { display: block; width: 100%; height: 100%; background:url(img/view-image.png) no-repeat center; }
#wp-view-page { display: none; position: fixed; z-index: 10000000; width:100%; background-color: #1a1a1a; left: 0; top: 0; right:0; bottom:0; }
#view-head{ width: 100%; height: 42px; position: absolute; left: 0; top:0; z-index: 100;}
#back-read-page { position: absolute; left: 0; top: 0; width: 40px; height: 42px; background: url(img/back-arrow.png) no-repeat center;}
#back-read-page span{ display: none;}
#view-original-image {background-color: rgba(255, 255, 255, 0.1);color: #FFF;float: right;font-size: 15px;margin: 12px 12px 0px 0px;display: block;height: 22px;line-height: 22px;text-align: center;width: 40px;}
#view-foot { background-color: rgba(0, 0, 0, 0.7); position: absolute; width: 100%; height: 42px; left: 0; bottom:0; color: #FFF; position: absolute;font-size: 14px;line-height: 42px; opacity: 0.8;z-index: 99;}
#view-index { float: left; margin-left: 10px; }
#view-current { color:#3495FF;}
#view-title { position: absolute; left: 60px; top: 10px; height: 22px; line-height: 22px; overflow: hidden; color: #fff; }
#view-body { width: 100%; height: 100%; position: relative;}
#view-image-items { height: 100%; width: 100%;  position: absolute; left: 0; top: 0; overflow: hidden;}
#view-image-items li { float: left; text-align: center; background: no-repeat center;-webkit-background-size: contain; background-size: contain; }

/**底部**/
.wp-footer { background:#3d8225 url(../images/fin.png) no-repeat center}
.wp-footer .wp-inner { padding: 20px 0;}
.wp-footer .wp-inner .footer { color: #868686; line-height: 24px; font-size: 14px; text-align: center; margin:0 7px;}
.wp-footer .wp-inner .footer span { margin:0 5px;}
.wp-footer .wp-inner .footer a { color: #ddd; font-size: 14px; margin:0 5px;}
.wp-footer .wp-inner .footer a:hover { color: #ddd; text-decoration: underline;}
.wp-footer .wp-inner .footer p{
	color:#eee;
	font-size:12px;
}


/**jumphandle**/
#jumphandle {width:32px;height: 70px; position: fixed; right: 6px; bottom:20px; z-index: 100000000; display: none;}
#jumphandle a { display: block; width: 32px; height: 32px; background: #777 url(img/jump-icon.png) no-repeat 0 top; opacity: 0.7;}
#jumphandle a#gobot { background-position: 0 bottom; margin-top: 6px;}

ul.tab-list {
    position: relative;
}
.tab-list .more_btn {
    position: absolute;
    right: 0;
    top: -44px;
}
.tab-list .more_btn a{
	font-size:14px;
	    color: #c7a064;
    font-weight: bold;
}
.news1 .items .title a:hover,.news2 .items .title a:hover {
    color: #df280f;
}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    margin-top: 0;
}
.wp_subcolumn_list .wp_sublist .sublist_title {
    display: block;
    height: 32px;
    line-height: 32px;
    border-bottom: 2px solid #df280f;
    margin-bottom: 10px;
}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    color: #4ead18;
    float: right;
    font-size: 12px;
}
.wp_subcolumn_list .wp_sublist .sublist_title a {
    display: inline-block;
    color: #393939;
    font-size: 16px;
    font-weight: bold;
}
.column-news-con .admin {
    margin-bottom: 30px;
}
.admin .man {
    float: left;
    width: 245px;
    height: 300px;
	overflow:hidden;
}
.admin .man img{
	width:100%;
}
.admin .capable {
    line-height: 60px;
}
.capable .name,.capable .name a {
    color: #4aad10;
    font-size: 24px;
}
.capable .name{
	margin-right:10px;
}
.capable .subn {
    color: #333;
    font-size: 24px;
	margin-left:10px;
}
.summary .intro {
    font-size: 16px;
    color: #414141;
    line-height: 24px;
}
.admin .summary {
    margin-left: 34%;
}

.news2 {
    min-height: 255px;
}
.sudy-scroll li{ float:left;}
.sudy-scroll-nav .nav-prev, .sudy-scroll-nav .nav-next{
	height:60px !important;
	line-height:60px !important;
	}


.picbase1 {
	height:198px !important;
}

.picbase1-content {
	position:absolute; bottom:-63px !important; left:-13px; /* min-width:290px; */ _width:380px; max-width: 380px; font-size: 10px; 
}


.picbase1-content h2 {
	background:#fff; color:#000; font-size:1.5em; font-weight:normal; font-family:"Microsoft YaHei"; 
	margin:0; padding:8px 12px; border-bottom:0px solid #fff;-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}


.picbase1-content p {
	background:#fff; color:#000; font-size:1.5em; font-weight:normal; font-family:"Microsoft YaHei"; 
	margin:0; padding:8px 12px; border-bottom:0px solid #fff;-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}

.picbase1-credit{
    display: none;
}

.dtjt3_w21 
{
	height:232px !important;
}


.dtjt9_div_text .dtjt9_div_text_title{background:#fff;/* text-align:center; */height: 35px;}
.dtjt9_div_text a{font-size:12px;font-weight:normal;line-height:20px;color:#000;text-decoration: none;}
.dtjt9_div_text a:link{font-size:15px;font-weight:normal;line-height:20px;color:#000;text-decoration: none;}
.dtjt9_div_text a:visited{font-size:12px;font-weight:normal;line-height:20px;color:#000;text-decoration: none;}


.wp-container .info-box .entry .wp_articlecontent div {
    margin: 0 auto;
}

#news1 .focus-title-bar {height: 45px;width: 100%!important;display:block!important;overflow:hidden;text-align:center;}
#news1 .focus-title-bg {    background-color:#658269;}
#news1 .focus-title { display: inline-block;margin:0 auto;width:100%; white-space: nowrap; height: 30px; line-height: 30px; padding: 0 10px; color: #fff; font-size: 15px; font-family:"Microsoft YaHei"; font-weight:normal; text-align:center;}

#news1 .focus-pagination { position:absolute; right:10px; bottom:50px; z-index:60; height:20px; text-align: right;width: 100%;}
#news1 .focus-page {height: 9px;line-height: 20px;font-size:12px;border-radius: 0px;background-color: #fff;color: #000;opacity: .5;}
#news1 .focus-page span {display: none;}
#news1 .focus-page:hover { font-size: 13px; color: #000; font-weight: bold;}
#news1 .focus-page-active { background-color: #ffffff;color:#fff;opacity: 1;}


#Layer1 {
	position:absolute;
	z-index:100;
}
#wp_content_w9_0 {  overflow: auto;}
.main7 {background: url(../images/headbg.png) #3d8225 no-repeat center right;}
.main7 .inner{    width: auto;
    max-width: 1200px;
    margin: 0 auto;}
.main7 .post-71{width: 60%;margin: 55px auto;   float: right;}
.main7 .post-71 .tt{float: left;font-size: 16px;line-height: 30px;color: #434343;width: 10%;}
.main7 .post-71 .tt h3{font-weight: bold;     width: 300px;     padding: 10px 0;}
.main7 .post-71 .con{float:right;width: 80%;}
.main7 .post-71 ul li{float: left;    margin: 0 8px;}
.main7 .post-71 ul li.n6{ }
.main7 .post-71 ul li .news_title{color:#004b8a;font-size: 16px;line-height: 30px;}
.main7 .post-71 ul li .news_title a{color:#004630;}
.main7 .post-72{width:auto;margin-top: 35px;    float: left;}
.main7 .post-72 .tt{float: left;font-size: 20px;line-height: 30px;color: #fff;width:auto;}
.main7 .post-72 .tt h3{font-weight: bold;  padding: 0 0 30px;}
.main7 .post-72 .con{float:left;width: 100%;}
.main7 .post-72 .con p{color:#fff;font-size: 15px;line-height:1.7em;}
.botlinks {    margin: 35px auto;    float: left;}
.botlinks .tt{float: left;font-size: 20px;line-height: 30px;color: #fff;width:auto;}
.botlinks .tt h3{font-weight: bold;  padding: 0 0 30px;}
/**友情链接**/
.botlinks .links-wrap {
	position: relative;
	float: left;
	display: inline-block;
	width: 100%;
	line-height: 32px;
	background: #fff;
	border: 1px solid #dbd3ca;
}
.mlink.botlinks.left .links-wrap {
	margin-right: 17px;
	margin-left: 10px;
}
.botlinks .links-wrap a.links-arrow {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 25px 0 10px;
	color: #333;
	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;    width: 100%; min-width:270px;max-height:130px;overflow: auto; overflow-x:hidden;background: #f5f5f5;}
.botlinks .links-wrap .link-items a { display: block; line-height: 45px; 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: #333333;
	cursor: pointer;
	background-color: #fae4e4;
}
/**链接样式**/
.botlinks .links-wrap .link-items ul {padding: 0 10px;}
.listpicture{
width:auto;
margin:0 auto;
height:250px;
background:url(../images/listhead.jpg);
text-align:center;
}