﻿@charset "utf-8";

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.common-slide {
  position: relative;
}

.column-common-tit {
  margin-bottom: 10px;
  border-bottom: #d6d6d6 1px solid;
}

.column-common-tit ul li {
  float: left;
  font-size: 1.5em;
  height: 45px;
  margin-right: 15px;
  position: relative;
}

.column-common-tits ul li {
  margin-right: 46px;
}

.column-common-tits ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 26px;
  background: #333;
  right: -23px;
  top: 5px;
}

.column-common-tits ul li.last {
  margin-right: 15px;
}

.column-common-tits ul li.last:before {
  display: none;
}

.column-common-tit ul li.on:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #305fb0;
  left: 0;
  bottom: 0;
  position: absolute;
}


.column-common-tit ul li a {
  color: #333;
}

.column-common-tit ul li.on a, .column-common-tit ul li.on {
  font-weight: bold;
  color: #333;
}

.column-common-more a {
  position: absolute;
  display: block;
  right: 0;
  top: 6px;
  color: #999;
}

.column-common-more a:hover {
  color: #305fb0;
}

.column-common-tit2 ul li {
  padding: 5px 20px;
  height: auto;
}

.column-common-tit2 ul li.on {
  background: #305fb0;
  border-radius: 5px 5px 0 0;
  color: #fff;
}


.column-common-tit2 ul li.on a {
  color: #fff;
}

.column-common-more2 a {
  top: 20px;
}

.column-common-list {
  clear: both;
}

.column-common-list li {
  position: relative;
  padding: 12px 0 12px 0;
  line-height: 1.5em;
  overflow: hidden;
  vertical-align: top;
}

.column-common-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #cccccc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: none;
}

.column-common-list li .date {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.8em;
  color: #BBBBBB;
}

.column-common-list li a {
  float: left;
  max-width: 100%;
  color: #1D1D1D;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.column-common-list li a:hover {
  color: #305fb0;
}

.column-common-list.dot li {
  padding-left: 18px;
}

.column-common-list.dot li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #305fb0;
  vertical-align: middle;
}



.column-common-list.MM-dd li {
  padding-right: 60px;
}

.column-common-list.yyyy-MM-dd li {
  padding-right: 100px;
}

.column-common-list.two-lines li a {
  white-space: unset;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}


/*要闻动态*/
.ywdt-row-1 {}

.ywdt-left {
  width: 50%;
  float: left;
}

.ywdt-right {
  width: 47%;
  float: right;
}

.ywdt-tpxw-box {
  height: 391px;
  width: 100%;
}

.ywdt-tpxw-slide {
  position: relative;
}

.ywdt-tpxw-slide .owl-item img {
  max-height: 391px;
  width: 100%;
  height: 391px;
}

.ywdt-tpxw-slide .owl-item .tit {
  position: absolute;
  height: 40px;
  line-height: 40px;
  background: url(../images/ywdt/tpxw_tit_bg.png) left top repeat;
  bottom: 0;
  left: 0;
  width: 100%;
}

.ywdt-tpxw-slide .owl-item .tit a {
  color: #fff;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  padding: 0 110px 0 15px;
}

.ywdt-tpxw-box .owl-nav>div {
  position: absolute;
  width: 40px;
  height: 60px;
  font-family: "宋体";
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  border: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  top: 50%;
  margin-top: -30px;
  display: block;
}

.ywdt-tpxw-box .owl-nav .owl-prev {
  left: 0;
}

.ywdt-tpxw-box .owl-nav .owl-next {
  right: 0;
}

.ywdt-tpxw-box .owl-dots {
  position: absolute;
  right: 10px;
  bottom: 12px;
}

.ywdt-tpxw-box .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ccc;
  margin-right: 8px;
  float: left;
}

.ywdt-tpxw-box .owl-dots .owl-dot.active {
  background: #305fb0;
}

.xwfbh-first .img {
  float: left;
  width: 44.5%;
  border-radius: 15px;
  overflow: hidden;
}

.xwfbh-first .img img {
  width: 100%;
  height: 148px;
  display: block;
}

.xwfbh-first .txt {
  float: right;
  width: 53%;
}

.xwfbh-first .txt .tit {
  padding-bottom: 15px;
  padding-top: 5px;
}

.xwfbh-first .txt .tit a {
  font-weight: bold;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.xwfbh-first .txt .memo {
  line-height: 1.75em;
  font-size: 0.875em;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.xwfbh-first .txt .memo .red {
  color: #305fb0;
}

.xwfbh-first .txt .date {
  font-size: 0.875em;
  color: #666;
  padding-left: 25px;
  background: url(../images/ywdt/time_icon1.png) left center no-repeat;
  margin-top: 10px;
}

/*新闻发布会*/
.xwfbh-row-1 {
  height: 125px;
  background: #F7F5F0;
  position: relative;
  padding-left: 415px;
}

.xwfbh-tit-img {
  position: absolute;
  top: 0;
  left: 0;
}

.xwfbh-tit-img img {
  display: block;
}

.xwfbh-lm-lj {
  width: 100%;
}

.xwfbh-lm-lj .xwfbh-lm-item {
  float: left;
  width: 48%;
  margin-right: 2%;
  height: 97px;
  margin-top: 14px;
  border-radius: 10px;
  background: #FFFDF7;
  text-align: center;
}

.xwfbh-lm-lj .xwfbh-lm-item a i {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

.xwfbh-lm-lj .xwfbh-lm-item.xwfbh-yg a i {
  background: url(../images/ywdt/xwfbh_yg_icon.png) center center no-repeat;
}

.xwfbh-lm-lj .xwfbh-lm-item.xwfbh-fyrmd a i {
  background: url(../images/ywdt/xwfbh_fyrmd_icon.png) center center no-repeat;
}

.xwfbh-lm-lj .xwfbh-lm-item a span {
  font-size: 1.125em;
  display: inline-block;
  vertical-align: middle;
  line-height: 97px;
}

.xwfbh-zxfb {
  position: relative;
}

.xwfbh-zxfb-more {
  position: absolute;
  right: 0;
  top: 10px;
}

.xwfbh-zxfb-more a {
  color: #999;
}

.xwfbh-zxfb-tit {
  border-bottom: 1px solid #D1D1D1;
}

.xwfbh-zxfb-tit .red {
  color: #305fb0;
}

.xwfbh-zxfb-tit .black {
  color: #333333;
}

.xwfbh-zxfb-tit h3 {
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  height: 45px;
  position: relative;
}

.xwfbh-zxfb-tit h3:before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  background: #305fb0;
  bottom: 0;
  left: 0;
}

.xwfbh-zxfb-box {
  background: #FAFAFA;
  margin-top: 20px;
}

.xwfbh-zxfb-box .img {
  width: 50%;
}

.xwfbh-zxfb-box .img img {
  display: block;
  width: 100%;
}

.xwfbh-zxfb-box .txt {
  width: 50%;
}

.xwfbh-zxfb-box .txt .txt-box {
  padding: 20px;
}

.xwfbh-zxfb-box .txt .txt-box .tit {
  font-size: 1.5em;
  font-weight: bold;
}

.xwfbh-zxfb-box .txt .txt-box .info {
  font-size: 1.125em;
  line-height: 2em;
  margin-top: 20px;
}

.xwfbh-zxfb-box .txt .txt-box .info>div {
  padding: 5px 0;
}

.xwfbh-zxfb-box .txt .txt-box .info .red {
  color: #305fb0;
  font-weight: bold;
}

.xwfbh-zxfb-box .txt .txt-box .memo a.more {
  color: #305fb0;
}

/*政府机构*/
.zfjg-box {
  border: 1px solid #ddd;
  padding: 22px 30px;
  margin-top: 30px;
}

.zfjg-box .tit {
  font-size: 1.5em;
  font-weight: bold;
  color: #305fb0;
  padding-left: 20px;
  background: url(../images/zfjg/zfjg_dt_bg_blue.png) left center no-repeat;
}



.zfjg-box .tit a, .zfjg-box ul li a:hover {
  color: #305fb0;
}


.zfjg-box ul {
  padding-top: 10px;
}

.zfjg-box ul li {
  font-size: 1.125em;
  margin-top: 16px;
  width: 25%;
  float: left;
}

.zfjg-box ul li a {
  color: #000;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  padding-right: 15px;
}

/*政府领导*/
.zfld-row {
  margin-top: 10px;
}

.zfld-left {
  width: 66.666%;
  float: left;
  border-right: 1px solid #ddd;
}

.zfld-right {
  width: 30%;
  float: right;
}

.zfld-box {
  width: 95%;
  border-bottom: 1px solid #ddd;
  display: table;
  padding: 30px 0;
}

.zfld-box-last {
  border-bottom: 0;
}

.zfld-box .zfld-box-l {
  display: table-cell;
  vertical-align: middle;
  width: 12.5%;
}

.zfld-box .zhiwu {
  font-size: 1.375em;
  color: #305fb0;
}

.zfld-box .zfld-box-r {}

.zfld-sz-box .sz-img {
  float: left;
  border: 1px solid #ddd;
  padding: 5px 5px;
  margin-right: 30px;
  max-height: 182px;
  max-width: 132px;
}

.zfld-sz-box .sz-info .name {
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 0;
  color: #000;
}

.zfld-sz-box .sz-info .name a {
  color: #000;
}

.zfld-sz-box .sz-info .zw {
  font-weight: bold;
  color: #000;
}

.zfld-sz-box .sz-info .jl {
  color: #333;
  padding: 25px 0;
}

.zfld-sz-box .sz-info .btn>div, .ldjs-box .txt .txt-btn>div {
  width: 116px;
  height: 38px;
  border-radius: 10px;
  background: #305fb0;
  line-height: 38px;
  text-align: center;
  float: left;
}

.zfld-sz-box .sz-info .btn>div.zyhd {
  margin-right: 20px;
}

.zfld-sz-box .sz-info .btn>div a, .ldjs-box .txt .txt-btn>div a {
  color: #fff;
}

.zfld-sz-box .sz-info .btn>div a:before, .ldjs-box .txt .txt-btn>div a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
}

.zfld-sz-box .sz-info .btn>div.zyhd a:before {
  background: url(../images/zfld/zyhd_icon.png) center center no-repeat;
}

.zfld-sz-box .sz-info .btn>div.ldxx a:before, .ldjs-box .txt .txt-btn>div.ldxx a:before {
  background: url(../images/zfld/ldxx_icon.png) center center no-repeat;
}

.zfld-ldhd-box {
  width: 95%;
}

.zfld-zp-list li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
  margin-top: 10px
}

.zfld-zp-list li .img {
  height: 148px;
  width: 106px;
  padding: 5px 5px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.zfld-zp-list li .img img {
  width: 100%;
  height: 100%;
}

.zfld-zp-list li .name {
  text-align: center;
  font-size: 1.125em;
  color: #000;
  padding: 10px 0;
  width: 104px;
}

.zfld-ldzp-list-box {
  padding: 20px 0;
}

.ldjs-ldrl {
  padding-right: 270px;
  position: relative;
  min-height: 328px;
}

.ldjs-ldrl2 {
  padding-right: 0px;
}

.ldjs-box {
  width: 100%;
}

.ldjs-box .img-box {
  width: 26%;
}

.ldjs-ldrl2 .ldjs-box .img-box {
  width: 20%;
}

.ldjs-box .img {
  padding: 20px;
  background: url(../images/zfld/zfld_detail_ldzp_bg.png) left top repeat-x;
}

.ldjs-box .img img {
  width: 198px;
  display: block;
}

.ldjs-box .img .zw-name {
  font-size: 1.125em;
  font-weight: bold;
  color: #305fb0;
  text-align: center;
  margin: 15px 0;
}

.ldjs-box .img .zw {
  padding-right: 15px;
}

.ldjs-box .txt {
  width: 64%;
  margin: 0 5%;
}

.ldjs-ldrl2 .ldjs-box .txt {
  width: 77%;
  margin: 0 0 0 3%;
}

.ldjs-box .txt .txt-box {
  padding: 15px 0;
}

.ldjs-box .txt .txt-tit {
  font-size: 1.25em;
  font-weight: bold;
  color: #305fb0;
  padding-left: 20px;
  position: relative;
}

.ldjs-box .txt .txt-tit:before {
  content: "";
  display: block;
  width: 4px;
  height: 70%;
  background: #305fb0;
  position: absolute;
  left: 0;
  top: 18%;
}

.ldjs-box .txt .txt-content {
  padding: 15px 0 0 20px;
  line-height: 2em;
  text-indent: 2em;
}

.ldjs-box .txt .zfld-fg {
  max-height: 130px;
  overflow-y: auto;
}

.ldjs-box .txt .txt-more {
  text-align: right;
  padding-top: 10px;
}

.ldjs-box .txt .txt-more a {
  color: #999;
}

.ldjs-box .txt .txt-more a:hover {
  color: #305fb0;
}

.ldjs-ldrl .ldrl {
  position: absolute;
  right: 0;
  top: 0;
}


/*政务公开一级页面*/
.zwgk-left {
  width: 60.6%;
}

.zwgk-right {
  width: 36.4%;
}

.zfxxgkzl-tit {
  width: 100%;
  height: 70px;
  background: url(../images/zwgk/zfxxgkzl_tit_bg.png) left top no-repeat;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 1.75em;
  font-weight: bold;
}

.zfxxgkzl-box {
  background: #fafafa;
  padding: 15px 20px 8px 20px;
}

.zfxxgkzl-box ul li {
  float: left;
  width: 49%;
  height: 55px;
  margin-bottom: 12px;
  text-align: center;
  line-height: 55px;
}

.zfxxgkzl-box ul li.li2, .zfxxgkzl-box ul li.li4, .zfxxgkzl-box ul li.li6, .zfxxgkzl-box ul li.li8 {
  float: right;
}

.zfxxgkzl-box ul li a {
  display: block;
  border: 1px solid #ecc2be;
  border-radius: 4px;
  background: #fbf9f9;
  font-size: 1em;
}

.zfxxgkzl-box ul li.li8 a br {
  display: none;
}

.zwgk-xwfbh-box {
  background: #f7f7f7;
  padding: 15px 15px 5px 20px;
}

.zwgk-swcwhy-szfcwhy-szfqthy-box {
  padding: 15px 0 5px 0;
}

.zwgk-jcxxgk-box {
  position: relative;
  padding-left: 185px;
  height: 259px;
  background: #fafafa;
}

.zwgk-jcxxgk-box .tit {
  width: 161px;
  height: 259px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/zwgk/jcxxgk_tit_bg.png) left top no-repeat;
  color: #fff;
  font-size: 1.75em;
}

.zwgk-jcxxgk-box .tit h3 {
  width: 75px;
  margin: 65px auto 0 auto;
  text-align: center;
}

.zwgk-jcxxgk-list {
  padding: 30px 0 15px 0;
}

.zwgk-jcxxgk-list ul li {
  float: left;
  width: 23%;
  margin-right: 2%;
  height: 55px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 55px;
}

.zwgk-jcxxgk-list ul li a {
  display: block;
  border: 1px solid #ecc2be;
  border-radius: 4px;
  background: #fbf9f9;
  font-size: 1em;
}

.zwgk-zdly-items {
  padding-top: 15px;
}

.zwgk-zdly-item {
  background: #fafafa;
  height: 150px;
  text-align: center;
}

.zwgk-zdly-item i {
  display: inline-block;
  width: 60px;
  height: 55px;
  vertical-align: middle;
  background: center center no-repeat;
  margin: 30px 0 15px 0;
}

.zwgk-zdly-item.item1 i {
  background-image: url(../images/zwgk/zdly_icon1.png);
}

.zwgk-zdly-item.item2 i {
  background-image: url(../images/zwgk/zdly_icon2.png);
}

.zwgk-zdly-item.item3 i {
  background-image: url(../images/zwgk/zdly_icon3.png);
}

.zwgk-zdly-item.item4 i {
  background-image: url(../images/zwgk/zdly_icon4.png);
}

.zwgk-zdly-item.item5 i {
  background-image: url(../images/zwgk/zdly_icon5.png);
}

.zwgk-zdly-item.item6 i {
  background-image: url(../images/zwgk/zdly_icon6.png);
}

.zwgk-zdly-item.item7 i {
  background-image: url(../images/zwgk/zdly_icon7.png);
}

.zwgk-zdly-items .owl-nav>div {
  position: absolute;
  width: 26px;
  height: 30px;
  font-family: "宋体";
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  color: #c4c4c4;
  top: 50%;
  margin-top: -15px;
  display: block;
}

.zwgk-zdly-items .owl-nav .owl-prev {
  left: 0;
}

.zwgk-zdly-items .owl-nav .owl-next {
  right: 0;
}

.zwgk-zwzt-items {
  padding: 20px 0 35px 0;
}

.zwgk-zwzt-item {
  height: 110px;
}

.zwgk-zwzt-item img {
  display: block;
  height: 110px;
}

.zwgk-zwzt-slide .owl-nav>div {
  position: absolute;
  width: 24px;
  height: 52px;
  top: 50%;
  margin-top: -26px;
  color: #C4C4C4;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 52px;
  font-size: 26px;
  font-weight: bold;
  font-family: "宋体"
}

.zwgk-zwzt-slide .owl-nav>div.owl-prev {
  left: 0px;
}

.zwgk-zwzt-slide .owl-nav>div.owl-next {
  right: 0px;
}

.zwgk-wgk-item {
  width: 13.333%;
  margin-right: 1.666%;
}

.zwgk-wgk-item.active {
  width: 40%;
}

.zwgk-wgk-item.item5 {
  margin-right: 0;
}

.zwgk-wgk-item-box {
  border: 1px solid #ba3229;
  height: 158px;
}

.zwgk-wgk-item-box .item-l {
  width: 100%;
  text-align: center;
  height: 158px;
}

.zwgk-wgk-item.active .zwgk-wgk-item-box .item-l {
  width: 33.333%;
  background: #ba3229;
  position: relative;
}

.zwgk-wgk-item-box .item-r {
  display: none;
}

.zwgk-wgk-item.active .zwgk-wgk-item-box .item-r {
  width: 66.666%;
  background: #fafafa;
  display: block;
  height: 158px;
}

.zwgk-wgk-item.active .zwgk-wgk-item-box .item-l:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/zwgk/wgk_sjx.png) center center no-repeat;
  top: 50%;
  margin-top: -9px;
  right: -13px;
}

.zwgk-wgk-item-box .item-l a {
  display: block;
}

.zwgk-wgk-item-box .item-l i {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/zwgk/zwgk_wgk_icons1.png) 0 0 no-repeat;
  vertical-align: middle;
  margin: 25px 0;
}

.zwgk-wgk-item.active .zwgk-wgk-item-box .item-l i {
  background-image: url(../images/zwgk/zwgk_wgk_icons2.png)
}

.zwgk-wgk-item-box .item-l .tit {
  font-size: 1.325em;
  color: #ba3229;
}

.zwgk-wgk-item.active .zwgk-wgk-item-box .item-l .tit {
  color: #fff;
}

.zwgk-wgk-item.item1 .zwgk-wgk-item-box .item-l i {
  background-position: 0 0;
}

.zwgk-wgk-item.item2 .zwgk-wgk-item-box .item-l i {
  background-position: -48px 0;
}

.zwgk-wgk-item.item3 .zwgk-wgk-item-box .item-l i {
  background-position: -96px 0;
}

.zwgk-wgk-item.item4 .zwgk-wgk-item-box .item-l i {
  background-position: -144px 0;
}

.zwgk-wgk-item.item5 .zwgk-wgk-item-box .item-l i {
  background-position: -192px 0;
}

.zwgk-wgk-item-box .item-r ul {
  padding: 10px 10px 10px 30px;
  height: 138px;
  overflow-y: auto;
}

.zwgk-wgk-item-box .item-r ul li {
  float: left;
  margin-right: 20px;
  padding: 10px 0;
  font-size: 1.125em;
}

/*政务公开  一级页面*/
.zmhd-ldxx-box {
  height: 121px;
  width: 100%;
  background: url(../images/zmhd/ldxx_box_bg.png) left top no-repeat;
}

.zmhd-ldxx-box .tit {
  margin-left: 11.5%;
}

.zmhd-ldxx-box .tit i {
  width: 102px;
  height: 102px;
  display: inline-block;
  background: url(../images/zmhd/ldxx_tit_icon.png) center center no-repeat;
  vertical-align: middle;
  margin: 20px 32px 0 0;
}

.zmhd-ldxx-box .tit span {
  font-size: 2em;
  font-weight: bold;
  color: #C23F35;
  display: inline-block;
  vertical-align: middle;
}

.zmhd-ldxx-box .zmhd-ldxx-btn {
  margin-left: 18%;
  margin-top: 35px;
  width: 48%;
}

.zmhd-ldxx-box .zmhd-ldxx-btn>div {
  width: 168px;
  height: 48px;
  border: 1px solid #C62828;
  border-radius: 6px;
  text-align: center;
  line-height: 48px;
}

.zmhd-ldxx-box .zmhd-ldxx-btn>div i {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-right: 10px;
}

.zmhd-ldxx-box .zmhd-ldxx-btn>div.zmhd-wyxx-btn i {
  background: url(../images/zmhd/wyxx_icon.png) center center no-repeat;
}

.zmhd-ldxx-box .zmhd-ldxx-btn>div.zmhd-wycx-btn i {
  background: url(../images/zmhd/wycx_icon.png) center center no-repeat;
}

.zmhd-ldxx-box .zmhd-ldxx-btn>div.zmhd-wyxx-btn {
  margin-right: 10%;
}

.zmhd-ldxx-box .zmhd-ldxx-btn>div span {
  font-size: 1.25em;
}

.zmhd-lxxd {
  width: 63.33%;
}

.zmhd-blqk {
  width: 33.833%;
}

.zmhd-lxxd .column-common-tit ul li.on:after, .zmhd-blqk .column-common-tit ul li.on:after, .zmhd-zxft-box .column-common-tit ul li.on:after {
  display: none;
}

.zmhd-lxxd .column-common-tit {
  border: 0;
}

.zmhd-lxxd-table table {
  border-collapse: collapse;
  border: 0;
  width: 100%;
}

.zmhd-lxxd-table table th {
  height: 41px;
  line-height: 41px;
  font-weight: bold;
  background-color: #F5F5F5;
}

.zmhd-lxxd-table table .status {
  width: 13%;
  min-width: 100px;
  text-align: center;
}

.zmhd-lxxd-table table .lxsj {
  width: 15%;
  min-width: 108px;
  text-align: center;
}

.zmhd-lxxd-table table td {
  height: 41px;
  line-height: 41px;
  font-size: 1.125em;
}

.zmhd-lxxd-table table .tit {
  max-width: 150px;
  width: 72%;
  min-width: 130px
}

.zmhd-lxxd-table table td.tit a {
  color: #1d1d1d;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px 0 0;
  max-width: 100%;
}

.zmhd-lxxd-table table td.tit a:hover {
  color: #305fb0;
}

.zmhd-lxxd-table table td.status {
  color: #1d1d1d;
}

.zmhd-lxxd-table table td.status.ing {
  color: #305fb0;
}

.zmhd-lxxd-table table td.lxsj {
  color: #BBBBBB;
}

.zmhd-zxft-box {
  position: relative;
}

.zmhd-blqk-box .tit {
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  color: #000;
  padding: 10px 0 5px 0;
}

.zmhd-blqk-tb {
  width: 100%;
  height: 250px;
}

.zmhd-zxft-tit {
  position: absolute;
  top: 0;
  right: 0;
}

.zmhd-zxft-tit ul {
  float: left
}

.zmhd-zxft-tit ul li {
  float: left;
  width: 150px;
  height: 37px;
  line-height: 37px;
  font-size: 1.25em;
  text-align: center;
  border-radius: 6px;
}

.zmhd-zxft-tit ul li.ftyg {
  margin-right: 5px;
}

.zmhd-zxft-tit ul li a {
  color: #333;
}

.zmhd-zxft-tit ul li.on {
  background-color: #305fb0;
}

.zmhd-zxft-tit ul li.on a {
  color: #fff;
}

.zmhd-zxft-tit ul li i {
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  background: center center no-repeat;
  margin-right: 6px;
}

.zmhd-zxft-tit ul li.ftyg i {
  background-image: url(../images/zmhd/ftyg_icon_r.png);
}

.zmhd-zxft-tit ul li.wqft i {
  background-image: url(../images/zmhd/wqft_icon_r.png);
}

.zmhd-zxft-tit ul li.ftyg.on i {
  background-image: url(../images/zmhd/ftyg_icon_b.png);
}

.zmhd-zxft-tit ul li.wqft.on i {
  background-image: url(../images/zmhd/wqft_icon_b.png);
}



.zmhd-ftyg-box .img {
  width: 48.5%;
  height: 327px;
}

.zmhd-ftyg-box .img img {
  display: block;
  height: 100%;
  width: 100%;
}

.zmhd-ftyg-box .txt {
  width: 46.5%;
}

.zmhd-ftyg-box .txt .tit {
  font-weight: bold;
  font-size: 1.75em;
  line-height: 2.25em;
}

.zmhd-ftys-item {
  font-size: 1.125em;
  padding: 10px 0
}

.zmhd-ftys-item .red {
  color: #305fb0;
  font-weight: bold;
}

.zmhd-ftzy {
  font-size: 1.125em;
  line-height: 1.75em;
}

.zmhd-fthg-btn {
  width: 100%;
  height: 60px;
  background-color: #F5F5F5;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  margin-top: 20px;
}

.zmhd-fthg-btn a {
  color: #666;
  display: block;
}

.zmhd-fthg-btn a i {
  display: inline-block;
  width: 34px;
  height: 21px;
  vertical-align: middle;
  background: url(../images/zmhd/fthg_icon.png) center top no-repeat;
  margin-right: 15px;
}

.zmhd-yjzj-wsdc, .zmhd-wsxf-rddbjy-zxwyhta {
  width: 63.333%;
}

.zmhd-hygq, .zmhd-znwd {
  width: 34.166%;
}

.zmhd-yjzj-wsdc-list ul li {
  position: relative;
  padding: 0 100px 0 80px;
  height: 60px;
  margin: 25px 0;
}

.zmhd-yjzj-wsdc-list ul li .status-date {
  width: 60px;
  height: 60px;
  background-color: #F0F0F0;
  color: #999;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.zmhd-yjzj-wsdc-list ul li .status-date .zj-state {
  margin-top: 8px;
}

.zmhd-yjzj-wsdc-list ul li .status-date span {
  font-size: 0.9em;
}

.zmhd-yjzj-wsdc-list ul li .status-date.ing {
  background-color: #F9E9D9;
  color: #A81010;
}

.zmhd-yjzj-wsdc-list ul li .status-date .status {
  font-size: 14px;
  font-weight: bold;
  padding: 21px 0 3px 0;
}

.zmhd-yjzj-wsdc-list ul li .status-date .date {
  font-size: 12px;
  font-weight: bold;
}

.zmhd-yjzj-wsdc-list ul li .txt .tit {
  font-size: 1.125em;
  font-weight: bold;
  padding: 3px 0 7px 0;
}

.zmhd-yjzj-wsdc-list ul li .txt .tit a {
  color: #1d1d1d;
}

.zmhd-yjzj-wsdc-list ul li .txt .tit a:hover {
  color: #305fb0;
}

.zmhd-yjzj-wsdc-list ul li .txt .memo {
  color: #666666;
}

.zmhd-yjzj-wsdc-list ul li .btn {
  width: 76px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 14px;
}

.zmhd-yjzj-wsdc-list ul li .btn a {
  display: block;
  color: #999;
  border: 1px solid #eee;
  width: 100%;
  height: 100%;
}

.zmhd-yjzj-wsdc-list ul li .btn.ing a {
  color: #A81010;
  border-color: #C9A5A5;
}

.zmhd-wsxf-rddbjy-zxwyhta ul li {
  float: left;
  width: 22.75%;
  margin-right: 3%;
  height: 163px;
  text-align: center;
}

.zmhd-wsxf-rddbjy-zxwyhta ul li.li4 {
  margin-right: 0;
}

.zmhd-wsxf-rddbjy-zxwyhta ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
}

.zmhd-wsxf-rddbjy-zxwyhta ul li a i {
  display: inline-block;
  width: 67px;
  height: 67px;
  vertical-align: middle;
  background: center center no-repeat;
  margin: 25px 0 20px 0;
}

.zmhd-wsxf-rddbjy-zxwyhta ul li.wsxf a i {
  background-image: url(../images/zmhd/wsxf_icon.png);
}

.zmhd-wsxf-rddbjy-zxwyhta ul li.rddbjy a i {
  background-image: url(../images/zmhd/rddbjy_icon.png);
}

.zmhd-wsxf-rddbjy-zxwyhta ul li.zxwyhta a i {
  background-image: url(../images/zmhd/zxwytya_icon.png);
}

.zmhd-wsxf-rddbjy-zxwyhta ul li.jbw a i {
  background-image: url(../images/zmhd/12380jbw_icon.png);
}

.zmhd-wsxf-rddbjy-zxwyhta ul li a span {
  font-size: 1.325em;
  display: block;
}

.zmhd-znwd-box {
  width: 100%;
  height: 163px;
  position: relative;
  background: url(../images/zmhd/zmhd_znwd_bg.png) left top no-repeat;
  border-radius: 10px;
}

.zmhd-znwd-box .txt {
  padding: 25px 130px 0 32px;
}

.zmhd-znwd-box .dzh {
  line-height: 1.65em;
  padding: 12px 0 0 3px;
  color: #444;
}

.zmhd-znwd-ljzx {
  position: absolute;
  right: 20px;
  top: -15px;
}

.zmhd-znwd-jqr {
  width: 91px;
  height: 150px;
  background: url(../images/zmhd/zmhd_znwd_jqr.png) left top no-repeat;
  position: relative;
}

.zmhd-znwd-jqr .tit {
  width: 105px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: url(../images/zmhd/zmhd_ljzx_tit_bg.png) left top no-repeat;
  position: absolute;
  bottom: 0;
  left: -7px;
}

.zmhd-xmtjz-box {
  position: relative;
}

.zmhd-xmtjz-tit {
  position: absolute;
  top: 0px;
  left: 200px;
}

.zmhd-xmtjz-tit ul li {
  float: left;
  width: 84px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  border-radius: 15px;
  margin: 0 5px;
  color: #333;
  cursor: pointer;
}

.zmhd-xmtjz-tit ul li a {
  color: #333;
}

.zmhd-xmtjz-tit ul li.on {
  background: #305fb0;
  color: #fff;
}

.zmhd-xmtjz-tit ul li.on a {
  color: #fff;
}

.zmhd-xmtjz-list {
  padding-top: 15px;
  max-height: 195px;
  overflow: hidden;
}

.zmhd-xmtjz-list ul li {
  float: left;
  width: 90%;
  margin: 0 5%;
  height: 180px;
  margin-bottom: 15px;
  text-align: center;
}

.zmhd-xmtjz-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.zmhd-xmtjz-list ul li a img {
  margin-bottom: 10px;
}

.zmhd-xmtjz-list .owl-item img {
  text-align: center;
  display: inline-block;
  width: auto;
}

.xmtjz-mask {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  width: 100%;
  height: 100%;
  display: none;
  cursor: default;
  z-index: 9999;
  text-align: center;
}

.xmtjz-mask .xmtjz-mask-with {
  width: 320px;
  height: 380px;
  background-color: white;
  margin: 0 auto;
  margin-top: 100px;
}

.xmtjz-mask img {
  width: 210px !important;
  height: 210px !important;
  margin-top: 10px;
  display: inline-block !important;
}

.xmtjz-close img {
  width: 60px !important;
  height: 60px !important;
  cursor: pointer;
}

.xmtjz-mask p {
  width: 100% !important;
  font-size: 20px !important;
  line-height: 50px;
}

.xmtjz-mask .xmtjz-mask-title {
  color: rgb(53, 139, 204);
  margin-bottom: 15px;
  border-bottom: 2px solid rgb(239, 239, 239);
  font-size: 24px !important;
  height: 70px;
}


/**** responsive ****/
@media (max-width: 1440px) {}

@media (max-width: 1280px) {}


@media (max-width: 1199px) {
  .zmhd-ldxx-box .tit {
    margin-left: 6%;
  }

}



@media (max-width: 992px) {}

@media (max-width: 991px) {
  .container {
    margin-right: 15px;
    margin-left: 15px;
    clear: both;
    width: auto;
  }

  /*要闻动态*/
  .ywdt-left {
    width: 100%;
    float: none;
  }

  .ywdt-right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .ywdt-tpxw-box {
    height: auto;
  }

  .ywdt-tpxw-slide .owl-item img {
    max-height: unset;
    height: unset;
  }

  .xwfbh-first .img img {
    height: auto;
  }

  .xwfbh-lm-lj .xwfbh-lm-item a i {
    display: block;
    margin: 10px auto 6px auto;
  }

  .xwfbh-lm-lj .xwfbh-lm-item a span {
    display: block;
    line-height: 1.5em;
  }

  /*政府机构*/
  .zfjg-box ul li {
    width: 33.333%;
  }

  /*政府领导*/
  .zfld-left {
    width: 100%;
    float: none;
    border-right: 0;
  }

  .zfld-right {
    width: 100%;
    float: none;
  }

  .zfld-box {
    width: 100%;
  }

  .ldjs-ldrl {
    padding-right: 0;
  }

  .ldjs-ldrl .ldrl {
    position: static;
    margin-top: 20px;
  }

  /*政务公开*/
  .zwgk-left, .zwgk-right {
    width: 100%;
    float: none;
  }

  .zwgk-right {
    margin-top: 30px;
  }

  .zfxxgkzl-tit {
    background-size: 100% 100%;
  }

  .zwgk-jcxxgk-box {
    padding-left: 135px;
  }

  .zwgk-jcxxgk-box .tit {
    width: 120px;
    background-size: 100% 100%;
  }

  .zmhd-ldxx-box .zmhd-ldxx-btn {
    margin-left: 6%;
    width: 52%;
  }

  .zmhd-lxxd {
    width: 100%;
  }

  .zmhd-blqk {
    width: 100%;
    margin-top: 30px;
  }

  .zmhd-blqk-tb {
    width: 400px;
    margin: 0 auto;
  }

  .zmhd-ftyg-box .img {
    width: 100%;
    text-align: center;
  }

  .zmhd-ftyg-box .txt {
    width: 100%;
  }

  .zmhd-ftyg-box .img img {
    display: inline-block;
  }

  .zmhd-yjzj-wsdc, .zmhd-wsxf-rddbjy-zxwyhta {
    width: 100%;
  }

  .zmhd-hygq, .zmhd-znwd {
    width: 100%;
    margin-top: 30px;
  }

  .zmhd-znwd-box {
    background-size: 100% 100%;
  }


}

@media (max-width:768px) {

  /*要闻动态*/
  .xwfbh-zxfb-box .img, .xwfbh-zxfb-box .txt {
    width: 100%;
    float: none;
  }

  .xwfbh-zxfb-box .txt .txt-box .tit {
    font-size: 1.25em;
  }

  .xwfbh-zxfb-box .txt .txt-box .info {
    margin-top: 15px;
  }


  /*政府机构*/
  .zfjg-box ul li {
    width: 50%;
  }

  /*政府领导*/
  .zfld-zp-list li {
    width: 33.333%;
  }

  .ldjs-box .img-box, .ldjs-box .txt, .ldjs-ldrl2 .ldjs-box .img-box, .ldjs-ldrl2 .ldjs-box .txt {
    width: 100%;
    float: none;
    margin: 0;
  }

  .ldjs-box .img {
    text-align: center;
  }

  .ldjs-box .img img {
    display: inline-block;
  }

  .sz-calendar-box {
    margin: 0 auto;
  }

  /*政务公开*/
  .zwgk-jcxxgk-box {
    padding-left: 0;
    height: auto;
  }

  .zwgk-jcxxgk-box .tit {
    position: static;
    width: 100%;
    height: 60px;
    line-height: 60px;
  }

  .zwgk-jcxxgk-box .tit h3 {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .zwgk-jcxxgk-list {
    padding-left: 15px;
  }

  .zwgk-zdly .common-slide {
    padding-bottom: 0;
  }

  .zwgk-wgk-item {
    width: 100% !important;
    margin-right: 0 !important;
    margin: 5px 0;
  }

  .zwgk-wgk-item-box {
    height: 108px;
  }

  .zwgk-wgk-item-box .item-l {
    height: 108px;
    width: 33.333%;
    background: #ba3229;
    position: relative;
  }

  .zwgk-wgk-item-box .item-l i {
    margin: 10px 0;
  }

  .zwgk-wgk-item.active .zwgk-wgk-item-box .item-r {
    height: 108px;
  }

  .zwgk-wgk-item-box .item-r ul {
    height: 88px;
  }

  .zwgk-wgk-item-box .item-r {
    width: 66.666%;
    display: block;
    background: #fafafa;
    height: 108px;
  }

  .zwgk-wgk-item .zwgk-wgk-item-box .item-l:after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/zwgk/wgk_sjx.png) center center no-repeat;
    top: 50%;
    margin-top: -9px;
    right: -13px;
  }

  .zwgk-wgk-item .zwgk-wgk-item-box .item-l i {
    background-image: url(../images/zwgk/zwgk_wgk_icons2.png);
  }

  .zwgk-wgk-item .zwgk-wgk-item-box .item-l .tit {
    color: #fff;
  }

  .zwgk-zwzt-items {
    padding-bottom: 20px;
  }

  .zwgk-zwzt-box {
    margin-bottom: 30px;
  }

  .zmhd-ldxx-box {
    height: auto;
    padding-bottom: 20px;
    background-size: 100% 100%;
    margin-left: 0;
    text-align: center;
  }

  .zmhd-ldxx-box .zmhd-ldxx-btn {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .zmhd-ldxx-box .tit {
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .zmhd-ldxx-box .tit i {
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    margin: 15px 20px 0 0;
  }

  .zmhd-ldxx-box .zmhd-ldxx-btn>div {
    display: inline-block;
    float: none;
    width: 130px;
  }

  .zmhd-ldxx-box .zmhd-ldxx-btn>div i {
    margin-right: 5px;
  }

  .zmhd-ldxx-box .zmhd-ldxx-btn>div.zmhd-wyxx-btn {
    margin-right: 4%;
  }

  .zmhd-wsxf-rddbjy-zxwyhta ul li a span {
    font-size: 1.25em;
  }

  .zmhd-xmtjz-list {
    padding-bottom: 45px;
  }

  .ldjs-box .txt .txt-more a {
    display: block;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin: 0 auto;
  }

  .xwfbh-zxfb-more a {
    display: block;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 15px;
  }

  .xwfbh-zxfb {
    padding-bottom: 60px;
  }

  .xwfbh-zxfb-more {
    top: unset;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
  }
}

@media (max-width: 640px) {

  /*政府领导*/
  .zfld-box {
    display: block;
  }

  .zfld-box .zfld-box-l {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    float: none;
    display: block;
  }

  .xwfbh-tit-img {
    position: static;
  }

  .xwfbh-row-1 {
    padding-left: 0;
    height: auto;
    padding-bottom: 15px;
  }

  .xwfbh-lm-lj .xwfbh-lm-item {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .zwgk-jcxxgk-list ul li {
    width: 31%;
    margin-right: 2.333%;
  }


}

@media (max-width: 480px) {

  /*要闻动态*/


  /*政府领导*/
  .zfld-sz-box .sz-img {
    float: none;
    width: 134px;
    margin: 0 auto;
  }

  .zfld-sz-box .sz-info .name {
    text-align: center;
  }

  .zfld-zp-list li {
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .zfxxgkzl-box ul li.li8 a {
    line-height: 1em;
    padding: 10px 0 9px 0;
    line-height: 18px;
  }

  .zfxxgkzl-box ul li.li8 a br {
    display: block;
  }

  .zwgk-jcxxgk-list ul li {
    width: 47%;
    margin-right: 3%;
  }

  .zmhd-zxft-tit ul li {
    width: 100px;
  }

  .zmhd-zxft-tit ul li i {
    display: none;
  }

  .zmhd-ftyg-box .txt .tit {
    font-size: 1.25em;
  }

  .zmhd-yjzj-wsdc-list ul li {
    padding: 33px 0 0 0;
    margin: 20px 0 10px 0;
  }

  .zmhd-yjzj-wsdc-list ul li .status-date {
    width: 140px;
    height: 27px;
    line-height: 27px;
  }

  .zmhd-yjzj-wsdc-list ul li .status-date .status, .zmhd-yjzj-wsdc-list ul li .status-date .date {
    display: inline-block;
  }

  .zmhd-yjzj-wsdc-list ul li .status-date .status {
    padding: 0;
    margin-right: 7px;
  }

  .zmhd-yjzj-wsdc-list ul li .btn {
    top: 0;
  }

  .zmhd-xmtjz-tit {
    right: 0;
    left: unset;
  }

  .zmhd-xmtjz-tit ul li {
    width: 70px;
  }

  .zmhd-wsxf-rddbjy-zxwyhta ul li {
    width: 48%;
    margin-right: 4%;
  }

  .zmhd-wsxf-rddbjy-zxwyhta ul li.li1, .zmhd-wsxf-rddbjy-zxwyhta ul li.li2 {
    margin-bottom: 20px;
  }

  .zmhd-wsxf-rddbjy-zxwyhta ul li.li2, .zmhd-wsxf-rddbjy-zxwyhta ul li.li4 {
    margin-right: 0;
  }

  .btn {
    display: flex;
    justify-content: center;
  }

}



@media (max-width: 414px) {

  /*要闻动态*/
  .xwfbh-first .img, .xwfbh-first .txt {
    width: 100%;
    float: none;
  }

  .xwfbh-first {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
  }

  /*政府机构*/
  .zfjg-box ul li {
    width: 100%;
    margin-top: 10px;
  }

  .zmhd-blqk-tb {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width:375px) {
  .zmhd-wsxf-rddbjy-zxwyhta ul li a span {
    padding: 0 10px;
  }

  .zmhd-wsxf-rddbjy-zxwyhta ul li a i {
    margin: 20px 0 15px 0;
  }
}

@media (max-width:320px) {}