<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

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

ul li {
    list-style: none;
}

header{
    width: 100%;
}
header .tou{
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}
header .tou a .logo{
    width: 616px;
    height: 58px;
    margin-top: 37px;
}
header .tou div a{
   color: #fff;
   font-size: 14px;
}
header .tou .search{
    width: 186px;
    height: 30px;
    background-color: #2178BD;
    border: 0px solid;
    outline: none;
    text-indent: 1em;
    border-radius: 5px;
    margin-left: 7px;
    color: #fff;
}
input::-webkit-input-placeholder{
    color:#fff; 
}
header .tou .keyword{
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #085598;
    border: 0px solid;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: relative;
    top: 2px;
    left: -10px;
}
header .tou .keyword img{
    width: 14px;
    height: 13px;
}
header .daohhang {
    width: 1200px;
    height: 70px;

    margin: 0 auto;
}

header .daohhang ul li {
    float: left;
    width: 150px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

header .daohhang ul li a {
    display: inline-block;
    width: 150px;
    height: 70px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    transition: all ease-out 0.5s;
}

header .daohhang ul li:hover a {
    font-weight: 900;
    color: #06569D;
}

header .daohhang ul li:hover .xl {
    visibility: visible;
    opacity: 1;
}

header .xl {
    width: auto;
    height: auto;
    background-color: #06569D;
    padding: 6px 6px 14px 6px;
    float: left;
    transition: visibility .8s, opacity .8s;
    visibility: hidden;
    opacity: 0;
}

header .xl li {
    text-align: left !important;
    height: 40px !important;
    line-height: 40px !important;
    width: 150px !important;
    border-bottom: #7EB7E0 solid 1px;
    margin: 0 20px;
}

header .daohhang ul li .xl li a {
    height: 40px !important;
    color: #7EB7E0;
    font-size: 16px !important;
    font-weight: normal !important;
    width: auto !important;
}

header .daohhang ul li .xl li:hover a {
    color: #fff;
}

/* 轮播图 */
section .slideBox {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    bottom: 25px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    margin: 0 auto;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 22px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    transition: all ease-out 0.5s;
}

.slideBox .hd ul li.on {
    width: 90px;
    border-radius: 15px;
    background-color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li img {
    width: 100%;
    height: 500px;
    display: block;
}

.slideBox .prev {
    position: absolute;
    left: 0;
    top: 40%;
    display: block;
    width: 60px;
    height: 95px;
    background: url(../images/lunbozuo.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    transition: all ease-out 0.5s;
}

.slideBox .next {
    position: absolute;
    top: 40%;
    display: block;
    width: 60px;
    height: 95px;
    background: url(../images/lunboyou.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    transition: all ease-out 0.5s;
}

.slideBox .next {
    left: auto;
    right: 0;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop:nth-child(5) {
    display: none;
}

/* 新闻中心 */
section .xwzx{
   width: 1200px;
   height: 703px;
   margin: 0 auto;
}

section .xwzx .biao p{
   text-align: center;
 }
 section .xwzx .biao .yw{
    font-size: 16px;
    color: #2A2A2A;
    margin-top: 40px;
  }
 section .xwzx .biao .bt{
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-top: 13px;
  }


  .xwzx .nierong{
    width: 1200px;
    height: 555px;
    margin-top: 30px;

}
.xwzx .nierong .left{
    width: 565px;
    height: 407px;
    float: left;
}

.slideBox2{ width:100%; height:407px; overflow:hidden; position:relative; }
.slideBox2 .hd{  overflow:hidden; position:absolute;  bottom:18px; z-index:1;width: 100%;text-align: center; }
.slideBox2 .hd ul{ overflow:hidden; zoom:1; display: inline-block; margin: 0 auto;float: right;margin-right: 15px;}
.slideBox2 .hd ul li{ float:left; margin-right:15px;  width:10px; height:10px;border-radius: 50%;background-color: #fff; transition:all ease-out 0.5s;}
.slideBox2 .hd ul li.on{width: 34px;border-radius: 25px;}
.slideBox2 .bd{ position:relative; z-index:0;border-radius: 10px;overflow: hidden;}
.slideBox2 .bd li{ zoom:1; vertical-align:middle;border-radius: 10px;overflow: hidden;}
.slideBox2 .bd img{ width:100%; height:407px; display:block;border-radius: 10px;transition:all ease-out 0.5s;overflow: hidden;}
.slideBox2 .bd li:hover img{transform: scale(1.05); }
.slideBox2 .bd li span{
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 620px;
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
    color: #fff;
    background-color: rgb(0 0 0 / 50%);
    border-radius: 0 0 20px 20px;
}


.xwzx .nierong .right{
    width: 576px;
    height: 405px;
    float: right;
}
.xwzx .nierong .right ul li{
    width: 100%;
    /* height: 103px; */
    border-bottom: 1px dashed #d1d1d1;
}
.xwzx .nierong .right ul li p{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 15px 0;
    padding-bottom: 10px;
    transition:all ease-out 0.5s;
}
.xwzx .nierong .right ul li p a{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    transition:all ease-out 0.5s;
}
.xwzx .nierong .right ul li:hover a p{
    color: #005EA4;
}
/* .xwzx .nierong .right ul li:first-child p{
    margin-top: 22px;
} */
.xwzx .nierong .right ul li p span{
    float: right;
    color: #B90202;
}
.xwzx .nierong .right ul li span{
    display: inline-block;
    font-size: 16px;
    color: #a9a9a9;
    margin-bottom: 10px;
    transition:all ease-out 0.5s;
}
.xwzx .nierong .right ul li span a{
    font-size: 16px;
    color: #8d0707;
    transition:all ease-out 0.5s;
}

.xwzx .nierong .lianjie{
    width: 100%;
    float: left;
    text-align: center;
}
.xwzx .nierong .lianjie span{
  display: inline-block;
  width: 215px;
  height: 42px;
  line-height: 42px;
  border-radius: 25px;
  text-align: center;
  background-color: #B90202;
  color: #fff;
  margin-top: 40px;
}


/* 党建公告 */
section .djgg{
    width: 100%;
    height: 625px;
    background-image: url(../IMAGES/dhangjiangonggao.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.djgg .zhuti{
    width: 1200px;
    height: 544px;
    margin: 0 auto;
    position: relative;
    top: 42px;
    background-color: #fff;
}
.djgg .zhuti .hd ul li{
    float: left;
    text-align: center;
    width: 600px;
    height: 60px;
    background-color: #fff;
    line-height: 50px;
    transition:all ease-out 0.5s;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    border-radius: 0 0 25px 25px;
}
.djgg .zhuti .hd ul .on{
    background-color: #B90202;
    color: #FFFFFF;
}
.djgg .zhuti .hd ul li p{
    width: 600px;
    height: 6px;
    background-color: #B90202;
}

.djgg .zhuti .bd ul{
    display: inline-block;
    margin-left: 62px;
    margin-top: 40px;
}
.djgg .zhuti .bd ul li{
    width: 496px;
    float: left;
    margin-right: 85px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 22px;
}
.djgg .zhuti .bd ul li:nth-child(2),
.djgg .zhuti .bd ul li:nth-child(4),
.djgg .zhuti .bd ul li:nth-child(6){
    margin-right: 0px;
}
.djgg .zhuti .bd ul li a .riqi{
    float: left;
    width: 66px;
    height: 66px;
    background: #FFFFFF;
    border: 1px solid #A2A2A2;
    text-align: center;
    margin-top: 5px;
    transition:all ease-out 0.5s;
}
.djgg .zhuti .bd ul .hover a .riqi{
    border: 1px solid #005EA4;
}
.djgg .zhuti .bd ul li a .riqi span{
    font-size: 24px;
    font-weight: 400;
    color: #777777;
    transition:all ease-out 0.5s;
}
.djgg .zhuti .bd ul .hover a .riqi span{
    color: #005EA4;
}
.djgg .zhuti .bd ul .hover a .riqi p{
    background: #005EA4;
}
.djgg .zhuti .bd ul li a .riqi p{
    width: 66px;
    height: 35px;
    background: #A2A2A2;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px; 
    transition:all ease-out 0.5s;
}                
.djgg .zhuti .bd ul li a .nr{
    width: 412px;
    float: right;
}
.djgg .zhuti .bd ul li a .nr p{
    font-size: 18px;
    font-weight: bold;
    color: #131E26;
    transition:all ease-out 0.5s;
}
.djgg .zhuti .bd ul .hover a .nr p{
    color: #005EA4;
}
.djgg .zhuti .bd ul li a .nr span{
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
    color: #777777;
    line-height: 1.5;
    margin-bottom: 22px;
    height: 48px;
}





.djgg .zhuti .bd .lianjie{
    text-align: center;
}
.djgg .zhuti .bd .lianjie span{
    display: inline-block;
    width: 215px;
    height: 42px;
    line-height: 42px;
    border-radius: 25px;
    text-align: center;
    background-color: #B90202;
    color: #fff;
    margin-top: 10px;
    margin-left: -40px;
}



/* 工作动态 */
section .gzdt{
    width: 1200px;
    height: 644px;
    margin: 0 auto;

 }
section .gzdt .biao p{
    text-align: center;
}
section .gzdt .biao .yw{
   font-size: 16px;
   color: #2A2A2A;
   margin-top: 40px;
 }
section .gzdt .biao .bt{
   font-size: 36px;
   color: #000;
   font-weight: bold;
   margin-top: 13px;
 }
  section .gzdt ul li{
   width: 380px;
   height: 200px;
   background-color: #fff;
   box-shadow: -1px 0px 8px 0px rgba(64,70,77,0.2);
   float: left;
   transition:all ease-out 0.5s;
   margin-right: 30px;
   margin-bottom: 30px;
 }
 section .gzdt ul li:nth-child(3),
 section .gzdt ul li:nth-child(6){
    margin-right: 0px;
  }
 section .gzdt ul li a{
    width: 380px;
    height: 200px;
    display: inline-block;
  }
 section .gzdt ul .hover{
    background-color: #04529A;
}
section .gzdt ul li a p{
    width: 332px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #131E26;
    margin-top: 33px;
    transition:all ease-out 0.5s;
}
section .gzdt ul .hover a p{
    color: #fff;
}
section .gzdt ul li a p:nth-child(2){
    width: 332px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #787878;
    line-height: 28px;
    margin-top: 18px;
    transition:all ease-out 0.5s;
}
section .gzdt ul .hover a p:nth-child(2){
    color: #fff;
    opacity: 0.6;
}
section .gzdt ul li a span:nth-child(3){
    display: inline-block;
    margin-top: 17px;
    margin-left: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    transition:all ease-out 0.5s;
}
section .gzdt ul .hover a span:nth-child(3){
    color: #fff;
}
section .gzdt ul li a span:nth-child(4){
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url(../IMAGES/xiaojt.png);
    background-size: 33px;
    float: right;
    position: relative;
    right: 35px;
    top: 10px;
    transition:all ease-out 0.5s;
}
section .gzdt ul .hover a span:nth-child(4){
    background-image: url(../IMAGES/xiaojt2.png);
}

/* 服务指南 */
section .fuzn{
    width: 1200px;
    height: 353px;
    margin: 0 auto;

 }
section .fuzn .biao p{
    text-align: center;
}
section .fuzn .biao .yw{
   font-size: 16px;
   color: #2A2A2A;
   padding-top: 40px;
}
section .fuzn .biao .bt{
   font-size: 36px;
   color: #000;
   font-weight: bold;
   margin-top: 13px;
}
section .fuzn ul li{
    width: 150px;
    height: 130px;
    background: #FFFFFF;
    border: 1px solid #fff;
    box-shadow: -1px 0px 8px 0px rgba(64,70,77,0.2);
    border-radius: 8px;
    float: left;
    margin-right: 22px;
    transition:all ease-out 0.5s;
}
section .fuzn ul li:nth-child(7){
    margin-right: 0px;
}
section .fuzn ul li:hover{
    border: 1px solid #04529A;
    box-shadow: -3px 0px 8px 0px rgba(64,70,77,0.2);
    border-radius: 8px;
}
section .fuzn ul li a{
    display: inline-block;
    width: 150px;
    height: 130px;
    text-align: center;
 }
 section .fuzn ul li img{
     width: 60px;
     height: 60px;
     margin-top: 17px;
 }
 section .fuzn ul li p{
    font-size: 18px;
    font-weight: bold;
    color: #131E26;
    margin-top: 10px;
}


/* 友情链接 */
section .yqlj{
    width: 1200px;
    height: 170px;
    margin: 0 auto;

}
section .yqlj span:nth-child(1){
    float: left;
    font-size: 20px;
    margin-top: 60px;
    margin-right: 40px;
}
section .yqlj span:nth-child(2){
    float: left;
    border-left: 1px solid #0000005c;
    height: 97px;
    margin-top: 35px;
}
section .yqlj ul li{
    float: left;
    margin-bottom: 22px;
    width: 300px;
}
section .yqlj ul li a{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    width: 345px;
    display: inline-block;
}
section .yqlj ul li a:hover{
    font-size: 20px;
    font-weight: bold;
    color: #04529A;
}


/* 底部 */
footer{
    width: 100%;
    height: 372px;
    background-image: url(../IMAGES/dbbj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
footer .dbzt{
    width: 1200px;
    height: 372px;
    margin: 0 auto;

}
footer .dbzt img{
    width: 260px;
    height: 58px;
    margin-top: 5px;
}
footer .dbzt ul li{
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
}
footer .dbzt ul li:nth-child(6){
    margin-right: 0px;
}
footer .dbzt ul li a{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

footer .TOP{
    float: right;
    z-index: 1000;
    cursor: pointer;
    margin-top: 47px;
}
footer .TOP img{
    width: 66px;
    height: 66px;
}</pre></body></html>