﻿@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(hearder.css);
@import url(footer.css);

/*今日头条*/
.jrtt{ height:70px;}
.jrtt h3{ float:left; width:120px; height:70px; line-height:70px; background:#40b9f2;}
.jrtt h3 a{ font-size:16px; float:left; width:70px; height:70px; line-height:70px; color:#ffffff;}
.jrtt .jrtt_con{ float:left; width:1045px; height:70px; line-height:70px; background:#ebf3fa; padding-left:5px;}
.jrtt .jrtt_con  h4{ width:570px; display:block;float:left; font-size:29px;letter-spacing:2px;}
.jrtt .jrtt_con  h4 a{ color:#00a5d6;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.jrtt .jrtt_con  h4 a:hover{color:#a22e0b; transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.jrtt .jrtt_con .dest{ width:470px; float:left; margin-top:5px;}
.jrtt .jrtt_con .dest ul li{ text-align:right; background:url(../images/dot1.jpg) left center no-repeat; padding-left:20px;line-height:30px;}
.jrtt .jrtt_con .dest ul li a{ float:left;}

/*新闻中心*/
.newsbox{ margin-top:10px; height:370px; overflow:hidden;}
.newsbox .news_nav{width: 120px; float: left; overflow: hidden;}
.newsbox .news_nav li{overflow: hidden; margin-bottom: 5px;}
.newsbox .news_nav li a{display: block; height: 70px;font-size: 16px; color: #a2a2a2;background: #e7e7e7; overflow:hidden;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.newsbox .news_nav li a.on{background: #00b8ee; color: #FFFFFF;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.newsbox .news_nav li a i{width: 40px; height: 31px; display: block;float:left; background: url(../images/base.png) no-repeat; ransition: transform 0.7s ease-out 0s;-moz-transition:transform 0.7s ease-out 0s; -webkit-transition: transform 0.7s ease-out 0s;}
.newsbox .news_nav li a span{ display:block; float:left; height:70px; line-height:70px; width:70px;}
.newsbox .news_nav li a.on i{transform: rotateY(180deg);-moz-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); ransition: transform 0.7s ease-out 0s;-moz-transition:transform 0.7s ease-out 0s; -webkit-transition: transform 0.7s ease-out 0s;}
.newsbox .news_nav li.xwzx_dh a i{margin:23px 3px 0 4px; background-position: 0px -80px;}
.newsbox .news_nav li.xwzx_dh a.on i{background-position: -90px -80px;}
.newsbox .news_nav li.xxgk_dh a i{margin:20px 3px 0 4px;background-position: 3px -149px;}
.newsbox .news_nav li.xxgk_dh a.on i{background-position: -87px -150px;}
.newsbox .news_nav li.wswf_dh a i{margin:23px 3px 0 4px;background-position: 3px -224px;}
.newsbox .news_nav li.wswf_dh a.on i{background-position: -90px -226px;}
.newsbox .news_nav li.zhmd_dh a i{margin:23px 3px 0 4px;background-position: 4px -298px;}
.newsbox .news_nav li.zhmd_dh a.on i{background-position: -87px -300px;}
.newsbox .news_nav li.zjss_dh a i{margin:23px 3px 0 4px; background-position: 4px -373px;}
.newsbox .news_nav li.zjss_dh a.on i{background-position: -87px -373px;}

.news_cont{ margin-left:10px; float:left; width:1040px;}
/*焦点图*/
.slideBox{width:560px; height:330px;overflow:hidden; position:relative; float:left;}
/*----------------   焦点图*/
.slideBox .hd{ height:12px; overflow:hidden; position:absolute; right:10px; bottom:14px; z-index:5; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:10px; display:block;line-height:12px; text-align:center; width:12px; height:12px; 
background:url(../images/jdt_qh.png) no-repeat; cursor:pointer; }
.slideBox .hd ul li.on{ background:url(../images/jdt_qh_button.png) no-repeat; display:block; width:12px;}
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:560px; height:330px;}  
.slideBox .bd img{width:560px; height:330px;transition: transform 0.7s ease-out 0s;-moz-transition: transform 0.7s ease-out 0s;-webkit-transform:transform 0.7s ease-out 0s;}
.slideBox .bd a:hover img{transform:scale(1.05);transition: transform 0.7s ease-out 0s; -moz-transition: transform 0.7s ease-out 0s;-webkit-transform:transform 0.7s ease-out 0s;}
/*----------------   透明背景文字*/
.jdt_wzb{position:absolute; zoom:1; left:0; bottom:0; z-index:2; width:625px; height:44px; line-height:44px; 
background:#000;opacity:0.46;filter:alpha(opacity=46); /*IE6,7,8兼容*/ overflow:hidden;}
.jdt_wz{position:absolute; left:0;bottom:0; z-index:4;width:500px; text-indent:2em; height:44px;overflow:hidden;}
.jdt_wz h3 a{line-height:44px; font-size:16px; font-size:14px; color:#FFF;font-weight:normal;}
.jdt_wz a:hover{color:#FF6B07;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev1{ position:absolute; top:45%; margin-top:-25px; display:block; width:43px; height:78px;
background:url(../images/jdt_z.png) -110px 5px no-repeat; }
.slideBox .prev1{ left:auto; left:0%; background-position:0px 0px; }
.slideBox .next1{ position:absolute; top:45%; margin-top:-25px; display:block; width:43px; height:78px;
background:url(../images/jdt_y.png) -110px 5px no-repeat; }
.slideBox .next1{ left:auto; right:0%; background-position:0px 0px; }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

/*---政务要闻list--*/
.xwboxright{width: 440px; height: 370px; overflow: hidden; float: right;}
.xwboxright dt{display: block; height: 50px; overflow: hidden;}
.xwboxright dt li{ width:110px; float:left; height:50px; line-height:50px;}
.xwboxright dt li a{display: block;font-size: 16px; color: #a2a2a2;background: #e7e7e7; overflow:hidden;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.xwboxright dt li a.on{background: #00b8ee; color: #FFFFFF;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.xwboxright dt li a i{width: 30px; height: 31px;margin:10px 5px 0 0px; display: block;float:left; background: url(../images/base.png) no-repeat; ransition: transform 0.7s ease-out 0s;-moz-transition:transform 0.7s ease-out 0s; -webkit-transition: transform 0.7s ease-out 0s;}
.xwboxright dt li a span{ display:block; float:left; height:50px; line-height:50px; width:70px;}
.xwboxright dt li a.on i{transform: rotateY(180deg);-moz-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); ransition: transform 0.7s ease-out 0s;-moz-transition:transform 0.7s ease-out 0s; -webkit-transition: transform 0.7s ease-out 0s;}
.xwboxright dt li.zwyw_dh a i{ background-position: -232px -157px;}
.xwboxright dt li.zwyw_dh a.on i{background-position:-235px -80px;}
.xwboxright dt li.bmdt_dh a i{background-position: -358px -79px;}
.xwboxright dt li.bmdt_dh a.on i{background-position: -362px -157px;}
.xwboxright dt li.xzdt_dh a i{background-position: -469px -79px;}
.xwboxright dt li.xzdt_dh a.on i{background-position: -476px -157px;}
.xwboxright dt li.ldhd_dh a i{background-position: -585px -79px;}
.xwboxright dt li.ldhd_dh a.on i{background-position: -592px -157px;}

.xwboxright dd{display: block; padding: 10px 0 0 0; height: 320px; overflow: hidden;}
.xwboxright dd li{overflow: hidden; font-size: 13px; line-height: 32px;}
.xwboxright dd li a{background: url(../images/indexnews_06.jpg) left center no-repeat; padding-left: 12px; float: left;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.xwboxright dd li a:hover{background-position: 5px center; padding-left: 17px;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.xwboxright dd li span{float: right; padding-right: 10px;}

/*信息公开*/
.xxgk_top{ height:230px; overflow:hidden;}
.xxgk_top .jcgk{ height:230px; float:left; width:440px;}
.xxgk_top .jcgk dl dt{ height:50px; line-height:50px; background:#e7e7e7;}
.xxgk_top .jcgk dl dt h3{ background:#00b8ee; height:50px; line-height:50px; width:120px; float:left;}
.xxgk_top .jcgk dl dt h3 i{display:block; float:left; width:30px; height:30px; background:url(../images/xxgk_sybanner.png) 0px 0px no-repeat; margin:10px 10px 0 10px;ransition: transform 0.7s ease-out 0s;-moz-transition:transform 0.7s ease-out 0s; -webkit-transition: transform 0.7s ease-out 0s;}
.xxgk_top .jcgk dl dt h3:hover i{animation: 3s linear 0s normal none infinite running service_inf;}
.xxgk_top .jcgk dl dt h3 a{ color:#ffffff; font-size:15px; float:left; width:70px;}
.xxgk_top .jcgk dl dt span a{ float:right; width:40px; height:40px; display:block; background:url(../images/xxgk_sybanner.png) -56px 8px no-repeat;}
.xxgk_top .jcgk dl dd ul li{overflow: hidden; font-size: 13px; line-height: 30px;}
.xxgk_top .jcgk dl dd ul li a{background:url(../images/dot2.png) left center no-repeat; padding-left: 12px; float: left;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.xxgk_top .jcgk dl dd ul li a:hover{background-position: 5px center; padding-left: 17px;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}

/*信息公开----重点信息公开*/
.xxgk_top .zdxxgk{margin-left:10px; float:left; width:260px; height:230px;}
.xxgk_top .zdxxgk dl dt{ height:50px; line-height:50px; background:#e7e7e7;}
.xxgk_top .zdxxgk dl dt h3{height:50px; line-height:50px;  float:left;}
.xxgk_top .zdxxgk dl dt h3 i{display:block; float:left; width:30px; height:30px; background:url(../images/xxgk_sybanner.png) -114px -1px no-repeat; margin:10px 10px 0 10px;ransition: transform 0.7s ease-out 0s;-moz-transition:transform 0.7s ease-out 0s; -webkit-transition: transform 0.7s ease-out 0s;}
.xxgk_top .zdxxgk dl dt h3:hover i{animation: 3s linear 0s normal none infinite running service_inf;}
.xxgk_top .zdxxgk dl dt h3 a{ color:#888888; font-size:15px; float:left; }
.xxgk_top .zdxxgk dl dd ul li{overflow: hidden; float:left; font-size: 13px; width:50%; line-height: 25px;}
.xxgk_top .zdxxgk dl dd ul li a{background:url(../images/dot2.jpg) left center no-repeat; padding-left: 12px; float: left;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.xxgk_top .zdxxgk dl dd ul li a:hover{background-position: left center; padding-left: 12px;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
/*信息公开----其他链接*/
.qt_link{ float:left; width:330px;}
.qt_link ul li{ width:100px; text-align:center;  height:50px; line-height:50px; float:left; margin-left:10px; margin-top:10px;}
.qt_link ul li a{ display:block; color:#888888; width:100px; text-align:center; background:url(../images/xxgk_navbg.jpg) center 0px no-repeat; height:50px; line-height:50px;}
.qt_link ul a:hover{color:#ffffff;background:url(../images/xxgk_navbg.jpg) center -50px no-repeat; transition: all 0.2s ease 0.1s;}
/*信息公开----信息公开导航*/
.xxgkdh{ height:117px; overflow:hidden; margin-top:20px;}
.xxgkdh .xxgkdh_left{ background:#e7e7e7; float:left; width:810px;}
.xxgkdh .xxgkzn_nav{text-align:center; height:117px; width:187px;float:left;background:url(../images/ss_img01.png) center center no-repeat;}
.xxgkdh .xxgkzn_nav i{width:50px;height:50px; margin:5px  auto 0 auto; display:block; background:url(../images/xxgk_sybanner.png) -165px 8px no-repeat; }
.xxgkdh .xxgkzn_nav a{ color:#FFFFFF; text-align:center;padding-right:20px; font-size:15px;}
.xxgkdh .xxgkdh_left .dhlb{float:left;width:540px;height:117px;}
.xxgkdh .xxgkdh_left .dhlb ul li{line-height: 36px; float:left; display: inline-block;width: 230px;margin-left: 30px;background:url(../images/dot2.png) left center no-repeat;padding-left: 10px;}
.xxgkdh .xxgkdh_left .dhlb ul li a{color: #88888;}
.xxgkdh .xxgkdh_left .dhlb ul li a:hover{color: #fb6e52;}

/*信息公开----惠民政策明白卡*/
.xxgkdh .hm_link{ width:220px; float:right; height:57px; line-height:57px; font-size:16px; text-align:center;}
.xxgkdh .hm_link ul li{height:57px; line-height:57px; background:url(../images/ss_img02.jpg) center 0px repeat-x;}
.xxgkdh .hm_link ul li:hover{background:url(../images/ss_img02.jpg) center -62px repeat-x;transition: all 0.2s ease 0.1s;}
.xxgkdh .hm_link ul li.qygsxt{margin-top:5px; background:url(../images/ss_img02.jpg) center -62px repeat-x;}
.xxgkdh .hm_link ul li.qygsxt:hover{background:url(../images/ss_img02.jpg) center 0px repeat-x;transition: all 0.2s ease 0.1s;}
.xxgkdh .hm_link ul li a{ color:#ffffff;}


/*网上服务*/
.wsfw .ggfw{ width:310px; float:left;}
.wsfw .ggfw h3{height:54px;line-height: 54px;background: #e7e7e7;text-align: center;}
.wsfw .ggfw h3 a{color:#FFFFFF;background: #00b8ee;width:128px; float:left;height:54px;line-height: 54px;}
.wsfw .ggfw .fw_lb{height:278px;margin-top:10px;}
.wsfw .ggfw .fw_lb ul li{ text-align:center; width:80px;display:inline-block; margin-left: 20px;}
.wsfw .ggfw .fw_lb ul li a i{display:block; height:50px; width:50px;margin-top:10px; background:url(../images/ggfw_banner.png) no-repeat; margin:auto; ransition: transform 0.7s ease-out 0s;-moz-transition:transform 0.7s ease-out 0s; -webkit-transition: transform 0.7s ease-out 0s;}
.wsfw .ggfw .fw_lb ul li a:hover i{transform: rotateY(180deg);-moz-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); ransition: transform 0.7s ease-out 0s;-moz-transition:transform 0.7s ease-out 0s; -webkit-transition: transform 0.7s ease-out 0s;}
.wsfw .ggfw .fw_lb ul li a span{ line-height:25px; display:block;}
.wsfw .ggfw .fw_lb ul li.li01 i{ background-position:0px 0px;}
.wsfw .ggfw .fw_lb ul li.li02 i{ background-position:-114px 0px;}
.wsfw .ggfw .fw_lb ul li.li03 i{ background-position:-114px 0px;}
.wsfw .ggfw .fw_lb ul li.li04 i{ background-position:0px -73px;}
.wsfw .ggfw .fw_lb ul li.li05 i{ background-position:-114px -73px;}
.wsfw .ggfw .fw_lb ul li.li06 i{ background-position:-229px -73px;}
.wsfw .ggfw .fw_lb ul li.li07 i{ background-position:0px -146px;}
.wsfw .ggfw .fw_lb ul li.li08 i{ background-position:-114px -146px;}
.wsfw .ggfw .fw_lb ul li.li09 i{ background-position:-229px -146px;}
.wsfw .ggfw .fw_lb ul li.li10 i{ background-position:0px -221px;}

.wsfw .wsfw-gs{float:right;position:relative;width:680px;height:370px;}
.banshi{width: 680px; height:170px;  overflow:hidden;}
 .banshi .bs_box h4{font-weight:normal; font-size:18px;}
.banshi .bs_box h4 ul{ overflow:hidden;}
 .banshi .bs_box h4 ul li{ width:225px; text-align:center; float:left;  height:50px; line-height:50px;  background: #EFEFEF; }
 .banshi .bs_box h4 ul li a{ display:block; font-family: "Helvetica Neue', Helvetica, Arial,sans-serif"; font-size: 15px;}
 .banshi .bs_box h4 ul li a:hover{ background:#01B9EF; color:#fff;}
 .banshi .bs_box h4 ul li.on a{ background: #01B9EF; color:#fff; font-size: 15px;}
 .banshi .bs_box .bs_list{margin-top: 5px; padding-top:5px; overflow: hidden;  background:#F5F5F5; height: 160px;overflow-y: auto;}
 .banshi .bs_box .bs_list ul li{float: left; font-size: 13px; height: 25px; line-height: 25px; text-align: center; width: 112px;}
 .banshi .bs_box .bs_list ul li a{display:block; font-size: 13px; font-family: "Helvetica Neue', Helvetica, Arial,sans-serif"; display: block;}
 
.cjsfw{ width: 680px; height: 127px; background-color: #F5F5F5; }
.cjsfw .cjsfw_index{ width: 105px; height: 120px; }
.cjsfw .cjsfw_neirong{width: 520px;
margin-top: 33px;}
.cjsfw .cjsfw_neirong li{float: left; margin: 5px;width: 120px;height: 60px;}
.cjsfw .cjsfw_neirong li a{color: #00B8EE; display: block; /* width: 100px; */ /* height: 50px; */ text-align: center; }
.cjsfw .cjsfw_neirong li a:hover i{transform: rotateY(180deg);-moz-transform: rotateY(180deg); -webkit-transform: rotateY(180deg);  ransition: transform 0.7s ease-out 0s;-moz-transition:transform 0.7s ease-out 0s; -webkit-transition: transform 0.7s ease-out 0s; }
.cjsfw .cjsfw_neirong .hjbl i{background: url(../images/wsfw_hjbl.png) no-repeat; width: 30px; height: 25px; display: block; margin: 0 auto; -webkit-transition: transform 0.7s ease-out 0s;} 
.cjsfw .cjsfw_neirong .hydj i{background: url(../images/wsfw_hydj.png) no-repeat; width: 30px; height: 25px; display: block; margin: 0 auto; -webkit-transition: transform 0.7s ease-out 0s;}
.cjsfw .cjsfw_neirong .dssx i{background: url(../images/wsfw_dssx.png) no-repeat; width: 30px; height: 25px; display: block; margin: 0 auto; -webkit-transition: transform 0.7s ease-out 0s;}
.cjsfw .cjsfw_neirong .fwjy i{background: url(../images/wsfw_fwjy.png) no-repeat; width: 30px; height: 25px; display: block; margin: 0 auto; -webkit-transition: transform 0.7s ease-out 0s;}
.cjsfw .cjsfw_neirong .ldjy i{background: url(../images/wsfw_ldjy.png) no-repeat; width: 30px; height: 25px; display: block; margin: 0 auto; -webkit-transition: transform 0.7s ease-out 0s;;}
.cjsfw .cjsfw_neirong .kbqy i{background: url(../images/wsfw_kbqy.png) no-repeat; width: 30px; height: 25px; display: block; margin: 0 auto; -webkit-transition: transform 0.7s ease-out 0s;}


.xzbbb { width: 410px; text-align: left; background: #fff; float: left;position: relative;}
.xzbbb .xzbbb_hd { height: 45px; line-height: 45px; background: #fff;  position: relative; }
.xzbbb .xzbbb_hd ul li { float: left; cursor: pointer;  width: 136px; height: 45px; line-height: 45px; text-align: center; font-size: 14px;background-color: #e7e7e7;}
.xzbbb .xzbbb_hd ul li.on { height: 45px; width:136px; line-height: 45px; text-align: center; background: #00b8ee; color: #fff; font-size: 15px; }
.xzbbb .xzbbb_hd ul li a { float: left; cursor: pointer; width:136px; height: 40px; line-height: 40px; text-align: center; font-size: 14px;background-color: #e7e7e7;color:#888888;}
.xzbbb .xzbbb_hd ul li.on a { height: 45px; width: 136px; line-height: 45px; text-align: center; background: #00b8ee; color: #fff; font-size: 15px; }
.xzbbb .xzbbb_bd ul {  zoom: 1;margin-top:10px;padding-left: 5px;padding-right: 5px;}
.xzbbb .xzbbb_bd li { height: 32px; line-height: 32px; }
.xzbbb .xzbbb_bd li  a{ height: 32px; line-height: 32px;color:#888;font-size:13px;}
.xzbbb .xzbbb_bd li .date { float: right;color:#888;font-size:13px;}

.cjsfw_neirong{ margin-top:10px;}
.cjsfw_neirong ul{}
.cjsfw_neirong ul li{line-height:30px;}
.xz_yc li{width: 100px; height: 52px; line-height: 52px; text-align: center; font-size: 18px;}
.xz_yc li a{ color: #ffffff;}
.xz_wssb{background-color: #ECC337;}
.xz_ztcx{background-color: #2CC0DC; margin-top: 10px;}
.xz_jggs{background-color: #FB6E52; margin-top: 10px;}

/*--政民互动--*/
.zmhd .hdjj{float:left;position:relative;width:680px;height:357px;overflow: hidden;}
.zmhd .hdjj-dc{float:right;position:relative;width:345px;height:325px;margin-bottom:10px;}
.zmhd .hdjj .qzxx{width:100%;height:54px;}
.zmhd .hdjj .qzxx .qz-con{width:100%;height:54px;background: #F4F4F4;}
.zmhd .hdjj .qzxx .qz-con span{color:red;font-size:12px;}
.qz-con .gt{ background:url(../images/dot2.png) left center no-repeat;}
.zmhd .hdjj .qzxx .qz-con .xx-lf{width:240px;height:54px;line-height: 54px;text-align: center;background: #00b8ee;float:left;}
.zmhd .hdjj .qzxx .qz-con .xx-lf a{color:#fff;font-size: 16px;}
.zmhd .hdjj .qzxx .qz-con .xx-lr{float:right;width:78px;height:27px;line-height: 27px;text-align: center;margin-left: 10px; margin-top: 12px;}
.zmhd .hdjj .zzxx {width:680px;height:305px;margin:2px auto;overflow:hidden;}
.zmhd .hdjj .zzxx .xxbt {height: 35px;}
.zmhd .hdjj .zzxx .xxbt ul {margin-top:10px;color:#f8e2d1;height:294px;}
.zmhd .hdjj .zzxx .xxbt li {background:#f8e2d1;height:33px;line-height:33px;}
.zmhd .hdjj .zzxx .xxbt-con ul li {margin-top:15px;}
.zmhd .hdjj .zzxx ul li span {float:left;}
.zmhd .hdjj .zzxx ul li span.bh {width: 116px;text-align: center;float: left;color: #888;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.zmhd .hdjj .zzxx ul li span.bt {width: 224px;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.zmhd .hdjj .zzxx ul li span.sj {width:100px;text-align:center;float:left;color:#888;}
.zmhd .hdjj .zzxx ul li span.zt {width:140px;text-align:center;float:left;color:#888;}
.zmhd .hdjj .xxbt-con ul li {height:22px;line-height:22px;}
.zmhd .hdjj-dc .ldhd{width:100%;overflow:hidden;}
.zmhd .hdjj-dc .ldhd .dt{width:100%;height:54px;background: #eaeff0;}
.zmhd .hdjj-dc .ldhd .dt h3{width:128px;height:54px;line-height: 54px;background: #00b8ee;display: block;text-align: center;}
.zmhd .hdjj-dc .ldhd h3 a{color:#FFFFFF;}
.zmhd .hdjj-dc.ldhd .ldhd-con{width:100%;height:160px;margin-top:10px;}
.zmhd .hdjj-dc .ldhd .ldhd-con ul li{height:26px;line-height: 26px;}
.zmhd .hdjj-dc .ldhd .ldhd-con ul li a{color:#888;}
.zmhd .hdjj-dc .ldhd .ldhd-con ul li a:hover{ color:#014da1;clear: both;}

/*首页网上调查、征集*/
.sydczj {height:160px; overflow:hidden;}
.sydczj .sydczj_hd { height: 40px; line-height: 40px; background: #fff;}
.sydczj .sydczj_hd ul li { float: left; cursor: pointer; padding:0 57px;height: 40px; line-height: 40px; text-align: center; font-size: 15px;background-color: #f5f5f5;color: #888888;}
.sydczj .sydczj_hd ul li.on {color: #fff;font-size: 14px;background:#00B8EE;}
.sydczj .sydczj_hd ul li a {color:#888888;}
.sydczj .sydczj_hd ul li.on a { color:#fff;}
.sydczj .sydczj_bd{ margin-top:10px;}
.sydczj .sydczj_bd li { height:30px; line-height:30px;color:#888;font-size: 15px;}
.sydczj .sydczj_bd li a{ height:30px; line-height:30px;font-size: 15px;}
.sydczj .sydczj_bd li .date { float:right;color:#888;font-size: 15px;} 
/*首页新增热点回应、访谈*/
.syzxrd {height:205px; overflow:hidden;}
.syzxrd .syzxrd_hd { height: 40px; line-height: 40px; background: #fff;}
.syzxrd .syzxrd_hd ul { float: left; position: absolute; left: 0px; height: 40px; }
.syzxrd .syzxrd_hd ul li { float: left; cursor: pointer; padding:0 57px;height: 40px; line-height: 40px; text-align: center; font-size: 15px;background-color: #f5f5f5;color: #888888;}
.syzxrd .syzxrd_hd ul li.on {color: #fff;font-size: 14px;background:#00B8EE;}
.syzxrd .syzxrd_hd ul li.on a { color:#fff;}
.syzxrd .syzxrd_bd li {height: 30px; line-height: 30px;color: #888;font-size: 15px;}
.syzxrd .syzxrd_bd li a{height: 30px; line-height: 30px;font-size: 15px;}
.syzxrd .syzxrd_bd li .date { float: right;color: #888;font-size: 15px;} 
.wlft-l img{ margin-top:5px;}
.wlft-l h4{ height:20px; line-height:20px;}
.wlft-l .jr{height:20px; line-height:20px; margin-top:5px;}
.wlft-l .jr a{ background:url(../images/dot2.png) left center no-repeat; padding-left:10px; display:block; float:left; width:150px;}

/*走进三穗*/
.zjss{ height:370px; overflow:hidden;}
.zjss .pdjj{height:173px;overflow: hidden;}
.zjss .pdjj .pdjj-lf{width:268px;height:173px;overflow: hidden;float: left;position:relative;}
.zjss .pdjj .pdjj-lf img{width:268px;height:173px;}
.zjss .pdjj .pdjj-lr{float:right;position: relative;width:757px;height:173px;margin-left:10px;}
.zjss .pdjj .pdjj-lr .lr-con{width: 100%;height:173px;}
.zjss .pdjj .pdjj-lr .lr-con .hd{ height:50px; line-height:50px; background:#F4F4F4;position:relative; }
.zjss .pdjj .pdjj-lr .lr-con .hd ul{ float:left;  position:absolute; left:0px; top:0px; height:32px; }
.zjss .pdjj .pdjj-lr .lr-con .hd ul li{ font-size:15px;float:left; width:151px;height: 50px; line-height: 50px;cursor:pointer; text-align: center; background-color: #F4F4F4; font-size: 13px;}
.zjss .pdjj .pdjj-lr .lr-con .hd ul li.on{ height:50px; color: #ffffff;background: #00b8ee;line-height: 50px; text-align: center;}
.zjss .pdjj .pdjj-lr .lr-con .hd ul li.on a{ color:#ffffff;}
.zjss .pdjj .pdjj-lr .bd{ margin-top:10px;}
.zjss .pdjj .pdjj-lr .zjss_nr{ line-height:30px;}
.zjss .pdjj .pdjj-lr .lr-con .zjss_nr ul li{ float:left; width:358px; overflow:hidden; margin-right:30px;height:30px;line-height: 30px; background:url(../images/dot2.png) left center no-repeat; padding-left:5px;}

/*图说三穗*/
.zjss .tspd{height:170px;margin-top: 17px;}
.zjss .tspd .ts{background: #f4f4f4;height:50px;}
.xztpgd{ position:relative;}
.zjss .tspd .ts h3{ float:left;width:173px;height:50px;line-height:50px;text-align: center;background: #00b8ee; font-size:15px;}
.zjss .tspd .ts h3 a{color:#fff;}
.zjss .tspd .ts span a{ float:right; margin:5px 10px  auto auto; background:url(../images/xxgk_sybanner.png) -60px 2px no-repeat; height:30px; width:30px; display:block;}
.zjss .tspd .tsss_con{ height: 120px;overflow: hidden; width:1000px; margin:0 auto;margin-top:17px;}
.zjss .tspd .tsss_con ul li{float: left;width: 185px;margin-right: 20px; position:relative;}
.zjss .tspd .tsss_con ul li a img{width: 185px;height: 110px;}
.zjss .tspd .tsss_con ul li b{display: block; height: 28px; width: 185px; background: #000000; position: absolute; left: 0; bottom: 0; z-index: 999;filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;}
.zjss .tspd .tsss_con ul li p{width: 185px; height: 28px; position: absolute; left: 0; bottom: 0; line-height: 28px; z-index: 1000; text-align: center;}
.zjss .tspd .tsss_con ul li p a{color: #FFFFFF;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.zjss .tspd .tsss_con ul li p a:hover{ font-size: 15px; transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.zjss .tspd .tsss_con ul li a:hover img{filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
		.tspd .prev1,
		.tspd .next1{ position:absolute;  top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/base.png) 0px -498px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.tspd .next1{ left:auto; right:0; background-position: -1120px -498px ; }
		.tspd .prev1:hover,
		.tspd .next1:hover{ filter:alpha(opacity=100);opacity:1;  }
		.tspd .prevStop{ display:none;  }
		.tspd.nextStop{ display:none;  }
		
/*专题专栏*/
.ztzl{ height:70px; overflow:hidden; margin-top:10px;}
.ztzl .ztzl_l{ width:100px;height:72px; overflow:hidden;}
.ztzl .ztzl_r{ margin-left:10px; width:1060px; height:70px; overflow:hidden;}
.ztzl .ztzl_r .tempWrap{width:1060px !important;}
.ztzl .ztzl_r ul li{ width:210px;margin-right:10px; height:70px; overflow:hidden; float:left;}
.ztzl .ztzl_r ul li a:hover img{filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}

.xxk{height:280px; overflow:hidden; margin-top:10px;}
/*政策文件 */
/*招考信息 */
.xxk .xxg_con{ width: 420px;float: left;}
.xxk .xxg_con .hd { height: 40px; line-height: 40px;}
.xxk .xxg_con .hd ul li { float: left; cursor: pointer;  width: 210px; height: 40px; line-height: 40px; text-align: center;font-size: 15px;background-color: #e7e7e7;}
.xxk .xxg_con .hd ul li.on { height: 40px; width: 210px; line-height: 40px; text-align: center; background: #00b8ee; color: #ffffff;}
.xxk .xxg_con .hd ul li.on a {color: #ffffff;}
.xxk .xxg_con .bd{margin-top:10px;}
.xxk .xxg_con .bd li { height: 32px; line-height: 32px; font-size:13px; text-align:right;}
.xxk .xxg_con .bd li a{ float:left;} 
.xxk .xxg_con .bd li span{ color:#888888;}
/*场景式服务 重点信息公开图片*/
.xxk .tp{float:right;width:305px; overflow:hidden;}
.xxk .tp .zdbsfw{overflow: hidden;margin-bottom:12px; height:161px;}
.xxk .tp .zdbsfw img:hover{filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}
.xxk .tp .zdxxgk{ text-align:center; height:95px; overflow:hidden; background:#39a6d9;}
.xxk .tp .zdxxgk a i{ransition: transform 0.7s ease-out 0s;-moz-transition:transform 0.7s ease-out 0s; -webkit-transition: transform 0.7s ease-out 0s;width:50px; height:60px; display:block; margin:auto; background:url(../images/zdbs_banner.png) center center no-repeat;}
.xxk .tp .zdxxgk a{ display:block; color:#ffffff; font-size:16px; height:95px; overflow:hidden;}
.xxk .tp .zdxxgk a:hover i{animation: 3s linear 0s normal none infinite running service_inf;}

/*图说三穗*/
.tpxw{height:265px;margin-top: 17px;}
.tpxw .ts{background: #e7e7e7;height:50px;}
.tpxw .ts h3{ float:left;width:173px;height:50px;line-height:50px;text-align: center; font-size:15px;}
.tpxw .ts h3.on{ background: #00b8ee;}
.tpxw .ts h3.on a{color:#fff;}
.tpxw .ts span a{ float:right; margin:5px 10px  auto auto; background:url(../images/xxgk_sybanner.png) -60px 2px no-repeat; height:30px; width:30px; display:block;}
.tpxw .tsss_con{ height: 198px;overflow: hidden; width:1050px; margin:17px auto 0 auto;}
.tpxw .tsss_con .tempWrap{width:1050px !important;}
.tpxw .tsss_con ul li{float: left;width: 252px;margin-right: 20px; position:relative;}
.tpxw .tsss_con ul li a img{width: 252px;height: 168px;}
.tpxw .tsss_con ul li p{width: 252px; height: 28px;line-height: 28px;text-align: center;}
.tpxw .tsss_con ul li p a{transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.tpxw .tsss_con ul li p a:hover{ font-size: 15px; transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.tpxw .tsss_con ul li a:hover img{filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}
.tpxw .tpxw_con{ position:relative;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
		.tpxw .sPrev1,
		.tpxw .sNext1{ position:absolute;left:0px; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/base.png) 5px -498px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.tpxw .sNext1{ left:auto; right:0; background-position: -1137px -498px ; }
		.tpxw .sPrev1:hover,
		.tpxw .sNext1:hover{ filter:alpha(opacity=100);opacity:1;  }
		.tpxw .prevStop{ display:none;  }
		.tpxw.nextStop{ display:none;  }
		
		
/*友情链接*/
.yqlj{ height:62px; background:#f2f2f2;}
.yqlj span{ display:block; float:left; font-size:13px; font-weight:bold; width:70px; text-align:center; line-height:62px; height:62px; padding-left:5px;}
.yqlj .link{ float:left; width:1050px; height:30px; margin-top:15px;}
.nice-select { width: 138px; padding: 0 10px; height: 30px; border: 1px solid #999; position: relative; float:left; margin-left:15px; background: #fff url(../images/a2.jpg) no-repeat right center; cursor: pointer; }
.nice-select input { display: block; width: 100%; height: 30px; line-height: 30px \9; border: 0; outline: 0; background: none; cursor: pointer; }
.nice-select ul { width: 100%; display: none; position: absolute; left: -1px; top: 30px; overflow: hidden; background-color: #fff; max-height: 150px; overflow-y: auto; border: 1px solid #999; z-index: 9999; }
.nice-select ul li { height: 30px; line-height: 30px; overflow: hidden; padding: 0 10px; cursor: pointer; }
.nice-select ul li.on { background-color: #e0e0e0; }
		