@charset "utf-8";
/*公共样式*/
* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
body {}
a {
  text-decoration: none;
}
/*a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}*/
a:hover {
  color: #C31C09;
  text-decoration: none;
}
img {
  border: 0;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
#header {
  width: 100%;
  background: #F7F7F7;
  height: 150px;
}
.logo {
  width: 304px;
  height: 88px;
  float: left;
  margin-top: 30px;
}
.title_img {
  width: 425px;
  height: 41px;
  float: left;
  margin-top: 52px;
  margin-left: 200px;
}
.rightpart {
  float: right;
  width: 440px;
  height: 100px;
  margin-top: 35px;
}
.righttop {
  color: #C6C6C6;
  height: 30px
}
.righttop a:link {
  color: #C6C6C6;
}
.righttop a:visited {
  color: #C6C6C6;
}
.righttop a:hover {
  color: #015293;
}
.righttop ul {
  float: right;
}
.righttop ul li {
  float: left;
  margin-right: 10px;
  list-style-type: none;
  line-height: 25px;
}
.search {
  margin-top: 5px
}
.DivSelect {
  float: left;
}
#nav {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-bottom: 1px solid #BABABA;
}
#nav li {
  width: 150px;
  line-height: 50px;
  float: left;
  text-indent: 55px;
  font-size: 18px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-ransition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#nav li:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-ransition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#nav li a {
  color: #015293;
  display: block;
}
#nav li a:hover {
  color: #BB2335;
}
#nav li:first-child {
  background: url("../images/dh_sy1.png") no-repeat 15px 14px;
}
#nav li:first-child:hover {
  background: url("../images/dh_sy.png") no-repeat 15px 14px;
}
#nav li:nth-child(2) {
  background: url("../images/dh_ywdt.png") no-repeat 15px 14px;
}
#nav li:nth-child(2):hover {
  background: url("../images/dh_ywdt1.png") no-repeat 15px 14px;
}
#nav li:nth-child(3) {
  background: url("../images/dh_zwgk.png") no-repeat 15px 14px;
}
#nav li:nth-child(3):hover {
  background: url("../images/dh_zwgk1.png") no-repeat 15px 14px;
}
#nav li:nth-child(4) {
  background: url("../images/dh_zxfw.png") no-repeat 15px 14px;
}
#nav li:nth-child(4):hover {
  background: url("../images/dh_zxfw1.png") no-repeat 15px 14px;
}
#nav li:nth-child(5) {
  background: url("../images/dh_zmhd.png") no-repeat 15px 14px;
}
#nav li:nth-child(5):hover {
  background: url("../images/dh_zmhd1.png") no-repeat 15px 14px;
}
#nav li:nth-child(6) {
  background: url("../images/dh_zjsg.png") no-repeat 15px 14px;
}
#nav li:nth-child(6):hover {
  background: url("../images/dh_zjsg1.png") no-repeat 15px 14px;
}
#nav li:nth-child(7) {
  background: url("../images/dh_sjkf.png") no-repeat 15px 14px;
}
#nav li:nth-child(7):hover {
  background: url("../images/dh_sjkf1.png") no-repeat 15px 14px;
}
#nav li:last-child {
  background: url("../images/dh_bmdh.png") no-repeat 15px 14px;
}
#nav li:last-child:hover {
  background: url("../images/dh_bmdh1.png") no-repeat 15px 14px;
}
.ywdt_current {
  background: url("../images/dh_ywdt1.png") no-repeat 15px 14px !important;
}
.ywdt_current a {
  color: #BB2335 !important;
}
.zxfw_current {
  background: url("../images/dh_zxfw1.png") no-repeat 15px 14px !important;
  color: #BB2335;
}
.zxfw_current a {
  color: #BB2335 !important;
}
.zmhd_current {
  background: url("../images/dh_zmhd1.png") no-repeat 15px 14px !important;
  color: #BB2335;
}
.zmhd_current a {
  color: #BB2335 !important;
}
.zjsg_current {
  background: url("../images/dh_zjsg1.png") no-repeat 15px 14px !important;
  color: #BB2335;
}
.zjsg_current a {
  color: #BB2335 !important;
}
.bmdh_current {
  background: url("../images/dh_bmdh1.png") no-repeat 15px 14px !important;
  color: #BB2335;
}
.bmdh_current a {
  color: #BB2335 !important;
}
/*随手拍二维码标签*/
.weixin {
  position: relative;
  float: right;
  position: relative;
  right: 0px
}
.weixin .weixin_nr {
  width: 100px;
  height: 100px;
  padding: 5px;
  background: #fff;
  text-align: center;
  position: absolute;
  left: 140px;
  top: 40px;
  display: none;
  z-index: 1000
}
.weixin .weixin_nr img {
  margin-bottom: 5px;
  position: relative;
  left: 0px;
}
.weixin .weixin_nr .arrow {
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 40px;
  top: -10px;
}
.weixin.on .weixin_nr {
  display: block;
  position: absolute;
  left: -35px;
}
.wza a {
  background-image: url(wza.png);
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: block;
}
.wza a:hover {
  background-image: url(wza1.png);
  background-repeat: no-repeat;
}
.gldxx a {
  background-image: url(gldxx.png);
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: block;
}
.gldxx a:hover {
  background-image: url(gldxx1.png);
  background-repeat: no-repeat;
}
.zhzw a {
  background-image: url(zhzw.png);
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: block;
}
.zhzw a:hover {
  background-image: url(zhzw1.png);
  background-repeat: no-repeat;
}
.item {
  width: 120px;
  height: 35px;
  border-right: 1px solid #E4E4E4;
}
#zwfwsx {
  width: 100%;
  height: 350px;
  background: #F7F7F7;
  overflow: hidden;
}
.new_box {
  width: 100%;
  background: #F7F7F7;
  overflow: hidden;
  margin-bottom: 20px;
}
.news {
  width: 1200px;
  margin: 15px auto;
  overflow: hidden;
}
/*幻灯*/
.hd {
  width: 675px;
  height: 380px;
  background: #01aeef;
  float: left;
}
.hdnews {
  width: 675px;
  height: 380px;
  float: left;
}
/*新闻幻灯开始*/
.banner_0 {
  Z-INDEX: 100;
  POSITION: relative;
  MIN-HEIGHT: 335px;
}
.banner_0_top {
  HEIGHT: 380px;
  BACKGROUND: #fff
}
.banner_0_top LI {
  POSITION: absolute;
  TEXT-ALIGN: center;
  WIDTH: 640px;
  TOP: 0px;
  LEFT: 0px;
  list-style-type: none;
}
.banner_0_top LI IMG {
  POSITION: relative;
  WIDTH: 675px;
  HEIGHT: 380px
}
.banner_0_top LI .tit {
  POSITION: absolute;
  TEXT-ALIGN: center;
  PADDING-BOTTOM: 8px;
  PADDING-LEFT: 0px;
  WIDTH: 675px;
  BOTTOM: 4px;
  + BOTTOM: 3px;
  PADDING-RIGHT: 0px;
  BACKGROUND: url(../images/new_alpha_h.png);
  FONT-SIZE: 120%;
  PADDING-TOP: 8px;
  LEFT: 0px;
  font-size: 16px;
}
.banner_0_top LI .tit a:link {
  color: #FFFFFF;
  text-decoration: none;
}
.banner_0_top LI .tit a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.banner_0_top LI .tit a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.banner_0_top LI .tit A {
  COLOR: #fff;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 632px;
  display: block;
  margin: 0 auto;
}
.banner_0_top LI .tit A:hover {
  TEXT-DECORATION: underline
}
.banner_0_top LI .p {
  TEXT-ALIGN: left;
  PADDING-BOTTOM: 5px;
  LINE-HEIGHT: 1.5;
  MIN-HEIGHT: 50px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  BACKGROUND: #fff;
  PADDING-TOP: 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}
.banner_0_top LI .p A {
  PADDING-BOTTOM: 0px;
  TEXT-INDENT: 30px;
  PADDING-LEFT: 10px;
  PADDING-RIGHT: 10px;
  DISPLAY: inline-block;
  PADDING-TOP: 0
}
.banner_0_bottom {
  Z-INDEX: 20;
  POSITION: absolute;
  TEXT-ALIGN: center;
  WIDTH: 632px;
  BOTTOM: 45px;
  LEFT: 0
}
.banner_0_bottom SPAN {
  MARGIN: 0px 5px;
  WIDTH: 12px;
  DISPLAY: inline-block;
  BACKGROUND: url(../images/new_html55.png) no-repeat left top;
  HEIGHT: 12px;
  CURSOR: pointer;
}
.banner_0_bottom SPAN.on {
  BACKGROUND: url(../images/new_html55.png) no-repeat right top
}
.banner_0 .next {
  Z-INDEX: 20;
  POSITION: absolute;
  WIDTH: 35px;
  BACKGROUND: url(../images/new_bon_01.png) no-repeat;
  HEIGHT: 60px;
  CURSOR: pointer;
  TOP: 45%;
  LEFT: 0px;
  opacity: 0.7
}
.banner_0 .por {
  Z-INDEX: 20;
  POSITION: absolute;
  WIDTH: 35px;
  BACKGROUND: url(../images/new_bon_03.png) no-repeat;
  HEIGHT: 60px;
  CURSOR: pointer;
  RIGHT: 0px;
  TOP: 45%;
  opacity: 0.7
}
.banner_0 .next:hover {
  Z-INDEX: 20;
  POSITION: absolute;
  WIDTH: 35px;
  BACKGROUND: url(../images/new_bon_02.png) no-repeat;
  HEIGHT: 60px;
  CURSOR: pointer;
  TOP: 45%;
  LEFT: 0px
}
.banner_0 .por:hover {
  Z-INDEX: 20;
  POSITION: absolute;
  WIDTH: 35px;
  BACKGROUND: url(../images/new_bon_04.png) no-repeat;
  HEIGHT: 60px;
  CURSOR: pointer;
  RIGHT: 0px;
  TOP: 45%
}
/*新闻幻灯结束*/
.jryw {
  width: 525px;
  height: 380px;
  background: #ffffff;
  float: left;
}
.jryw .title {
  height: 50px;
  width: 485px;
  margin: 0 auto;
  border-bottom: 1px solid #CFCFCF;
}
.jryw .title a {
  color: #A1A1A1;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  float: right;
}
.jryw .title a img {
  display: block;
  margin-right: 10px;
  float: left;
  margin-top: 16px;
}
.jryw .title h2 {
  font-size: 24px;
  color: #BA2234;
  line-height: 50px;
  float: left;
  font-weight: normal;
}
.jryw .title h2 a {
  font-size: 24px;
  color: #BA2234;
  line-height: 50px;
  float: left;
  margin-left: 0px;
  font-weight: normal;
}
.Headlines h2 {
  color: #005292;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
}
.Headlines a {
  color: #BA2234;
}
.Headlines p {
  font-size: 16px;
  color: #9F9F9F;
  line-height: 30px;
  width: 485px;
  margin: 0 auto;
  text-indent: 2em;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.jryw .jryw_list {
  width: 485px;
  margin: 0 auto;
}
.jryw .jryw_list li {
  line-height: 40px;
  font-size: 18px;
  color: #000000;
  text-align: left;
  text-indent: 28px;
  background: url(../images/list_img1.png)no-repeat 5px 16px;
}
.jryw .jryw_list li span {
  float: right;
  color: #9F9F9F;
}
/*新闻tab*/
#new_Tab {
  width: 795px;
  float: left;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  overflow: hidden
}
/*菜单class*/
.lib_tabborder {}
.lib_Menubox {
  height: 34px;
  line-height: 34px;
  position: relative;
}
.lib_Menubox ul {
  margin: 0px;
  width: 100%;
  padding: 0px;
  list-style: none;
  position: absolute;
  left: 0;
  height: 34px;
  text-align: center;
  border-bottom: 1px solid #CFCFCF
}
.lib_Menubox li {
  float: left;
  display: block;
  padding: 0 34px 0 0;
  margin-right: 34px;
  text-align: left;
  border-right: 1px solid #CFCFCF;
  font-size: 24px;
  cursor: pointer;
  color: #A1A1A1;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
}
.lib_Menubox li a {
  color: #A1A1A1;
}
.lib_Menubox li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.lib_Menubox li.hover a {
  color: #BB2335;
}
.lib_Contentbox {
  clear: both;
  margin-top: 0px;
  border-top: none;
  text-align: center;
}
.lib_Contentbox li {
  text-align: left;
  border-bottom: 1px dashed #CFCFCF;
  margin-top: 10px;
  height: 146px;
}
.lib_Contentbox li:last-child {
  border-bottom: none;
}
.lib_Contentbox li a {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
}
.lib_Contentbox li p {
  color: #9F9F9F;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}
/*#con_one_4{*/
/*height: 790px;*/
/*overflow: hidden;*/
/*}*/
/*#con_one_4 ul{*/
/*margin-top: 10px;*/
/*}*/
/*#con_one_4 li{*/
/*float: left;*/
/*width: 245px;*/
/*height: 170px;*/
/*margin:10px 10px;*/
/*border-bottom: 0;*/
/*line-height: 25px;*/
/*font-size: 16px;*/
/*text-align: center;*/
/*}*/
/*#con_one_4 li img{*/
/*width: 245px;*/
/*height: 150px;*/
/*}*/
.xwzx_right {
  width: 390px;
  height: 815px;
  float: left;
  border-left: 1px solid #CFCFCF;
  margin-left: 15px;
  padding-left: 15px;
}
.xwzx_right .title {
  font-size: 24px;
  color: #BB2335;
  font-weight: normal;
  height: 34px;
  line-height: 24px;
  border-bottom: 1px solid #CFCFCF;
}
.xwzx_right .title a {
  font-size: 24px;
  color: #BB2335;
}
.xwzx_right .jrxx_list ul {
  margin: 10px 0;
}
.xwzx_right .jrxx_list li {
  line-height: 40px;
  font-size: 18px;
  color: #000000;
  text-align: left;
  text-indent: 28px;
  background: url(../images/list_img1.png)no-repeat 5px 16px;
}
.xwzx_right .jrxx_list li span {
  float: right;
  color: #9F9F9F;
  margin-right: 20px;
}
.xwzx_right .sgxw_list li {
  line-height: 40px;
  font-size: 18px;
  color: #000000;
  text-align: left;
  float: left;
  margin-right: 40px;
  text-indent: 28px;
  background: url(../images/lmy/sgxw_img.png)no-repeat 5px 16px;
}
.xwzx_right .sgxw_list li:nth-child(even) {
  margin-right: 0;
}
/*专题专栏*/
.ztzl {
  width: 100%;
  height: 252px;
  background: #F7F7F7;
  overflow: hidden;
}
.ztzl .title {
  font-size: 24px;
  line-height: 70px;
  color: #015193;
  font-weight: bold;
}
.ztzl .title a {
  color: #015193;
}
.rollBox {
  height: 160px;
  margin: 0 auto;
  width: 1310px;
  overflow: hidden
}
.rollBox .jslogo {
  height: 68px;
  width: 120px;
  border: 0px;
  padding: 1px
}
.rollBox .scrollcon {
  width: 1310px;
  height: 160px;
  top: 1px;
  left: 120px;
  overflow: hidden
}
.rollBox .LeftBotton {
  height: 43px;
  width: 28px;
  background: url(left-button.png) no-repeat 0px 0;
  overflow: hidden;
  float: left;
  display: inline;
  margin: 60px 27px 0 0;
  cursor: pointer;
}
.rollBox .RightBotton {
  height: 43px;
  width: 28px;
  background: url(right-button.png)no-repeat 0px 0;
  overflow: hidden;
  float: left;
  display: inline;
  margin: 60px 0 0 27px;
  cursor: pointer;
  text-align: right
}
.rollBox .Cont {
  width: 1200px;
  overflow: hidden;
  float: left;
  height: 160px;
}
.rollBox .ScrCont {
  width: 10000000px;
}
.rollBox .Cont .pic {
  width: 285px;
  height: 160px;
  overflow: hidden;
  float: left;
  margin: 0 20px 0 0;
}
.rollBox .Cont .pic img {
  background: #fff;
  display: block;
}
.rollBox #List1, .rollBox #List2 {
  float: left;
}
/*政民互动样式*/
.hd_img {
  margin: 20px auto;
  overflow: hidden;
}
.hd_img img {
  display: block;
}
.hd_img a {
  display: block;
  float: left;
  margin-right: 20px;
}
.hd_img a:last-child {
  margin-right: 0;
}
.msxx {
  width: 1200px;
  float: left;
}
.msxx .search {
  width: 929px;
  height: 50px;
  float: left;
  line-height: 50px;
  margin-top: 0;
  background: #EEEEEE;
}
.msxx .search input[type=text] {
  width: 175px;
  height: 30px;
  border: 1px solid #DDDDDD;
  background: #F7F7F7;
  margin: 0 10px;
}
.msxx .search select {
  width: 155px;
  height: 30px;
  border: 1px solid #DDDDDD;
  background: #F7F7F7;
  margin: 0 10px;
}
.msxx .search input[type=button] {
  padding: 0 10px;
  height: 30px;
  background: #BA2234;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  font-size: 16px;
}
.msxx .search img {
  margin: 10px 10px 0 20px;
  float: left;
}
.msxx .search a {
  padding: 4.5px 10px;
  height: 30px;
  background: #BA2234;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
.bjxx {
  width: 450px;
  height: 480px;
  float: left;
  margin-left: 30px;
}
/*新闻tab*/
#sgms {
  width: 1200px;
  float: left;
  padding: 0px;
  margin: 0 auto 20px auto;
  overflow: hidden
}
#hfrx {
  width: 720px;
  float: left;
  padding: 0px;
  margin: 10px auto;
  overflow: hidden
}
#yjzj {
  width: 450px;
  float: left;
  padding: 0px;
  margin: 10px auto;
  overflow: hidden;
  margin-left: 30px;
}
/*菜单class*/
.lib_tabborder1 {}
.lib_Menubox1 {
  height: 34px;
  line-height: 34px;
  position: relative;
}
.lib_Menubox1 ul {
  margin: 0px;
  width: 100%;
  padding: 0px;
  list-style: none;
  position: absolute;
  left: 0;
  height: 34px;
  text-align: center;
  border-bottom: 1px solid #CFCFCF
}
.lib_Menubox1 li {
  float: left;
  display: block;
  padding: 0 34px 0 0;
  margin-right: 34px;
  text-align: left;
  border-right: 1px solid #CFCFCF;
  font-size: 24px;
  cursor: pointer;
  color: #A1A1A1;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
}
.lib_Menubox1 li a {
  color: #A1A1A1;
}
.lib_Menubox1 li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.lib_Menubox1 li.hover a {
  color: #BB2335;
}
.lib_Contentbox1 {
  clear: both;
  margin-top: 0px;
  border-top: none;
  text-align: center;
}
.lib_Contentbox1 table {
  width: 100%;
}
.lib_Contentbox1 table th {
  border-bottom: 1px solid #EEEEEE;
  background: #F7F7F7;
  color: #222;
  height: 40px;
  font-weight: normal;
}
.lib_Contentbox1 table td {
  height: 50px;
  border-bottom: 1px solid #EEEEEE;
}
.lib_Contentbox1 table tr:nth-child(odd) {
  background: #FBFBFB;
}
/*诉求通道*/
.sqtd {
  float: left;
  width: 720px;
  height: 168px;
  margin: 0 auto 20px auto;
}
.sqtd .title {
  width: 50px;
  height: 168px;
  float: left;
  background: #005292;
  color: #ffffff;
  font-size: 24px;
  padding-left: 2px;
  padding-top: 20px;
  text-align: center;
}
.sqtd .list {
  margin-left: 30px;
  float: left;
  height: 168px;
  width: 640px;
  overflow: hidden;
}
.sqtd .list li {
  float: left;
  width: 213px;
  height: 84px;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  text-align: center;
}
.sqtd .list li a {
  display: block;
  width: 100%;
  line-height: 125px;
}
.sqtd .list li:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-ransition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sqtd .list li:nth-child(3n+3) {
  border-right: none;
}
.sqtd .list li:nth-child(n+4) {
  border-bottom: none;
}
.sqtd .list li:first-child {
  background: url("../images/zmhd/bdrx.png")no-repeat center 10px;
}
.sqtd .list li:first-child:hover {
  background: url("../images/zmhd/bdrx1.png")no-repeat center 10px;
}
.sqtd .list li:nth-child(2) {
  background: url("../images/zmhd/wxsq.png")no-repeat center 10px;
}
.sqtd .list li:nth-child(2):hover {
  background: url("../images/zmhd/wxsq1.png")no-repeat center 10px;
}
.sqtd .list li:nth-child(3) {
  background: url("../images/zmhd/wbsq.png")no-repeat center 10px;
}
.sqtd .list li:nth-child(3):hover {
  background: url("../images/zmhd/wbsq1.png")no-repeat center 10px;
}
.sqtd .list li:nth-child(4) {
  background: url("../images/zmhd/mtsq.png")no-repeat center 10px;
}
.sqtd .list li:nth-child(4):hover {
  background: url("../images/zmhd/mtsq1.png")no-repeat center 10px;
}
.sqtd .list li:nth-child(5) {
  background: url("../images/zmhd/szxx.png")no-repeat center 10px;
}
.sqtd .list li:nth-child(5):hover {
  background: url("../images/zmhd/szxx1.png")no-repeat center 10px;
}
.sqtd .list li:nth-child(6) {
  background: url("../images/zmhd/sqfk.png")no-repeat center 10px;
}
.sqtd .list li:nth-child(6):hover {
  background: url("../images/zmhd/sqfk1.png")no-repeat center 10px;
}
.sqtd .title .d3 {
  margin-left: 44px;
  float: left;
  width: 0;
  height: 0;
  position: relative;
  right: -4px;
  top: -120px;
  border-top: 20px solid #005292;
  border-right: 20px solid transparent;
}
.msrk {
  width: 450px;
  height: 164px;
  float: left;
  margin-left: 30px;
}
.msrk li {
  width: 205px;
  height: 68px;
  float: left;
  margin: 10px;
  font-size: 20px;
  line-height: 60px;
  border: 5px solid #F7F7F7;
  text-indent: 90px;
}
.msrk li a {
  color: #000;
  display: block;
}
.msrk li:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-ransition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.msrk li:hover a {
  color: #ffffff;
}
.msrk li:first-child {
  background: url("../images/zmhd/zxqz.png")no-repeat 30px center;
}
.msrk li:first-child:hover {
  background: url("../images/zmhd/zxqz1.png")no-repeat 30px center #3E97DF;
}
.msrk li:nth-child(2) {
  background: url("../images/zmhd/jyxc.png")no-repeat 30px center;
}
.msrk li:nth-child(2):hover {
  background: url("../images/zmhd/jyxc1.png")no-repeat 30px center #3E97DF;
}
.msrk li:nth-child(3) {
  background: url(bszx.png)no-repeat 30px center;
}
.msrk li:nth-child(3):hover {
  background: url("../images/zmhd/bszx1.png")no-repeat 30px center #3E97DF;
}
.msrk li:nth-child(4) {
  background: url("../images/zmhd/wsxf.png")no-repeat 30px center;
}
.msrk li:nth-child(4):hover {
  background: url("../images/zmhd/wsxf1.png")no-repeat 30px center #3E97DF;
}
/*行风热线*/
.hfrx_main {
  margin: 20px auto 0 auto;
}
.hfrx_main .img {
  width: 306px;
  height: 206px;
  display: block;
  float: left;
  margin-right: 20px;
}
.hfrx_main .right {
  width: 394px;
  float: left;
  text-align: left;
  font-size: 18px;
  line-height: 40px;
}
.wqhg {
  width: 167px;
  height: 40px;
  float: left;
  border: 2px solid #005292;
  margin-right: 40px;
  line-height: 38px;
  margin-top: 6px;
}
.ndjh {
  float: left;
  width: 167px;
  line-height: 38px;
  height: 40px;
  border: 2px solid #BA2234;
  margin-top: 6px;
}
.wqhg span {
  height: 38px;
  width: 40px;
  float: left;
  background: #005292;
  margin-right: 20px;
}
.wqhg span img {
  display: block;
  float: left;
  margin-left: 7px;
  margin-top: 5px;
}
.ndjh span {
  height: 38px;
  float: left;
  width: 40px;
  background: #BA2234;
  margin-right: 20px;
}
.ndjh span img {
  display: block;
  float: left;
  margin-left: 7px;
  margin-top: 5px;
}
.zdrw {
  display: flex;
  justify-content: center;
  align-items: Center;
  color: #2678CA;
  width: 228px;
  float: right;
  font-size: 24px;
  line-height: 24px;
  margin-right: 20px;
}
.zdrw a {
  color: #2678CA;
}
.zdrw img {
  margin-right: 10px;
}
/*百姓关注*/
.bxgz {
  margin: 20px auto 0 auto;
}
.bxgz li {
  width: 226px;
  float: left;
  height: 206px;
  margin-right: 20px;
}
.bxgz li:last-child {
  margin-right: 0;
}
.bxgz li img {
  width: 226px;
  height: 182px;
}
.yjzj {
  margin-top: 11px;
}
.yjzj li {
  font-size: 18px;
  line-height: 45px;
  text-align: left;
}
.yjzj li span {
  width: 70px;
  height: 25px;
  line-height: 25px;
  margin-top: 8px;
  font-size: 16px;
  background: #005292;
  color: #ffffff;
  display: block;
  float: left;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}
/*政民互动新闻列表*/
.zmhd_news {
  width: 100%;
  height: 280px;
  background: #F7F7F7;
}
.xwfbh, .tzh, .zfkfr {
  float: left;
  margin-right: 20px;
  width: 386px;
}
.zfkfr {
  margin-right: 0px;
}
.xwfbh .title, .tzh .title, .zfkfr .title {
  font-size: 24px;
  line-height: 24px;
  height: 34px;
  color: #BB2335;
  border-bottom: 1px solid #CFCFCF;
  margin-top: 20px;
}
.xwfbh .title a, .tzh .title a, .zfkfr .title a {
  color: #BB2335;
}
.xwfbh .list, .tzh .list, .zfkfr .list {
  margin: 10px auto;
}
.xwfbh .list li, .tzh .list li, .zfkfr .list li {
  line-height: 40px;
  font-size: 18px;
  color: #000000;
  text-align: left;
  text-indent: 28px;
  background: url("../images/list_img1.png")no-repeat 5px 16px;
}
/*走进寿光*/
.sgjj {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: url(zjcl_bg.jpg)no-repeat center center;
}
.sggk {
  width: 1200px;
  height: 318px;
  margin: 45px auto 0 auto;
  background: rgba(255, 255, 255, 0.9);
}
.sggk img {
  display: block;
  float: left;
  margin: 38px 50px 0 50px;
}
.sggk .right {
  width: 640px;
  float: left;
}
.sggk .right .title {
  height: 50px;
  font-size: 24px;
  color: #000000;
  line-height: 50px;
  border-bottom: 1px solid #BBBBBB;
  margin-top: 20px;
}
.sggk .right .title span {
  width: 6px;
  height: 30px;
  margin-top: 11px;
  display: block;
  background: #BA2234;
  float: left;
  margin-right: 10px;
}
.sggk .right p {
  font-size: 18px;
  line-height: 40px;
  text-align: justify;
  text-indent: 2em;
  margin-top: 10px;
}
.sggk .right li {
  width: 127px;
  height: 40px;
  border: 1px solid #000000;
  float: left;
  margin-right: 20px;
  text-align: center;
  line-height: 40px;
  background: #F7F7F7;
}
.sggk .right li a {
  color: #000000;
  display: block;
}
.sggk .right li:hover {
  color: #ffffff;
  background: #005292;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-ransition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sggk .right li:hover a {
  color: #ffffff;
}
.sggk .right ul {
  margin-top: 10px;
}
/*领导班子*/
.ldbz {
  width: 400px;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ldbz .list {
  border: 1px solid #EEEEEE;
  height: 160px;
  width: 400px;
}
.ldbz .list ul {
  margin-top: 10px;
  margin-left: 10px;
}
.ldbz .list li {
  width: 170px;
  height: 50px;
  float: left;
  margin: 10px;
  line-height: 50px;
  text-align: left;
  text-indent: 80px;
  background: url("../images/zjsg/guohui.png")no-repeat 30px 10px #F7F7F7;
}
.ldbz .list li:hover {
  color: #ffffff;
  background: url("../images/zjsg/guohui.png")no-repeat 30px 10px #f2f2f2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-ransition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tplb {
  float: left;
  margin-left: 10px;
  margin-top: 50px;
}
.tplb li {
  float: left;
  padding: 5px;
  border: 1px solid #EEEEEE;
  margin-left: 15px;
}
.tplb li img {
  width: 170px;
  height: 155px;
  display: block;
}
.tplb li:hover {
  -webkit-animation: 1s ease-out backwards;
  -moz-animation: 1s ease-out backwards;
  -ms-animation: 1s ease-out backwards;
  animation: 1s ease-out backwards;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
}
/* 弹跳 */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-30px);
  }
  60% {
    -ms-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/*投资寿光*/
.tzsg {
  width: 100%;
  height: 430px;
  overflow: hidden;
  background: #F7F7F7;
}
.tzsg .title {
  margin-top: 30px;
  background: url(tzsgtitle_bg.png)repeat-x center;
}
.tzsg .title span {
  display: block;
  margin: 0 auto;
  background: #F7F7F7;
  width: 180px;
  text-align: center;
}
.tzsg .list {
  width: 100%;
  overflow: hidden;
}
.rollBox1 {
  height: 320px;
  margin: 20px auto;
  width: 1335px;
  overflow: hidden
}
.rollBox1 .jslogo {
  height: 68px;
  width: 120px;
  border: 0px;
  padding: 1px
}
.rollBox1 .scrollcon {
  width: 1335px;
  height: 320px;
  top: 1px;
  left: 120px;
  overflow: hidden
}
.rollBox1 .LeftBotton {
  height: 81px;
  width: 40px;
  background: url(left.png) no-repeat 0px 0;
  overflow: hidden;
  float: left;
  display: inline;
  margin: 90px 27px 0 0;
  cursor: pointer;
}
.rollBox1 .RightBotton {
  height: 81px;
  width: 40px;
  background: url(right.png)no-repeat 0px 0;
  overflow: hidden;
  float: left;
  display: inline;
  margin: 90px 0 0 27px;
  cursor: pointer;
  text-align: right
}
.rollBox1 .Cont {
  width: 1200px;
  overflow: hidden;
  float: left;
  height: 320px;
}
.rollBox1 .ScrCont {
  width: 10000000px;
}
.rollBox1 .Cont .pic {
  width: 300px;
  overflow: hidden;
  float: left;
  padding: 0 20px;
}
.rollBox1 .Cont .pic h2 {
  color: #005292;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
}
.rollBox1 .Cont .pic p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 30px;
  text-align: justify;
  color: #000000;
}
.rollBox1 .Cont .pic span {
  border-radius: 84px;
  width: 169px;
  height: 169px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.rollBox1 .Cont .pic img {
  width: 169px;
  height: 169px;
  display: block;
  -webkit-transition: ALL 0.5s linear;
  -moz-transition: ALL 0.5s linear;
  -ms-ransition: ALL 0.5s linear;
  -o-transition: ALL 0.5s linear;
  transition: ALL 0.5s linear;
}
.rollBox1 .Cont .pic:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transition: ALL 0.5s linear;
  -moz-transition: ALL 0.5s linear;
  -ms-ransition: ALL 0.5s linear;
  -o-transition: ALL 0.5s linear;
  transition: ALL 0.5s linear;
}
.rollBox1 #List1, .rollBox #List2 {
  float: left;
}
.lysg .title {
  height: 50px;
  line-height: 50px;
  margin: 20px auto;
  border-bottom: 1px solid #EEEEEE;
}
.lysg .title span {
  display: block;
  width: 140px;
  height: 50px;
  border-bottom: 2px solid #BA2234;
  overflow: hidden;
}
.lysg .title span img {
  display: block;
  margin-top: 5px;
}
/*游在寿光手风琴标签*/
.fold_wrap {
  width: 1200px;
  height: 260px;
  margin: 0 auto;
  overflow: hidden;
}
.fold_wrap li {
  float: left;
  width: 130px;
  height: 260px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.fold_wrap li .mask_b {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .3);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4F000000, endcolorstr=#4F000000);
  _background: #B2B2B2;
}
.fold_wrap li.active .mask_b {
  background: none;
}
.fold_wrap li .mask_b span {
  color: #fff;
  width: 30px;
  margin: 0 auto;
  display: block;
  font-size: 20px;
  font-family: "微软雅黑";
  position: relative;
  padding: 50px 0 0 0;
  text-align: center
}
.fold_wrap li.big {
  width: 322px;
}
.fold_wrap li .adv_intro {
  width: 92%;
  height: 40px;
  padding: 5px 4%;
  position: absolute;
  left: 0;
  bottom: -50px;
  background: #37D;
  color: #FFF;
  overflow: hidden;
}
.adv_intro_show {
  bottom: 0 !important;
  transition: bottom 0.3s linear 0.3s;
  -webkit-transition: bottom 0.3s linear 0.3s;
}
.pic_auto {
  width: 100%;
  height: 100%;
}
.pic_auto1 {
  background: url(../images/zjsg/new_czsg1.png) no-repeat center 0;
}
.pic_auto2 {
  background: url(../images/zjsg/new_zzsg1.png) no-repeat center 0;
}
.pic_auto3 {
  background: url(../images/zjsg/new_yzsg1.png) no-repeat center 0;
}
.pic_auto4 {
  background: url(../images/zjsg/new_gzsg1.png) no-repeat center 0;
}
.pic_auto5 {
  background: url(../images/zjsg/new_lxxl1.png) no-repeat center 0;
}
.pic_auto6 {
  background: url(../images/zjsg/new_lxst1.png) no-repeat center 0;
}
.pic_auto7 {
  background: url(../images/zjsg/new_jdtp1.png) no-repeat center 0;
}
/*图说寿光*/
.tssg {
  width: 830px;
  float: left;
}
.tssg .title {
  margin-top: 30px;
  background: url(tzsgtitle_bg.png)repeat-x center;
}
.tssg .title span {
  display: block;
    margin: 0 auto;
    background: #F7F7F7;
    width: 180px;
    text-align: center;
}
.tssg .title span img {
  display: block;
  margin-top: 5px;
}
.index_zhuanjia {
  width: 1200px;
  overflow: hidden;
  margin: 20px auto 20px auto;
  float: left;
}
.index_zhuanjia_pic {
  width: 850px;
  height: 385px;
  overflow: hidden;
  float: left;
  position: relative;
}
.index_zhuanjia_pic ul {
  height: 385px;
  position: absolute;
  left: 0;
}
.index_zhuanjia_pic li {
  width: 850px;
  height: 385px;
  overflow: hidden;
  position: relative;
  float: left;
}
.index_zhuanjia_left_inc {
  width: 32px;
  height: 41px;
  position: absolute;
  left: 0px;
  top: 170px;
  cursor: pointer;
  background: url(http://www.17sucai.com/preview/775074/2017-11-28/tp/images/float_left_inc.png) left top no-repeat;
  z-index: 9
}
.index_zhuanjia_right_inc {
  width: 32px;
  height: 41px;
  position: absolute;
  right: 0px;
  top: 170px;
  cursor: pointer;
  background: url(http://www.17sucai.com/preview/775074/2017-11-28/tp/images/float_right_inc.png) left top no-repeat;
  z-index: 9
}
.index_zhuanjia_list {
  width: 310px;
  height: 388px;
  overflow: hidden;
  float: right;
}
.index_zhuanjia_lists {
  width: 210px;
  height: 330px;
  overflow: hidden;
  position: relative;
}
.index_zhuanjia_lists ul {
  width: 210px;
  height: 330px;
  position: absolute;
  padding-bottom: 9px;
}
.index_zhuanjia_lists ul li {
  width: 210px;
  height: 83px;
  position: relative;
}
.index_zhuanjia_lists ul li.on dd img {
  width: 72px;
  height: 72px;
  padding: 4px;
  border: 1px #005292 solid;
  display: block
}
.index_zhuanjia_lists ul li dd {
  width: 98px;
  height: 72px;
  overflow: hidden;
  float: left;
}
.index_zhuanjia_lists ul li dd img {
  width: 72px;
  height: 72px;
  padding: 4px;
  border: 1px #EEEEEE solid;
}
.index_zhuanjia_lists ul li dt {
  width: 100px;
  height: 76px;
  overflow: hidden;
  float: right;
  line-height: 76px;
  font-size: 18px;
}
.index_zhuanjia_pre {
  width: 310px;
  height: 23px;
  overflow: hidden;
  cursor: pointer;
  background: url(index_zhuanjia_pre.png) repeat center top;
}
.index_zhuanjia_next {
  width: 310px;
  height: 23px;
  overflow: hidden;
  cursor: pointer;
  background: url(index_zhuanjia_next.png) repeat center top;
}
.gysg {
  width: 340px;
  margin-top: 70px;
  float: left;
  margin-left: 30px;
  border: 1px solid #E4E4E4;
  height: 325px;
}
.gysg .title {
  display: block;
  position: relative;
  width: 178px;
  height: 61px;
  margin-top: -40px;
  margin-left: 20px;
  background: #ffffff;
  text-align: center;
}
.gysg .list ul {
  margin-left: 20px;
  margin-top: 20px;
}
.gysg .list li {
  line-height: 50px;
  text-align: left;
  text-indent: 60px;
  height: 50px;
  width: 139px;
  float: left;
  margin: 0 20px 20px 0;
}
.gysg .list li a {
  color: #000000;
  display: block;
}
.gysg .list li:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-ransition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gysg .list li:hover a {
  color: #ffffff;
}
.gysg .list li:first-child {
  background: url("../images/zjsg/shsh.png") no-repeat 17px center #F7F7F7;
}
.gysg .list li:first-child:hover {
  background: url("../images/zjsg/shsh1.png") no-repeat 17px center #005292;
}
.gysg .list li:nth-child(2) {
  background: url("../images/zjsg/lsww.png") no-repeat 17px center #F7F7F7;
}
.gysg .list li:nth-child(2):hover {
  background: url("../images/zjsg/lsww1.png") no-repeat 17px center #005292;
}
.gysg .list li:nth-child(3) {
  background: url("../images/zjsg/zrjg.png") no-repeat 17px center #F7F7F7;
}
.gysg .list li:nth-child(3):hover {
  background: url("../images/zjsg/zrjg1.png") no-repeat 17px center #005292;
}
.gysg .list li:nth-child(4) {
  background: url("../images/zjsg/rwjg.png") no-repeat 17px center #F7F7F7;
}
.gysg .list li:nth-child(4):hover {
  background: url("../images/zjsg/rwjg1.png") no-repeat 17px center #005292;
}
.gysg .list li:nth-child(5) {
  background: url("../images/zjsg/sycy.png") no-repeat 17px center #F7F7F7;
}
.gysg .list li:nth-child(5):hover {
  background: url("../images/zjsg/sycy1.png") no-repeat 17px center #005292;
}
.gysg .list li:nth-child(6) {
  background: url("../images/zjsg/whys.png") no-repeat 17px center #F7F7F7;
}
.gysg .list li:nth-child(6):hover {
  background: url("../images/zjsg/whys1.png") no-repeat 17px center #005292;
}
.gysg .list li:nth-child(7) {
  background: url("../images/zjsg/kjws.png") no-repeat 17px center #F7F7F7;
}
.gysg .list li:nth-child(7):hover {
  background: url("../images/zjsg/kjws1.png") no-repeat 17px center #005292;
}
.gysg .list li:nth-child(8) {
  background: url("../images/zjsg/tyjs.png") no-repeat 17px center #F7F7F7;
}
.gysg .list li:nth-child(8):hover {
  background: url("../images/zjsg/tyjs1.png") no-repeat 17px center #005292;
}
.syhf {
  overflow: hidden;
}
.syhf a {
  float: left;
}
.syhf a:first-child {
  margin-right: 20px;
}
/*部门导航*/
.bmdh {
  background: #F7F7F7;
  overflow: hidden;
  padding-bottom: 10px;
}
.bmdh .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}
.bmdh .title span {
  display: block;
  background: #C31C09;
  width: 4px;
  height: 25px;
  float: left;
  margin-top: 18px;
  margin-left: 15px;
  margin-right: 10px;
}
.bmdh .tytitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #235298;
  padding-left: 14px;
}
.bmdh .bmdh_list {
  overflow: hidden;
}
.bmdh .bmdh_list li {
  float: left;
  border: #E6E6E6 1px solid;
  width: 280px;
  height: 75px;
  line-height: 75px;
  background: #ffffff;
  margin: 10px 10px;
  display: flex;
  font-size: 18px;
  align-items: Center;
}
.bmdh .bmdh_list li:hover {
  border: #C31C09 1px solid;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-ransition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.bmdh .bmdh_list li a {
  display: block;
  width: 100%;
}
.bmdh .bmdh_list li img {
  float: left;
  display: block;
  margin: 10px 15px 0 15px;
}
/*政务微博*/
.zwwb {
  background: #F7F7F7;
  overflow: hidden;
  padding-bottom: 10px;
}
.zwwb .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}
.zwwb .title span {
  display: block;
  background: #C31C09;
  width: 4px;
  height: 25px;
  float: left;
  margin-top: 18px;
  margin-left: 15px;
  margin-right: 10px;
}
.zwwb .tytitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #235298;
  padding-left: 14px;
}
.zwwb .zwwb_list {
  overflow: hidden;
}
.zwwb .zwwb_list li {
  float: left;
  border: #E6E6E6 1px solid;
  width: 280px;
  height: 90px;
  background: #ffffff;
  margin: 10px 10px;
  font-size: 18px;
}
.zwwb .zwwb_list li img {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  margin: 18px 15px 0 15px;
}
.zwwb .zwwb_list li span {
  float: left;
  width: 167px;
  font-size: 14px;
  margin-top: 13px;
  color: #CCCCCC;
  font-weight: normal;
}
.zwwb .zwwb_list li span a {
  font-size: 16px;
  display: block;
}
/*政务微信*/
.zgsg {
  border: #ddd 1px solid;
  width: 1180px;
  height: 182px;
  margin: 0 auto 20px auto;
  background: #FFFFFF;
}
.zgsg p {
  float: left;
  line-height: 35px;
  margin-left: 20px;
  margin-top: 20px;
}
.zgsg img {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  display: block;
}
.zwwx {
  background: #F7F7F7;
  overflow: hidden;
  padding-bottom: 10px;
}
.zwwx .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}
.zwwx .title span {
  display: block;
  background: #C31C09;
  width: 4px;
  height: 25px;
  float: left;
  margin-top: 18px;
  margin-left: 15px;
  margin-right: 10px;
}
.zwwx .tytitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #235298;
  padding-left: 14px;
}
.zwwx .zwwx_list {
  overflow: hidden;
}
.zwwx .zwwx_list li {
  float: left;
  border: #E6E6E6 1px solid;
  width: 280px;
  height: 90px;
  background: #ffffff;
  margin: 10px 10px;
  font-size: 18px;
}
.zwwx .zwwx_list li img {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  margin: 14px 15px 0 15px;
}
.zwwx .zwwx_list li span {
  float: left;
  width: 180px;
  font-size: 14px;
  margin-top: 13px;
  color: #CCCCCC;
  font-weight: normal;
  line-height: 30px;
}
.zwwx .zwwx_list li span h2 {
  font-size: 16px;
  display: block;
  color: #000000;
  font-weight: normal;
}
.hygq ul {
  float: left;
  margin-top: 10px;
  font-size: 18px;
  width: 720px
}
.hygq ul li {
  line-height: 45px;
  text-indent: 20px
}
.hygq ul li a {
  float: left;
  background: url("../images/list_img1.png")no-repeat 0px 18px;
}