@charset "utf-8";

/* Base Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

:focus {
    outline: 0;
}

img {
    border: 0;
}

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;
}

.web {
    width: 98%;
    height: 30px;
    border: 2px dashed red;
}

.hidden {
    visibility: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}


/**布局开始**/

body {
    background:#fff;
}

body,
p {
    font: 12px/1.75 "Microsoft yahei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #64890c;
}

.icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 0px solid red;
    background: url(icon.png);
}

.bjjdcx {
    margin-bottom: 13px;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
}


/**页面全局宽度**/


/**标题栏新闻窗口**/

.post {
    margin-bottom: 10px;
}

.post .tt {
    width: 100%;
    height: 38px;
    margin-bottom: 8px;
    border-bottom: 0px solid #c6c6c6;
}


/**标题栏**/

.post .tt .tit {
    display: inline-block;
    float: left;
    position: relative;
    height: 38px;
    font-size: 18px;
    font-weight: normal;
    color: #578c00;
}


/**标题字体**/

.post .tt .tit .title {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-family: "Microsoft yahei";
    font-size: 16px;
}


/**标题图标**/

.post .tt .tit .title>span.hover {
    position: relative;
    color: #578c00;
    display: inline-block;
    border-bottom: 3px solid #729422;
}

.post .tt .tit .title>span.hover .newxb {
    display: block;
    top: 40px;
}

.post .tt .tit .title>span {
    color: #A8A8A8;
    cursor: pointer;
    margin-right: 15px;
    border-bottom-width: 3px
}

.post .tt .tit .title>span.tt {
    color: #578c00;
    cursor: inherit;
    display: inline-block;
    border-bottom: 3px solid #729422;
}

.post .newxb {
    position: absolute;
    left: 42%;
    top: 38px;
    z-index: 100;
    width: 10px;
    height: 10px;
    background: url(newjt.png) no-repeat center center;
}

.post .con {
    padding: 12px 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: 40px;
    line-height: 40px;
    float: right;
}


/**更多按钮**/

.post .more_btn a {
    color: #91AF5A
}

.post .more_btn a:hover {
    color: #558C00
}

.post .more_btn img {
    margin-top: 10px;
}

#container-m1 .post .more_btn {
    margin-top: 18px;
}

.post1 {
    margin-bottom: 5px;
}

.post1 .tt {
    width: 100%;
    height: 38px;
    margin-bottom: 0px;
}


/**标题栏**/

.post1 .tt .tit {
    display: inline-block;
    float: left;
    position: relative;
    height: 38px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: normal;
    color: #578c00;
    background: url(images/bticon.gif) no-repeat 0 6px;
}


/**标题字体**/

.post1 .tt .tit .title {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-family: "Microsoft yahei";
}


/**标题图标**/

.post1 .newxb {
    position: absolute;
    left: 42%;
    top: 38px;
    z-index: 100;
    width: 10px;
    height: 10px;
    background: url(newjt.png) no-repeat center center;
}

.post1 .con {
    padding: 4px 0 12px 0;
    margin: 0 auto;
}

.post1 .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}


/**新闻列表**/

.post1 .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}


/**新闻列表图标**/

.post1 .more_btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: right;
}


/**更多按钮**/

.post1 .more_btn a {
    color: #91AF5A
}

.post1 .more_btn a:hover {
    color: #558C00
}

.post1 .more_btn img {
    margin-top: 10px;
}

.post3 {
    margin-bottom: 5px;
}

.post3 .tt {
    height: 38px;
    margin-bottom: 0px;
    background: #f6f6f6;
    border-left: 9px solid #6b9211;
}


/**标题栏**/

.post3 .tt .tit {
    display: inline-block;
    float: left;
    position: relative;
    height: 38px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: normal;
    color: #578c00;
}


/**标题字体**/

.post3 .tt .tit .title {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-family: "Microsoft yahei";
}


/**标题图标**/

.post3 .newxb {
    position: absolute;
    left: 42%;
    top: 38px;
    z-index: 100;
    width: 10px;
    height: 10px;
    background: url(newjt.png) no-repeat center center;
}

.post3 .con {
    padding: 4px 0 12px 0;
    margin: 0 auto;
}

.post3 .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}


/**新闻列表**/

.post3 .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
}


/**新闻列表图标**/

.post3 .more_btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: right;
    margin-right: 6px;
}


/**更多按钮**/

.post3 .more_btn a {
    color: #91AF5A
}

.post3 .more_btn a:hover {
    color: #558C00
}

.post3 .more_btn img {
    margin-top: 10px;
}

.imgtu {
    float: left;
    width: 330px;
}

.newtu {
    float: right;
    width: 400px;
}

.newtu .n1 {
    text-align: center;
}

.newtu .n1 .news_title {
    float: none!important;
    font-size: 14px;
    margin: 0 auto;
}

.newtu .n1 .news_title a {
    color: #558C00;
}

.newtu .n1 .post_time {
    display: none;
}


/**主页下面链接的样式**/


/* .postlink { margin-bottom:10px;}
.postlink .tt { width:100%; height:32px; border-bottom:1px solid #9eadbd;} 
.postlink .tt .tit { display:inline-block; float:left; height:32px; font-size:14px; font-weight:bold; color:#fff;}
.postlink .tt .tit .title { display:inline-block; height:32px; line-height:32px; } 
.postlink .con { padding:5px 0; margin:0 auto;}
.postlink .con .wp_article_list .list_item { border-bottom:1px dashed #ccc;}
.postlink .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;} */


/**自定义新闻列表**/

.post-21,
.post-31,
.post-41 {
    height: 234px;
    /* margin-bottom:24px; */
}

.news_list {}

.news_list li.news {
    line-height: 30px;
    *line-height: 26px;
    padding-left: 0px;
}


/**标题图标**/

.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 p {
    clear: both;
    line-height: 20px;
    color: #AEAEAE;
}

.news_list li.news p a {
    color: #03528A;
}

.news_list li.news p a:hover {
    color: #03528A;
    text-decoration: underline;
}


/**页头开始**/

#top_head {
    background: #494949;
}

#top_head .inner {
    height: 36px;
}

#top_head .inner .site-link {
    float: left;
}

#top_head .inner .site-link a.linka {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 1px;
    padding: 0px 10px;
    color: #fff;
}

#top_head .inner .site-link a.linka.i1 {
    background: #B7B721;
}

#top_head .inner .site-link a.linka.i2 {
    background: #CCAA24;
}

#top_head .inner .site-link a.linka.i3 {
    background: #9f6343;
}

#top_head .inner .site-link a.linka.i4 {
    background: #669966;
}

#top_head .inner .sitecon {
    float: right;
    display: none;
}

#top_head .inner .sitecon a.links {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 1px;
    padding: 0px 5px;
    color: #fff;
}

#heaer {}

#header .inner {}

.head {
    width: 100%;
    height: 250px;
    position: relative;
    background: url(logo.png) no-repeat 0 0
}


/**页头部分**/


/*搜索样式*/

/* .search-bar {
    padding: 2px 0 2px 0;
    width: 283px;
    height: 35px;
    padding-left: 35px;
    position: absolute;
    right: 0px;
    top: 30px;
    background: url(search.jpg) no-repeat 0 0;
} */
/* 
#keyword {
    border: none;
    width: 229px !important;
    outline: none;
    height: 19px;
    line-height: 16px;
    padding: 5px 2px;
    float: left;
    color: #888;
} */

.search-bar .search {
    float: right;
    width: 43px;
    height: 30px;
    border-left: 1px solid #ccc;
    background: none;
}

.search-bar .wp_search {
    width: 274px;
    margin: 0 auto;
    /* border:1px solid #ccc; */
}

.navbar {
    width: 100%;
    height: 104px;
    background: #729523;
    border-bottom: 4px solid #dfb921;
}


/**导航区域背景**/

.navbar .navl {
    float: left;
    width: 12px;
    height: 104px;
    background: url(navl.jpg) no-repeat 0 0;
}


/**导航区域背景**/

.navbar .navr {
    width: auto;
    height: 104px;
    background: url(navr.jpg) no-repeat top right;
}


/**导航区域背景**/

.navbar .navbox {
    float: left;
    padding-left: 10px;
    width: 845px;
    /* height: 56px; */
    margin: 0 auto;
}


/**导航窗口大小及位置**/

.navbar .navbox a.navbox {
    float: left;
    width: 125px;
    height: 82px;
    padding: 12px 0px;
    text-align: center;
}

.navbar .navbox a.navbox:hover {
    color: #fff;
    background: #dfb921;
}

.navbar .navbox a.navbox p {
    font-size: 18px;
    color: #fff;
    line-height: 30x;
}

.navbar .navbox a.navbox.i1 .icon {
    background-position: -17px -11px;
}

.navbar .navbox a.navbox.i2 .icon {
    background-position: -98px -11px;
}

.navbar .navbox a.navbox.i3 .icon {
    background-position: -180px -11px;
}

.navbar .navbox a.navbox.i4 .icon {
    background-position: -260px -11px;
}

.navbar .navbox a.navbox.i5 .icon {
    background-position: -347px -15px;
}

.navbar .navbox a.navbox.i6 .icon {
    background-position: -436px -15px;
}

.navbar .navbox a.navbox.i7 .icon {
    background-position: -522px -15px;
}

.navbar .navcon {
    float: right;
    padding-right: 10px;
    width: 200px;
    /* height: 56px; */
    margin: 0 auto;
}


/**导航窗口大小及位置**/

.navbar .navcon a.navcon {
    float: left;
    width: 100px;
    height: 80px;
    padding: 18px 0px 5px 0px;
    text-align: center;
}

.navbar .navcon a.navcon:hover {}

.navbar .navcon a.navcon p {
    font-size: 14px;
    color: #fff;
    line-height: 30x;
}

.navbar .navcon a.navcon.i1 .icon {
    background-position: -180px -88px;
}

.navbar .navcon a.navcon.i2 .icon {
    background-position: -105px -88px;
}

.navbar .navcon a.navcon.i3 .icon {
    background-position: -21px -88px;
}

.navbar .navcon a.navcon.i1 {
    display: none;
}

.navbar .navbox a.navbox.i6 {}


/**导航样式：后台绑定时也可以定义配置**/

#wp_nav_w1 {
    position: relative;
    z-index: 1000;
}

#wp_nav_w1 .wp_nav .nav-item {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: bottom;
    background: url(icon.png) no-repeat 0 0;
}

#wp_nav_w1 .wp_nav .nav-item.i1 {
    background: none;
}

#wp_nav_w1 .wp_nav .on {
    z-index: 10;
}

#wp_nav_w1 .wp_nav .nav-item .mark {
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

#wp_nav_w1 .wp_nav .nav-item a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    font-weight: normal;
    line-height: 102px;
    height: 102px;
    font-family: "Microsoft YaHei";
}

#wp_nav_w1 .wp_nav .nav-item a:hover,
#wp_nav_w1 .wp_nav .nav-item .parent {
    color: #fff;
    background: #dfb921;
}

#wp_nav_w1 .wp_nav .nav-item .parent {
    color: #fff;
    background: #dfb921;
    /*一级栏目下拉鼠标移上去时的文字颜色*/
}

#wp_nav_w1 .wp_nav .nav-item a .item-name {
    display: inline-block;
    padding: 0px 29px;
    line-height: 102px;
    height: 102px;
    /*一级栏目的行高*/
    cursor: pointer;
}

#wp_nav_w1 .wp_nav .sub-nav {
    border: 0px solid red;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    top: 102px!important;
    z-index: 250;
    background-color: #366595;
    padding: 5px 10px 10px 10px;
    z-index: 1000;
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item {
    white-space: nowrap;
    font-size: 13px;
    border: none;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    position: relative;
    background: none;
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item .mark {}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a {
    border-top: 0px solid #D8E1CC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #1a4f85;
    height: 28px;
    line-height: 28px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a:hover,
#wp_nav_w1 .wp_nav .sub-nav .nav-item.parent {
    color: #dcedab;
    background: transparent !important;
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item.parent {
    background: transparent !important;
    /*子菜单下拉鼠标移上去时的背景颜色*/
    color: #000;
    /*子菜单下拉鼠标移上去时的文字颜色*/
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a .item-name {
    padding: 0px 19px;
    line-height: 22px;
    /*子菜单栏目的行高*/
}


/**主页banner开始**/

#banner {}

#banner .inner {
    background: #fff;
}


/**主体开始**/

#container {}

#container .inner {
    background: #fff;
    padding-top: 15px;
}

#container-m1 {}

#container-m1 .inner {
    background: #fff;
    padding-top: 15px;
}

#container-m2 {
    background: url(images/bg_03.jpg) no-repeat center bottom;
}

#container-m2 .inner {
    background: #fff;
    /* padding-top:15px; */
}

#container-m3 {}

#container-m3 .inner {
    background: #fff;
    padding-bottom: 30px;
}

.mod.n1 {
    float: left;
    width: 370px;
    margin-left: 15px;
    margin-right: 20px;
    margin-bottom: 10px;
    height: 234px;
}

.mod.n2 {
    float: left;
    width: 370px;
    margin-right: 15px;
    margin-bottom: 10px;
    height: 234px;
}

.mod.n3 {
    float: right;
    width: 380px;
    margin-right: 15px;
    margin-bottom: 10px;
    height: 234px;
}


/**首页三列布局**/

.mod {}

.mod1 {
    width: 326px;
    float: left;
}


/**左列**/

.mod1 .ml {
    width: 100%;
}

.mbox {
    background: ;
}

.mod2 {
    width: 650px;
    float: right;
}

.mod2 .mc {
    width: 305px;
    float: left;
}


/**中间**/

.mod2 .mr {
    width: 305px;
    float: right;
}


/**右列**/

.imgnew {
    float: left;
    width: 756px;
    margin-left: 15px;
}

.notic {
    float: right;
    width: 380px;
    margin-right: 15px;
}


/*热点专题*/

.projectlink {
    background-color: #DBD7CA;
}

.projectlink .titlelink {
    float: left;
    width: 55px;
    height: 70px;
    line-height: 28px;
    padding: 25px 5px 15px 15px;
    font-size: 22px;
    font-family: "Microsoft yahei";
    color: #a87715;
}

.projectlink .linkcon {
    float: right;
    width: auto;
    height: 110px;
    padding-right: 12px;
}


/*公共服务*/

.service {
    padding: 10px 0px;
    /*background-color: #f2f1de;*/
}

.service .servicecon {
    float: left;
    width: 840px;
    margin-left: 12px;
    position: relative;
}

.service .servicecon .servicetitle {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-family: "Microsoft yahei";
    background-color: #729422;
    color: #fff;
    text-align: center;
}

.service .focuson {
    float: right;
    width: 330px;
    margin-right: 12px;
    margin-top: 40px;
}

.service .focuson img {
    margin-top: 15px;
}

.service .main {
    padding: 14px 8px;
}

.service .main ul {}

.service .main ul li.item {
    float: left;
    width: 205px;
    height: 105px;
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 15px;
}

.service .main ul li.item>a {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: bolder;
    color: #578c00;
}

.service .main ul li.item li.subitem {
    float: left;
    margin-right: 10px;
}

.service .main ul li.item li.subitem a {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
}

.service .main ul li.item .i3-2,
.service .main ul li.item .i8-1 {
    width: 60%;
}

#wp_nav_w32 {
    display: inline-block;
    margin-right: -10px;
}

.focuson .con a.focuson {
    display: block;
    float: left;
    width: 80px;
    height: 71px;
    margin-bottom: 10px;
    text-align: center;
}

.focuson .con a.focuson p {
    color: #fff;
}

.focuson .con a.focuson .icon {
    margin: 0;
    height: 45px;
}

.focuson .con a.focuson.i1 {
    background-color: #B7B721;
}

.focuson .con a.focuson.i2 {
    background-color: #CCAA23;
}

.focuson .con a.focuson.i3 {
    background-color: #99CC00;
}

.focuson .con a.focuson.i4 {
    background-color: #669966;
}

.focuson .con a.focuson.i5 {
    background-color: #666699;
}

.focuson .con a.focuson.i6 {
    background-color: #729422;
}

.focuson .con a.focuson.i1 .icon {
    background-position: -21px -180px;
}

.focuson .con a.focuson.i2 .icon {
    background-position: -131px -180px;
}

.focuson .con a.focuson.i3 .icon {
    background-position: -242px -180px;
}

.focuson .con a.focuson.i4 .icon {
    background-position: -21px -280px;
}

.focuson .con a.focuson.i5 .icon {
    background-position: -131px -280px;
}

.focuson .con a.focuson.i6 .icon {
    background-position: -240px -280px;
}

.gg-main .focuson .con a.focuson {
    width: 105px;
    height: 90px;
    margin-top: 5px;
    margin-right: 12px;
}

.gg-main .focuson .con a.focuson.i3,
.gg-main .focuson .con a.focuson.i6 {
    margin-right: 0px;
}


/*信息公开*/

.xxgke {
    padding: 10px 0px;
    background-color: #f2f1de;
}

.xxgke .xxgktitle {
    width: 860px;
    margin-left: 12px;
}

.xxgke .xxgktitle .titlecon {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-family: "Microsoft yahei";
    background-color: #729422;
    color: #fff;
    text-align: center;
}

.xxgke .xxgktitle .titlelink a {
    margin-left: 20px;
    color: #508100;
    font-size: 14px;
}

.xxgke .xxgktitle .titlelink a:after {
    content: ">";
}

.xxgke .xxgkcon {
    padding: 10px 15px;
}

.xxgke .xxgkcon .mod {
    float: left;
}

.xxgke .xxgkcon .mod.m1 {
    width: 108px;
    margin-top: 25px;
}

.xxgke .xxgkcon .mod.m1 p {
    color: #fff;
}

.xxgke .xxgkcon .mod.m1 a.m1 {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
}

.xxgke .xxgkcon .mod.m1 a.m1 .icon {
    margin: 5px;
    height: 32px;
}

.xxgke .xxgkcon .mod.m1 a.m1.i1 {
    background-color: #729422;
}

.xxgke .xxgkcon .mod.m1 a.m1.i1 .icon {
    background-position: -20px -380px;
}

.xxgke .xxgkcon .mod.m1 a.m1.i2 {
    background-color: #CCAA23;
}

.xxgke .xxgkcon .mod.m1 a.m1.i2 .icon {
    background-position: -20px -452px;
}

.xxgke .xxgkcon .mod.m1 a.m1.i3 {
    background-color: #767676;
}

.xxgke .xxgkcon .mod.m1 a.m1.i3 .icon {
    background-position: -20px -530px;
}

.xxgke .xxgkcon .mod.m2 {
    width: 440px;
    margin-left: 42px;
    margin-top: 20px;
}

.xxgke .xxgkcon .mod.m2 .con {
    margin-top: -14px;
}

.xxgke .xxgkcon .mod.m3 {
    width: 328px;
    margin-left: 42px;
    margin-top: 20px;
}

.xxgke .xxgkcon .mod.m3 .con {
    padding: 5px 0px;
}

.xxgke .xxgkcon .mod.m3 a.m3 {
    display: inline-block;
    float: left;
    width: 82px;
    height: auto;
    margin-bottom: 10px;
    text-align: left;
}

.xxgke .xxgkcon .main-r a.m3 {
    display: inline-block;
    float: left;
    width: 82px;
    height: auto;
    margin-bottom: 10px;
    text-align: left;
}

.xxgke .xxgkcon .mod.m4 {
    float: right;
    width: 150px;
    margin-top: 23px;
}

.xxgke .xxgkcon .mod.m4 a.m4 {
    display: inline-block;
    width: 150px;
    height: auto;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 13px;
}


/*网上办事*/

.wsbs {
    padding: 10px 0px;
    background-color: #f2f1de;
}

.wsbs .wsbstitle {
    width: 840px;
    margin-left: 12px;
}

.wsbs .wsbstitle .titlecon {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-family: "Microsoft yahei";
    background-color: #729422;
    color: #fff;
    text-align: center;
}

.wsbs .wsbstitle .titlelink a {
    margin-left: 20px;
    color: #508100;
}

.wsbs .wsbscon {
    padding: 10px 15px;
}

.wsbs .wsbscon .mod {
    float: left;
}

.wsbs .wsbscon .mod .post {
    margin-bottom: 0px;
}

.wsbs .wsbscon .mod.m1 {
    width: 254px;
}

.wsbs .wsbscon .mod.m1 p {
    color: #fff;
}

.wsbs .wsbscon .mod.m1 a.m1 {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #729422;
}

.wsbs .wsbscon .mod.m1 a.m1 .icon {
    margin: 5px;
}

.wsbs .wsbscon .mod.m1 .news_meta {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wsbs .wsbscon .mod.m2 {
    width: 450px;
    margin-left: 42px;
}

.wsbs .wsbscon .mod.m3 {
    float: right;
    width: 376px;
}

.wsbs .wsbscon .mod.m3 a.m4 {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #729422;
    color: #fff;
}

.post-521 {
    display: inline-block;
    margin-right: -16px;
}

.wsbs .wsbscon a.wsbslink {
    float: left;
    margin-right: 16px;
    width: 100px;
    height: 30x;
    padding: 8px 0px;
    text-align: center;
}

.wsbs .wsbscon a.wsbslink.i1 {
    background-color: #B7B721;
}

.wsbs .wsbscon a.wsbslink.i2 {
    background-color: #CCAA23;
}

.wsbs .wsbscon a.wsbslink.i3 {
    background-color: #669966;
}

.wsbs .wsbscon a.wsbslink.i4 {
    background-color: #666699;
}

.wsbs .wsbscon a.wsbslink p {
    line-height: 30x;
    color: #fff;
}

.wsbs .wsbscon a.wsbslink .icon {
    height: 30px;
}

.wsbs .wsbscon a.wsbslink.i1 .icon {
    background-position: -20px -610px;
}

.wsbs .wsbscon a.wsbslink.i2 .icon {
    background-position: -100px -610px;
}

.wsbs .wsbscon a.wsbslink.i3 .icon {
    background-position: -175px -610px;
}

.wsbs .wsbscon a.wsbslink.i4 .icon {
    background-position: -250px -610px;
}

.post-53 {}

.post-53 a.m3 {
    display: inline-block;
    width: 88px;
    line-height: 32px;
    *line-height: 30px;
}

.post-531 {
    margin-top: 15px;
}

.gg-main .post-53 a.m3 {
    width: 112px;
}


/**链接样式**/

.m-links {
    /* background-color:#e9e8d3; */
}

.m-links .linksbox {
    padding: 20px 4px;
    float: left;
    width: 825px;
    margin-left: 15px;
}

.m-links .surveycon {
    padding: 20px 37px;
    float: right;
    width: 259px;
    background-color: #F4F4F4;
}


/**友情链接**/

.postlink {
    position: relative;
    background: url("images/linkj.gif") no-repeat right 6px;
}

.postlink.wrap-open {
    background-position: right -26px;
}

.postlink a.tt {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 2px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.postlink .con {
    display: none;
    position: absolute;
    bottom: 30px;
    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;
}


/**列表页**/


/**主体列表页开始**/

#f-container {}

#f-container .inner {
    width: 1200px;
    background: #fff;
}

#l-container {}

#l-container .inner {
    width: 1200px;
    padding: 20px 0px;
    background: #fff;
}


/**主体文章页开始**/

#d-container {}

#d-container .inner {
    width: 1080px;
    padding: 20px 60px;
    background: #fff;
}


/* 
.col_menu .subnavtop{ width:100%;height:11px; background:url(images/subnavtop.gif) no-repeat;}
.col_menu .submain{ width:100%;min-height:300px; padding: 0 13px; background:#fff url("images/subnavtop1.gif") repeat-y;}
.col_menu .submain .col_menu_con{min-height:300px;width: 92%;background:#fff;}
.col_menu .subnavbottom{ width:100%;height:11px; background:url(images/subnavbottom.gif) no-repeat;} */

.col_menu {
    width: 265px;
    float: left;
    margin-left: 20px;
}

.col_menu .col_menu_head {
    background: #729523;
}


/**位置栏目背景**/

.col_menu .col_menu_head h3.col_name {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}


/**位置栏目字体**/

.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 36px;
    padding: 0px 5px 0px 30px;
}


/**栏目名称图标**/


/*栏目列表*/

.col_list {
    padding: 4px 18px;
}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    background: url(images/icon_column_1.gif) no-repeat 0px 12px;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #ccc;
}


/**一级子栏目**/

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #000;
    background-image: url(images/icon_column_1.gif);
}


/**鼠标经过或选中一级子栏目**/

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #124D83;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: #e8e8e8 url(images/icon_column_1.gif) no-repeat 16px 11px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}


/*二级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    background: url(images/icon_column_1.gif) no-repeat 21px 12px;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #ccc;
}


/**一级子栏目**/

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 22px;
    padding: 5px 10px 5px 40px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a :hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #124D83;
}


/**鼠标经过或选中一级子栏目**/

.col_news {
    width: 861px;
    min-height: 500px;
    margin-right: 25px;
    float: right;
}


/**栏目新闻**/

.col_news_head {}

.col_metas .col_title {
    display: block;
    height: 38px;
    line-height: 38px;
    background: #eee;
    /* margin-top:5px; */
}


/**当前栏目**/

.col_metas .col_title h2 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #729523;
    padding: 0 50px 0 13px;
}


/**当前栏目名称**/

.col_metas .col_path {
    display: block;
    white-space: nowrap;
    height: 40px;
    line-height: 39px;
    color: ##729523;
}


/**当前位置**/

.col_metas .col_path a {
    color: #333;
}

.col_news_box {
    padding: 10px 0;
    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: 14px;
    color: #333;
    font-family: "Simsun";
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry img {
    max-width: 640px;
    _width: expression(this.width > 640 ? "640px": 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: #729523;
}


/**文章标题**/

.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;
    margin-top: 10px;
    min-height: 500px;
}


/**文章内容**/

.article .entry .read,
.article .entry .read p {
    line-height: 1.6;
    font-size: 14px;
    color: #333;
    font-family: "Simsun";
}


/**阅读字体**/

.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    display: ;
    margin: 0 auto;
    max-width: 740px;
    _width: expression(this.width > 70 ? "740px": this.width);
}


/**文章阅读部分图片大小限制**/

.article .entry .read table {
    margin: 0 auto;
    border: none!important;
}


/**页脚开始**/

#footer {
    background: #353535;
}

#footer .inner {
    padding: 15px 0;
    text-align: center;
    position: relative;
}

#footer .inner p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

#footer .inner p span {
    margin: 0 3px;
}

#footer .inner span.copyright {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

#footer .inner span.imgs {
    float: left;
    display: none;
}

#footer .inner ul {
    display: inline-block;
    margin: 0 auto;
    width: 210px;
}

#footer .inner li {
    float: left;
    margin: 0px 4px;
    padding-left: 10px;
    background: url(images/footx.gif) no-repeat left 0;
}

#footer .inner li.i1 {
    background: none;
}


/*其他*/

#wp_nav_w40 {
    display: inline-block;
    *display: inline;
}

#wp_news_w23 {
    margin-top: 9px;
}

#wp_news_w23 li {
    float: left;
    margin-right: 0px;
}


/*在线调查*/

.post-61 .wp_survey {
    background: transparent;
}

.post-61 .wp_survey .item_title {
    line-height: 12px;
}


/*子页*/

.l-about {}

.l-about .title {
    line-height: 60px;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: "Microsoft yahei";
    background-color: #6b9211;
    color: #fff;
}

.l-about .title a {
    color: #fff;
}

.l-about .about_img {
    float: left;
    width: 610px;
    height: 268px;
    margin-left: 15px;
}

.l-about .about_img .n1 {
    float: left;
    width: 410px;
    height: 268px;
}

.l-about .about_img .n1 img {
    width: 410px;
    height: 268px;
}

.l-about .about_img .n2 {
    margin-bottom: 10px;
}

.l-about .about_img .n2,
.l-about .about_img .n3 {
    float: right;
    width: 186px;
    height: 130px;
}

.l-about .about_img .n2 img,
.l-about .about_img .n3 img {
    float: right;
    width: 186px;
    height: 130px;
}

.l-about .about_txt {
    float: right;
    width: 532px;
    height: 268px;
    margin-right: 15px;
}

.l-about .about_txt .tit1 {
    font-size: 30px;
    margin-top: -10px;
    color: #578b01;
}

.l-about .about_txt .tit1 span {
    font-size: 20px;
}

.l-about .about_txt p.about_txt {
    line-height: 26px;
}

.l-about .about_con {
    margin: 20px auto;
    padding: 20px;
}

.l-about .about_con ul.news_list {
    display: inline-block;
    margin-right: -36px;
}

.l-about .about_con ul.news_list .newsw {
    float: left;
    width: 356px;
    margin-right: 36px;
}

.l-about .about_con ul.news_list .newsw img {
    width: 356px;
    margin-right: 30px;
}

.l-about .about_con ul.news_list .newsw .titcon {
    display: block;
}

.l-about .about_con ul.news_list .newsw .titcon span {
    font-size: 30px;
    font-family: "Birch";
    margin-right: 5px;
}

.l-about .about_con ul.news_list .newsw .titcon .news_title,
.l-about .about_con ul.news_list .newsw .titcon .news_title a {
    font-size: 18px;
    color: #6b9211;
    font-family: "Microsoft yahei";
    font-weight: 500;
}

.l-about .about_con ul.news_list .newsw p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
}

.l-about .about_con ul.news_list .newsw.n1 span {
    color: #A5A511;
}

.l-about .about_con ul.news_list .newsw.n2 span {
    color: #D06212;
}

.l-about .about_con ul.news_list .newsw.n3 span {
    color: #27ADA8;
}

.l-about .about_con ul.news_list .newsw.n4 span {
    color: #A5457B;
}

.l-about .about_con ul.news_list .newsw.n5 span {
    color: #A2400F;
}

.l-about .about_con ul.news_list .newsw.n6 span {
    color: #14699A;
}


/*互动交流*/

.l-jl {}

.l-jl .mtitle {
    line-height: 60px;
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: "Microsoft yahei";
    background-color: #6b9211;
    color: #fff;
}

.l-jl .mtitle a {
    color: #fff;
}

.l-jl .l-left {
    float: left;
    width: 668px;
    margin-left: 20px;
}

.l-jl .l-right {
    float: right;
    width: 410px;
    margin-right: 45px;
}

.l-ggfw .l-left {
    float: left;
    width: 795px;
    margin-left: 20px;
}

.l-ggfw .l-right {
    width: 340px;
    margin-right: 20px;
}

.hd {}

.hd thead {
    height: 30px;
    line-height: 30px;
    background-color: #F1EEE9;
}

.hd thead th:first-child {
    padding-left: 13px
}

.hd td {
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.hd td:first-child {
    text-align: left;
    padding-left: 10px;
}

.post-51 .news_title {
    width: 80px;
    height: 30px;
    overflow: hidden;
}

.arti_update1 {
    min-width: 80px;
    float: left;
    text-align: left;
    min-height: 25px;
    line-height: 25px !important;
}

.arti_update2 {
    text-align: left;
    float: left;
    min-height: 25px;
    line-height: 25px !important;
    font-weight: bold;
    border-right: none;
}

.arti_update1 p {
    font-size: 14px;
    line-height: 20px;
}

.arti_update0 {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px 0px 5px 0px;
    height: 30px;
}

.article .entry1 {
    /**文章内容**/
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 10px 0px;
}

.imgnew .news.n1 .news_title a {
    font-size: 16px;
}

.arti_update {
    float: none !important;
}

.nocert {
    width: 320px;
    float: left;
    font-size: 14px;
    height: 22px;
}

.result_title {
    width: 347px;
    float: left;
}

.result_status {
    float: left;
    color: #ff0000;
}

.result_item {
    width: 400px;
    float: left;
}

.lt_bt {
    background: #E2F4DC;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #59AC3A;
    width: 100%;
    margin: 5px 0px 0px 0px;
}

.lt_bt_1 {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 360px;
    text-align: center;
}

.lt_bt_2 {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 100px;
    text-align: center;
}

.lt_bt_3 {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 80px;
    text-align: center;
}

.lt_bt_4 {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 125px;
    text-align: center;
}

.bt_title {
    float: left;
    width: 360px;
}

.zz_title {
    float: left;
    width: 100px;
}

.hf_title {
    float: left;
    width: 80px;
    text-align: center;
}

.zhfb_title {
    float: left;
    width: 125px;
}

.zz_title_zd1 {
    float: left;
    line-height: 17px;
    width: 100%;
    text-align: center;
}

.zz_title_zd2 {
    float: left;
    line-height: 17px;
    width: 100%;
    text-align: center;
}

.zhfb_title_zd1 {
    float: left;
    line-height: 17px;
    width: 100%;
    text-align: center;
}

.zhfb_title_zd2 {
    float: left;
    line-height: 17px;
    width: 100%;
    text-align: center;
}

.col_news1 {
    width: 861px;
    min-height: 500px;
    margin-right: 25px;
    float: right;
    border: 1px solid #59AC3A;
}

#wp_news_w111 .news {
    margin: 0px 0px 5px 0px;
}

#wp_news_w111 .news.n2 {
    background: #f5fdf2;
}

#wp_news_w111 .news.n4 {
    background: #f5fdf2;
}

.xxgke .xxgkcon .mod.m4 a.m4.i3 {
    background-color: #729422;
    line-height: 35px;
    height: 38px;
    margin-top: -5px;
}

.xxgke .xxgkcon .mod.m4 a.m4.i2 {
    background-color: #767676;
    line-height: 35px;
    height: 37px;
    margin-top: -5px;
}

.xxgke .xxgkcon .mod.m4 a.m4.i1 {
    background-color: #666699;
    line-height: 37px;
    height: 38px;
    margin-top: -1px;
}

.xxgke .xxgkcon .mod.m4 a.m4.i4 {
    background-color: #ccaa23;
    line-height: 19px;
    height: auto;
    margin-top: -5px;
    padding: 6px 0px;
}

.xxgke .xxgkcon .mod.m4 a.m4.i5 {
    background-color: #669966;
    line-height: 19px;
    height: 38px;
    margin-top: -5px;
}

span.column-news-title {
    width: 35%;
    display: inline-block;
}

span.list_jggs_kzzd3 {
    width: 10%;
    display: inline-block;
}

span.list_jggs_kzzd5 {
    width: 25%;
    display: inline-block;
}

span.list_jggs_kzzd7 {
    width: 30%;
    display: inline-block;
}

.jggs_bt {
    display: block;
    height: 38px;
    line-height: 38px;
    background: #eee;
}

.jggs_bt span {
    font-size: 16px;
    font-weight: bold;
    color: #729523;
}

span.copyright a {
    color: #fff;
}

.yhtqcz {
    width: 750px;
    height: 36px;
}

.yhtqqjbmzj {
    float: left;
    width: 748px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.yhtqrmzfzj {
    float: left;
    width: 748px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.yhtqrmzfzj li.nav-item.i1 {
    width: 395px;
    text-align: left;
}

.yhtqrmzfzj li.nav-item.i3 {
    width: 80px;
}

.yhtqrmzfzj li.nav-item.i2 {
    width: 90px;
}

.yhtqrmzfzj li.nav-item.i4 {
    width: 120px;
}

.yhtqqjbmzj li.nav-item.i3 {
    width: 80px;
}

.yhtqqjbmzj li.nav-item.i2 {
    width: 90px;
}

.yhtqqjbmzj li.nav-item.i4 {
    width: 120px;
}

.yhtqqjbmzj li.nav-item.i1 {
    width: 395px;
    text-align: left;
}

.yhtqrmzfzj div#wp_nav_w6 {
    margin: 0 30px;
    background: #f9f8f8;
    margin-bottom: 20px;
}

.yhtqrmzfzj .wp_nav .nav-item a {
    text-align: left;
    color: blue;
}

.yhtqqjbmzj .wp_nav .nav-item a {
    text-align: left;
    color: blue;
}

.yhtqrmzfzj .wp_nav .nav-item.i1 a {
    text-align: left;
    color: #333;
}

.yhtqqjbmzj .wp_nav .nav-item.i1 a {
    text-align: left;
    color: #333;
}

.yhtqqjbmzj .col_news_list {
    margin: 0 30px;
}

.yhtqqjbmzj div#wp_nav_w9 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w11 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w13 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w15 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w17 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w19 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w21 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w24 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w26 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w28 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w30 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w32 {
    background: #f9f8f8;
    display: block;
}

.yhtqqjbmzj div#wp_nav_w34 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w36 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w38 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w40 {
    background: #f9f8f8;
    display: block;
}

.yhtqqjbmzj div#wp_nav_w42 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w44 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w46 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w48 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w50 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w52 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w54 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w56 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w58 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w60 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w62 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w64 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w66 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w68 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w70,
.yhtqqjbmzj div#wp_nav_w72,
.yhtqqjbmzj div#wp_nav_w73 {
    background: #f9f8f8;
}

.yhtqqjbmzj div#wp_nav_w52 {
    background: #f9f8f8;
}

#footer .jiucuo {
    background: url(jiucuo.jpg) no-repeat 0 0;
    width: 110px;
    height: 55px;
    position: absolute;
    top: 20px;
    left: 180px;
}

.tu {
    width: 110px;
    height: 78px;
    position: absolute;
    top: 13px;
    left: 920px;
}

#zzdh_cont {
    width: 940px;
    height: auto;
    ;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
}

.website_oneline .title span a {
    color: #6e9427;
}

.website_oneline {
    width: 100%;
    margin-bottom: 20px;
}

.website_oneline .title {
    height: 32px;
    border-bottom: 1px dashed #dcdcdc;
    line-height: 32px;
    background: url(images/nav_zjnj_blocklist_titlebg.jpg) no-repeat left;
}

.website_oneline .title span {
    margin-left: 18px;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #6e9427;
}

.website_oneline .content {
    width: 100%;
    margin-top: 10px;
}

.website_oneline .content ul li {
    display: block;
    width: 177px;
    height: 35px;
    line-height: 35px;
    float: left;
    margin-left: 10px;
}

.website_oneline .content ul li a {
    color: #4d4d4d;
    text-decoration: none;
    font-size: 15px;
}

.website_oneline .content ul li a:hover {
    color: #6e9427;
    text-decoration: underline;
}

.l-about .post .tt .tit .title {
    background: none;
}

.tab-xh {
    font-size: 30px;
    color: #a5a511;
    padding-right: 8px;
    font-family: "Birch Std";
}

.l-about .post .tt .tit .title>span {
    font-size: 18px;
    margin-right: 25px;
}

.l-about .post .con {
    padding: 20px;
}

.l-about .post .con .imgtu {
    width: 100%;
}

.website_oneline .content ul li.wd-wx {
    font-size: 14px;
    color: #000;
    font-family: "microsoft yahei";
    width: 215px;
    height: 250px;
    margin-bottom: 20px;
    margin-right: 37px;
    text-align: center;
    margin-left: 37px;
}

.website_oneline .content ul li.wd-wx img {
    width: 215px;
    height: 215px;
}

.gg-zyly ul {}

.gg-zyly ul li.item {
    float: left;
    width: 190px;
    height: 88px;
    margin-bottom: 10px;
    overflow: hidden;
}

.gg-zyly ul li.item>a {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: bolder;
    color: #578c00;
}

.gg-zyly ul li.item li.subitem {
    float: left;
    margin-right: 10px;
}

.gg-zyly ul li.item li.subitem.i7 {
    margin-right: 30px;
}

.gg-zyly ul li.item li.subitem a {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
}

.gg-box .con-gg {
    width: 152px;
    float: left;
    height: 50px;
    background: #f6f8f3;
    margin-right: 7px;
    margin-bottom: 7px;
}

.gg-box .con-gg a {
    display: inline-block;
}

.gg-box .con-gg .gg-img {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.gg-box .con-gg .gg-img img {
    width: 35px;
    margin-top: 10px;
    margin-left: 10px;
}

.gg-box .con-gg .gg-tt {
    line-height: 18px;
    display: inline-block;
    margin-left: 12px;
    max-width: 82px;
    vertical-align: middle;
    color: #425023;
    font-size: 14px;
}

.gg-box .con-gg .gg-tt a {
    white-space: normal;
}

.post-211 .con {
    padding-bottom: 0px;
}

.gg-zxfw {
    margin-bottom: 5px;
}

.gg-zxfw .wp_nav {
    margin-bottom: 15px;
}

.gg-zxfw .wp_nav .nav-item {
    float: none;
    display: block;
    height: 38px;
    background: #9f6343;
}

.gg-zxfw .wp_nav .nav-item a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 10px;
}

.gg-zxfw .wp_nav .nav-item a span.item-name {
    line-height: 28px;
}

.l-ggfw .post-11 {
    min-height: 122px;
}

.rjg {
    margin-left: 15px;
}

.rjg-con {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-family: "Microsoft yahei";
    background-color: #729422;
    color: #fff;
    text-align: center;
}


/****信息公开****/

.main-xg {}

.maiin-xgl {
    width: 108px;
    height: 234px;
    float: left;
}

.main-l {
    width: 580px;
    float: left;
    margin-left: 30px;
}

.main-r {
    width: 415px;
    float: right;
}

.news-l {
    width: 710px;
    float: left;
}

.news-l1 {
    width: 337px;
    float: left;
}

.news-l2 {
    width: 337px;
    float: right;
}

.news-r {
    width: 400px;
    float: right;
}

.news-r .tt {
    height: 37px;
    line-height: 37px;
    border-left: 9px solid #6b9211;
    font-size: 16px;
    color: #6b9211;
    background-color: #f6f6f6;
    text-indent: 1em;
    font-family: "mcrosoft yahei";
}

.sub_column {
    margin-top: 15px;
}

.news-r .sub_column .tt {
    border-left: 0px solid #6b9211;
    background: none;
    text-indent: 0px;
}

.main-r .post .con {
    padding: 12px 0 0px 0;
}

.main-r .post-43 {
    margin-bottom: 0px;
}

.sub_column .news_list {
    line-height: 25px;
}

.news-con {
    padding: 20px;
}

#wp_news_w292 .gg-box .con-gg .gg-tt {
    max-width: 130px;
}

.jgfk-tt {
    background: #f8f8f8;
    height: 30px;
}

.tt-wd {
    width: 227px;
    display: inline-block;
    line-height: 30px;
}

.tt-wd1 {
    width: 100px;
    display: inline-block;
}

.jgfk-main .news_title {
    width: 227px;
    display: inline-block;
}

.jgfk-main .post_time {
    width: 100px;
    display: inline-block;
}

.jgfk-main li.news span.news_title {
    float: none;
    line-height: 16px;
}

.jgfk-main li.news span.news_meta {
    float: none;
}

#wp_survey_mini .survey_issue {
    line-height: 20px;
    background: none;
}

.wp_guestbook_widget .guestbook_list ol li:nth-child(2n) {
    float: right;
}

.linkcon #wp_news_w23 {
    margin-top: 15px;
}

.xxgk-ysq {}

.slider-box {
    position: relative;
    overflow: hidden;
    margin: 10px auto;
}

.slider {
    position: absolute;
    left: 0;
    top: 0;
}

.slider-item {
    float: left;
    cursor: default;
}

.slider-item img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.slider-box .btn {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url(../images/hislider-arrow.png) no-repeat;
    opacity: 0;
}

.slider-box .btn-prev {
    left: -30px;
}

.slider-box .btn-next {
    right: -30px;
    background-position: -30px 0;
}

.slider-box .slider-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .6);
}

.slider-box .slider-title p {
    display: inline-block;
    padding-left: 10px;
    color: #ccc;
}

.slider-box .btn-box {
    position: absolute;
    right: 20px;
    bottom: 8px;
    font-size: 0;
}

.slider-box .btn-item {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #fff;
}

.slider-box .btn-item__cur {
    background-color: #09c;
}

.link_pic .wp_editor_art_table td {
    background: none;
    padding: 5px 5px;
    border: 0px solid #DDD;
}

.link_pic .wp_editor_art_table {
    margin-bottom: 0px;
}

.xxgk-news .news-con {
    padding: 20px 20px 20px 20px;
}

.foot-link {
    background: #f5f4e5;
    min-height: 208px;
    display: none;
}

.foot-box {
    padding: 15px 20px;
}

.box-tt {
    color: #729422;
    font-size: 16px;
    padding-left: 20px;
    background: url(images/bticon.gif) no-repeat left;
    margin-bottom: 15px;
}

.box-l {
    width: 555px;
    float: left;
}

.box-r {
    width: 580px;
    float: right;
}

.box-con .con-b1 {
    float: left;
    line-height: 35px;
    margin-right: 30px;
}

.link_pic .wp_nav .nav-item {
    width: 192px;
    height: 55px;
}

.link_pic .wp_nav .nav-item a {
    font-size: 15px;
    color: #fff;
}

.link_pic .wp_nav .nav-item.i1 {
    background: #b59d4e;
    margin-right: 10px;
}

.link_pic .wp_nav .nav-item.i2 {
    background: #84a044;
}

.link_pic .wp_nav .nav-item a span.item-name {
    padding: 16px 30px;
    font-size: 18px;
}

.xxgke .xxgkcon .main-r a.m3.i4 {}

.xxgke .xxgkcon .main-r #wp_nav_w43 a.m3.i11 {
    width: 82px;
}

.xxgke .xxgkcon .main-r #wp_nav_w43 a.m3.i13 {}

.xxgke .xxgkcon .main-r a.m3.i12 {}

.sub_column .news_list span {
    font-size: 12px !important;
}

.sub_column .news_list a {
    color: #d72315;
}

.post .con div#wp_news_w42 .wp_article_list .list_item {
    border-bottom: 0px dashed #ccc;
    height: 28px;
    line-height: 28px;
}

.post .con div#wp_news_w42 .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
    display: none;
}

.site-pic {
    float: right;
}

.site-pic li {
    position: relative;
    padding-top: 5px;
    z-index: 1000;
    float: left;
    margin: 0 10px;
}

.site-pic li .wmb {
    display: none;
    position: absolute;
    top: 36px;
    left: -36px;
}

.site-pic li .wmb.wx {
    left: -58px;
}

.site-pic li .wmb.wb {
    left: -58px;
}

.site-pic li:hover .wmb {
    display: block;
}

.main-wgk {
    padding: 0px 18px;
}

.main-wgk .wp_article_list_table p {
    line-hright: 30px;
    font-size: 14px;
}

.news-wgk {
    padding: 18px 0;
}

.nw-l {
    width: 460px;
    margin-right: 68px;
    float: left;
}

.nw-r {
    width: 550px;
    float: left;
}

.nw-tt {
    float: left;
    margin-right: 25px;
    font-size: 14px;
    color: #578c00;
    font-family: "Microsoft yahei";
    line-height: 26px;
    font-weight: bold;
}

.nw-con {
    float: left;
    max-width: 400px;
}

.col-wgk li {
    float: left;
    margin-right: 24px;
    line-height: 26px;
}

.scroll li:last-child img {}

#link-bt {
    background: #353535;
    border-bottom: 1px solid #5a5a5a;
}

#link-bt .inner {
    width: 1200px;
    margin: 0 auto;
}

#link-bt .wp_nav {
    width: 420px;
    margin: 0 auto;
}

#link-bt .wp_nav .nav-item a span.item-name {
    padding: 8px 12px;
    font-size: 14px;
    color: #e1e1e1;
}

.con-yjs a {
    font-size: 24px;
    display: block;
    line-height: 135px;
    color: #fff;
    font-weight: bold;
}

.post-255 {
    display: none;
}

.post-58 .more_btn {
    display: none;
}

.jgfk-tt .tt-wd1 {
    width: 180px;
    display: inline-block;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
}

.jgfk-tt .tt-wd2 {
    width: 180px;
    display: inline-block;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
}

.jgfk-tt .tt-wd3 {
    width: 180px;
    display: inline-block;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
}

.jgfk-tt .tt-wd4 {
    width: 120px;
    display: inline-block;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
}

.jgfk-tt .tt-wd5 {
    width: 120px;
    display: inline-block;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
}

.jgfk-main .tt-wd1 {
    width: 165px;
    display: inline-block;
    overflow: hidden;
    line-height: 16px;
    height: 16px;
    padding-right: 15px;
}

.jgfk-main .tt-wd2 {
    width: 165px;
    display: inline-block;
    overflow: hidden;
    line-height: 16px;
    height: 16px;
    padding-right: 15px;
}

.jgfk-main .tt-wd3 {
    width: 165px;
    display: inline-block;
    overflow: hidden;
    line-height: 16px;
    height: 16px;
    padding-right: 15px;
}

.jgfk-main .tt-wd4 {
    width: 120px;
    display: inline-block;
    overflow: hidden;
    line-height: 16px;
    height: 16px;
}

.jgfk-main .tt-wd5 {
    width: 120px;
    display: inline-block;
    overflow: hidden;
    line-height: 16px;
    height: 16px;
}

.post-233 li.news_imgs {
    width: 33%;
    text-align: center;
    float: left;
    margin-bottom: 5px;
}

.post-233 li.news_imgs img {
    width: 95%;
}

#con_ht_1 {
    overflow: hidden;
}

#wp_news_w7777 {
    background: #FFF;
    padding: 10px;
}

#winfloat_div_w7777 a {
    color: #f00;
}

.result_title {
    width: 350px !important;
    float: left !important;
}

.result_status {
    float: left !important;
    color: #ff0000 !important;
}

#wp_nav_w32 a.focuson {
    margin-left: 18px;
}

.post-32 .con {
    padding: 12px 0 0;
}

a.focuson.i4 {
    margin-left: 0;
}

a.focuson.i4 {}

#wp_nav_w32 a.focuson.i4 {
    margin-left: 0;
}

#wp_nav_w32 a.focuson.i1 {
    margin-left: 0;
}

#wp_nav_w211 a.focuson.i1 {
    background-color: #B7B721;
}

#wp_nav_w211 a.focuson.i2 {
    background-color: #CCAA23;
}

#wp_nav_w211 a.focuson.i3 {
    background-color: #99CC00;
    margin-right: 0;
}

#wp_nav_w211 a.focuson.i4 {
    background-color: #669966;
}

#wp_nav_w211 a.focuson.i5 {
    background-color: #666699;
}

#wp_nav_w211 a.focuson.i6 {
    background-color: #729422;
    margin-right: 0;
}

#wp_nav_w211 a.focuson {
    width: 105px !important;
    height: 90px !important;
    margin-top: 5px;
    margin-right: 12px;
    display: block;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}

#wp_nav_w211 a.focuson.i1 .icon {
    background-position: -21px -180px;
}

#wp_nav_w211 a.focuson.i2 .icon {
    background-position: -131px -180px;
}

#wp_nav_w211 a.focuson.i3 .icon {
    background-position: -242px -180px;
}

#wp_nav_w211 a.focuson.i4 .icon {
    background-position: -21px -280px;
}

#wp_nav_w211 a.focuson.i5 .icon {
    background-position: -131px -280px;
}

#wp_nav_w211 a.focuson.i6 .icon {
    background-position: -240px -280px;
}

#wp_nav_w211 a.focuson p {
    color: #fff;
}

.post-58 .con {
    background: url(tousu.jpg) no-repeat;
    height: 275px;
    width: 700px;
    margin-top: 10px;
}

.post-111 .more_btn {
    display: none;
}

.link_pic2 .wp_nav .nav-item.i1 {
    background: #b59d4e;
    margin-right: 10px;
}

.link_pic2 .wp_nav .nav-item.i2 {
    background: #84a044;
}

.link_pic2 .wp_nav .nav-item {
    width: 192px;
    height: 40px;
}

.link_pic2 .wp_nav .nav-item a {
    font-size: 15px;
    color: #fff;
}

.link_pic2 .wp_nav .nav-item a span.item-name {
    padding: 10px 40px;
    font-size: 18px;
}

.col_news_con div#wp_news_w13 .wp_subcolumn_list .wp_sublist .sublist_title {
    border-bottom: 2px solid #729523;
}

.l-left .post1 .tt {
    display: none;
}

.l-left .lt_bt {
    display: none;
}

.post.post-11.mbox span#ht1 {
    display: none;
}

.post.post-11.mbox div#con_ht_1 {
    display: none !important;
}

.col_list #keyword {
    width: 172px !important;
    margin-right: 10px;
    border: #eee 1px solid;
    height: 16px;
}


/* _____________________________________________ */

#tab_1 {
    position: absolute;
    top: 0px;
    left: 200px;
}

#iconControl>span {
    margin-right: 15px;
    color: rgb(168, 168, 168);
}