@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    font-size: 16px;
    color: #333;
    width: 100%;
    zoom: 1;
    font-family: "Microsoft YaHei", 微软雅黑, '宋体', tahoma, Verdana, arial, sans-serif;
    overflow-x: hidden;
    background: #fff;
}

html {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%; /*苹果设备下字体等比例*/
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased; /*字体抗锯齿*/
    overflow-x: hidden;
}

* html {
    background-attachment: fixed;
}

/*解决IE6下滚动抖动的问题*/
a, ul, li, form, dl, dt, dd, div, aside, figcaption, article, h1, h2, h3, h4, h5, h6, p, i, em {
    font-style: normal;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-weight: normal;
}

select, input, textarea {
    border-radius: 2;
    -webkit-border-radius: 2;
    color: #333;
    font-size: 12px;
    font-family: "Microsoft YaHei", 微软雅黑, '宋体', tahoma, Verdana, arial, sans-serif;
}

input:focus {
    outline: none;
}

form, input, button, select, textarea {
    outline: none;
    vertical-align: middle;
}

textarea {
    resize: none;
}

textarea, input, select {
    border: none;
    margin: 0;
    padding: 0;
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
}

/*html5ÉèÖÃ*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}

form, input {
    margin: 0px;
    padding: 0px;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: none;
    border: 0;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: all .1s ease-in-out;
    outline: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #1264b7;
}

i, em {
    font-style: normal;
}

.img_title {
    display: none;
}

/* clear */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
.clear, .cc {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin-top: 0;
    overflow: hidden;
}

.clear20 {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 10px 0;
    overflow: hidden;
}

.over {
    overflow: hidden;
}

.left, .fl {
    float: left;
}

.right, .fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

ul, li {
    vertical-align: middle;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt25 {
    margin-top: 25px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.p10 {
    padding: 10px;
}

.none {
    display: none;
}

.none.active {
    display: block;
}

.bg_ffffff {
    background: #fff;
}

.pos_rel {
    position: relative;
}

.bg {
    background: #fff;
}

.guidang {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
}

/*分页/翻页*/
.pagination {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 10px 0 5px;
    padding: 3px 0;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.pagination a, .pagination span {
    display: inline-block;
    border: 1px solid #ddd;
    color: #666;
    margin: 3px;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
    height: 30px;
    border-radius: 3px;
}

.pagination a:hover {
    background: #1264b7;
    border: 1px solid #1264b7;
    color: #fff !important;
}

.pagination a.active {
    border: 1px solid #1264b7;
    color: #fff;
}

.pagination span.current, .pagination span.current:hover {
    background: #1264b7;
    border: 1px solid #1264b7;
    color: #fff;
}

.pagination span.disabled, .pagination span.disabled:hover {
    border: 1px solid #ddd;
    color: #cfcfcf;
    background: #f9f9f9;
}

.pagination a.text, .pagination a.text:hover {
    color: #fff;
    background: #1264b7;
    border: #1264b7 1px solid;
    cursor: text;
}

.pagination a.pagemore, .pagination a.pagemore:hover {
    color: #666;
    background: #fff;
    border: 1px solid #fff;
    cursor: text;
    padding: 0 3px;
}

.pagination .total {
    border: 0;
    height: 32px;
    padding: 0;
    line-height: 32px;
}

.pagination .inputBar {
    border: 0;
    height: 32px;
    padding: 0 2px 0 5px;
    line-height: 32px;
}

.pagination .inputBar input {
    width: 40px;
    height: 26px;
    line-height: 26px;
    padding: 2px 5px;
    border: #ddd 1px solid;
    margin: -3px 3px 0;
    *margin: -1px 3px 0;
    _margin: -1px 3px 0;
    vertical-align: middle;
    border-radius: 3px;
}

.pagination .inputBar button {
    display: inline-block;
    background: #1264b7;
    border: 0;
    height: 32px;
    color: #fff;
    border-radius: 3px;
    padding: 0 8px;
    margin: -3px 3px 0;
    *margin: -1px 3px 0;
    _margin: -1px 3px 0;
}

@media (max-width: 991px) {
    .pagination {
        margin: 0;
    }
}

@media (max-width: 480px) {
    :root body {
        position: absolute;
    }

    body {
        width: 100vw;
        overflow: hidden;
    }

    .ui-dialog-content {
        width: 260px !important;
    }

    .jump-info .btn-group {
        padding-left: 0;
        text-align: center;
    }

    .jump-info .btn-group .btn {
        float: none !important;
        display: inline-block !important;
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }

    body {
        min-width: 1200px !important;
    }

    .container {
        width: 1200px !important;
    }
}

/* 头部 */
.header {
    width: 100%;
    height: 520px;
    background: url("./../images/banner.png") no-repeat center top;
}

.main-logo {
    position: absolute;
    left: 0;
    top: 16px;
    height: 80px;
    width: auto;
}

.main-logo ul li img {
    width: auto;
    height: 80px;
}

.zt-logo {
    padding-top: 123px;
    width: 100%;
    height: 160px;
    text-align: center;
}

.search {
    width: 745px;
    height: 55px;
    margin: 40px auto 0;
    position: relative;
    border-radius: 10px;
    padding-left: 45px;
    background: #fff url("./../images/search-btn.png") no-repeat 22px;
}

.search-box {
    width: 100%;
    position: relative;
}

.search .search-word {
    width: 645px;
    height: 55px;
    background: transparent;
    line-height: 55px;
    border: 0 none;
    text-indent: 12px;
    font-size: 16px;
    left: 0;
    top: 0;
}

.search .search-btn {
    width: 100px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0 none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #c80009;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.statement {
    margin-top: 30px;
}

.statement p {
    line-height: 32px;
    width: 1010px;
    height: auto;
    text-indent: 2em;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    text-shadow: 1px 2px 2px rgba(0, 64, 137, .75);
}

/* 底部 */
.footer {
    width: 100%;
    padding: 30px 0;
    height: auto;
    background: #1264b7;
    text-align: center;
}

.footer p, .footer p a {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.gov-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 100px;
    top: 10px;
}

.j-jiuc-icon {
    width: 110px;
    height: 55px;
    right: 90px;
    top: 20px;
    position: absolute;
}

.footer p span {
    display: inline-block;
    padding: 0 .5em;
}

/* 主内容 */
.con-main {
    padding-bottom: 30px;
}

/* 标题 */
.com-title {
    width: 100%;
    height: 40px;
    margin-top: 38px;
    background: url("./../images/title-bg.png") repeat-x center left;
    text-align: center;
}

.com-title-mid {
    display: inline-block;
    *display: inline;
    height: 41px;
    width: auto;
    padding: 0 28px;
    font-size: 40px;
    font-weight: bold;
    color: #146ac1;
    position: relative;
    line-height: 41px;
    background: #fff;
}

.com-title-mid i {
    display: block;
    font-style: normal;
    position: absolute;
    width: 7px;
    top: 17px;
    height: 7px;
}

.com-title-mid i.left-icon {
    background: url("./../images/title-icon.png") no-repeat center center;
    left: 0;
}

.com-title-mid i.right-icon {
    background: url("./../images/title-icon.png") no-repeat center center;
    right: 0;
}

/* 公开领域 */
.gkly-lists, .xzjd-lists {
    width: 100%;
    height: auto;
    padding-top: 10px;
    overflow: hidden;
}

.gkly-lists ul, .xzjd-lists ul {
    width: 110%;
}

.gkly-lists ul li {
    width: 185px;
    height: 130px;
    float: left;
    margin-right: 18px;
    margin-top: 20px;
    text-align: center;
}

.gkly-lists ul li a {
    display: block;
    border: 1px solid #bfcedd;
    border-radius: 6px;
    height: 128px;
}

.gkly-lists ul li a img {
    display: block;
    margin: 0 auto;
    height: 50px;
    margin-top: 21px;
    width: auto;
    transition: all 1s;
}

.gkly-lists ul li a span {
    display: block;
    padding: 0 10px;
    padding-top: 10px;
    line-height: 36px;

}

.gkly-lists ul li a:hover {
    border-color: #146ac1;
    color: #146ac1;
}

.gkly-lists ul li a:hover img {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

.gkly-lists ul li a span.h {
    line-height: 24px;
}

/* 乡镇街道 */
.xzjd-lists ul li {
    width: 222px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #bfcedd;
    border-radius: 6px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    text-align: center;
}

.xzjd-lists ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.xzjd-lists ul li:hover {
    background: #146ac1;
    border-color: #146ac1;
}

.xzjd-lists ul li:hover a {
    color: #fff;
}

/* 县市地图 */
.map-show-box {
    padding-top: 30px;
}

.map-show {
    width: 100%;
    height: 631px;
    width: 588px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    text-align: center;
}

.map-show img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.map-show ul {
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.map-show ul li {
    position: absolute;
    text-align: center;
    z-index: 99999;
    background: #fff;
    opacity: 0;
}

.map-show ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 99999;
}

/* 澧县 */
.map-show ul li.num2 {
    width: 222px;
    height: 82px;
    right: 96px;
    top: 70px;
}

.map-show ul li.num13 {
    width: 77px;
    height: 56px;
    right: 150px;
    top: 152px;
}

.map-show ul li.num14 {
    width: 38px;
    height: 82px;
    right: 93px;
    top: 152px;
}

/* 石门县 */
.map-show ul li.num1 {
    width: 270px;
    height: 206px;
    left: 0;
    top: 0;
}

.map-show ul li.num12 {
    width: 65px;
    height: 157px;
    left: 255px;
    top: 152px;
}

/* 安乡县 */
.map-show ul li.num3 {
    width: 84px;
    height: 192px;
    right: 9px;
    top: 152px;
}

/* 临澧县 */
.map-show ul li.num5 {
    width: 88px;
    height: 120px;
    right: 175px;
    top: 196px;
}

/* 津市市 */
.map-show ul li.num4 {
    width: 60px;
    height: 109px;
    right: 9px;
    top: 152px;
    top: 196px;
    right: 115px;
}

/* 桃源县 */
.map-show ul li.num6 {
    width: 205px;
    height: 330px;
    bottom: 0;
    left: 115px;
}

/* 桃园县 */
.map-show ul li.num6 {
    width: 205px;
    height: 330px;
    bottom: 0;
    left: 115px;
}

/* 武陵区 */
.map-show ul li.num7 {
    width: 54px;
    height: 72px;
    bottom: 189px;
    right: 167px;
}

/* 武陵区 */
.map-show ul li.num8 {
    width: 177px;
    height: 72px;
    bottom: 254px;
    right: 68px;
}

.map-show ul li.num9 {
    width: 104px;
    height: 128px;
    bottom: 68px;
    right: 164px;
}

/* 汉寿县 */
.map-show ul li.num10 {
    width: 162px;
    height: 174px;
    bottom: 80px;
    right: 0;
}


@media (max-width: 1199px) and (min-width: 992px) {
    .gkly-lists ul li {
        width: 150px;
    }

    .xzjd-lists ul li {
        width: 180px;
    }

    .gov-icon {
        left: 0;
    }

    .j-jiuc-icon {
        right: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {

}

@media (max-width: 991px) {
    .zt-logo {
        width: 100%;
        height: auto;
        padding-top: 20px
    }

    .main-logo {
        position: initial;
        height: auto;
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    .main-logo ul li img {
        max-width: 96%;
        width: auto;
        height: auto;
    }

    .zt-logo ul li img {
        width: auto;
        max-width: 96%;
        height: auto;
    }

    .search, .search *, .gkly-lists, .gkly-lists *, .xzjd-lists, .xzjd-lists * {
        box-sizing: border-box;
    }

    .search {
        width: 96%;
        margin-top: 20px;
    }

    .search .search-word {
        width: 80%;
    }

    .search .search-btn {
        width: 20%;
    }

    .header {
        height: auto;
        padding-bottom: 20px;
    }

    .statement {
        margin-top: 15px;
    }

    .statement p {
        width: 96%;
        text-align: justify;
    }

    .gkly-lists ul li, .xzjd-lists ul li {
        width: 23%;
        margin: 10px 1% 0;
    }

    .gkly-lists ul li a, .xzjd-lists ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .gkly-lists ul, .xzjd-lists ul {
        width: 100%;
    }

    .com-title {
        margin-top: 20px;
    }

    .con-main {
        padding: 0 10px 20px;
        width: auto;
    }

}

@media (max-width: 767px) {
    .gkly-lists ul li, .xzjd-lists ul li {
        width: 31.333%;
        margin: 10px 1% 0;
    }

    .gkly-lists ul li a, .xzjd-lists ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .footer {
        padding: 30px 10px;
        width: auto;
    }

}

@media (max-width: 500px) {
    .gkly-lists ul li, .xzjd-lists ul li {
        width: 48%;
        margin: 10px 1% 0;
    }

    .gkly-lists ul li a, .xzjd-lists ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .com-title-mid {
        font-size: 24px;
    }

    .com-title {
        margin-top: 10px;
    }
}

/* 栏目页 */
.cur-pos {
    width: 100%;
    height: auto;
    padding: 9px 0;
    line-height: 22px;
    background: #fafafa;
}

.cur-pos-box {
    padding-left: 30px;
    height: auto;
    line-height: 22px;
    background: url("./../images/now-position-icon.png") no-repeat center left;
}

.cur-pos-box i {
    font-style: normal;
}

.search-condition {
    height: auto;
    border: 1px solid #e8e8e8;
    padding: 0 20px;
}

.search-condition .condition-part {
    padding: 20px 0;
    width: 100%;
    height: auto;
    border-top: 1px dashed #e7e7e7;
    line-height: 32px;
    font-size: 16px;
    overflow: hidden;
}

.condition-part .condition-title {
    float: left;
    display: block;
    width: 115px;
    color: #666;
}

.search-condition .condition-part:first-child {
    border-top: 0 none;
}

.condition-part .condition-lists {
    display: block;
    margin-left: 115px;
}

.condition-part .condition-lists li {
    float: left;
    width: auto;
    padding: 0 10px;
}

.condition-part .condition-lists li.active a {
    color: #668ec9;
}

.condition-part .condition-lists li i {
    font-style: normal;
}

.left-lanmu {
    width: 300px;
    height: auto;
    background: #f1f8ff;
    margin-top: 30px;
}

.right-lists {
    width: 870px;
    height: auto;
    margin-top: 30px;
}

.left-lanmu .parent-column {
    line-height: 30px;
    padding: 15px 0;
    width: 100%;
    background: #156bc0;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.left-lanmu-list {
    padding: 0 20px;
    padding-bottom: 40px;
    max-height: 700px;
    overflow: auto;
}

.left-lanmu-list li {
    padding: 15px 0;
    line-height: 30px;
    height: auto;
    border-bottom: 1px solid #d1e3f7;
    text-align: center;
}

.left-lanmu-list li.active a {
    color: #1264b7;
}

.cur-column {
    height: auto;
    padding: 15px 0 15px 20px;
    line-height: 30px;
    background: url("./../images/lanmu-title-icon.png") no-repeat center left;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.cur-column i {
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
}

.main-lists {
    margin-top: 10px;
    height: auto;
}

.main-lists ul li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.main-lists ul li a {
    float: left;
    margin-right: 20px;
    display: block;
    max-width: 750px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-lists ul li .date {
    float: left;
    color: #999;
}

/*信息公开文章*/
.xxgk_content {
    padding: 20px 20px 10px;
    border: 1px solid #ddd;
}

.con_main {
    font-size: 16px;
    line-height: 200%;
    height: auto;
}

.table_suoyinbox {
    padding: 0 0 20px 0;
}

.table_suoyin {
    border-collapse: collapse;
    font-family: "Microsoft YaHei", 微软雅黑;
    font-size: 16px;
}

.table_suoyin th {
    border: #ddd 1px solid;
    width: 140px;
    text-align: right;
    background: #f8f8f8;
    padding: 4px 8px;
    font-weight: bold;
}

.table_suoyin th i {
    padding: 0 0 0 0.5em;
}

.table_suoyin td {
    border: #ddd 1px solid;
    width: 360px;
    text-align: left;
    padding: 4px 8px;
    color: #666;
}

.table_suoyin th, .table_suoyin td {
    word-break: break-all;
}

.newstitle {
    border-bottom: 1px solid #ddd;
}

.wztit, .newstitle, .xxgk_sq_lmtop {
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    padding: 15px 0;
    position: relative;
}

.newstitle div.wz_xg {
    background: url(../images/xxgk_xg.png) 0 0 no-repeat;
    height: 284px;
    width: 291px;
    position: absolute;
    right: 0;
    top: -184px;
}

.newstitle div.wz_sx {
    background: url(../images/xxgk_sx.png) 0 0 no-repeat;
    height: 284px;
    width: 291px;
    position: absolute;
    right: 0;
    top: -184px;
}

.newstitle div.wz_fz {
    background: url(../images/xxgk_fz.png) 0 0 no-repeat;
    height: 284px;
    width: 291px;
    position: absolute;
    right: 0;
    top: -184px;
}

.newstitle div.wz_kf {
    background: url(../images/xxgk_kf.png) 0 0 no-repeat;
    height: 284px;
    width: 291px;
    position: absolute;
    right: 0;
    top: -184px;
}

.relativelist {
    margin-top: 20px;
}

.xgxx_tit {
    height: 37px;
    border-bottom: 1px solid #ddd;
}

.xgxx_tit span {
    color: #dd0000;
    border-bottom: #dd0000 2px solid;
    padding: 0 20px;
    font-size: 24px;
    line-height: 36px;
    float: left;
}

.xgxx_list {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.xgxx_list li {
    height: 28px;
    line-height: 28px;
    vertical-align: bottom;
    padding-left: 14px;
    background: url(../images/icon.png) left center no-repeat;
    overflow: hidden;
    position: relative;
}

.xgxx_list li a {
    display: block;
    float: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wzfbt {
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
}

.wzfbxx {
    height: auto;
    line-height: 30px;
    color: #999;
    font-size: 14px;
    text-align: center;
    padding-top: 8px;
    overflow: hidden;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.wzfbxx input {
    width: 12px;
    height: 12px;
    border: #666 1px solid;
    vertical-align: middle;
    cursor: pointer;
}

.wzfbxx a {
    cursor: pointer;
    text-decoration: underline;
    color: #999;
    padding: 0 2px;
}

.wzfbxx a:hover {
    color: #db3731;
    text-decoration: underline;
}

.wzfbxx span {
    padding: 0 0.5em;
}

.newscontnet {
    padding: 25px 15px 30px;
    height: auto;
    min-height: 450px;
    _height: 450px;
    font-size: 16px;
    line-height: 220%;
}

.newscontnet table {
    max-width: 1070px !important;
    border-collapse: collapse;
}

.newscontnet table td, .wzcon table th {
    border: #333 1px solid;
    padding: 5px;
    line-height: 22px;
}

.newscontnet img {
    max-width: 800px;
}

.xxgkcontent {
    font-size: 14px;
    margin: 0 auto;
    color: #333;
    line-height: 200%;
    padding: 20px 0px 0px;
    font-family: "微软雅黑" !important;
    overflow-x: auto;
    position: relative;
}

.gkwz_contnet {
    font-size: 14px;
    color: #333;
    line-height: 200%;
    overflow-x: auto;
    text-align: justify;
}

.xxgkcontent img, .xxgkcontent table {
    max-width: 96%;
}

.xxgkcontent td, .xxgkcontent th {
    word-break: break-all;
}

.xxgkcontent img {
    height: auto;
    max-width: 1000px;
}

.xxgkcontent ul.xgxx_list {
    padding: 0;
}

.xxgkcontent ul li, .xxgkcontent ul {
    width: auto;
}

.xxgkcontent p.myindent {
    text-indent: 2em;
}

.xxgkcontent embed {
    max-width: 100%;
}

.xxgk_contnetleft {
    border-right: 1px solid #ddd;
    padding-right: 20px;
    margin-right: 260px;
    padding-bottom: 10px;
}

.xxgk_zclist {
    position: absolute;
    right: 0;
    top: 25px;
    width: 240px;
}

.xxgk_zclist .zctit, .xxgk_zclist .xgxx_tit {
    font-family: "Microsoft YaHei", 微软雅黑;
    font-size: 18px;
    color: #cc0c0d;
    background: none;
    border: none;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    color: #bd1a2d;
    font-weight: bold;
}

.xxgk_zclist .zctit span, .xxgk_zclist .xgxx_tit span {
    font-size: 18px;
}

.xxgk_zclist ul li {
    height: auto;
    padding: 5px 0 5px 12px;
    line-height: 24px;
    background: url(../images/icon.png) left 15px no-repeat;
    overflow: hidden;
    font-size: 16px;
    text-align: justify;
}

.xxgk_zclist ul li a {
    white-space: normal;
}

@media (max-width: 991px) {
    .gkwz_contnet {
        min-height: 200px;
        padding: 20px 0;
    }
}

.wzbot {
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 14px;
    color: #666;
    padding-top: 11px;
    border-top: 1px dashed #ddd;
    position: relative;
}

.wzbot a {
    color: #666;
    line-height: 30px;
}

.wzbot a:hover {
    color: #db3731;
    text-decoration: none;
}

.shares .tit {
    float: left;
    line-height: 30px;
}

.shares .j-share-info {
    position: relative;
}

.j-share-info {
    position: relative;
}

.wzbot ul.fxd_close {
    position: absolute;
    right: 0;
    top: 11px;
    text-align: left;
    overflow: hidden;
}

.wzbot ul.fxd_close .print_btn {
    display: block;
    float: left;
    width: auto;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    padding-left: 22px;
    background: url(../images/print.gif) 0 8px no-repeat;
    color: #999;
    text-decoration: underline;
}

.wzbot ul.fxd_close .close_btn {
    display: block;
    float: left;
    width: auto;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    padding-left: 22px;
    background: url(../images/close1.gif) 0 7px no-repeat;
    margin-left: 26px;
    color: #999;
    text-decoration: underline;
}

.wzbot ul.fxd_close a:hover {
    text-decoration: underline;
    color: #db3731;
}

.bdsharebuttonbox {
    display: inline-block;
    *display: inline;
    _display: inline;
    vertical-align: middle;
    float: left;
}

.bdsharebuttonbox a {
    display: inline-block !important;
}

#bsPanelHolder {
    height: auto;
    display: inline;
    overflow: hidden;
}

.closeico {
    padding: 15px 0;
    text-align: center;
}

.closeico a {
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border: none;
    background: #ea0001;
    overflow: hidden;
    cursor: pointer;
    margin: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bdimgshare-bg {
    display: none;
}

.opennesscont {
    padding: 0 25px 20px;
    line-height: 180%;
    font-size: 16px;
    overflow: hidden;
    overflow-x: auto;
}

.opennesscont table, .opennesscont img {
    max-width: 100%;
}


/* 详细页 */
.wz_position {
    border-bottom: 1px solid #dddddd;
    height: 40px;
    line-height: 28px;
    font-size: 16px;
    background: url(../images/posico.png) 20px no-repeat;
    padding-left: 45px;
    color: #666666;
    width: 1115px;
}

.wz_position a {
    color: #666666;
}

.wz_position a:hover {
    color: #146ac1;
}

.wz_position .search-keywords {
    color: #dd0000;
}

.wzxbt, .wzsbt {
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
}

.j-share-info {
    position: relative;
}

.sharebot a {
    margin: 0 0 0 4px !important;
    padding: 0 !important;
    height: 22px;
    width: 22px;
    background-size: 100% 100%;
}

.share-box {
    left: 0px;
    right: auto;
    top: 0px !important;
}

.secnr {
    height: auto;
    text-align: left;
    min-height: 600px;
    _height: 600px;
    margin: auto;
    border: #e7e7e7 1px solid;
    position: relative;
}

#wenzhang {
    padding: 20px 40px 10px;
    font-size: 16px;
    line-height: 200%;
    height: auto;
    overflow: hidden;
}

.wztit {
    font-weight: bold;
}

.wzfbxx .wz_bj {
    position: absolute;
    width: 212px;
    height: 30px;
    right: 0;
    top: 7px;
    text-align: center;
}

.wzfbxx input {
    width: 10px;
    height: 10px;
    border: #666 1px solid;
    vertical-align: middle;
    cursor: pointer;
}

.wzfzxx {
    text-align: center;
    display: none;
}

.wzfbxx .wz_font {
    display: block;
    position: absolute;
    right: 202px;
    top: 7px;
    width: 140px;
    height: 32px;
    color: #0d57ac;
}

.wz_font i {
    font-style: normal;
    color: #666;
}

.wz_font a {
    cursor: pointer;
    color: #146ac1;
}

.wz_font a:hover {
    color: #146ac1;
}

.scan_code_box {
    width: 100%;
    text-align: center;
    color: #b5b5b5;
    font-size: 14px;
    line-height: 28px;
}

.scan_code_box .scan_code {
    width: 160px;
    height: 160px;
    margin: auto;
}

.editor {
    text-align: right;
    padding-bottom: 30px;
    color: #888888;
    font-size: 14px;
}

.wzbjxx {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border-bottom: #ccc 1px solid;
    height: 45px;
    padding-top: 8px;
    overflow: hidden;
}

.wzbjxx a {
    color: #666;
    cursor: pointer;
}

.wzbjxx a:hover {
    color: #146ac1;
}

.wzbjxx .nostart {
    color: #ce0000;
}

.wzbjxx .starting {
    color: #2f9c2e;
}

.wzbjxx .over {
    color: #999;
}

.wzcon {
    padding: 20px 0 30px;
    height: auto;
    min-height: 450px;
    _height: 450px;
    font-size: 16px;
    line-height: 200%;
    font-family: '宋体';
    text-align: justify;
    text-justify: inter-ideograph;
}

.wzcon table {
    max-width: 96% !important;
    height: auto;
}

.wzcon img {
    max-width: 96%;
    height: auto;
}

.wzcon p {
    margin: 10px 0;
}

.wzbot {
    height: 60px;
    line-height: 30px;
    text-align: right;
    font-size: 14px;
    color: #666;
    padding-top: 16px;
    border-top: 1px dashed #ddd;
    position: relative;
}

.wzbot a {
    color: #666;
    line-height: 30px;
}

.wzbot a:hover {
    color: #146ac1;
    text-decoration: none;
}

.wzbot ul.fxd_close {
    position: absolute;
    right: 0;
    top: 11px;
    text-align: left;
    overflow: hidden;
    padding-top: 8px;
}

.wzbot ul.fxd_close .print_btn {
    display: block;
    float: left;
    width: auto;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    padding-left: 22px;
    background: url(../images/print.gif) 0 8px no-repeat;
    color: #999;
    text-decoration: underline;
}

.wzbot ul.fxd_close .close_btn {
    display: block;
    float: left;
    width: auto;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    padding-left: 24px;
    background: url(../images/close1.gif) 0 6px no-repeat;
    margin-left: 26px;
    color: #999;
    text-decoration: underline;
}

.wzbot ul.fxd_close a:hover {
    text-decoration: underline;
    color: #146ac1;
}

.video_main_content {
    text-align: center;
    padding: 30px 0 0;
}

.sp_wzcon {
    padding: 20px 0 30px;
    height: auto;
    font-size: 16px;
    line-height: 1.875em;
    font-family: '宋体';
    text-align: justify;
    text-justify: inter-ideograph;
}

.sp_wzcon table {
    max-width: 980px !important;
}

.pb20 {
    padding-bottom: 20px;
}

.lmy_mainer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.newstitlef, .newstitlet {
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .right-lists {
        width: 670px;
    }

    .main-lists ul li a {
        max-width: 550px;
    }

    .wzfbxx .wz_bj {
        display: none;
    }

    .wzfbxx .wz_font {
        right: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {

}

@media (max-width: 991px) {
    .cur-pos-box {
        width: auto;
        margin: 0 10px;
    }

    .left-lanmu, .right-lists {
        width: 100%;
        float: none;
        margin-top: 10px;
        height: auto !important;
    }

    .left-lanmu .parent-column {
        text-align: left;
        padding-left: 20px;
        width: auto;
    }

    .left-lanmu-list {
        padding: 0;
        padding-bottom: 10px;
        height: 384px;
    }

    .main-lists ul li {
        position: relative;
    }

    .main-lists ul li a {
        max-width: none;
        float: none;
        margin-right: 80px;
    }

    .main-lists ul li .date {
        position: absolute;
        right: 0;
        top: 0;
    }

    #wenzhang {
        padding: 20px;
    }

    .wzfbxx .fl {
        float: none;
    }

    .wzfbxx .wz_bj {
        display: none;
    }

    .wzfbxx .wz_font {
        right: 0;
    }

    .newscontnet {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .search-condition {
        padding: 0 10px;
    }

    .search-condition .condition-part {
        padding: 10px 0;
    }

    .lmy_mainer {
        margin: 10px;
    }

    .content_main {
        padding: 10px 0 !important;
        margin: 0 10px;
    }

    .xxgk_content {
        padding: 10px;
    }

    .wzbot {
        display: none;
    }

    .wzfbxx .left, .wzfbxx .right {
        float: none;
    }
}

@media (max-width: 500px) {
    .condition-part .condition-title {
        float: none;
        width: 100%;
    }

    .condition-part .condition-lists {
        margin-left: 0;
    }
}

/* 搜索 */
.seaformbox2 {
    position: relative;
    max-width: 400px;
    line-height: 30px;
    font-size: 14px;
    padding-bottom: 15px;
}

.seaformbox2 input {
    border: 0 none;
    background: none;
    width: 100%;
    font-size: 14px;
    vertical-align: middle;
}

.seaformbox2 .btn01, .seaformbox2 .ss1 .input {
    font-size: 0;
    line-height: 0;
}

.seaformbox2 .btn01 {
    position: absolute;
    right: 0;
    width: 80px;
    top: 0;
}

.seaformbox2 .btn01 input {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    width: 80px;
    color: #fff;
    text-align: center;
    background: #bd1a2d;
}

.seaformbox2 .ss1 {
    border: 0 none;
    padding: 0;
    height: auto;
    margin: 0 90px 0 0;
}

.seaformbox2 .tit {
    text-align: right;
    width: 88px;
    font-size: 14px;
    line-height: 30px;
}

.seaformbox2 .ss1 .input {
    margin-left: 88px;
    border: 1px solid #ddd;
    height: 24px;
    padding: 2px;
}

.seaformbox2 .ss1 .input input {
    height: 24px;
    line-height: 24px;
}

#xxgk_lmcon .tel {
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
    padding-left: 16px;
    font-size: 18px;
    color: #bd1a2d;
    padding-right: 15px;
}

#xxgk_lmcon .tel a {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

#xxgk_lmcon .tel a:hover {
    color: #c00;
}

.xxgksearbox {
    padding: 15px 5px 20px;
}

#xxgk_lmcon {
    min-height: 400px;
}

.xxgksearbox .pagination {
    margin-top: 25px;
}

.xxgksear {
    padding-top: 20px;
}

.search-list {
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
}

.search-list li.search-title {
    line-height: 26px;
    padding: 3px 0;
    font-weight: bold;
    font-size: 16px;
}

.search-list li.search-title a:hover {
    text-decoration: underline;
}

.search-list li a span, .search-list li span {
    color: #cd3501;
}

.search-list li.search-info {
    line-height: 22px;
    height: auto;
    margin-bottom: 5px;
    font-size: 14px;
    display: none;
}

.search-list li.search-column {
    color: #bd1a2d;
    line-height: 22px;
}

.search-list li.search-url {
    padding-top: 5px;
    line-height: 22px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    overflow: hidden;
}

.search-list li.search-url span.date {
    padding-left: 14px;
    color: #999;
    float: right;
}

.search-list li.search-url a {
    color: #999;
    float: left;
    word-break: break-all;
}

.search-list li.search-url a:hover {
    text-decoration: underline;
    color: #c00;
}

.xxgksearbox2 .tel {
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
    padding-left: 16px;
    font-size: 18px;
    color: #bd1a2d;
}

.xxgksearbox2 .tel a.goback {
    padding-right: 10px;
    font-size: 14px;
    color: #999;
}

.xxgksearbox2 .tel a.goback:hover {
    color: #c00;
}

.ssnr {
    padding: 10px 20px;
    border: #dadada 1px dashed;
    overflow: hidden;
    margin: 20px 40px 15px;
    line-height: 28px;
    font-size: 14px;
}

.ssnr span {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
}

.searcon {
    padding: 15px 30px 40px;
}

.searcon .search_form {
    height: auto;
}

.searcon .search_li {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    padding: 8px 100px 8px 0;
}

.searcon .search_li .tit {
    height: 30px;
    text-align: right;
    padding-right: 10px;
    font-weight: normal;
    width: 110px;
}

.searcon .search_li .input {
    border: 1px solid #ddd;
    height: 24px;
    padding: 2px;
    margin: 0 0 0 120px;
    font-size: 0;
    line-height: 0;
}

.searcon .search_li .input input {
    border: 0 none;
    width: 100% !important;
    background: none;
    height: 24px;
    font-size: 14px;
    vertical-align: middle;
}

.searcon .search_li .select {
    margin-left: 120px;
}

.searcon .search_li .select select {
    height: 30px;
    width: 50%;
    border: 1px solid #dadada;
}

.searcon .search_li .databox {
    font-size: 0;
    line-height: 0;
    margin-left: 120px;
}

.searcon .search_li .databox .input, .searcon .search_li .databox .fg {
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    width: 201px;
}

.searcon .search_li .databox .fg {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
}

.search_tree {
    position: relative;
    z-index: 100;
}

.menuContent {
    background: #fff;
    border: 1px solid #dadada;
    display: none;
    padding: 5px;
    overflow: auto;
    max-height: 240px;
}

.searcon .btn01 {
    padding: 30px 0 0;
    text-align: center;
}

.searcon .btn01 input {
    display: inline-block;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100px;
    padding: 0;
    text-align: center;
    color: #fff;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin: 0 10px 0;
    background: #bd1a2d;
    outline: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.searcon .btn01 .sear_button2 {
    background: #999;
}

.warm-prompt {
    line-height: 30px;
    font-size: 14px;
    color: #727272;
    margin: 0 auto;
    width: 300px;
    padding: 50px 0;
}

/* 基层政务公开标准体系 */
.jcgk-ggw {
    width: 100%;
    height: auto;
}

.jcgk-ggw li {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.jcgk-ggw li img {
    width: 100%;
    height: auto;
}

.jcgk-ggw li .img-title {
    display: none;
}

/*新增样式*/
.contain_ny {
    border: 1px solid #e9e9e9;
    padding: 24px 20px;
}

.leftnr {
    width: 225px;
}

.lmlist li {
    text-align: center;
}

.lmlist li a, .lmlist li span {
    height: auto;
    padding: 21px 30px;
    background: #ddd;
    color: #333;
    line-height: 36px;
    display: block;
    font-size: 22px;
}

.lmlist li.active a, .lmlist li.active span {
    background: #4477d0;
    color: #fff;
}

.rightnr {
    border-left: 1px solid #e9e9e9;
    width: 912px;
    min-height: 500px;
    padding-left: 20px;
}

.xxgk_nav_con {
    background: url(../images/gklistbg.jpg) repeat;
    padding: 0 18px;
}

.xxgk_nav_con ul li {
    height: 52px;
    line-height: 52px;
    background: url(../images/dot.jpg) left center no-repeat;
    padding-left: 17px;
    font-size: 16px;
}

.xxgk_nav_con ul li .date {
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.xxgk_nav_con ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .rightnr {
        width: 704px;
    }
}

@media (max-width: 991px) {
    .leftnr {
        width: auto;
        float: none;
    }

    .rightnr {
        width: auto;
        padding-left: 0px;
        border: none;
        float: none;
        min-height: auto;
    }

    .j-jiuc-icon, .gov-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .contain_ny {
        padding: 10px;
    }
}

/* 公开栏目页 20210520 */
.second-types {
    padding: 20px 50px;
    background: #fafafa;
    height: auto;
    margin-top: 20px;
}

.second-search {
    height: 40px;
    width: 100%;
    position: relative;
    background: transparent;
}

.second-search .second-search-word {
    margin-right: 91px;
    border: 1px solid #eee;
    height: 38px;
    line-height: 38px;
    border-radius: 4px 0 0 4px;
    border-right: 0 none;
    position: relative;
}

.second-search .second-search-word input {
    border: 0 none;
    height: 38px;
    line-height: 38px;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 1em;
    width: 100%;
    font-size: 14px;
}

.second-search .second-search-btn {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px 0 44px;
    border: 0 none;
    background: #156bc0 url("./../images/second-search-btn.png") no-repeat 14px;
    color: #fff;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
}

.second-type-tags {
    position: relative;
}

.second-type-tags ul li {
    width: auto;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background: #eee;
    margin-top: 10px;
    margin-right: 6px;
    float: left;
}

.second-type-tags ul li a {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.second-type-tags ul li:hover {
    background: #156bc0;
}

.second-type-tags ul li:hover a {
    color: #fff;
}

.news-list {
    height: auto;
    width: 100%;
}

.news-list ul li {
    padding: 0;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px dashed #e3e3e3;
    padding-right: 100px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list ul li .search-column-name {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    height: 32px;
    font-weight: normal;
    line-height: 32px;
    background: #156bc0;
    padding: 0 12px;
    border-radius: 4px;
    max-width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.news-list ul li span.date {
    position: absolute;
    right: 0;
    top: 10px;
    color: #999;
}

.second-search-main {
    width: 96%;
    margin: 10px auto 0;
}

.second-search-main .second-search-word input {
    border-radius: 4px 0 0 4px;
}

@media (max-width: 991px) {
    .second-types {
        padding: 10px;
        margin-top: 10px;
    }

    .second-type-tags ul li a {
        padding: 0 10px;
    }

    .news-list ul li .search-column-name {
        padding: 0 6px;
    }
}

/* 外链弹窗 */
.ui-dialog-title {
    color: #156bc0;
}

.ui-dialog-title, .ui-dialog-content {
    font-family: "Microsoft YaHei";
}

.ui-dialog-content .jump-info p {
    word-break: break-all;
    word-wrap: break-word;
}

.ui-dialog-content .btn-group {
    padding: 10px 0;
    text-align: center;
    display: block;
    height: 36px;
}

.ui-dialog-content .btn-group .btn {
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0 15px;
    border: 0;
    cursor: pointer;
    outline: none;
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.ui-dialog-content .btn-group .btn-yes {
    background: #156bc0;
    color: #fff;
}

.ui-dialog-content .btn-group .btn-no {
    background: #eee;
    color: #666;
}

/*页面纠错*/
.ui-dialog-title {
    color: #156bc0;
}

.correction-table {
    clear: both;
    font-size: 14px;
    overflow: hidden;
}

.correction-table th {
    width: 80px;
    text-align: right;
    padding: 2px 10px 2px 0;
}

.correction-table th span {
    color: #156bc0;
}

.correction-table td {
    padding: 4px 0;
    position: relative;
}

.correction-table td .msg-box {
    top: 0;
}

.correction-table td select {
    padding: 3px 5px;
    border: #ddd 1px solid;
}

.correction-table td input {
    height: 24px;
    line-height: 24px;
    width: 220px;
    padding: 0 5px;
    border: #ddd 1px solid;
}

.correction-table td input#checkCode {
    width: 100px;
}

.correction-table td textarea {
    width: 380px;
    height: 120px;
    padding: 3px 5px;
    border: #ddd 1px solid;
}

.correction-table td.btn-group {
    padding-left: 92px !important;
}

.correction-table td.btn-group input {
    background: #156bc0;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    border: 0;
    outline: none;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px;
    width: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}