﻿@charset "utf-8";

html, body, div, ul, li, dl, dt, dd, a, p, span, input, h1, h2, img {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}

input, select, textarea {
    outline: 0;
}

ul, li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #de0000;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a img {
    border: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

body {
    background: #F3F3F3;
}

.header {
    width: 100%;
    background: url(/images/2023/header_bg_2.jpg) top center no-repeat;
    margin: 0 auto;
}

.header-con {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.logo {
    width: 880px;
    height: 120px;
    margin: 40px auto 40px;
}

.search {
    width: 350px;
    margin: 0 auto;
}

.search .search-form {
    border: 1px solid #e5e5e5;
    height: 38px;
    background: #fff;
    border-right-style: none;
    margin-top: 15px;
}


.search .search-keywords {
    appearance: none;
    border: 0;
    float: left;
    width: 227px;
    height: 38px;
    line-height: 48px;
    text-indent: 10px;
    font-size: 18px;
    color: #cbcbcb;
    margin-left: 10px;
}

.search .search-submit {
    float: right;
    background: #bd1a2d url(/images/2023/search_btn.png) 80px center no-repeat;
    border: 0;
    height: 40px;
    margin-top: -1px;
    width: 112px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding-left: 30px;
}

.navbar {
    width: 100%;
    margin: 0 auto;
    background: #BC0000;
}

.nav {
    width: 850px;
    height: 70px;
}

.nav li {
    float: left;
    line-height: 70px;
    width: 120px;
    text-align: center;

}

.nav li a {
    display: block;
    width: 100%;
    height: 70px;
    font-size: 24px;
    color: #fff;
    background: url(/images/2023/v_line.png) center right no-repeat;
}

.nav li.last a {
    background: none;
}

.nav li.active a, .nav li a:hover {
    background-color: #CE160E;
}

.nav li a:hover {}

.main {
    width: 1160px;
    margin: 20px auto 0;
    background: #fff;
    padding: 20px;
}

.container {
    padding: 20px;
}

.position {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding-left: 35px;
    background: #F7F7F7 url(/images/2023/icon_pos.png) 16px 16px no-repeat;
}

.position a {
    color: #333;
    font-size: 16px;
    line-height: 50px;
}

.article-list li {
    padding-left: 15px;
    line-height: 36px;
    background: url(/images/2023/dot.jpg) 3px 16px no-repeat;
    overflow: hidden;
}

.article-list li.line {
    height: 24px;
    background: url(/images/2023/line.gif) center repeat-x;
    padding: 0;
}

.article-list li a {
    font-size: 16px;
}

.article-list li .date {
    color: #999;
    float: right;
    font-size: 14px;
}

.index-main-left {
    width: 690px;
}

.index-main-right {
    width: 450px;
}

.tab-1 {}

.tab-1 li {
    float: left;
    border-left: 1px solid #CBCBCB;
}

.tab-1 li a {
    display: block;
    font-size: 20px;
    padding: 0 15px;
}

.tab-1 li.active {
    border-left: 2px solid #1369c0;
}

.tab-1 li.active a {
    font-weight: bold;
    color: #1369c0;

}

.mod {
    padding: 20px;
    background-color: #fff;
    margin-top: 20px;
}

.mod-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #1369C0;
    background: url(/images/2022/mod_title_bg.png) center center no-repeat;
    margin-bottom: 15px;
}


.column-main {
    background-color: #fff;
}

.column-nav {
    width: 258px;
    height: 100%;
    border: 1px solid #dddddd;
}

.column-nav .hd {
    padding: 4px 4px 0;
    line-height: 50px;
    border-bottom: 1px solid #1369C0;
}

.column-nav .hd span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    color: #fff;
    background: #1369C0;
}

.column-nav .bd {
    padding: 20px;
}

.column-nav li {
    background: url(/images/sub.jpg) right no-repeat;
    border-bottom: 1px solid #dcdcdc;
}

.column-nav li a {
    display: block;
    padding: 10px 30px 10px 20px;
    font-size: 16px;
    color: #333;
}

.column-nav li.active, .column-nav li a:hover {
    color: #D6000F;
    background: url(/images/subhover.jpg) right center no-repeat #e7eef8;
}

.column-con {
    width: 100%;
    min-height: 450px;
}

.column-blk {
    margin-bottom: 20px;
}

.column-blk .hd {
    box-sizing: content-box;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #BC0000;
}

.column-blk .hd span {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    box-sizing: content-box;
    padding: 0 10px;
    min-width: 120px;
    text-align: center;
    background: #BC0000;
    color: #fff;
}

.column-blk .hd span a {
    color: #fff;
}

.column-blk .bd {
    padding-top: 10px;
}

.collect-list li {
    overflow: hidden;
    line-height: 36px;
}

.collect-list li a {
    display: block;
    float: left;
    width: 580px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.collect-list li .starting, .collect-list li .over, .collect-list li .nostart {
    display: block;
    color: #f19149;
    float: left;
    width: 46px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    margin: 9px 0 0 25px;
    text-align: center;
}

.collect-list li .over {
    color: #999;
}

.collect-list li .nostart {
    color: #F00;
}

.collect-list li .date {
    float: right;
    display: block;
    width: 170px;
    text-align: right;
    font-size: 12px;
    color: #999;
}

.pic-list li {
    float: left;
    width: 270px;
    height: 270px;
    margin: 10px 10px 10px 10px;
    overflow: hidden;
}

.pic-list li img {
    width: 270px;
    height: 210px;
}

.pic-list li span {
    display: block;
    min-height: 60px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

.article-main {
    padding: 20px;
}

.article h1 {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    padding: 15px 0px;
}

.article h2 {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    padding: 15px 0px;
}

.article .info {
    position: relative;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
    color: #666;
    margin-top: 15px;
    padding: 8px 0;
}

.article .info-l {
    width: 500px;
    float: left;
}

.article .info-l span {
    padding-right: 10px;
}

.article .info-r {
    padding-right: 150px;
    float: right;
}

.article .info-r span {
    display: inline-block;
}

.article .info-r .print {
    position: relative;
    display: inline-block;
    background: url(/images/print.gif) 5px center no-repeat;
    padding-left: 26px;
}

.bdsharebuttonbox {
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    width: 105px;
    height: 30px;
    background: url(/images/wzicon2.gif) 0 8px no-repeat;
    padding-left: 20px;
}

.share-box {
    position: absolute;
    left: 20px;
    top: 2px;
    z-index: 30;
}

.share-bar {
    width: 100px;
    height: 25px;
    overflow: hidden;
}

.share-bar a {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0 12px 0 0;
}

.share-bar a.share-weixin {
    background-image: url(/assets/images/share/wz_wx.png);
}

.share-bar a.share-tsina {
    background-image: url(/assets/images/share/wz_wb.png);
}

.share-bar a.share-qzone {
    background-image: url(/assets/images/share/wz_qz.png);
    margin-right: 0;
}

.weixin-share-open {
    position: absolute;
    width: 212px;
    height: 80px;
    left: -62px;
    bottom: 27px;
    overflow: hidden;
    background: url(/assets/images/share/share_wx_arrow.gif) no-repeat;
    padding: 10px 10px 22px;
    z-index: 999;
}

.weixin-share-open .weixin-wrap {
    height: 80px;
    overflow: hidden;
}

.weixin-share-open .weixin-wrap .weixin-qrcode {
    float: left;
    width: 80px;
    height: 80px;
}

.weixin-share-open .weixin-close {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.weixin-share-open .weixin-wrap p {
    display: block;
    float: left;
    padding: 8px 0 0 15px;
    line-height: 24px;
    color: #666;
    font-size: 12px;
}

.bdshare-button-style0-24 .bds_weixin {
    background: url(/images/wx.png) 0 0 no-repeat !important;
    margin: 6px 10px 6px 0 !important;
    width: 24px !important;
    padding-left: 0 !important;
}

.bdshare-button-style0-24 .bds_tsina {
    background: url(/images/wb.png) 0 0 no-repeat !important;
    margin: 6px 6px 6px 0 !important;
    width: 24px !important;
    padding-left: 0 !important;
}

.bdshare-button-style0-24 .bds_more {
    background: url(/images/wzicon3.gif) 5px 6px no-repeat !important;
    background-position: 5px 6px !important;
    margin: 6px 0 6px 0 !important;
    width: 19px !important;
    padding-left: 0 !important;
}

.bshare-custom.icon-medium a {
    margin-top: 0px;
}

.bshare-sinaminiblog {
    background: url(/images/wb.png) 0 2px no-repeat !important;
    background-size: auto 90% !important;
}

.bshare-weixin {
    background: url(/images/wx.png) 0 2px no-repeat !important;
    background-size: auto 90% !important;
}

.bshare-custom.icon-medium a {
    padding-left: 25px !important;
}

.bshare-custom.icon-medium a.bshare-more-icon {
    background: url(/images/wzicon3.gif) center no-repeat !important;
    padding-left: 12px !important;
}


.article .content {
    font-size: 16px;
    margin: 0 auto;
    color: #333;
    line-height: 40px !important;
    padding: 30px 0px 30px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    word-wrap: break-word;
    min-height: 450px;
    overflow: auto;
}

.article .content p {
    margin-bottom: 20px;
}

.article .content img {
    max-width: 800px !important;
}

.collect-result {
    margin-top: 20px;
}

.collect-result .hd {
    line-height: 40px;
}

.collect-result .hd span {
    font-size: 20px;
    font-weight: bold;
    color: #1369c0;
}

.collect-result .bd {
    padding: 20px 0;
}

.map-title {
    font-size: 28px;
    font-weight: bold;
    font-family: "microsoft yahei";
    text-align: center;
    line-height: 50px;
    color: #1369C0;
}

.map-nav {
    border: 1px solid #ddd;
    margin-top: 20px;
}

.map-nav dl {
    border-bottom: 1px solid #ddd;
    background: #EFEFEF;
}

.map-nav dl:last-child {
    border-bottom: none;
}

.map-nav dt {
    float: left;
    width: 160px;
    min-height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #1369C0;
}

.map-nav dd {
    float: right;
    width: 977px;
    background-color: #fff;
    padding: 10px 0;
    border-left: 1px solid #ddd;
}

.map-nav dd li {
    float: left;
    line-height: 40px;
    margin-left: 20px;
    position: relative;
}

.map-nav dd li::after {
    content: "";
    background: #E4E4E4;
    width: 1px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
}

.map-nav dd li a {
    font-size: 16px;
    margin-right: 20px;
}

.pagination {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0px 0 0px;
    padding: 3px 0;
    line-height: 28px;
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑;
}

.survey-list li {
    padding-left: 10px;
    line-height: 36px;
    background: url(/images/2022/dot.jpg) 3px 16px no-repeat;
    overflow: hidden;
}

.survey-list li.line {
    height: 24px;
    background: url(/images/navjz_line.gif) center repeat-x;
    padding: 0;
}

.survey-list li a {
    font-size: 16px;
    display: block;
    float: left;
    width: 520px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.survey-list li .nostart,
.survey-list li .starting,
.survey-list li .over {
    display: block;
    color: #f19149;
    float: left;
    width: 46px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    margin: 9px 0 0 25px;
    text-align: center;
}

.survey-list li .nostart {
    color: #F00;
}

.survey-list li .starting {
    color: #f19149;
}

.survey-list li .over {
    color: #999;
}

.survey-list li .result {
    display: block;
    float: left;
    width: 100px;
    text-align: center;
}

.survey-list li .result a {
    font-size: 14px;
    width: 100%;
}

.survey-list li .date {
    float: right;
    display: block;
    width: 170px;
    text-align: right;
    font-size: 12px;
    color: #999;
}

.pagination {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 0px 0 0px;
    padding: 3px 0;
    line-height: 28px;
    font-size: 14px;
    font-family: "Microsoft YaHei", å¾®è½¯é›…é»‘;
}

.pagination a,
.pagination span {
    display: inline-block;
    border: 1px solid #d9d9d9;
    color: #666;
    margin: 3px;
    padding: 0px 10px;
    text-decoration: none;
    white-space: nowrap;
    height: 28px;
}

.pagination a:hover {
    background: #ca1e1c;
    border: 1px solid #ca1e1c;
    color: #fff !important;
}

.pagination a.active {
    border: 1px solid #ca1e1c;
    color: #fff;
}

.pagination span.current,
.pagination span.current:hover {
    background: #ca1e1c;
    border: 1px solid #ca1e1c;
    color: #fff;
}

.pagination span.disabled,
.pagination span.disabled:hover {
    border: 1px solid #d9d9d9;
    color: #666;
    background: #eee;
}

.pagination a.text,
.pagination a.text:hover {
    color: #fff;
    background: #0068b7;
    border: #0068b7 1px solid;
    cursor: text;
}

.pagination a.pagemore,
.pagination a.pagemore:hover {
    color: #666;
    background: #fff;
    border: 1px solid #fff;
    cursor: text;
    padding: 0px 3px;
}

.pagination .inputBar {
    border: 0px;
    height: 28px;
    padding: 0 6px;
}

.pagination .total {
    border: 0px;
    height: 28px;
    padding: 0;
}

.pagination .inputBar input {
    width: 40px;
    height: 24px;
    line-height: 24px;
    padding: 2px 5px;
    border: #ccc 1px solid;
    margin: -3px 3px 0;
    *margin: -3px 3px 0;
    _margin: -3px 3px 0;
    background: #eee;
    vertical-align: middle;
}

.footer {
    margin-top: 20px;
    background-color: #fff;
}

.link {
    height: 40px;
    background: #CB1C1D;
}

.link-con {
    position: relative;
    width: 744px;
    margin: 0 auto;
}

.select {
    float: left;
    position: relative;
    z-index: 94;
    width: 228px;
    height: 32px;
    margin: 0 10px;
    margin-top: 4px;
}

.select dt {
    display: block;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    overflow: hidden;
    padding-left: 10px;
    background: #E15A6D url(/images/link_ico.png) 186px center no-repeat;
    font-size: 14px;
    border: 1px solid #e2e1e1;
    position: relative;
}


.select dd {
    position: absolute;
    left: 0px;
    bottom: 32px;
    width: 226px;
    background: #fff;
    display: none;
    z-index: 98;
    border: #e2e1e1 1px solid;
    border-bottom: 0;
}

.select dd ul {
    max-height: 289px;
    _height: 289px;
    overflow-y: auto;
    overflow-x: hidden;
}

.select dd ul li {
    border-top: 1px dotted #ccc;
    height: 32px;
    line-height: 22px;
    vertical-align: bottom;
    overflow: hidden;
}

.select dd ul li.num1 {
    border-top: 0;
}

.select dd ul li a {
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select dd ul li a:hover {
    background: #f1f1f1;
    color: #ba0202;
    text-decoration: none;
}

.footer-con {
    width: 1200px;
    margin: 10px auto 0;
}

.conac {
    width: 80px;
    margin-top: 5px;
    margin-left: 378px;
    border-right: 1px solid #ddd;
}

.j-gov {
    width: 80px;
    height: 80px;
    float: left;
}

.j-jiucuo {
    float: left;
    margin-top: 10px;
}

.j-jiucuo img {
    width: 110px;
    height: 55px;
}

.copyright {
    width: 730px;
    margin-left: 10px;
}

.copyright p {
    line-height: 30px;
}

.copyright span {
    padding: 0 7px;
}

#couplet-l {
    display: none;
}