﻿@charset "utf-8";

/*全局样式

---------------------------------------------*/

section,
article,
aside,
header,
footer,
nav,
figure {
    display: block;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
figure {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Microsoft Yahei";
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

p,
ul,
li,
dl,
dd,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #0089CD;
    text-decoration: none;
}

fieldset,
img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: 0;
}

.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}

.line5 {
    clear: both;
    font-size: 0px;
    height: 5px;
    overflow: hidden;
}

.line10 {
    clear: both;
    font-size: 0px;
    height: 10px;
    overflow: hidden;
}

.line15 {
    clear: both;
    font-size: 0px;
    height: 15px;
    overflow: hidden;
}

.line20 {
    clear: both;
    font-size: 0px;
    height: 20px;
    overflow: hidden;
}

.line30 {
    clear: both;
    font-size: 0px;
    height: 30px;
    overflow: hidden;
}


/* Clear Fix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hide from IE Mac */

.clearfix {
    display: block;
}


/* End hide from IE Mac */


/* end of clearfix */

.left {
    float: left;
}

.right {
    float: right;
}

.red {
    color: #F00;
}

.red:hover {
    color: #F60;
}

.red a {
    color: #F00;
}

.red a:hover {
    color: #F60;
}

.gray {
    color: #666;
}

.gray:hover {
    color: #F60;
}

.gray a {
    color: #666;
}

.gray a:hover {
    color: #F60;
}

.blue {
    color: #1E7BB3;
}

.blue:hover {
    color: #F60;
}

.blue a {
    color: #1E7BB3;
}

.blue a:hover {
    color: #F60;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}

.
/*定义高度*/

.h221 {
    height: 221px;
}

.h265 {
    height: 265px;
}

.h306 {
    height: 306px;
}

.IndexPage {
    font-family: "宋体";
    font-size: 12px;
    width: 100%;
    background: url("../images/index_bg.jpg") no-repeat center 35px;
}

#sidebar {
    width: 99px;
    height: 187px;
    overflow: hidden;
    background-image: url("../images/weixin.gif") !important;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
}


/*头部开始*/

.public_head .main-colum {
    width: 1022px;
    margin: 0 auto;
}


/*顶部*/

.spe-top * {
    margin: 0;
    padding: 0;
}

.spe-top {
    height: 35px;
    line-height: 35px;
    background: url("../images/top_bg.gif") repeat-x;
    color: #434343;
    font-size: 12px;
    overflow: hidden;
}

.spe-top .main-colum {
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

.spe-top .welcome {
    float: left;
    width: 180px;
}

.spe-top .oldLink {
    float: right;
    width: 150px;
    text-align: right;
}

.contain {
    width: 1022px;
    overflow: hidden;
    margin: 0px auto;
    text-align: left;
}

.banner {
    height: 265px;
    overflow: hidden;
}

.nav {
    width: 100%;
    overflow: hidden;
    margin-top: 13px;
    background: url("../images/nav_bg.png") no-repeat center;
    height: 65px;
}

.menuList {
    height: 65px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.menuList ul {
    margin-top: 0px;
    padding-left: 35px;
}

.menuList ul li {
    float: left;
    width: 123px;
    height: 65px;
    list-style: none;
    background: url(../images/arrow.png) left center no-repeat;
    text-align: center;
}

.menuList ul li span {
    display: block;
    padding: 0 0 0 62px;
    width: 58px;
    height: 11px;
    line-height: 11px;
    font-size: 16px;
    color: #0068b7;
    font-family: "Microsoft Yahei";
    cursor: pointer;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
}

.menuList ul li a {
    font-size: 14px;
    display: block;
    color: #FFF !important;
    font-weight: bold;
    width: 90px;
    height: 43px;
    text-align: center;
    line-height: 65px;
    padding-left: 12px;
}

.cont_bg {
    width: 1022px;
    margin: 0px auto;
    overflow: hidden;
    background: url("../images/main_bg.png") no-repeat top center;
    position: relative;
}

.search {
    height: 36px;
    border-bottom: 1px solid #d5d5d5;
    width: 1003px;
    margin: 0px auto;
    overflow: hidden;
}

.search .topDate {
    width: 200px;
    height: 36px;
    line-height: 36px;
    float: left;
    color: #959595;
    padding-left: 18px;
}

.search .btn-search {
    float: right;
    width: 185px;
    text-align: right;
    display: block;
    margin-right: 5px;
    padding: 5px 0px 0px 0px;
}

.search input.text {
    background: url("../images/public_search_bg.png") no-repeat scroll 0% 0% transparent;
    width: 154px;
    height: 24px;
    line-height: 24px;
    border: medium none;
    padding: 1px;
    float: left;
    color: #333;
}

.search input.btn {
    background: url("../images/public_search_btn.jpg") no-repeat scroll 0% 0% transparent;
    width: 26px;
    height: 24px;
    border: medium none;
    cursor: pointer;
    float: left;
}

.cont {
    width: 995px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.public-colum {
    width: 1003px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.top {
    overflow: hidden;
    border: 1px solid #d5d5d5;
}

.top .top-head {
    background: url("../images/top.gif") no-repeat scroll 0% 0% transparent;
    height: 68px;
    width: 51px;
    float: left;
}

.top .top-content {
    float: left;
    overflow: hidden;
    height: 68px;
    line-height: 68px;
    text-align: left;
    padding-left: 48px;
    width: 850px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top .top-content a {
    color: #057d20;
    font-weight: bold;
    font-size: 28px;
}

.slideBox {
    width: 566px;
    height: 254px;
    overflow: hidden;
    position: relative;
    float: left;
}

.public-colum .lft_pic {
    width: 566px;
    height: 254px;
    overflow: hidden;
    float: left;
}

.lft_pic .pannel-image,
.lft_pic img {
    width: 566px;
    height: 254px;
}

.public-colum .lft_pic .subtitle {
    position: absolute;
    width: 566px;
    height: 27px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    text-align: center;
}

.public-colum .lft_pic .subtitle h6 {
    color: #FFF;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
}

.public-colum .lft_pic .subtitle h6 a {
    color: #FFF;
}

.index-tab {
    width: 419px;
    float: left;
    margin: 0px 0px 0px 8px;
    height: 252px;
    border: 1px solid #d5d5d5;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.index-tab .tabmenu {
    background: url("../images/new_title_bg.png") repeat-x;
    height: 32px;
    overflow: hidden;
    width: 419px;
}

.index-tab .tabmenu ul li {
    float: left;
    width: auto;
    height: 32px;
    color: #057d20;
    font-size: 12px;
    font-family: Microsoft Yahei;
    line-height: 32px;
    width: 96px;
    text-align: center;
}

.index-tab .tabmenu ul li.selected {
    background: url("../images/tab_title_bg.png") no-repeat;
}

.index-tab .tabmenu ul li a {
    color: #057d20;
}

.index-tab .tabmenu ul li.selected a {
    color: #ffffff;
}

.tabox .tab_con {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 156px;
}

.index_list01 {
    overflow: hidden;
    position: absolute;
    width: 95%;
    left: 10px;
    top: 0;
    zoom: 1;
}

.index_list01 li {
    position: relative;
    background: url("../images/Point.png") no-repeat scroll left center transparent;
    padding-left: 8px;
    overflow: hidden;
}

.index_list01 li a {
    line-height: 27px;
}

.index_list01 li a:hover {
    color: #00468c;
}


/**/

.index_list01 li span {
    width: 50px;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #999999;
    display: block;
}

.zwgk {
    width: 759px;
    overflow: hidden;
    float: left;
    display: block;
    border: 1px solid #dedede;
}

.public-tab {
    width: 222px;
    float: left;
    margin: 0px 0px 0px 8px;
    border: 1px solid #d5d5d5;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}


/*栏目标题1*/

.tit_s01 {
    background: url("../images/public_titbg_t4.jpg") repeat-x;
    height: 44px;
    font-weight: normal;
}

.tit_s01 .title-inner {
    left: 0;
}

.tit_s01 span.tabg,
.tit_s01 span.bg01,
.tit_s01 span.bg02 {
    display: block;
    height: 44px;
    line-height: 44px;
    float: left;
}

.tit_s01 span.tabg {
    width: auto;
    background: url(../images/public_titbg_t3.jpg) repeat-x;
    padding: 0 8px;
    font-size: 18px;
    color: #ffffff;
}

.tit_s01 span.tabg a {
    color: #ffffff;
}

.tit_s01 span.bg01 {
    width: 20px;
    background: url(../images/public_titbg_t1.jpg) no-repeat;
}

.tit_s01 span.bg02 {
    width: 20px;
    background: url(../images/public_titbg_t2.jpg) no-repeat right 0;
}

.tit_s01 span.more {
    font-weight: normal;
    color: #666666;
    font-size: 12px;
    width: 52px;
    height: 32px;
    line-height: 20px;
    padding: 12px 6px 0 0;
    background: url(../images/public_titbg_t5.jpg) no-repeat right 0;
}

.tit_s01 span.more a {
    color: #666666;
}


/*栏目标题2*/

.tit_s02 {
    background: url("../images/public_titbg.png") no-repeat;
    height: 37px;
    font-weight: normal;
}

.tit_s02 .title-inner {
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    float: left;
    text-align: center;
    width: 95px;
}

.tit_s02 .more {
    font-weight: normal;
    color: #666666;
    font-size: 12px;
    padding: 12px 5px 0 0;
    float: right;
}

.tit_s02 .more a {
    color: #666666;
    background: url("../images/more.gif") no-repeat center center;
    height: 7px;
    width: 35px;
    display: block;
}

.listbox {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0 0 0;
    height: 266px;
}

.listbox .index_list01 li {
    border-bottom: 1px dashed #efefef;
    width: 195px;
    height: 30px;
}

.index_lft01 {
    width: 761px;
    float: left;
}

.index_w1 {
    width: 277px;
    height: 247px;
    overflow: hidden;
    position: relative;
    padding: 7px 0px 0px 7px;
}

.index_w2 {
    width: 461px;
    height: 247px;
    overflow: hidden;
    position: relative;
    padding: 7px 6px 0px 0px;
}

.zfgk_tit {
    width: 100%;
    overflow: hidden;
    background: url("../images/zfgk.gif") no-repeat center;
    height: 41px;
}

.pannel-title {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    height: 45px;
}

.zfgk_rtit {
    width: 100%;
    overflow: hidden;
    background: url("../images/public_tit_overbg.png") repeat-x;
    position: relative;
    overflow: hidden;
    height: 35px;
}

.zfgk_rcontent {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0 0 0;
    height: 200px;
}

.zfgk_rcontent ul {
    padding-top: 2px;
}

.zfgk_rcontent .index_list01 li {
    border-bottom: 1px dashed #efefef;
    height: 30px;
}

.zfgk_rbottom {}

.zfgk_rtit li {
    float: left;
    width: 89px;
    height: 35px;
    line-height: 35px;
    background: url("../images/public_titline.png") no-repeat right center;
}

.zfgk_rtit li a {
    display: block;
    width: 88px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

.zfgk_rtit li.selected {
    background: url("../images/public_titbg2.png") no-repeat center;
    color: #208120;
    font-weight: bold;
    font-size: 14px;
}

.hdjl {
    width: 759px;
    overflow: hidden;
    float: left;
    display: block;
    border: 1px solid #dedede;
}

.hdjl_tit {
    width: 100%;
    overflow: hidden;
    background: url("../images/hdjl.gif") no-repeat center;
    height: 41px;
}

.letter {
    background: url("../images/jz.jpg") no-repeat center;
    display: block;
    width: 179px;
    height: 54px;
    float: left;
}

.weibo {
    background: url("../images/zw.jpg") no-repeat center;
    display: block;
    width: 179px;
    height: 54px;
    float: left;
}

.yrsyl {
    background: url("../images/12316.jpg") no-repeat center;
    display: block;
    width: 179px;
    height: 54px;
    float: left;
}

.visit {
    background: url("../images/zx.jpg") no-repeat center;
    display: block;
    width: 179px;
    height: 54px;
    float: left;
}

.hdlistbox {
    width: 750px;
    height: 54px;
    overflow: hidden;
    position: relative;
    padding: 7px 0px 0px 7px;
}

.hdlistbox a {
    margin-right: 5px;
}

.letterbox {
    width: 750px;
    height: 140px;
    overflow: hidden;
    position: relative;
    padding: 7px 0px 0px 7px;
}

.letter_tit {
    width: 100%;
    overflow: hidden;
    height: 30;
    position: relative;
}

.letter_tit .tit-inner {
    background: url("../images/qr_53.gif") no-repeat center;
    width: 117px;
    height: 30px;
}

.letter_tit .tit-more {
    border: 1px solid #DEDEDE;
    display: block;
    height: 28px;
    float: left;
    width: 625px;
    text-align: right;
    border-left: none;
    line-height: 28px;
    padding-right: 5px;
}

.letterlist {
    overflow: hidden;
    width: 746px;
    height: 109px;
    border: 1px solid #DEDEDE;
    border-top: none;
    position: relative;
}

.letterlist ul {
    width: 98%;
}

.letterlist .index_list01 li {
    width: 340px;
    float: left;
    margin-right: 10px;
}

.ztzlbox .index_list01 li {
    width: 80px;
    float: left;
    margin-right: 10px;
    background: url("../images/qr_46.gif") no-repeat scroll left center transparent;
    padding-left: 15px;
}

.ztzlbox .index_list01 li:nth-child(9) {
    width: 150px;
}

.index_cont {
    width: 747px;
    margin: 0 auto;
    overflow: hidden;
}

.nysc {
    width: 759px;
    overflow: hidden;
    float: left;
    display: block;
    border: 1px solid #dedede;
}

.nysc_tit {
    width: 100%;
    overflow: hidden;
    background: url("../images/nysc.gif") no-repeat center;
    height: 41px;
}

.zfgk_rtit .more {
    font-weight: normal;
    color: #666666;
    font-size: 12px;
    width: 52px;
    height: 30px;
    line-height: 30px;
}

.nyscbox {
    float: left;
    width: 746px;
    overflow: hidden;
    margin-top: 9px;
}

.nysclist {
    float: left;
    width: 100%;
    overflow: hidden;
}

.nyscbox h6 {
    font-size: 14px;
    line-height: 28px;
    background: url(../images/about_listback.png) no-repeat;
    width: 100%;
    height: 28px;
    color: #fffdfe;
    padding-left: 15px;
}

.nyscbox dl {
    float: left;
    padding: 10px;
    width: 148px;
    text-align: center;
    border: 1px solid #dedede;
    margin-right: 10px;
}

.nyscbox dl dt {
    width: 136px;
    height: 120px;
}

.nyscbox dl dd {
    padding-top: 5px;
}

.nyscbox dl dd a {
    padding-top: 5px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

.web_link {
    width: 995px;
    overflow: hidden;
    background: url("../images/link_bg.png") repeat-x scroll 0% 0% transparent;
    border: 1px solid #DEDEDE;
    min-height: 40px;
    display: inline-block;
}

.web_link .link-tit {
    background: url("../images/link_tit.png") no-repeat;
    height: 40px;
    width: 101px;
    margin-left: 30px;
    float: left;
    overflow: hidden;
    display: block;
}

.web_link .link-cont {
    width: 800px;
    float: left;
}

.web_link select.selects {
    width: 130px;
    margin: 8px 0px 0px 50px;
    height: 20px;
    float: left;
    display: inline;
    border: 1px solid #DEDEDE;
}

.footer {
    height: 98px;
}


/*列表页样式*/

.position {
    overflow: hidden;
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
    display: block;
    border: 1px solid #dedede;
}

.list_nav {
    width: 221px;
    height: 100%;
    overflow: hidden;
    margin-left: 10px;
    display: block;
    float: left;
}

.list_cont {
    display: block;
    float: right;
    width: 751px;
    height: 100%;
}

.list-nav-inner {
    width: 99%;
    overflow: hidden;
    border-left: 1px solid #d5e6e0;
    border-right: 1px solid #d5e6e0;
    ;
    border-bottom: 1px solid #d5e6e0;
    min-height: 328px;
    background: url(../images/list_nav_center.png) repeat-y center;
}

.list-nav-footer {
    width: 99%;
    overflow: hidden;
    background: url(../images/list_nav_bottom.png) not-repeat bottom;
    height: 5px;
}

.list-nav-tit {
    background: url(../images/list_nav_head.png) no-repeat left center;
    height: 46px;
    border: none;
}

.list-nav-tit h4 {
    height: 46px;
    overflow: hidden;
    line-height: 35px;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 16px;
}

.newlist {
    width: 96%;
    overflow: hidden;
    margin: 0px auto;
    padding: 10px 0px;
}

.newlist li {
    float: left;
    display: inline;
    overflow: hidden;
    width: 100%;
    background: url(../images/list_point.png) no-repeat left center;
    text-indent: 8px;
    height: 28px;
    line-height: 28px;
}

.newlist li a {
    color: #333333;
    float: left;
}

.newlist li a:hover {
    color: red;
}

.newlist li span {
    float: left;
    display: inline;
    overflow: hidden;
}

.newlist li span.all_cbf_more {
    float: right;
}

.newlist2 li {
    background: url("../images/list_nav_bg.png") no-repeat;
    text-indent: 50px;
    height: 28px;
    line-height: 28px;
    width: 201px;
    margin-bottom: 10px;
}

.newlist2 li a {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #444;
}

.list-nav-box {
    width: 201px;
    margin: 0px auto;
}

.list_cont_tit {
    background: url("../images/list_nav.png") no-repeat left center;
    height: 28px;
}

.list_cont_tit h4 {
    height: 28px;
    overflow: hidden;
    line-height: 20px;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    text-indent: 50px;
    float: left;
}

.list_cont_center {
    width: 749px;
    overflow: hidden;
    border-left: 1px solid #d5e6e0;
    border-right: 1px solid #d5e6e0;
    ;
    border-bottom: 1px solid #d5e6e0;
    min-height: 347px;
}

.article-colum {
    width: 808px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.pages-title {
    font-size: 32px;
    font-family: Microsoft Yahei;
    text-align: center;
    color: #333;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pages-date {
    text-align: center;
    color: #898989;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #DCDCDC;
}

.pages_content {
    line-height: 35px;
    padding: 0px;
    margin: 12px 0px 0px;
    font-size: 16px;
}


/*标题样式*/

.base-tit {
    border-bottom: 1px solid #f0f0f0;
    color: #3b8dd1;
    line-height: 1em;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}

.base-tit span {
    position: relative;
    top: 1px;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #3b8dd1;
}

.base-tit i {
    float: right;
    padding: 10px 0;
    color: #999;
    font-size: 12px;
    line-height: 26px;
    font-style: normal;
}


/*附件样式*/

.attach-list {
    margin: 0;
    padding: 10px;
    text-align: left;
    list-style: none outside none;
}

.attach-list li {
    margin: 0;
    padding: 0 0 0 25px;
    color: #555;
    font-size: 12px;
    line-height: 36px;
    background: url(../images/sprite.gif) no-repeat 0 -108px;
}

.attach-list li span {
    float: right;
}

.attach-list li a {
    color: #666;
    text-decoration: none;
}

.attach-list li i {
    margin-left: 10px;
    font-style: normal;
    color: #666;
}

table tr {
    height: 26px;
    line-height: 26px;
}

table th,
td {
    border: 1px solid #fff;
}

table th {
    color: #fff;
    font-size: 14px;
}

table td {
    color: #353535;
    text-align: center;
    border: 1px solid #FFF;
}

table .yj {
    text-align: left;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*局长信箱*/

.tzxx {
    font-family: "微软雅黑", "宋体";
    width: 851px;
}

.from_txt {
    width: 389px;
    height: 25px;
}

.from_txt01 {
    width: 734px;
    height: 183px;
}

.from_txt02 {
    width: 71px;
}

.wsdc_tit {
    background: #E5F8D9 none repeat scroll 0% 0%;
    padding: 15px 18px;
    line-height: 24px;
}

.green1 {
    color: #2C8D06;
}

.f16 {
    font-size: 16px;
}


/*网上调查*/

.wsdc {
    width: 785px;
    margin: 0 auto;
}

.p_tit_h2 {
    font-size: 24px;
    font-weight: normal;
    font-family: "微软雅黑", "宋体";
    color: #2d7c24;
    text-align: center;
    line-height: 50px;
}

.wsdc .smfl {
    background: #e5f8d9;
    padding: 15px 18px;
    line-height: 24px;
}

.wsdc .smfl p {
    text-indent: 24px;
}

.wsdc table {
    line-height: 30px;
    margin-left: 24px;
}

.wsdc .bot_but {
    border-top: 1px solid #dddddd;
    text-align: center;
    padding: 30px 0 30px 0;
    margin: 0 auto;
}

.vote {
    position: relative;
    height: 217px;
}

.vote_button {
    width: 52px;
    height: 23px;
    border: none;
    background-image: url(../images/vote_btn.jpg);
    cursor: pointer;
    display: block;
    float: left;
}

.vote_button_view {
    width: 52px;
    height: 23px;
    border: none;
    background-image: url(../images/vote_view.jpg);
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 25px;
}

.idea {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/idea.jpg) no-repeat center center;
    width: 100%;
    height: 46px;
    display: block;
}


/*站内搜索*/

.Result {
    display: block;
    width: auto;
    height: 12px;
    color: #999;
    position: absolute;
    right: 22px;
}

.content {
    width: 808px;
    height: auto;
}

.content h3 {
    width: auto;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    color: #418BCA;
    font-weight: normal;
}

.content h3 a {
    color: #418BCA;
}

.content p {
    height: auto;
    line-height: 22px;
    overflow: hidden;
    width: 808px;
    color: #999;
}

.content div {
    height: 22px;
    line-height: 22px;
    width: auto;
    overflow: hidden;
    color: #87CB87;
}

.content div a {
    color: #87CB87;
}


/*信息公开头*/

.lc-box {
    border: 1px solid #b6b6b6;
    padding: 5px 0;
}

.lc-row {
    height: 24px;
    line-height: 24px;
}

.lc-col {
    float: left;
    width: 380px;
    margin-left: 20px;
    _display: inline;
    display: inline;
}

.lc-col em {
    color: #686868;
    font-style: normal;
}

.lc-col span {
    color: #959595;
}


/**导航子栏目样式**/

.cont_bg .menuCon {
    position: relative;
    width: 1001px;
    z-index: 99999;
    clear: both;
    margin: 0 auto;
}

.active {
    border: 2px solid #2E7F2E;
    width: 1001px;
}

.cont_bg .menuCon .contMain {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 5px;
}

.cont_bg .menuCon .contMain dl dd {
    position: relative;
    width: 111px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    float: left;
    display: inline;
}


/***index页网上调查****/

.hdjl_list {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.wsdc_nr_r_t {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-family: "微软雅黑";
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.wsdc_nr_r_r {
    height: 100px;
    width: 95%;
    line-height: 25px;
    text-indent: 2em;
    margin-top: 5px;
    margin-left: 10px;
    overflow: hidden;
}

.wycj {
    width: 119px;
    height: 34px;
    line-height: 34px;
    color: #014e90;
    float: right;
    text-align: center;
    margin-right: 15px;
    font-size: 14px;
    font-family: 微软雅黑;
    margin-top: 4px;
}

.wycj a {
    color: #014E90;
}