<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,button,textarea,table,tbody,tfoot,thead,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
	margin: 0;
	padding: 0;
	outline: 0;
	background: transparent;
}
article,aside,dialog,figure,footer,header,hgroup,nav,section {
	display: block;
}
.mainShareDiv_24{display:none !important;}
body,button,input,select,textarea {
    font: 12px/1.5 arial;
    font-family: "Microsoft YaHei","SimHei";
}
body{
    background-color: #f3f7fa;
	background: #f1f1f1 url(../images/body_banner.png) no-repeat;
    background-size: 100% auto;
}
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;
}
small {
	font-size: 12px;
}
ul,ol,li {
	list-style: none;
}
img {
	border: none;
}
a {
	outline: thin none;
    text-decoration: none;
    color:#000;
}
a:hover {
    color: red;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
   zoom: 1;
}

/*公共头部*/
.header{
    width: 100%;
}
.header_top{
    width: 1200px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
}
.ht_left{
    float: left;
}
.ht_left p{
    float: left;
    padding-right: 5px;
}
.ht_left div{
    float: left;
    margin-left: 10px;
}
#weather{
    margin-top: -2px;
}
.ht_right{
    float: right;
}
.ht_right a{
    color: #fff;
}
.ht_right a:hover{
    color: red;
}
.header_main{
    width: 1200px;
    margin: 0 auto;
}
.header_logo{
    width: 34%;
    margin: 0 auto;
    padding: 66px 0 0;
}
.header_logo a{
    display: block;
    width: 100%;
}
.header_logo a img{
    width: 100%;
    margin-bottom: -5px;
}
.header_seek{
    width: 44%;
    margin: 0 auto;
    padding: 24px 0 10px;
}
.header_seek div{
    width: 100%;
    padding: 5px 0;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.header_seek div input{
    display: block;
    width: 90%;
    font-size: 14px;
    color: #b8b8b8;
    text-indent: 15px;
    padding: 13px 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    margin-left: 5px;
    border: none;
    outline: none;
}
.header_seek div p{
    width: 20%;
    height: 83%;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-indent: 55px;
    background: #065ca1 url(../images/ss.png) no-repeat;
    background-position: 20% 50%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.header_nav{
    width: 100%;
    margin-top: 44px;
}
.header_nav ul{
    width: 100%;
    overflow: hidden;
}
.header_nav ul li{
    float: left;
    width: 16.666%;
}
.header_nav ul li a{
    display: block;
    height: 50px;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    background-color: #015293;
    border-left: 1px solid #4e86b4;
}
.header_nav ul li a.nav_a{
    border-left: none;
}
.header_nav ul li a.on{
    background-color: #006cbf;
}
.header_nav ul li a.on img{
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.header_nav ul li a img{
    display: block;
    float: left;
    margin-top: 15px;
    margin-left: 20%;
    transition: all 0.4s linear;
}
.header_nav ul li a.nav_a img{
    margin-left: 25%;
}
.header_nav ul li a p{
    float: left;
    margin-top: 8px;
    margin-left: 10px;
}
.header_nav ul li a:hover{
    background-color: #006cbf;
}
.header_nav ul li a:hover img{
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
/*公共中部*/
.container{
    width: 1200px;
    margin: 0 auto;
}
/*公共侧边栏*/
.fixed{
    font-size: 16px;
    padding: 10px 30px 10px 15px;
    background: url(../images/c_nav.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 36%;
    right: -15px;
}
.fixed ul li{
    padding: 12px 0;
}
.fixed ul li a{
    display: block;
    color: #fff;
    text-align: center;
}
/*公共尾部*/
.footer{
    width: 100%;
    background-color: #015293;
}
.related{
    width: 100%;
    background-color: #015293;
}
.related_main{
    width: 1200px;
    margin: 0 auto;
}
.related_top{
    width: 100%;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    padding: 7px 0;
}
.related_top&gt;p{
    float: left;
    padding: 0 10px;
}
.related_top ul{
    float: left;
    overflow: hidden;
}
.related_top ul li{
    float: left;
    margin-left: 100px;
    overflow: hidden;
    cursor: pointer;
}
.related_top ul li p{
    float: left;
    padding: 0 10px;
}
.related_top ul li img{
    display: block;
    float: left;
    margin-top: 8px;
    transition: all 0.4s linear;
}
.related_bottom{
    width: 100%;
    padding: 10px 0;
}
.related_bottom div{
    display: none;
    width: 82%;
    margin: 0 auto;
}
.related_bottom div a{
    display: inline-block;
    color: #fff;
    padding: 2px 5px;
}
.footer_xian{
    width: 100%;
    height: 1px;
    background-color: #3c76af;
}
.footer_main{
    width: 1200px;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}
.footer_left{
    float: left;
    width: 76%;
    margin-left: 10px;
}
.footer_left p{
    padding-bottom: 7px;
}
.footer_left p a{
    color:#fff;
}
.footer_left p.f_l_p{
    padding-bottom: 15px;
}
.footer_left p.f_l_p a{
    color: #fff;
}
.footer_left p.f_l_p a:hover{
    color: red;
}
.footer_right{
    width: 20%;
    float: right;
    overflow: hidden;
}
.footer_right a{
    display: block;
    float: right;
}
.footer_right a.f_r_a1{
    margin-top: 7px;
    margin-right: 26px;
}

/*当前位置*/
.crumbs{
    width: 98%;
    font-size: 14px;
    margin: 0 auto;
    padding: 16px 0 6px;
    border-bottom: 1px solid #cecece;
}
.crumbs img{
    display: inline-block;
    margin-bottom: -1px;
}
.crumbs span{
    display: inline-block;
    margin-left: 5px;
}
.crumbs a{
    display: inline-block;
    margin-left: 5px;
}

/*分页样式*/
/*-------------------------------------------------------------------*/
#page_div{
    width: 80%;
    margin: 1em auto;
    text-align: center;
}
.pagination-index,
.pagination-num{
    border: 1px solid #bfbfbf;
    margin: 0.2em;
    padding: 0.7em;
    display: inline-block;
    border-radius: 3px;
    color: #000;
}
.pagination-num.active,
.pagination-index:hover,
.pagination-num:hover{
    background: #015293;
    color: white;
}
.pagination-last{
    margin-left: 100px;
}
.pagination-last&gt;span{
    margin: 0.5em;
}
.pagination-last&gt;input{
    width: 2em;
    height: 1.3em;
    text-align: center;
}

/*政民互动*/
.border{
    width: auto;
}
.hd_nav &gt; .active{
    background-color: #015293;
}
.hd_list &gt; .title &gt; div{
    color: #015293;
}
.hd_search .xjcx{
    color: #015293;
}
.hd_wyxx .hd_nav{
    border-bottom: 1px solid #015293;
}
#page_div .currentIndex{
    background-color: #015293;
    border: 1px solid #015293;
}
.hd_search .btn-info,
.hd_search .btn-info:hover{
    background-color: #015293;
}
.hd_wyxx .yzm &gt; div &gt; a{
    background-color: #015293;
}
.hd_wyxx .tijiao &gt; button{
    background-color: #015293;
}
.hd_btn &gt; input{
    background-color: #015293;
}
.zj-my-com,
.my-com-rt input.submit-btn{
    background-color: #015293;
}
.hd_yjlb_title &gt; span{
    border-bottom: 2px solid #015293;
}

/* ios */
@media (max-width: 760px) {
    body{
        background-size: auto auto;
    }
    .ht_left{
        float: none;
        width: 96%;
        margin: 0 auto;
    }
    .ht_right{
        display: none;
    }
    .header_logo{
        width: 55%;
        padding: 20px 0 0;
    }
    .header_seek{
        width: 68%;
    }
    .header_seek div p{
        width: 30%;
        color: #065ca1;
        background-position: 50% 50%;
    }
    .header_nav{
        margin: 20px auto 0;
    }
    .header_nav ul li{
        width: 33.2%;
    }
    .header_nav ul li a {
        height: 90px;
        font-size: 16px;
        border-bottom: 1px solid #4e86b4;
    }
    .header_nav ul li a img{
        float: none;
        margin: 20px auto 0;
    }
    .header_nav ul li a p{
        float: none;
        text-align: center;
        margin-left: 0;
    }
    .header_top,
    .header_main{
        width: 100%;
    }
    .container{
        width: 100%;
    }
    .fixed,
    .related_main,
    .footer_xian{
        display: none;
    }
    .footer_main{
        width: 100%;
        text-align: center;
    }
    .footer_left{
        width: 100%;
    }
    .footer_right{
        display: none;
    }
    .pagination-last{
        margin-left: 0;
    }
}</pre></body></html>