/*栏目名称*/
.title {
  height: 45px;
  line-height: 30px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.title span {
  float: left;
  margin-right: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #999999;
  vertical-align: bottom;
  cursor: default;
}

.title span a {
  color: #999999;
}

.title span.active a {
  font-size: 24px;
  color: #0a5491;
}
.title .pf_c {
  font-size: 16px;
}
.title .pf_c::before {
  display: inline-block;
  content: '';
  width: 0; 
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #0A5491;
}
.tit_more {
  position: absolute;
  top: 0;
  right: 0;
}

.tit_more a {
  font-size: 14px;
  color: #999999;
}
/*列表*/

.list {
  padding-top: 25px;
}

.fir_news img {
  float: left;
  margin-right: 10px;
}

.list .fir_news h1 {
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list .fir_news p {
  margin: 15px 0;
  line-height: 32px;
  font-size: 14px;
  color: #999999;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list ul li {
  position: relative;
  height: 36px;
  line-height: 36px;
  padding-left: 18px;
  font-size: 16px;
}

.list ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
}

.list ul li a {
  max-width: calc(100% - 18px - 90px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all linear .4s;
}
.list ul li a:hover {
  text-indent: 8px;
}
.list ul li span {
  float: right;
  color: #999999;
}
.list2 {
  padding-top: 15px;
}
.list2 ul li {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 18px;
  font-size: 16px;
}

.list2 ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
}

.list2 ul li a {
  max-width: calc(100% - 18px - 90px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all linear .4s;
}
.list2 ul li a:hover {
  text-indent: 8px;
}
.list2 ul li span {
  float: right;
  color: #999999;
}
.zw_lt {
  float: left;
  width: 408px;
  margin-top: 30px;
  padding-right: 30px;
  border-right: 1px solid #e5e5e5;
}
/*领导信息*/
.leader_w {
  position: relative;
}
.leader_w .leader {
  position: relative;
  padding-top: 40px;
}
.leader .leader_pic img {
  float: left;
  margin-left: 18px;
  margin-right: 30px;
  width: 145px;
  height: 195px;
}
.leader .leader_info {
  height: 188px;
  margin-top: 32px;
  padding-top: 20px;
  background-color: #edf3f8;
}
.leader .leader_info p:first-child a {
  /* line-height: 40px; */
  font-size: 18px;  
  /*font-size: 24px;*/
  font-weight: bold;
  color: #0a5491;
}
.leader .leader_info p:nth-child(2) {
  /* line-height: 30px;
  font-size: 16px; */
  margin: 5px 0;
}
.leader .leader_info span {
  display: inline-block;
  width: 165px;
  height: 50px;
  line-height: 50px;
  /* margin-top: 20px; */
  border: 1px solid #0a5491;
  border-radius: 10px;
  font-size: 18px;
  color: #0a5491;
  transition: all .4s linear;
}
.leader .leader_info span:hover {
  background-color: #0a5491;
}
.leader .leader_info span:hover::before{
  background: url(../images/zwgk/gk-jgzn-hover.png) no-repeat;
} 
.leader .leader_info span:hover a {
  color: #ffffff;
}
.leader .leader_info span::before {
  display: inline-block;
  content: '';
  width: 25px;
  height: 25px;
  margin-left: 20px;
  margin-right: 15px;
  background: url(../images/zwgk/gk-jgzn.png) no-repeat;
  vertical-align: middle;
}
.leader .leader_info span a {
  font-size: 18px;
  color: #0A5491;
}
/*政府信息公开*/
.xxgk {
  margin-top: 30px;
  background-color: #f9f9f9;
}
.xxgk .gk_entry {
  height: 100px;
  line-height: 100px;
  background-color: #ecf3f9;
  text-align: center;
}
.xxgk .gk_entry img {
  /* width: 100%;
  height: 100%; */
}
.xxgk .gk_c {
  padding: 10px 20px 20px;
}
.xxgk .gk_c li {
  float: left;
  width: 163px;
  height: 62px;
  margin-top: 10px;
  line-height: 62px;
  font-size: 14px;
  font-weight: bold;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s linear;
}

.xxgk .gk_c li:hover {
  box-shadow: 5px 5px 10px #999;
}
.xxgk .gk_c li:nth-child(odd) {
  margin-right: 10px;
}
.xxgk .gk_c li:last-child {
  width: 100%;
  margin-right: 0;
}
.xxgk .gk_c li i {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  background: url(../images/zwgk/gk-zf-icon.png) no-repeat;
}
.xxgk .gk_c li i.gk_zc_icon {
  width: 24px; 
  height: 22px;
  background-position: -10px -10px;;
}
.xxgk .gk_c li i.gk_zn_icon {
  width: 22px; 
  height: 22px;
  background-position: -10px -52px;
}
.xxgk .gk_c li i.gk_zd_icon {
  width: 21px; 
  height: 23px;
  background-position: -10px -178px;
}
.xxgk .gk_c li i.gk_fd_icon {
  width: 20px; 
  height: 22px;
  background-position: -10px -94px;
}
.xxgk .gk_c li i.gk_nb_icon {
  width: 24px; 
  height: 24px;
  background-position: -10px -264px;
}
.xxgk .gk_c li i.gk_nb2_icon {
  width: 23px; 
  height: 23px;
  background-position: -10px -221px;
}
.xxgk .gk_c li i.gk_qt_icon {
  width: 22px; 
  height: 22px;
  background-position: -10px -136px;
}

.zw_rt {
  float: right;
  width: 792px;
  margin-top: 30px;
  padding-left: 30px;
}
.zw_rt .news_t {
  height: 303px;
  overflow: hidden;
}
.zw_rt .news_tl {
  position: relative;
  float: left;
  width: 360px;
}
.zw_rt .news_tr {
  position: relative;
  float: right;
  width: 380px;
}
.news_b {
  position: relative;
  height: 420px;
  margin-top: 30px;
  overflow: hidden;
}
/* 政府建设 */
.const {
  position: relative;
  padding-bottom: 45px;
  margin-top: 30px;
}
.const ul li {
  float: left;
  width: 160px;
  height: 112px;
  margin-right: 13px;
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  background: url('../images/zwgk/gk-js-bg.png') no-repeat;
  transition: all linear .4s;
}
.const ul li:hover {
  box-shadow: 5px 5px 10px #999;
}
.const ul li a {
  color: #333333;
}
.const ul li:last-child {
  margin-right: 0;
}
.const ul li.yfxz {
  border-top: 4px solid #025193;
  background-position: -0 -0;
}
.const ul li.xzzf {
  border-top: 4px solid #35A28C;
  background-position: -480px -0;
}
.const ul li.zfxk {
  border-top: 4px solid #D7B233;
  background-position:  -641px -0;
}
.const ul li.zfjd {
  border-top: 4px solid #D64A68;
  background-position: -160px -0;
}
.const ul li.zfjs {
  border-top: 4px solid #0090FF;
  background-position: -802px -0;
}
.const ul li.gwygl {
  border-top: 4px solid #D7B233;
  background-position: -963px -0;
}
.const ul li.msgc {
  border-top: 4px solid #35A28C;
  background-position: -320px -0;
}
.const ul li i {
  display: block;
  margin: 25px auto 15px;
  background: url('../images/zwgk/gk-js-icon.png') no-repeat;
}
.const ul li.yfxz i {
  width: 23px; 
  height: 26px;
  background-position: -10px -10px;
}
.const ul li.xzzf i {
  width: 22px; 
  height: 28px;
  background-position: -10px -56px;
}
.const ul li.zfxk i {
  width: 30px; 
  height: 30px;
  background-position:  -10px -152px;
}
.const ul li.zfjd i {
  width: 32px; 
  height: 32px;
  background-position: -10px -304px;
}
.const ul li.zfjs i {
  width: 36px; 
  height: 28px;
  background-position: -10px -104px;
}
.const ul li.gwygl i {
  width: 37px; 
  height: 31px;
  background-position: -10px -202px;
}
.const ul li.msgc i {
  width: 32px; 
  height: 31px;
  background-position: -10px -253px;
}
@media screen and (max-width:768px) {
  .zw_lt {
    float: inherit;
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .zw_rt {
    float: inherit;
    width: 100%;
    padding-left: 0;
  }
  .zw_rt .news_t {
    height: auto;
  }
  .zw_rt .news_tl {
    float: inherit;
    width: 100%;
  }
  .zw_rt .news_tr {
    float: inherit;
    width: 100%;
    margin-top: 30px;
  }
  .title {
    height: auto;
    overflow: hidden;
  }
  .title span {
    height: 32px;
  }
  .news_b {
    height: auto;
  }
  .xxgk .gk_c li {
    width: 48%;
  }
  .xxgk .gk_c li:nth-child(odd) {
    margin-right: 4%;
  }
  .const ul {
    text-align: center;
  }
  .const ul li {
    float: inherit;
    display: inline-block;
  }
  .const ul li {
    margin-left: 2%;
    margin-right: 2%;
  }
}