<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*CSS reset*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
p {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    font-size: 16px;
    cursor: default;
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}


/*tr,td{border:none;}*/

fieldset,
img {
    border: 0;
    border: none;
}

ul,
li,
dl,
dt,
dd,
ol,
p,
img {
    list-style: none;
    border: none;
    vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}

del,
ins {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

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

a:hover {
    text-decoration: none;
}

a:active {
    outline: none;
    star: expression(this.onFocus=this.blur());
}

i {
    font-style: normal
}


/******************** 公共部分  ********************/

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.mt30 {
    margin-top: 30px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

body {
    background: #ffffff;
}


/* header */

.header {
    height: 107px;
}

.header .w1200 {
    position: relative;
}

.header .logo {
    float: left;
}

.header .logo a {
    display: block;
    height: 65px;
    padding-top: 10px;
}

.header .logo h1 {
    font-size: 30px;
    line-height: 40px;
    color: #e01919;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}

.header .logo span {
    font-size: 12px;
    color: #999;
}

.header .search {
    float: right;
    border: 1px solid #c0cad1;
    border-radius: 5px;
    width: 408px;
    height: 28px;
    margin-top: 52px;
    overflow: hidden;
}

.header .search .search-txt {
    float: left;
    border: 0;
    width: 287px;
    height: 28px;
    background: #fff url(2020css_bm_search.png) no-repeat 8px center;
    font-size: 14px;
    line-height: 28px;
    padding: 0 15px 0 32px;
    cursor: text;
    outline: none;
}

.header .search .search-btn {
    float: left;
    border: 0;
    border-left: 1px solid #c0cad1;
    width: 74px;
    height: 28px;
    background: #fff;
    font-size: 16px;
    color: #0d7abf;
    cursor: pointer;
    outline: none;
}

.header-right {
    position: absolute;
    top: 10px;
    right: 0;
}

.header-right .menu {
    float: left;
    line-height: 25px;
}

.header-right .menu a {
    float: left;
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}

.header-right .menu a img {
    vertical-align: middle;
    margin-left: 5px;
}

.header-right .menu a:hover {
    color: #0d7abf;
}


/* 站群导航 */

.site-nav {
    float: right;
}

.site-nav&gt;h4 {
    width: 85px;
    height: 23px;
    border-radius: 12px;
    background: #0d7abf;
    font-size: 14px;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    color: #fff;
}

.site-nav.active&gt;h4 {
    background: #fff;
    color: #0d7abf;
}

.site-nav .site-nav-main {
    position: absolute;
    right: 0;
    z-index: 8;
    top: 23px;
    width: 1100px;
    background: #fff;
    padding: 30px 50px;
    overflow: hidden;
    display: none;
}

.site-nav-main .hd {
    float: left;
    width: 100%;
}

.site-nav-main .hd li {
    position: relative;
    float: left;
    width: 183px;
    background: #f4f4f4;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.site-nav-main .hd li.on {
    border-radius: 5px;
    box-shadow: 0 0 #ccc;
    line-height: 38px;
    top: -4px;
    background: #0d7abf;
    color: #fff;
}

.site-nav-main .bd {
    clear: both;
    margin-top: 20px;
}

.site-nav-main .bd ul {
    display: none;
}

.site-nav-main .bd ul:first-child {
    display: block;
}

.site-nav-main .bd ul li {
    float: left;
    width: 156px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 0;
}

.site-nav-main .bd ul li a {
    color: #666;
}

.site-nav-main .bd ul li a:hover {
    color: #0d7abf;
}


/* 导航 */

.nav-bar {
    background: #1c80c7;
}

.nav-bar .nav {
    overflow: hidden;
}

.nav-bar li {
    float: left;
    width: 14.285%;
    height: 60px;
}

.nav-bar li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
}

.nav-bar li.on {
    background: #12639c;
}


/* footer */

.footer {
    padding: 20px 0;
    background: #1c80c7;
}

.footer .w1200 {
    width: 1100px;
    height: 100%;
    padding: 0 50px;
    overflow: hidden;
}

.footer p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.footer p a {
    color: #fff;
}

.footer .f-l {
    float: left;
    width: 300px;
}

.footer .f-c {
    float: left;
    height: 104px;
    padding-left: 69px;
}

.footer .f-c p {
    padding-left: 25px;
}

.footer .f-c p:first-child {
    padding-left: 0;
}

.footer .f-c p:first-child img {
    width: 18px;
    margin-right: 7px;
}

.footer .f-r {
    float: right;
    height: 104px;
    padding-left: 49px;
    line-height: 104px;
}

.footer .f-r img {
    vertical-align: middle;
    margin: 0 5px;
}


/* 通用信息标题 */

.title {
    position: relative;
    /*background: url(title_icon.png) no-repeat left center;*/
    padding-left: 12px;
}

.title ul {
    border-bottom: 20px solid #fffbfb;
    height: 28px;
}

.title li {
    float: left;
    font-size: 20px;
    margin-right: 20px;
}

.title li a {
    display: block;
}

.title li.on a {
    height: 28px;
    border-bottom: 2px solid #0d7abf;
    font-weight: bold;
}

.title .more {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.title .more a {
    display: block;
    width: 24px;
    height: 100%;
    background: url(list_more.png) no-repeat center center;
}


/* 通用信息列表 */

.list {
    margin-top: 10px;
}

.list ul {
    display: none;
}

.list ul:first-child {
    display: block;
}

.list li {
    background: url(index_dot.png) no-repeat left center;
    padding-left: 15px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list li a:hover {
    color: #0d7abf;
}

.list-date li {
    position: relative;
    padding-right: 80px;
}

.list-date li span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

.list-date li span b {
    font-size: 18px;
    font-weight: normal;
}


/* 面包屑 */

.crumbs {
    line-height: 24px;
    padding: 8px 0;
    background: #edf5fa;
}

.crumbs .w1200 {
    background: url(2020css_bm_crumbs.png) no-repeat left center;
    padding-left: 30px;
    font-size: 13px;
    box-sizing: border-box;
}

.crumbs a:hover {
    color: #0d7abf;
}

.main {
    margin: 20px auto;
    overflow: hidden;
}


/* 分页 */

.div_cutPage {
    padding: 20px 0;
    text-align: center;
}

.div_cutPage {
    margin: 0 auto;
}

.div_cutPage a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 2px 8px;
    cursor: pointer;
    margin: 2px;
}

.div_cutPage a:hover {
    background-color: #0d7abf;
    color: white;
}

.div_cutPage .on {
    background-color: #0d7abf;
    color: white;
}

/*@media only screen and (max-width: 1199px) {
    * {
        box-sizing: border-box;
    }
    .mt20 {
        margin-top: 10px;
    }
    .w1200,
    .tzgg,
    .recommend,
    .xzfg,
    .column-left {
        width: 100%;
    }
    .top,
    .content .qrcode,
    .content-bottom {
        display: none;
    }
    .header {
        height: auto;
        padding: 25px 0;
    }
    .header .logo {
        float: none;
        text-align: center;
        padding-top: 0;
    }
    .header .search {
        float: none;
        margin: 25px auto 0;
        padding-top: 0;
    }
    .header .search {
        width: 420px;
    }
    .header .search .search-btn {
        height: 43px;
    }
    .nav-bar li {
        width: calc(100% / 6);
    }
    .footer .w1200 {
        width: 100%;
        padding: 0;
    }
    .footer .f-l,
    .footer .f-c {
        width: 50%;
        padding: 0;
        text-align: center;
    }
    .footer .f-r {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        height: auto;
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .nav-bar li {
        width: calc(100% / 3);
        border-left: 1px solid #fff;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }
    .nav-bar li:nth-child(1),
    .nav-bar li:nth-child(2),
    .nav-bar li:nth-child(3) {
        border-bottom: 1px solid #fff;
    }
    .nav-bar li:nth-child(1),
    .nav-bar li:nth-child(4) {
        border-left: 0;
    }
    .slideBox,
    .slideBox .bd,
    .slideBox .bd li {
        height: 320px;
    }
    .xxgk-menu a {
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 480px) {
    .header .logo img {
        width: 72%;
    }
    .header .search {
        width: 90%;
    }
    .header .search .search-txt {
        width: calc(100% - 80px)
    }
    .footer .f-l,
    .footer .f-c {
        width: 100%;
    }
}
*/

/**分页区域**/

.cutPage {
    height: 30px;
    margin: 20px;
}

#kkpager {
    clear: both;
    color: #999;
    padding: 5px 0px 5px 0px;
    font-size: 13px;
}

#kkpager a {
    border: 1px solid #ccc;
    display: inline;
    padding: 3px 7px 3px 7px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #999;
}

#kkpager span.disabled {
    display: inline;
    padding: 3px 7px 3px 7px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #DFDFDF;
    background-color: #FFF;
    color: #DFDFDF;
}

#kkpager span.curr {
    border: 1px solid #006699;
    display: inline;
    padding: 3px 7px 3px 7px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #E6F1F7;
    color: #006699;
}

#kkpager a:hover {
    border: 1px solid #006699;
    background-color: #006699;
    color: #fff;
}

#kkpager span.normalsize {}

#kkpager_gopage_wrap {
    position: relative;
    left: 0px;
    top: 0px;
}

#kkpager_btn_go {
    width: 44px;
    height: 18px;
    border: 0px;
    overflow: hidden;
    line-height: 140%;
    padding: 0px;
    margin: 0px;
    text-align: center;
    cursor: pointer;
    background-color: #006699;
    color: #FFF;
    position: absolute;
    left: 0px;
    top: 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}

#kkpager_btn_go_input {
    width: 36px;
    height: 16px;
    color: #999;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    border: 1px solid #DFDFDF;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    left: 0px;
    top: 0px;
    outline: none;
}

#kkpager_btn_go_input.focus {
    border-color: #006699;
}

#kkpager .pageBtnWrap {
    float: left;
}

#kkpager .infoTextAndGoPageBtnWrap {
    float: right;
    margin-right: 35px;
}

#kkpager .spanDot {
    margin-right: 5px;
}

#kkpager .currPageNum {
    color: #006699;
}

#kkpager .infoTextAndGoPageBtnWrap {
    padding-top: 5px;
}

/**财政部门**/
.clearfix, .container_12, .container_16 {
    zoom: 1;
}
.container_12, .container_16 {
        margin-left: auto;
        margin-right: auto;
        width: 960px;
}
.container_12 .grid_12, .container_16 .grid_16 {
        width: 940px;
        text-align: center;
    padding-top: 40px;
}
h2,.h2,.H2 {
    font-size:24px;
}
.container_12 .grid_12, .container_16 .grid_16 {
    width: 940px;
    margin-left: 10px;
}
.depts_list li {
    float: left;
    width: 25%;
    height: 25px;
    margin: 10px 0;
    line-height: 20px;
    text-indent: 15px;
    padding: 0;
    text-align: left;
}
.depts_list li a {
    border-left: 3px solid #fff;
    padding-left: 10px;
}
.xxgkzl{
    height: 500px;
    padding-top: 20px;
}
.xxgkzl_left{
    width: 613px;
    float: left;
}
.xxgkzl_left img{
    margin-bottom: 12px;
}
.xxgkzl_left ul{
    width: 613px;
    height: 270px;

}
.xxgkzl_left ul li{
    width: 278px;
    height: 68px;
    border: solid 1px #12639c;
    float: left;
    margin-top: 12px;
    margin-right: 26px;
    text-align: center;
}
.xxgkzl_left ul li a{
    font-family: MicrosoftYaHei;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 68px;
    letter-spacing: 1px;
    color: #12639c;
}
.xxgkzl_left .fdzdnrgk{
    width: 587px;
    height: 72px;
    background-color: #1c80c7;
    text-align: center;
}
.xxgkzl_left .fdzdnrgk a{
    font-family: HYb2gj;
    font-size: 32px;
    font-weight:600;
    font-stretch: normal;
    line-height: 68px;
    letter-spacing: 5px;
    color: #ffffff;
}
.xxgkzl_right{
    width: 587px;
    float: right;
}
.xxgkzl_right p{
    width: 587px;
    height: 61px;
    background-color: #1c80c7;
    margin-bottom: 15px;
}
.xxgkzl_right p a{
    font-family: MicrosoftYaHei;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 61px;
    letter-spacing: 2px;
    color: #ffffff;
    padding-left: 40px;
}
.xxgkzl_right ul li {
    width: 140px;
    height: 104px;
    background-color: #efefef;
    margin-left: 9px;
    margin-top: 12px;
    float: left;
    text-align: center;
    padding-top: 16px;
}
.xxgkzl_right ul li a {
    
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height:40px;
    letter-spacing: 1px;
    color: #000000;
}
.xxgkzl_right ul li a img{
    display: block;
    margin: 0 auto;
}
.xxgkzl_right ul .margin0{
    margin-left:0px;
}
.xxgkzl_next{
    height: 164px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.xxgkzl_next ul li {
    width: 224px;
    height: 121px;
    float: left;
    margin-left: 20px;
    text-align: center;
}
.xxgkzl_next .xxgkzl_next1{
   background: url(yaodianpic1.png) no-repeat center center;
   margin-left: 0px;
}
.xxgkzl_next .xxgkzl_next2{
   background: url(yaodianpic2.png) no-repeat center center;
}
.xxgkzl_next .xxgkzl_next3{
   background: url(yaodianpic3.png) no-repeat center center;
}
.xxgkzl_next .xxgkzl_next4{
   background: url(yaodianpic4.png) no-repeat center center;
}
.xxgkzl_next .xxgkzl_next5{
   background: url(yaodianpic5.png) no-repeat center center;
}
.xxgkzl_next ul li a{
    display: block;
    font-family: SimHei;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 100px;
}
.jgdh{

    height: 460px;
    border: solid 1px #12639c;
    padding: 40px;
    margin-bottom: 40px;
}
.jgdh p{
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    padding-bottom: 30px;
    letter-spacing: 2px;
    color: #12639c;
    display: block;
    text-align: center;
}
@media only screen and (max-width: 800px) {
body{min-width:380px!important;}
.header-right,.reci,.rdgjc,#img1,#img2,#img3,#img4,#img5,.right-nav,.slide-right,.sepcial,#skin{display: none;}
.w1200{width: 98vw;}
.header{height:19vh!important;background: #fff;}
.header .logo{margin:0px auto;width: 100%;margin-top: 0px;position:relative;}
.header .logo a img{width: 75%;}
.header .search{float:left;height: auto;margin: 1vh 2vw;width:94vw;height:4vh;}
.header .search .search-txt{width: 64vw;padding:0 2vw 0 8vw;height:4vh; }
.header .search .search-btn{width: 20vw;height:4vh;position: absolute;right:0;top:0;}
.nav-bar{width: 200px; height: 100%; line-height: inherit; background: #3271a4; position: fixed; right: -200px;top: 0;z-index: 5000;margin-top: 0px;}
.nav-bar ul{height: 100%;width: 100%;
    padding-top: 20px;
    overflow-x: hidden!important;;
    overflow-y: auto!important;; }
.nav-bar ul li{width: 100%;
    height: 50px;
    line-height: 50px;
    float: none;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.1);}
.nav-bar ul li a{display: block;    font-weight: normal;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    position: relative;}
.app-nav-bottom{display: block;background: url(2021fr_nav1.png) no-repeat center; cursor: pointer;z-index: 99999;width: 30px;position: absolute;top: 0; bottom: 0;right: 15px;}
.app-nav-bottoms{background: url(2021fr_nav2.png) no-repeat center;right: 10px;}
.nav-bar ul li.on a{font-size: 16px;}
.nav-bar li a:after{background: #fff;    margin: -3px auto 0;}
.nav-bar ul li.on a:after{width: 65%;}

.container{    width: 100%;position: relative;overflow: hidden;}
.mask{    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 4999;
    display: none;
    width: 100%;
    height: 100%;}

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

.banner{background-size:auto 100%;height: 30vh;background: center;display: none;}
.headline{padding: 0;}
.headline h1{font-size: 18px;}
.headline p{display: none;}
.slideBox,.slideBox .bd,.slideBox .bd li{width: 98vw!important;height: 32vh}
.slideBox .prev{left: 0;}
.slideBox .next{right: 0;}
.row,.row2{float: none;width: 98vw;padding: 0;margin: 0;}
.news,.zcfg{width: 98vw;float: none;padding: 0;height:40vh;}
.zcfg{height: 36vh;}
.index-title ul li{font-size: 18px;width:32.5vw;margin: 0;text-align:center;}
.index-title .more{display: none;}
.index-list ul li{line-height: 4vh!important;}
.row2 .right,.xxgk-menu{float: none;width: 98vw;margin: 0;}
.zfxxgk a{width: 30vw;height:auto;margin: 0 0 2vw 2vw;}
.zfxxgk a img{width: 30vw;height:auto;}
.xxgk-menu li{width: 17vw;text-align:left;padding-left:2vw;line-height: 3vh; }
.slide-menu{height: auto;}
.slide-item ,.slide-item.active,.slide-item .slide-left,.slide-item.active .slide-left{width: 32vw;height: 18vh;font-size: 18px;}
.slide-item{margin-left: 1vw;}
.slide-item.active{margin-left: 0;box-shadow:none;}
.slide-left i{margin: 2vh auto 1vh; }
.hdjl-menu{width: 98vw;height: auto;}
.hdjl-menu a{width: 46vw;text-indent:0;font-size: 16px;margin: 0;margin-top: 2vh;text-align: center;background-image: none!important;}
.hdjl-menu a:nth-of-type(even){margin-left: 4.5vw;}
.yjzj{width: 96vw;height: 24vh;padding: 0;margin: 2vh 1vw;}
.yjzj-tit li{height: 3vh;}
.yjzj-tit li a{line-height: 3vh;}
.footer .w1200{width: 98vw;height: auto;margin: 0 auto;text-align: center;padding:0;}
.footer{width:100vw;height: auto;padding: 0;padding-top: 2vh;}
.footer .f-l,.footer .f-c,.footer .f-r{padding:0;margin: 0;width:98vw;float: left;}
.content{padding: 15px!important;}

.title .more{display: none;}
.list{width: 92vw;
    margin-left: 3vw;}

.xxgkzl{height: auto;}
.xxgkzl_left{width: 100%;float: none;}
.xxgkzl_left ul{width: 100%;height: 27vh;}
.xxgkzl_left ul li{width: 46vw;height: 7vh;margin-left: 1vw;margin-right: 1vw;margin-top: 1vh;}
.xxgkzl_left ul li a{font-size: 15px;line-height: 7vh}
.xxgkzl_left .fdzdnrgk{width: 100%;height: 7vh;}
.xxgkzl_left .fdzdnrgk a{font-size: 22px;line-height: 7vh;}
.xxgkzl_right{width: 100%;float: none;margin-top: 2vh;}
.xxgkzl_right p{width: 100%;height: 5vh;margin-bottom: 0;}
.xxgkzl_right p a{font-size: 22px;line-height:5vh;}
.xxgkzl_right ul {width:97vw;margin-left: 1vw;}
.xxgkzl_right ul li{margin-left: 0;margin-right: 1vw;width: 23.25vw;}
.xxgkzl_next .xxgkzl_next1{margin-left: 1vw;}
.xxgkzl_next ul li{width: 47vw;margin-left: 1vw;margin-right: 1vw;}
.xxgkzl_next5{display: none;}
.jgdh{display: none;}

.list-date li span b
{font-size: 15px;}
.hygq .list{width: 96vw;margin-left: 0;}
.hygq .list li{padding-right: 85px;padding-left: 5px;}
.hygq .list li span{right: 5px!important;}

#kkpager a{margin-right: 1px;}
#kkpager .pageBtnWrap{line-height:40px;}

.tabtitle{height: auto!important;display: block!important;margin: 0!important;}
.tabbtn{width: 100%!important;}
.tabbody{margin-top: 20px;}
.dhb-banner,.zt_title,.top-12345{display: none!important;}
.nav-12345{height: 80px!important;line-height: 80px!important;}
.nav-12345 ul{width: 100%!important;}
.nav-12345 .nav-ul li{width: 16.6%!important;}
.nav-12345 .nav-ul li i{font-size: 60px!important; margin-top:0px!important; line-height: 50px!important;}

.nav-12345 img{width:40px!important;}


.nav-12345 .nav-ul&gt;li&gt;span {    font-size: 12px!important;}
.nav-conter,.rxgd_title,.rxgd_conter{width: 96vw!important;}
.rxgd_conter&gt;ul&gt;li{width: 100%!important;}
}</pre></body></html>